@font-face {
    font-family: 'Cronos Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Cronos Pro Regular'), url('fonts/Cronos-Pro_12459.woff') format('woff');
}
@font-face {
    font-family: 'Cronos Pro';
    font-style: italic;
    font-weight: normal;
    src: local('Cronos Pro Italic'), url('Cronos-Pro-Italic_12440.woff') format('woff');
}
@font-face {
    font-family: 'Cronos Pro';
    font-style: normal;
    font-weight: bold;
    src: local('Cronos Pro Bold'), url('fonts/Cronos-Pro-Bold_12435.woff') format('woff');
}
/*----------------Core---------------------------*/
body{
	margin: 0px;
	background: #1b341f;
	font: 20px 'Cronos Pro', Arial, sans-serif;
	line-height: 1.5em;
	color: #fff;
}
img, input[type=image] { border: 0px; vertical-align: middle; }
a:link, a:visited, a:active { color: #306939; text-decoration: underline; }
a:focus {outline: 0; }
a:hover { color: #294a2e; text-decoration: underline;}
form { margin: 0px; padding: 0px; }


h1,h2,h3,h4,h5,h6 { font-family: 'Cronos Pro', Arial, sans-serif; }

/*------------ Utilities ----------------------*/
.clear{ clear: both; height: 0px; margin: 0px; overflow: hidden; }

.form-control { border-radius: 0; font-size: 16px; padding: 8px 12px; height: 40px; border: 1px solid #ddd; border-bottom: 1px solid #aaa; box-shadow: unset; background: #fcfcfc; color: #000;}
label { font-weight: bold; font-size: 14px;  }

.small-padding { margin-left: -5px; margin-right: -5px; }
.small-padding .col-sm-1, .small-padding .col-sm-2, .small-padding .col-sm-3, .small-padding .col-sm-4, .small-padding .col-sm-5, .small-padding .col-sm-6, .small-padding .col-sm-7, .small-padding .col-sm-8, .small-padding .col-sm-9, .small-padding .col-sm-10, .small-padding .col-sm-11, .small-padding .col-sm-12,
.small-padding .col-xs-1, .small-padding .col-xs-2, .small-padding .col-xs-3, .small-padding .col-xs-4, .small-padding .col-xs-5, .small-padding .col-xs-6, .small-padding .col-xs-7, .small-padding .col-xs-8, .small-padding .col-xs-9, .small-padding .col-xs-10, .small-padding .col-xs-11, .small-padding .col-xs-12 { padding: 0 5px; }

.btn-primary, a.btn-primary { text-transform: uppercase; text-decoration: none; font-size: 18px;  background-color: #1b341f; border: 1px solid #fff; padding: 10px 45px; color: #fff; border-radius: 2px; }
	.btn-primary:hover, .btn-primary:active .btn-primary:focus, a.btn-primary:hover, a.btn-primary:active a.btn-primary:focus  { border-color: #1b341f; background: #294a2e; color: #fff; }

.flex-row { display: flex; flex-flow: row nowrap; }
/*------------ Header & Menu ----------------------*/
#header { border-top: 8px solid #294a2e; background: #fff; color: #000; }
	#header .flex-row { justify-content: center; align-items: center;  }
	#header .logo { flex-basis: 30%; min-width: 30%; padding-bottom: 8px; }
	#header .menu { flex-basis: 70%; }
.sf-menu {  text-align: right; text-transform: uppercase; }
.sf-menu ul li { display: inline-block; vertical-align: middle; padding: 0px 0; line-height: 1em; margin: 0; float: none;   }
	.sf-menu li a { width: 100%; display: block; font-weight: bold; line-height: 1em; padding: 45px 24px; text-decoration: none; font-size: 22px; color: #000; border-bottom: 10px solid #fff; text-align: center;  }
		.sf-menu li:hover a { transition: all ease-in-out 0.2s;  background: #294a2e; color: #fff; border-color: #1b341f; }
	
	.sf-menu li ul { transition: all 0s ease-in-out 0s; border: 1px solid rgba(0,0,0,0.2); border-top: 0; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; overflow: hidden; box-shadow: 2px 2px 8px rgba(0,0,0,0.2);  }
	.sf-menu li li, .sf-menu li.selected li {  border-radius: 0; transition: all 0.1s ease-in-out 0s; background: #fff; padding: 0px 0px; display: block; text-align: left; border-bottom: 1px solid rgba(0,0,0,0.2); }
	.sf-menu li li a, .sf-menu li:hover li a, .sf-menu li.selected li a { display: block; color: #000; background: transparent; text-align: left; transition: all 0.1s ease-in-out 0s; border: 0;  font-size: 14px; line-height: 1em; padding: 8px 12px; }
		.sf-menu li li:hover { background: #ddd; border-radius: 0;  }
		.sf-menu li li:hover a{ color: #000; text-decoration: none; }
		.sf-menu li li.last { border: 0px; }
		
.sf-menu ul li:hover ul, .sf-menu ul li.sfHover ul { top: 40px; }

		
.mobile-trigger{ }
#mobile-menu-btn { float: right; margin-left: 15px; background: none; z-index: 9899; cursor: pointer; width: 45px; margin-top: 11px; padding: 5px 0px; overflow: hidden; text-decoration: none;  }
	#mobile-menu-btn .icon-bar { height: 2px; background: #000; display: block; margin: 4px 5px; border-radius: 0px; }
		#mobile-menu-btn:hover .icon-bar { background: #000; opacity: 0.8; color:#ffffff }

#mobile-menu { display: none; text-align: left; margin-bottom: 10px; padding: 0px 0px; width: 100%; overflow: auto; z-index: 900; text-transform: uppercase; font-size:17.7px;  }
	#mobile-menu a { text-decoration: none; }
	#mobile-menu ul { margin: 0px; padding: 0px; list-style: none; width: auto; }
	#mobile-menu li { margin: 0px; padding: 0px 20px; background: none; list-style: none; font-weight: normal;  }
	#mobile-menu li a{ display: block; padding: 6px 15px 6px 0; font-size: 20px; color: #111; border-bottom: 1px solid rgba(0,0,0,0.1); }
	#mobile-menu li.last a{ border: 0; }
	#mobile-menu li a:hover { opacity: 0.8; background: none; }
		#mobile-menu li li { margin: 0px; padding: 0px; border-bottom: 0px solid #000; background: none; font-weight: normal;  }
		#mobile-menu li li a{ border-left: 2px solid #ddd; display: block; padding: 4px 15px 6px 0; padding-left: 15px; font-size: 16px; color: #fff; }
		#mobile-menu li li a:hover { background: none; opacity: 0.8; }
		#mobile-menu li li.last a { border-left: 2px solid #ddd; }	

#banner { position: relative; padding-top: 30%; background-color: #fff; background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; }
	#page-indexhtml #banner { background-position: 50% 62%; padding: 10% 0 13%; text-align: center; font-size: 24px; line-height: 1.5em; text-shadow: 0 0 4px rgba(0,0,0,0.8); }
	#page-indexhtml #banner .container { max-width: 700px; margin: 0 auto;  }
	#page-indexhtml #banner h1 { font-size: 58px; text-transform: uppercase;  line-height: 1.2em; margin: 0 0 10px;  }
	#page-indexhtml #banner p { margin-bottom: 30px;  }

#wave { position: absolute; z-index: 99; bottom: 0; left: 0; width: 100%;  }
/*------------ FOOTER ----------------------*/
#footer{ background: #294a2e; color: #fff; padding: 45px 0; }
	#footer .flex-row { align-items: center; justify-content: space-between; }
	#footer a { color: #fff; font-weight: bold; text-decoration: none; }
		#footer a:hover { text-decoration: none; opacity: 0.8; }
	#footer .footer-logo { flex-basis: 23%; min-width: 23%; }
	#footer .col { flex-basis: 23%;  }
	#footer .footer-menu { flex-basis: 40%;  text-transform: uppercase; }
		#footer .footer-menu ul { list-style: none; margin: 0; padding: 0; columns: 2; }
		#footer .footer-menu ul li { display: block; margin: 2px 15px; padding: 8px 10px; border-bottom: 1px solid rgba(255,255,255,0.1);  }


#copyright { text-align: center; padding: 15px; font-size: 12px; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; }

/*------------ CONTENT ----------------------*/
.content { padding: 45px 0; background: #fff; color: #111; }
	.content .container { max-width: 920px;  }
	.content h1 { font-weight: bold; font-size: 48px; margin: 0px 0px 15px; color: #294a2e; }
	.content h2 { font-weight: bold; text-transform: uppercase; font-size: 32px; margin: 0px 0px 8px; color: #294a2e; }
	
#page-indexhtml .content { padding-top: 15px;  }
#page-indexhtml .content .container { max-width: 920px; margin: 0 auto; text-align: center;  }

#site-plan { background: #294a2e; color: #fff; padding: 45px 0; text-align: center; }
	#site-plan h2 { font-weight: bold; text-transform: uppercase; font-size: 32px; margin: 0px 0px 30px; color: #fff; }
	#site-plan .container.wtext { max-width: 920px;  }
	#map { margin-bottom: 45px;  }

#site-location { background: #fff; color: #111; padding: 45px 0;  }
	#site-location h2 { font-weight: bold; text-transform: uppercase; font-size: 32px; margin: 0px 0px 15px; color: #294a2e; }
	#site-location .flex-row { align-items: center; justify-content: space-between; margin: 15px auto; }
	#site-location .col { flex-basis: 49%; padding: 5%; }
	#site-location .graphic { flex-basis: 49%; min-width: 49%; padding-top: 30%; background-color: #eee; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover;  }

	#s1 { background-image: url('../images/aerial-new.jpg'); padding-top: 37% !important; }
	#s2 { background-image: url('../images/our-plan-img.png'); }
	#c2 { margin: auto; text-align: center;  }


.faq { cursor: pointer; background: #eee; padding: 15px; border-radius: 4px; margin-bottom: 15px;  }
	.faq h3 {  font-weight: bold; font-size: 22px; margin: 0px; color: #000; }
		.faq h3:before { content: '\f067'; padding-right: 8px;     display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; }
		.faq.active h3:before { content: '\f00d';  }
		.faq p { display: none; margin: 8px 0; }
		.faq.active p { display: block; }


@media all AND (min-width: 992px) AND (max-width: 1199px) {
	.sf-menu li a {  }
}
@media all AND (max-width: 991px) {

}
@media all AND (max-width: 767px) {
	.break-mobile { display: block; }
	.hide-mobile { display: none;  }
	#banner { padding-top: 75% !important; }
	#page-indexhtml #banner { padding-top: 15% !important; }
	#page-indexhtml .content { padding: 30px 0; }

	.flex-row { flex-wrap: wrap; }

	#header .logo { flex-basis: 80%; padding: 15px 15px 15px 0; }
	#header .menu  { flex-basis: 20%;  }

	#site-location { padding: 0; text-align: center; }
	#site-location .col, #site-location .graphic { flex-basis: 100%; min-width: 100%; padding: 0; margin: 15px auto;  }
	#site-location .graphic { order: 2; padding-top: 60%; }


	#footer { text-align: center;  }
	#footer .footer-logo { flex-basis: 75%; margin: 0 auto 30px;  }
	#footer .footer-menu  { flex-basis: 100%;   }
	#footer .col { flex-basis: 75%; margin: 30px auto 0; }

	#s1 { padding-top: 75% !important; }
}
