/* GENERAL STYLES
=================================*/
body {
	font-family:"Source Sans Pro", Verdana, Geneva, sans-serif;
	font-weight:400;
	background:url("/~elite/themes/defaulttheme/images/mainbg.jpg");
}
hr {
	border: none;
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	margin: 50px 0 0 0;
}
img {
	border:0;
}
.container {
	color: #333;
	font-size: 14px;
}
/*So Add to Content area colur*/
.ccm-add-block {
	text-align:center;
	color:#fff !important;
	text-shadow:
	-1px -1px 0 #000,  1px -1px 0 #000,  -1px 1px 0 #000,  1px 1px 0 #000;
	font-size:12px !important;
	font-family:Verdana;
}

/* SET GENERIC STYLES PREFIXED BY THE CONTAINER ID */
#main h1, #main h2, #main h3 {
	color: #231f20;
	font-weight: 700;
	text-decoration: none;
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	margin:30px 0 10px 0;
}
#main h1 {
	font-size: 42px;
	font-weight: 600;
}
#main h2 {
	font-size: 30px;
}
#main h3 {
	font-size: 22px;
}
#main h4, #main h5, #main h6 {
	font-size:18px;
}
#main p {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 20px 0;
}
#main a {
	color: #1b66ad;
}
#main a:hover, #main p a:hover {
	text-decoration: none;
}
#main ul, #main ol {
	margin: 0;
	padding: 0 0 12px 25px;
	font-size:16px;
}
#main ul li {
	list-style: disc;
	line-height:1.5em;
	font-size:16px;
}
#main .ccm-error, #main .ccm-error p {
	color: #CC0000 !important;
}

.disabled {
	float:left;
	width:100%;
	color:#fff;
	text-align:center;
	background:#999;
	padding:20px 0;
}
/* HEADER AREA SPECIFIC STYLES
================================ */
#header {
	position:relative;
	z-index:102;
	background:url(/~elite/themes/defaulttheme/images/header_background.png) no-repeat center top;
	height:140px;
}
#logo img {
	padding: 10px 0 0 0;
}
/*
 NAVIGATION
 ================================ */
.navigation {
	position:relative;
	padding-left:42px;
	padding-top:30px;
	float:left;
}
.navigation ul.nav ul {
	z-index:1;
}

.navigation ul.nav > li.nav-selected, .navigation ul.nav > li.nav-path-selected, .navigation ul.nav > li.nav-selected:hover, .navigation ul.nav > li.nav-path-selected:hover, .navigation ul.nav > li:hover {
}
.navigation ul.nav > li a {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
 -webkit-transition: all .2s ease-out;
 -moz-transition: all .2s ease-out;
 -o-transition: all .2s ease-out;
}
.navigation ul.nav > li a:hover, .navigation ul.nav > li.nav-selected > a, .navigation ul.nav > li.nav-path-selected > a {
	color:#fff;
}
.navigation ul.nav > li {
	float: left;
	list-style:none;
}
.navigation ul.nav li a {
	display: block;
	text-decoration: none;
	padding: 10px 16px;
	font-size:18px;
	text-transform: uppercase;
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-weight:700;
	color:#fec52e;
}
/* SECOND LEVEL MENU STYLES */
.navigation ul.nav ul {
	z-index:3;
    background:rgba(35,31,32,0.7);
}
.navigation ul.nav ul li {
	position: relative;
	float: none;
}
.navigation ul.nav ul li a {
	max-width: 300px;
	white-space: nowrap;
	font-size:16px;
}
/* THIRD LEVEL SPECIFIC MENU STYLES
.navigation ul.nav ul ul {
}
.navigation ul.nav ul ul li a {
}
*/

#navigation_footer {
	border:2px solid #fec52e;
	padding:15px 20px 11px 20px;
	float:right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top:35px;
}
#navigation_footer ul.nav li a {
	font-size:12px;
	font-weight:400;
}
#navigation_footer ul.nav li a:hover {
	text-decoration:none;
	color:#fec52e;
}

