@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
#cnmadminpanel{z-index:99; position:relative;}
body{
	margin:0;
	padding:0;
	font-size: 10px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Dosis', sans-serif;
}
* {
	margin: 0;
	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;
}
p {
	line-height: 1.6em;
	font-size: 1.6em;
	color: #000;
	margin-bottom: 25px;
}
td, th {
	font-size: 16px;
}
dt, dd {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 20px;
}
a{
	color:#00953b;
	text-decoration: none;
	display: inline-block;
	
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;	
}
a:hover,
a:focus {
  color: #00FF64;
  text-decoration: none;
}
a img{
	border:none;
}
img {
	max-width: 100%;
	width: auto;
}
h1, .h1-style {	
	font-size: 2.5em;
	line-height: 1.4em;
	font-weight: bolder;
	color: #03973d;
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 25px;
}
h2 {
	font-size: 2.2em;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
}
h3{
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
}
.logo{margin-top:30px;text-align: center;}
.logo img{}
.call-now{
	background:#5b9bd5;
	padding:15px;
	color:#fff;
	display:inline-block;
}
.call-now p{margin-bottom:0;}
.call-now a{
	text-transform:uppercase;
	font-weight:bolder;
	color:#fff;
	font-size:2em;
}
.top{background:url(../img/bg.jpg); border-bottom: 4px solid #0045a2;background-size:cover;padding: 15px;}
.tag{margin: 50px 0;}
.tag a{background:#00953b; padding: 15px; font-size: 2em; color: #fff; text-transform: uppercase;font-weight: bold; border-radius: 10px;}
.tag a:hover{color:#00953b; background: #fff;}
.tag p{color:#ffffff; font-weight: 800; font-size: 3em;line-height: 1.5em; text-transform:uppercase;text-shadow: 0px 0px 10px #000; max-width: 50%;}
.phone{font-size: 6em; color: #00953b; text-align: center; font-weight: 800;}
.services .service{color:#b3b3b3;}
.services .service p{color:#5d5d5d; margin-top: 15px;}
.sponsors{width: 100%; text-align: center;border-bottom:4px solid #fafafa; border-top:4px solid #fafafa; display: inline-block; padding: 15px 0; margin: 15px 0;}
.sponsors .col-sm-2{margin-top: 20px; margin-bottom: 20px;}
.btn-layout{
    border: 1px solid #00953b;
    padding: 15px;
    font-size: 3em;
 	margin-top: 20px;
    display: inline-block;
}
.btn-layout:hover{
	background:#00953b;
	color:#fff;
}

.edge-pipeline{padding:20px 0; background: #0045a2;}
.edge-pipeline p.lead {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0px;
	margin-top: 0;
	color:#fff;
}
.btn-layout-white {
    color: #fff;
    border-color: #fff;
}
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
/*=========================================== MEDIA QUERIES =================================================*/
/*===========================================================================================================*/
@media screen and (max-width: 1640px) {
	
}
@media screen and (max-width: 1500px) {
	
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 1300px) {
	/*============== TOP ================*/
	.menu, .menu.behaved {
		padding: 43px 30px 15px;
	}
	.menu.actived {
		padding: 20px 30px;
	}
	.menu .logo-nav {
		left: 30px;
	}
	.navigation-overlay {
		padding-top: 80px;
	}
	/*============== COMMON ================*/
	
}
@media screen and (max-width: 1200px) {
	/*============== TOP ================*/
	.navigation-overlay > ul > li > a {
		font-size: 3em;
	}
	/*============== INTERIOR ================*/
	.bolder-heading {
		padding: 15px 0;
		font-size: 3em;
	}
}
@media screen and (max-width: 1024px) {
	.truck{max-width:100%; margin-top:20px;}
	.banner{margin-top:20px;}

}
@media screen and (min-width: 992px) {
	/*============== TOP ================*/
	.menu, .navigation-overlay {
		display: none !important;
	}
	body.behaved {
		overflow: auto!important;
		  background: #fff!important;
	}
	.page.behaved {
		-webkit-transform: scale(1)!important;
		-moz-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
		-o-transform: scale(1)!important;
		transform: scale(1)!important;
	}
	.properties-search form {
		display: block!important;
	}
}
@media screen and (max-width: 991px) {
	/*============== TOP ================*/
	.menu {
		display: block;
	}
	.desktop-nav {
		position: absolute;
		z-index: 4;
	}
	.desktop-nav .logo {
		max-width: 138px;
	}
	.desktop-nav .container {
		width: 100%;
	}
	.desktop-nav ul {
		display: none;
	}
	.page {
    	padding-top: 140px;
	}
	.properties-search {
		padding-bottom: 0;
	}
	.properties-search form {
		display: none;
	}
	.properties-search .mobile-toggle {
		display: block;
	}
	/*============== FORM ================*/

	.form-box.agreement-confirm .checkbox {
		display: inline-block;
		font-size: 12px;
		margin-right: 0;
	}
	.form-box .form-group {
		display: block;
	}
	.form-box.agreement-confirm .btn-form {
		width: 100%;
		margin: 0;
	}
}
@media screen and (max-width: 850px) {
	.tag p{max-width: 100%;}
}
@media screen and (max-width: 768px) {
	/*============== LOGIN ================*/
	.login-template .left,
	.login-template .right {
		float: none;
		width: auto;
		padding-right: 0;
		margin-bottom: 0;
	}
	.login-template .right {
		padding-left: 0;
	}
	.login-template .middle {
		position: static;
		width: auto;
		margin-left: 0;
		margin: 15px 0;
	}
	.login a {
		font-size: 14px;
	}
	/*============== COMMON ================*/
	p {
		font-size: 1.4em;
	}
	dt, dd {
		font-size: 14px;
	}
	td, th {
		font-size: 14px;
	}
	.interior li {
		font-size: 14px;
	}
	h1, .h1-style {	
		font-size: 2em;
		margin-top: 40px;
		margin-bottom: 35px;
	}
	h2 {
		font-size: 1.8em;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	h3{
		font-size: 1.6em;
		margin-top: 18px;
		margin-bottom: 18px;
	}
	.btn-layout {
		font-size: 1.4em;
	}
	.bolder-heading {
		font-size: 2.5em;
	}
	/*============== TOP ================*/
	.menu {
		padding: 43px 15px 15px;
	}
	.menu.actived {
		padding: 20px 15px;
	}
	.menu .logo-nav {
		left: 15px;
	}
	.navigation-overlay > ul > li > a {
		font-size: 2.8em;
	}
	.page {
		-webkit-transform-origin: 50% 10%;
		-moz-transform-origin: 50% 10%;
		-ms-transform-origin: 50% 10%;
		-o-transform-origin: 50% 10%;
		transform-origin: 50% 10%;
	}
	/*============== HOME ================*/
	.home-footer {
		font-size: 1.4em;
		line-height: 1.4em;
		letter-spacing: 1px;
	}
	/*============== FOOTER ================*/
	.footer p {
		line-height: 2.5em;
	}
	.footer ul.social-nav li {
		font-size: 35px;
	}
	.footer ul.footer-nav li {
		display: block;
		padding: 0;
		font-size: 14px;
		text-transform: uppercase;
		line-height: 24px;
	}
	.footer ul.footer-nav li a {
		padding: 5px 0;
	}
	.footer ul.footer-nav li:after {
		display: none;
	}
	
}
@media screen and (max-width: 650px) {
	/*============== TOP NAV ================*/
	.menu > a > .txt {
		display: none;
	}
	.navigation-overlay {
		padding-top: 70px;
	}
	.navigation-overlay > ul > li > a {
		font-size: 2em;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.navigation-overlay > ul > li > ul > li a {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 600px) {
	
}
@media screen and (max-width: 480px) {
	/*============== TOP NAV ================*/
	.menu {
		padding: 35px 15px 15px;
	}
	.desktop-nav .logo {
		max-width: 106px;
	}
	.page {
    	padding-top: 120px;
	}
}
@media screen and (max-width: 380px) {
}
@media screen and (max-width: 350px) {
}