.cent { text-align: center; }
.justify { text-align: justify; }
.centered { float: none; margin: 0 auto; }
.no-pad { padding: 0 !important; }

@media screen and (min-width: 768px) {
	.res-container { 
		padding: 0; margin: 0 auto;
	}
}

@media screen and (max-width: 359px) {
	.res-container { 
		width: 100% !important; padding: 0; margin: 0 auto;
	}
}


/*------------------- Main Style Sheet ------------------*/

body {
	margin: 0 !important;
	color: #444;
	font-size: 16px;
	font-family: arial;
	
}

a {
	color: #555;
	-o-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	transition: 0.3s linear;
}
a:hover {
	color: #1a80b6;
	text-decoration: none;
}

.page-nav { background-color: #1a80b6;  }
.page-nav h1 { font-size: 36px;
	font-weight: 300;
	padding: 20px 0 20px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: center; margin: 0; }

.white { background-color: #fff; padding: 30px 0 30px 0; }

@media screen and (max-width: 991px) {
.page-nav { background-color: #1a80b6; margin-top: 10px;  }
}

h1 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #1a80b6;
	text-align: center;

}
h2 {
	color: #000;
	padding-bottom: 15px;
	font-size: 30px;
	font-weight: 300;
	margin-top: 10px;
}
h3 { 
	color: #333;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
}


/*--------------------- Page & Navigation--------------------*/

#page-wrap {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}


.home-body-1 {
	background: #fff;
	padding: 30px 0 50px 0;
}

@media screen and (max-width: 767px) {
	.home-body-1 { padding: 10px 0 10px 0; }
	
	
}

.centered { float: none; margin: 0 auto; }
.no-mar { margin: 0 !important; }
.no-pad { padding: 0 !important; }

@media screen and (min-width: 768px) {
	.img-inline {
		padding: 8px;
		float: right;
	}
}



/*--------------------- Header Social--------------------*/


.nav-item {
	padding: 0 15px;
	float: right;
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	opacity: 1;
	height: 80px;
	min-width: 100px;
}	
.scrolldown .nav-item {
	opacity: 0;
	visibility: hidden;
	height: 50px;
}
.scrolldown .menuzord-menu {
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
	/*--- margin-right: -107px; ---*/
}


.account-bar { background-color: #f4f4f4; border-bottom: 1px solid #eaeaea; color: #555; height: 40px;  width: 100%; }

.account-bar h5 { color: #555; padding: 5px; }


/*--------------------- Buttons--------------------*/ 

.btn-blue-sm {
	color: #fff;
	background: #000000;
	border-color: #000000;
	border-radius: 1px;
	padding: 5px 16px 5px 16px;
}
.btn-blue-sm:hover, .btn-blue-sm:focus {
	color: #000000;
	background: #cccccc;
	border-radius: 1px;
	padding: 5px 16px 5px 16px;
}


.btn-blue {
	color: #fff;
	background: #000000;
	border-color: #000000;
	border-radius: 1px;
	padding: 11px 16px 11px 16px;
}
.btn-blue:hover, .btn-blue:focus {
	color: #000000;
	background: #cccccc;
	border-radius: 1px;
	padding: 11px 16px 11px 16px;
}

.btn-hollow {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	max-width: 300px;
	width: 100%;	
	font-size: 18px;
}
.btn-hollow:hover, .btn-hollow:focus {
	color: #1a80b6;
	background: #fff;
}

.btn-outline { background: transparent; color: #1a80b6; border: 2px solid #1a80b6; font-size: 16px; }

.btn-outline:hover, .btn-outline:focus { background: transparent; color: #1a80b6; border: 2px solid #1a80b6; font-size: 16px; }

.btn-big {
	font-size: 20px;
	padding: 16px 24px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:active:hover {
	color: #fff;
	background: #96ce00;
}
	
/*------------------- Footer ------------------*/

.footer-black {
	font-size: 12px;
	color: #555;
	position: relative;
	background-color: #fff;
	background-position: bottom center;
	background-position: center;
	padding: 30px 0 30px 0;
}

.footer-block {
	width: 100%;
	
}

.footer-block a {
	color: #444;
}
.footer-block a:hover {
	color: #333;
}




@media screen and (min-width: 1200px) and (max-width: 1650px) {

.image-header {
	height: 300px !important;
}
}

@media screen and (min-width: 991px) and (max-width: 1200px) {

.image-header {
	height: 260px !important;
}
}


.image-header {
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 350px;
}


.img-overlay {
   position: absolute;
   top: 100px;
   left: 50%;
   width: 184px;
   height: 66px;
   margin-top: -33px; /* Half the height */
   margin-left: -92px; /* Half the width */
   z-index: 999999;
}



.logo-overlay { position: absolute; top: 60px; left: 45%; z-index: 999999; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
.logo-overlay { position: absolute; top: 60px; left: 42%; z-index: 999999; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.logo-overlay { position: absolute; top: 60px; left: 40%; z-index: 999999; }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
.logo-overlay { position: absolute; top: 60px; left: 35%; z-index: 999999; }
}

@media screen and (min-width: 360px) and (max-width: 479px) {
.logo-overlay { position: absolute; top: 60px; left: 30%; z-index: 999999; }
}

@media screen and (max-width: 359px) {
.logo-overlay { position: absolute; top: 60px; left: 25%; z-index: 999999; }
}


.left-float {
	float: left;
}



.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
