/* Center Menu */
#rt-header .menu-block { 
	float:left; 
	width:100%; 
	position:relative;
	margin-right: 0px; 
}
#rt-header ul.gf-menu { 
	clear:left; 
	float:right; 
	position:relative; 
	right:50%; 
	text-align:center; 
}
#rt-header ul.gf-menu > li { 
	display:block; 
	float:left; 
	position:relative; 
	left:50%; 
}
.-rt-iridescent-style #rt-header .menu-block {
    background: url("http://www.colonialtree.ca/images/dark-35.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 35px;
}
#rt-header .rt-image {
     position: absolute;
      z-index: 101;
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width: 767px) {
}

@media (min-width: 768px) and (max-width: 959px) {
  div#rt-header .rt-image {max-width: 140px;}
  div#rt-header .menu-block { max-width: 650px; }
}

@media (min-width: 960px) and (max-width: 1199px) {
  div#rt-header .menu-block { max-width: 700px; }
}

@media (min-width: 1200px) {
}
/* Padding at top of logo */
.rt-logo-block {
    padding-top: 2px;
}

div#rt-slideshow {
    height: auto !important;
}
/* Home border */
#rt-top .rt-container {
    background-color: #ffffff;
    color: #666666;
    border-style: solid;
    border-color: #1F3875;
    border-width: 1px;
    border-top: 0px;
}
/* sidebar color */
.rt-sidebar-wrapper {
    background: none repeat scroll 0 0 #ffffff;
}
.rt-sidebar-block {
	background:#1F3875;
}
/* sidebar link color */
	[class^="box"] a:not(.readon), [class*=" box"] a:not(.readon) {
    color: #fff;
}
.fa-facebook:hover { 
    color: #3b5998;
}
.fa-twitter:hover { 
    color: #0084b4;
}
.fa-linkedin:hover { 
    color: #007bb6;
}
.fa-google-plus:hover { 
    color: #dd4b39;
}
#component-body, .component-content {
    background: none repeat scroll 0 0 #ffffff;
    color: #686868;
    padding: 0px;
}

.title4 .module-title .title {
    background: none repeat scroll 0 0 #fff;
    color: #1f3875;
}
#rt-bottom .rt-container {
    background-color: #1F3875;
    color: #7e7e7e;
}
/* column width space */
.gantry-width-spacer {
    margin: 0 5px;
}

.rt-copyright-content {
    text-align: left;
}
a:hover {
  color: black ;
}

.button:hover, .readon:hover, .readon2:hover, a.readmore:hover, button.validate:hover, p.readmore a:hover, #member-profile a:hover, #member-registration a:hover, .formelm-buttons button:hover, .controls .btn:hover, .logout-button .btn:hover, .sprocket-readmore:hover, .roksearch_results a.clr:hover, .search .btn:hover, #finder-search .btn:hover, .content_vote .btn:hover, .filters .btn:hover {
    background-color: #666666;
    background-image: none;
    background-position: inherit;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    vertical-align: middle;
}

label, input, button, select, textarea {
    font-size: 16px; }
    
#rt-footer-surround {
    background: #1F3875;
}
    
    