#reviews {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

#reviews .splash_container {
    position: absolute; 
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	width: 100%;
}

.home .main-wrap {
	color: #fff;
	text-align: center;
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-size: cover;
}

.home .main-wrap {
	padding: 80px 0;
}

.home .main-wrap h1 {
	color: #fff;
	margin-bottom: 5px;
}

.home .main-wrap h3 {
	color: #fff;
	margin-bottom: 40px;
}

.home .main-wrap p {
	color: #fff;
}

.showcase {
	position: relative;
}

.hoverbox {
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	padding: 60px 30px;
	position: absolute;
	background: rgba( 20, 79, 168, .8);
}

.row-marg {
	margin-top: 30px;
}

.hoverbox h3 {
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.hoverbox .p {
	color: #fff;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.showcase:hover .hoverbox .p {
	color: #fff;
	height: auto;
	visibility: visible;
}

.atw_slider_controls {
    top: -400px;
}

.atw_container {
    max-width: 98% !important;
}


.showcase-address {
	color: #fff;
	margin-top: 30px;
}

.hov-lane:hover {
	color: #fff;
	opacity: .8;
}


/* RESPONSIVE 
-----------------------------------------------*/

@media only screen and (max-width: 1800px) {
	
	
	
}

@media only screen and (max-width: 1700px) {
	
	
	
}

@media only screen and (max-width: 1600px) {
	
	
	
}

@media only screen and (max-width: 1500px) {
	
	.hoverbox p {
    	line-height: 25px;
	}
	
	.hoverbox {
    	padding: 40px 30px;
	}
	
}

@media only screen and (max-width: 1400px) {
	
	.showcase-address {
    	font-size: 16px;
	}
	
	.showcase-phone {
    	font-size: 16px;
	}
	
	.hoverbox {
    	padding: 30px 15px;
	}
	
}

@media only screen and (max-width: 1300px) {
	
	.hoverbox {
    	right: 50%;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.hoverbox h3 {
    	margin-bottom: 10px;
	}
	
}

@media only screen and (max-width: 1100px) {
	
	.hoverbox p {
		font-size: 15px;
		line-height: 20px;
	}
	
}

@media only screen and (min-width: 980px) {
}

@media (max-width: 1025px) {
}

@media only screen and (max-width: 979px) {
	
	.showcase {
		margin: 30px 0;
	}
	
}

@media only screen and (max-width: 767px) {
	
} 

@media all and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
	
	.showcase:hover .hoverbox p {
		display: none;
	}
	
	.hoverbox h3 {
    	font-size: 20px;
    	line-height: 25px;
	}
	
	.hoverbox p {
		font-size: 15px;
    	line-height: 20px;
    	margin: 0;
	}
	
	.hoverbox {
    	right: 0;
	}
	
}

@media only screen and (max-width: 400px) {
	
	
	
}