/* TOP PHONE
============================*/
#phone {
	/* float:right;*/
	color:#fff;
	text-align:right;
	margin-top:30px;
	font-size:16px;
}
#phone span {
	margin-right:10px;
	color: #fec52e;
	font-size:22px;
}
#phone a {
	color:#fff;
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-weight:600;
	font-size:21px;
	text-decoration:none;
	letter-spacing:0.5px;
}

/* BANNER AREA
================================ */
#banner {
	background:url("/~elite/themes/defaulttheme/images/bannerbg.png") no-repeat top center;
	margin-top:-41px;
	z-index:100;
}
.banner_item {
	z-index:100;
}
.banner_image {
}
.banner_heading {
	background:#fff;
	width:100%;
	float:left;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
}
.banner_text {
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:18px;
	width:80%;
	float:left;
	padding:15px;
	text-transform:uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.banner_link {
	width:20%;
	float:left;
	text-align:right;
	height:55px;
	background:url("/~elite/themes/defaulttheme/images/banner_link.png") right no-repeat;
}
.banner_link a {
	color:#231f20;
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-weight:700;
	text-decoration:none;
	display:block;
	padding:18px 10px 18px;
}
.banner_link a:hover {
	color:#000;
}
.banner_shadow {
	background:url("/~elite/themes/defaulttheme/images/banner_shadow.png") no-repeat center;
	height:100px;
	margin-top:-30px;
}
.page .banner_text {
	text-align:center;
	width:100%;
}
.page .banner_link {
	display:none;
}
#banner_editmode {
	margin-top:0;
	background:none;
}
/* GREY BAND
==========================*/
.greyband {
	padding-bottom:60px;
}
.greyband h1 {
	margin:0 0 40px 0 !important;
}
#greyband_default h1 {
	margin-top:80px !important;
}
.separator {
	border-bottom:1px solid #999;
	height:1px;
	margin:40px 0 60px 20px;
}

/* IMAGE NAV BLOCK
===========================*/
.image_block {
	display:inline-block;
	text-align:center;
}
.image_block img {
	border-radius:50%;
}
.image_block_text {
	text-align:left;
}
.image_block_text h1, .image_block h2, .image_block h3 {
	font-size:18px !important;
	padding:20px 0 !important;
	color:#231f20;
	margin:0 !important;
	letter-spacing:1px;
}
.image_block ul li, .image_block_text p {
	color:#000;
	font-size:15px !important;
	line-height:20px !important;
}
.image_block_link {
	display:inline-block;
	margin-top:10px;
	text-align:center;
	text-decoration:none;
	font-size:18px;
	color:#231f20 !important;
	border-bottom:1px solid #231f20;
	padding-bottom:5px;
}
.image_block_link:hover {
	border-bottom:1px solid #1b66ad;
	text-decoration:none !important;
	color:#1b66ad !important;
}

/* BOTTOM / YELLOW BAND
==============================*/
.yellowband {
	background:#fec52e;
	padding:30px 0 80px 0;
	border-bottom:1px solid #cd9f25;
}
#yellowband_home h1, #yellowband_home h2, #yellowband_home h3 {
	margin-bottom:50px;
}

