@charset "utf-8";
/* CSS Document */

body {
	font-size: 15px;
	background-color: #e85c29;
}	
	

#header {
    background-color: #3c83b4;
}

#header.affix {
	background-color: #3c83b4;
}

#header .navbar-brand {
    background: url(../img/crs_logo.png) no-repeat scroll 0 8px;
	font-size: 12px;
}

.sf-menu > li > a {
    font-size: 15px;
}

.sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #e85b24;
}

#mainslider h3 {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 0 0 2px;
    color: #003373;
    font-weight: 700;
    letter-spacing: 1px;
}


#mainslider h5 {
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 0 0 2px;
    color: #003373;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
	text-align: justify;
}

.light_section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b2e5b+0,e85c29+51 */
background: #2b2e5b; /* Old browsers */
background: -moz-linear-gradient(top, #2b2e5b 0%, #e85c29 51%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2b2e5b 0%,#e85c29 51%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2b2e5b 0%,#e85c29 51%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2e5b', endColorstr='#e85c29',GradientType=0 ); /* IE6-9 */
	
	color: #EDEDED;
}

.grey_section {
	border-top: solid 1px #003373;	
	border-bottom: solid 1px #003373;	
	background-color: #2e4b85;
	
	color: #EDEDED;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
}

.grey_section .owl-theme .owl-controls .owl-buttons div {
    border-color: #e85c29;
}

.owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #e85c29;
	color: #003373;
}

#mainslider .slide_overlay:after {
    opacity: 0;
}

.grey_section h1, .grey_section h3, .grey_section h4, .grey_section h5, .grey_section h6 {
    color: #ededed;
}

#copyright {
	background-color: #3c83b4;
}

.aorange {
	color: #e85c29 !important;
}

.aorange:hover {
	color: #fff !important;
}

.p-link {
	visibility: hidden;
}

.gallery-item-description {
	
    background-color: #e85c29 !important;
	border: none !important;
}

.gallery-item {
	border: none;
}

.gallery-item h4 {
	margin-top: 17.5%;
	padding-bottom: 10px;
	color: #ededed;
}

.gallery-item h3 {
	color: #2e4b85;
}

.widget_popular_entries li + li {
    border-color: #003373 !important;
}