html, body{
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Prompt', sans-serif;
}

.prompt{
	font-family: 'Prompt', sans-serif;
}
.header-container{
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 9;
	/*background: url(images/banner.jpg) top center no-repeat;
	height: 1167px;*/
}

#header-slider div.slide{
	background: #030303;
}
.slide-container{
	width: 100% !important;
	height: 844px !important;
}
.slide-container-1{
	background: url(images/banner-s-1.jpg) top center no-repeat;
}
.slide-container-2{
	background: url(images/banner-s-2.jpg) top center no-repeat;
}

.logo-col{
	text-align: center;
}
.logo{
	margin-top: 60px;
}
.header-intro-col{
	font-size: 90px;
	line-height: 120px;
	color: #fff;
	font-weight: 200;
	text-align: center;
	padding-top: 60px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0px !important;
}
.slick-dots{
	background: #f6f5f4;
}
.top-info-holder{
	background: #f6f5f4;
	border-bottom: 1px solid #89856f;
	padding: 70px 0; 
	margin-bottom: 50px;
}
.top-info-title-col{
	text-align: right;
	font-size: 30px;
	color: #979586;
	font-weight: 200;
	padding-top: 60px;
}
.top-info-content-col{
	color: #636363;
	font-size: 22px;
	font-weight: 300;
}

.separator{
	border-top: 1px solid #89856f;
	margin: 60px 0;
}

.av-brands-row img{
	max-width: 100%;
}


.footer-container{
	background: #f6f5f4;
	border-top: 1px solid #89856f;
	padding: 70px 0; 
}

.copy-col{
	font-size: 15px;
	color: #636363;
}
.copy-col a{
	font-weight: 500;
	color: #636363 !important;
}





/****************************/
/*start media fluid breakout*/
/****************************/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.top-info-title-col{
		text-align: center;
		margin-bottom: 30px;
	}
	.top-info-content-col{
		text-align: center;
	}
	.header-intro-col{
		font-size: 70px;
		line-height: 80px;
		padding-top: 90px; 
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}
/**************************/
/*end media fluid breakout*/
/**************************/