/* CSS Document */

.home-banner {
	position: relative;
	overflow: hidden;
	min-height: 530px;
}
/*.home-banner>span.parallax {
	background-image: url(../img/bnn-01.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	left: 0; top: 0; right: 0; bottom: 0;
}*/
.home-banner > .main-slick .slick-slide .slick-bnn {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.home-banner > .main-slick .slick-slide .slick-bnn > span.parallax {
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-banner .parallax-content {
	position: absolute;
	z-index: 2;
	left: 0; top: 0; right: 0; bottom: 0;
}
.home-banner .parallax-content .parallax-inside {
	position: relative;
}
.home-banner .content {
	position: absolute;
	z-index: 2;
	left: 15px; right: 15px; bottom: 40px;
	text-align: center;
}
.home-banner .search-wrapper {
	position: relative;
	display: inline-block;
	max-width: 680px;
	opacity: 0;
    filter: alpha(opacity=0);
	top: 50%;
	left: 50%;
	margin-top: -126px;
	margin-left: -340px;
	padding: 0 15px;
}
.home-banner.ready .search-wrapper {
	-webkit-animation: rotate 1s 1 ease-out;
    -moz-animation: rotate 1s 1 ease-out;
    -o-animation: rotate 1s 1 ease-out;
    animation: rotate 1s 1 ease-out;
    opacity: 1;
    filter: alpha(opacity=100);
}
.home-banner .search-wrapper h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 77px;
	margin: 0 0 35px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
.home-banner .search-wrapper form {
	position: relative;
}
.home-banner .search-wrapper form input[type="text"] {
	font-family: 'Slabo 27px', serif;
	padding: 0 105px 0 10px;
	width: 100%;
	display: block;
	height: 76px;
	color: #5b5b5b;
	font-size: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.home-banner .search-wrapper form button[type="submit"] {
	display: block;
	position: absolute;
	top: 0; right: 0;
	background-color:#b91f27;
	color: #fff;
	font-size: 40px;
	border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-o-border-radius: 0 5px 5px 0;
	border: none;
    padding: 0 28px;
    top: 0;
    bottom: 0;
}
.home-banner .search-wrapper form button[type="submit"]:hover,
.home-banner .search-wrapper form button[type="submit"]:focus {
	background-color:#791419;
}
.home-banner .search-wrapper .btn-layout {
	background-color: #b91f27;
	border-color: #b91f27;
	margin-top: 15px;
	font-size: 20px;
}
.home-banner .search-wrapper .btn-layout:hover,
.home-banner .search-wrapper .btn-layout:focus {
	background-color: #791419;
	border-color: #791419;
}
.home-banner .content .slide-top-locations {
	position: relative;
	max-width: 1750px;
    margin: 0 auto;
	top: 30px;
	opacity: 0;
    filter: alpha(opacity=0);
}
.home-banner.ready .content .slide-top-locations {
	top: 0;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .8s ease .8s, top .4s ease .8s;
    -moz-transition: opacity .8s ease .8s, top .4s ease .8s;
    -o-transition: opacity .8s ease .8s, top .4s ease .8s;
    -webkit-backface-visibility: hidden;
}
.home-banner .content .slide-top-locations .slick-list {
	overflow: visible!important;
}
.home-banner .content .slide-top-locations .slick-slide {
	padding: 0 10px;
}
.home-banner .content .slide-top-locations .slick-slide > a {
	display: block;
	position: relative;
	border: solid 3px #fff;
	background-position: center;
	background-size: cover;
	background-image: url(../img/location1.jpg);
	padding-bottom: 42%;
	
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.home-banner .content .slide-top-locations .slick-slide > a:hover,
.home-banner .content .slide-top-locations .slick-slide > a:focus {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.home-banner .content .slide-top-locations .slick-slide:nth-child(2) > a {
	background-image: url(../img/location2.jpg);
}
.home-banner .content .slide-top-locations .slick-slide:nth-child(3) > a {
	background-image: url(../img/location3.jpg);
}
.home-banner .content .slide-top-locations .slick-slide:nth-child(4) > a {
	background-image: url(../img/location4.jpg);
}
.home-banner .content .slide-top-locations .slick-slide:nth-child(5) > a {
	background-image: url(../img/location5.jpg);
}
.home-banner .content .slide-top-locations .slick-slide > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.25);
}
.home-banner .content .slide-top-locations .slick-slide > a .content {
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%; left: 10px; right: 10px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	text-align: center;
	font-family: 'Slabo 27px', serif;
	font-size: 23px;
	line-height: 1.2em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 400;
	height: 90px;
}
.home-banner .content .slide-top-locations .slick-slide > a .content > strong {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 600;
	font-size: 40px;
}
.home-banner .content .slide-top-locations .slick-slide > a .content > span {
	display: block;
	font-size: 11px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.home-banner .content .slide-top-locations .slick-slide > a .content > span:before,
.home-banner .content .slide-top-locations .slick-slide > a .content > span:after {
	content: '';
	display: block;
	position: absolute;
	width: 16px; height: 1px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
}
.home-banner .content .slide-top-locations .slick-slide > a .content > span:before {left: 55%;}
.home-banner .content .slide-top-locations .slick-slide > a .content > span:after {right: 55%;}

@media screen and (max-width: 1660px) {
	.home-banner .content .slide-top-locations .slick-slide > a .content {font-size: 17px; height: 66px;}
	.home-banner .content .slide-top-locations .slick-slide > a .content > strong {font-size: 28px}
}
@media screen and (max-width: 1200px) {
	.home-banner .content .slide-top-locations .slick-slide > a .content {font-size: 16px; height: 58px;}
	.home-banner .content .slide-top-locations .slick-slide > a .content > strong {font-size: 20px}
}
@media screen and (max-width: 768px) {
	.banner-video-iframe, .banner-video-file{display:none;}
	.home-banner {min-height: 410px;}
	.home-banner .search-wrapper {
		max-width: 378px;
		margin-top: -87px;
		margin-left: -189px;
	}
	.home-banner .search-wrapper h1 {
		font-size: 42px;
    	margin: 0 0 20px;
	}
	.home-banner .search-wrapper form input[type="text"] {
		padding: 0 66px 0 10px;
		height: 58px;
		font-size: 14px;
	}
	.home-banner .search-wrapper form button[type="submit"] {
		font-size: 22px;
	    padding: 18px 21px;
	}
	.home-banner .search-wrapper .btn-layout {font-size: 16px;}
	.home-banner .content .slide-top p {
		text-shadow: none;
		color: #fff;
		font-size: 16px;
		line-height: 25px;
		font-weight: 300;
		margin: 25px 0;	
	}
	.home-banner .content .slide-top p > img {
		max-width: 145px;
	}
}
@media screen and (max-width: 400px) {
	.home-banner .search-wrapper {
		max-width: 310px;
		margin-top: -80px;
		margin-left: -155px;
	}
	.home-banner .search-wrapper h1 {
		font-size: 30px;
	}
}

@-webkit-keyframes rotate {
    0%,
    50% {
        -webkit-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    100% {
        -webkit-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@-moz-keyframes rotate {
    0%,
    50% {
        -moz-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0
    }
    100% {
        -moz-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@-o-keyframes rotate {
    0%,
    50% {
        -o-transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: .2
    }
    100% {
        -o-transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}

@keyframes rotate {
    0%,
    50% {
        transform: perspective(600px) rotateX(90deg) scale(.5);
        opacity: 0;
    }
    100% {
        transform: perspective(600px) rotateX(0) scale(1);
        opacity: 1
    }
}