/*********************************************************
********************* General ****************************
**********************************************************/
body{
	font-family: 'Open Sans';
	font-size: 16px;
}
ul{
	padding-left: 0
}
p{
	margin-bottom:25px;
}
.page{
	font-family:'Open Sans';
	font-weight: lighter;
}
.page.page-h1{
	font-size: 36px;
	
}
.page.page-h2{
	font-size: 28px;
	margin-top: 36px;
	margin-bottom: 15px;
}
.page.page-h3{
	font-size:21px;
}
.page.page-h4{
	font-size: 16px;
}
.small-spacer{
	clear:both;
	height: 20px;
}
.spacer{
	clear:both;
	height: 40px;
}

.inline-block{
	display: inline-block!important;
}

.full-width{
	width: 100%;
}
.no-margin{
	margin: 0;
}
.no-padding{
	padding: 0;
}
/*=====Font Size & family=====*/
.size-11{
	font-size: 11px;
}
.size-12{
	font-size: 12px;
}
.size-16{
	font-size: 16px;
}
.size-18{
	font-size:18px;
}
.size-20{
	font-size: 20px;
}
.size-21{
	font-size: 21px;
}
.size-22{
	font-size: 22px;
}
.size-24{
	font-size: 24px;
}
.size-36{
	font-size: 36px;
}
.font-bold{
	font-weight: bold;
}
.font-lato{
	font-family: 'lato';
}
.font-light{
	font-weight: lighter;
}
.uppercase{
	text-transform: uppercase;
}
.text-left{
	text-align: left!important;
}
.text-right{
	text-align: right!important;
}
.text-center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.text-shadow{
	text-shadow: 3px 2px 4px rgba(50, 50, 50, 1);
}

/*/////////////////*/
a{
	color: inherit;
}
a:hover{
	color:inherit;
	text-decoration: none;
}



/*=====Colors=====*/
.c-white{
	color: white !important;
}
.bgc-white{
	background-color: white;
}
.c-black{
	color: black;
}
.bgc-black{
	background-color: black;
}
.no-bgc{
	background-color:transparent !important;
}
.c-red{
	color:#802528 !important;
}
.bgc-red{
	background-color: #802528 !important;
}

/*===== Buttons =====*/
a[role=btn], .btn{
	padding: 20px 25px;
	display: inline-block;
	font-family: 'Lato';
	color: black;
	background-color: #B2986C;
	text-shadow:none;
	font-size: 24px;
	outline: none;
	border: none;
}

a[role=btn]:hover{
	text-decoration: none;
}

a[role=small-btn], .small-btn{
	padding: 10px 10px;
	display: inline-block;
	font-family: 'Lato';
	color: black;
	background-color: #B2986C;
	text-shadow:none;
	font-size: 16px;
	outline: none;
	border: none;
}

a[role=small-btn]:hover{
	text-decoration: none;
}

.watch{
	outline:none;
	border:none;
	background: none;
}

.block{
	display: block;
}
.inline-block{
	display: block;
}


/*********************************************************
********************** Header ****************************
**********************************************************/


.navigation{
	background-color: #1E1C1D;

}
.navigation ul{
	display: inline-block;
	margin: 0;
}
.navigation ul li{
	color: white;
	display: inline-block;
}
.navigation ul li a{
	color: white;
	padding: 10px 60px;
	border-right: 1px solid #828282;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}
.navigation ul li a:hover{
	background-color: #802528;
}

.navigation ul li:first-child a{
	border-left: 1px solid #828282;
}
.navigation img{
	z-index: 100;
}
.navigation ul li:last-child a:hover{
	background-color: #1E1C1D;
}

/*********************************************************
********************** Footer ****************************
**********************************************************/
.footer{
	background-color: #1E1E1E;
}
.footer ul{
	list-style: none;
	margin-top: 60px;
}
.footer ul:last-child{
	margin-top: 40px;
}
.footer ul:first-child li a{
	color: #A7A9AC;
	padding: 10px 5px;
}

.footer ul:last-child li{
	color: #A7A9AC;
	padding: 0 5px;
}
.footer-bar{
	background-color: #2B2B2B;
	color: #A7A9AC;
	font-size: 10px;
	padding: 10px 0;
}
.footer-phone{
	float:right;
}

/*********************************************************
*********************** Main *****************************
**********************************************************/
.index-banner{
	background-image: url("/a/images/banner.jpg");
	background-position: center center;
	background-size: cover;
	padding: 250px 0;
}
.index-title{
	display: block;
	text-align: center;
	font-size: 60px;
	font-family: 'lato';
}
.index-ad{
	text-align: right;
	margin-bottom: 20px;
	padding: 100px 20px 20px 0;
	background-size: cover;
	background-position: center center;
}
.index-ad span{
	margin-right: 20px;
	display: inline-block;
}

.banner{
	width: 100%;
	display: block;
	max-height: 220px;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.service-cell{
	background-color: #F7F7F7;
	padding: 35px 0;
	margin-bottom: 5px;
	border: 5px solid white;
}
.service-cell span{
	display: block;
	text-align: center;
	margin: 10px 0;
}
.service-cell span:first-child{
	margin-bottom: 40px;
	text-transform: uppercase;

}
.form-horizontal .form-group{
	margin: 0 0 15px 0;
}
.contact{
	background-image:url('/a/images/contact.jpg');
	background-size: cover;
	background-position: center center;
	padding: 220px 0;
}
.form-control::-webkit-input-placeholder {
   color: #C1C1C1;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #C1C1C1;  
}

.form-control::-moz-placeholder {  /* Firefox 19+ */
   color: #C1C1C1;  
}

.form-control:-ms-input-placeholder {  
   color: #C1C1C1;  
}
.form-control{
	background-color: #939598 !important;
	color:white;
}
.alert{
	margin-right: 15px;
}

/* ===================================
	$RESPONSIVE STYLES
===================================== */

/* Large desktop */
@media (min-width: 1200px) {  

}

@media (max-width: 1200px) {
	.navigation ul li a{
		padding:10px 40px;
	}
}

}

@media (min-width: 992px) {

}

/* In between desktop and tablet*/ 
@media (min-width: 980px) and (max-width: 1199px) {
	

}

@media (max-width:1059px) {


}

/* anything below tablet size */
@media (max-width: 991px) {
	.navigation ul li a,
	.navigation ul li{
		display:block;
		border: none;
		margin: 0;
		text-align: center;
		font-size:28px;
	}
	.navigation ul{
		display: block;
		width:100%;
	}
	.navigation ul li:first-child a{
		border: none;
	}
	.navigation{
		display: none;
	}
	.footer-phone{
		float:none;
		display: inline-block;
		margin-left: 10px;
	}
	.index-title{
		font-size: 36px;
	}
	a[role=btn], .btn{
		font-size: 20px;
		padding: 10px 15px;

	}
	.index-banner{
		padding:100px 0;
	}
	.index-ad span{
		font-size: 30px;
	}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.first, 
	.second{
		float:none !important;
		display: block;
		text-align: center;
	}


}


@media (max-width: 710px){

}

/* Landscape phones and down */
@media (max-width: 480px) {
	.index-ad span{
		font-size: 25px;
	}
	.header img{
		width: 60%;
	}
}