/* CONTENT CUSTOM TEMPLATE
==================================*/
.call_to_action {
	background:url("/~elite/themes/defaulttheme/images/buttonbg.jpg") repeat-x;
	background-position:0px -60px;
	height:60px;
	margin-top:40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.call_to_action p, .call_to_action a {
	font-family:"Montserrat", Verdana, Geneva, sans-serif;
	font-weight:700;
}
.call_to_action p {
	color:#fff;
	font-size:20px !important;
}
.call_to_action p strong {
	padding:17px 0 17px 30px !important;
	float:left;
}
.call_to_action a {
	float:right;
	background:url("/~elite/themes/defaulttheme/images/buttonbg.jpg") repeat-x;
	background-position:0px;
	display:inline;
	padding:30px;
	color:#fec52e !important;
	text-decoration:none !important;
	padding:18px 25px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.call_to_action a:hover {
	color:#fff !important;
}
.bold_yellow h1, .bold_yellow h2, .bold_yellow h3 {
	color:#fec52e !important;
	font-weight:400 !important;
	font-size:36px !important;
	margin:15px 0 !important;
}
.bold_yellow span {
	background: #fec52e;
	height: 2px;
	display: block;
	width: 139px;
}

/* CONTACT DETAILS
============================ */
#contact_details {
	background:#fff;
	position:relative;
}
#contact_details ul {
	height:60px;
	padding:0;
	margin:0;
}
#contact_details ul li {
	list-style:none;
	text-align:center;
	height:40px;
	padding-top:20px;
	font-weight:700;
	float:left;
	border-right:1px solid #999;
}
#contact_details ul li.first {
	border-left:1px solid #999;
}
#contact_details ul li.first, #contact_details ul li.second {
	width:232px;
}
#contact_details ul li.third {
	width:190px;
}
#contact_details ul li.forth, #contact_details ul li.fifth {
	width:140px;
}
#contact_details ul li span {
	color:#fec52e;
	margin-right:5px;
}
#contact_details ul li a {
	text-decoration:none;
}
#contact_details ul li a:hover {
	color:#000;
}
/* FOOTER
================================ */
#footer_top {
	height:40px;
	position:relative;
	background:#fff;
}
#footer_top .wave {
	background:#fff;
	width:58px;
	height:58px;
	border-radius:50%;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-29px;
	margin-top:-30px;
	border-top:2px solid #cd9f25;
	text-align:center;
}
#footer_top .wave img {
	margin-top:15px;
}
#footer {
	background:#231f20;
	padding:80px 0px;
}
#footer p {
	color:#f4f4f4;
	font-family:Lato;
	font-size:12px;
	line-height:0.5em;
}
#footer a {
	color:#f4f4f4;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer_text {
	border-left:1px solid #fff;
	padding-bottom:20px;
	padding-left:35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* FOOTER SOCIAL
================================*/
.social_icon_link {
	-webkit-transition:1.0s ease;
	-moz-transition:1.0s ease;
	transition:1.0s ease;
	text-decoration:none !important;
	font-size:18px;
}
#footer .social_icon_link {
	font-size:11px;
	margin-right:15px;
}
.social_icon_link:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}
.social_facebook i.fa-circle {
	color:#3B5998;
}
.social_linkedin i.fa-circle {
	color:#4875b4;
}
.social_googleplus i.fa-circle {
	color:#c63d2d;
}
.social_googleplus i.fa-google-plus {
	margin:2px 0 0 2px;
}
.social_twitter i.fa-circle {
	color:#33ccff;
}
.social_youtube i.fa-circle {
	color:#cc181e;
}
.social_instagram i.fa-circle {
	color:#945b02;
}
.social_pinterest i.fa-circle {
	color:#cb2027;
}
.social_email i.fa-circle {
	color:#fade45;
}
#footer .social_facebook i.fa-circle, #footer .social_linkedin i.fa-circle, #footer .social_googleplus i.fa-circle, #footer .social_twitter i.fa-circle, #footer .social_youtube i.fa-circle, #footer .social_instagram i.fa-circle, #footer .social_pinterest i.fa-circle, #footer .social_email i.fa-circle {
	color:transparent;
	border:2px solid #fec52e;
	border-radius:50%;
}
#footer .social_facebook .fa-facebook, #footer .social_linkedin .fa-linkedin, #footer .social_googleplus .fa-googleplus, #footer .social_twitter .fa-twitter, #footer .social_youtube .fa-youtube, #footer .social_instagram .fa-instagram, #footer .social_pinterest .fa-pinterest, #footer .social_email .fa-envelope {
	color:#fff;
	padding:2px;
	font-size:14px;
}
/* GOOGLE MAP
======================== */
#page_contact #google_map h3 {
	display:none;
}
