/*=== HEADER ===*/
#header{
    height: 0;
}
.header-wrapper{
	position: absolute;
	z-index: 10;
	width: 100%;
}
/*=== MAIN NAVIGATION ===*/

.header-menu{
	color: #ffffff;
}
.header-menu > .page > .cell{
	padding: 74px 0 0 0;
	text-align: center;
}
.header-menu > .page {
	height: auto;
}
.logo{
	display: inline-block;
	width: 0;
	position: relative;
    top: -26px;
}
.header-menu .phone{
	font-family: 'AvenirLTStd Black';
	margin-left: 20px;
	position: absolute;
    left: 0;
    top: -5px;
}
.header-menu .phone span{
	position: relative;
    top: 2px;
    margin-right: 2px;
}
#nav-btn {
	display: block;
	width: 32px;
	position: absolute;
	margin: 0;
	top: -10px;
	right: -5px;
		opacity: 1;
	visibility: visible;
}
.open #nav-btn{
	opacity: 0;
	visibility: hidden;

}
#nav-btn span {
	width: 100%;
	height: 5px;
	background: #ffffff;
	display: block;
	margin: 0 auto 5px;
}
.main-nav {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	overflow: hidden;
	color: #fafafa;
	overflow-y: auto;
	width: 0;
	transition: all 0.5s ease 0s;
	background: rgba(83, 11, 39, 0.95);

}
.open .main-nav {
	width: 30%;
}
.main-nav nav {
	padding: 50px 0;
}
.main-nav li {
	display: block;
	text-align: left;
	padding: 0 0 12px 0;
	position: relative;
}
.nav-menu > li > a {
	display: block;
	color: #ffffff;
	font-family: 'AvenirLTStd Black';
	padding: 20px 0 10px 64px;
	font-size: 18px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 0;
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.5);*/
	position: relative;
}
.nav-menu > li > a:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 64px;
	height: 1px;
	background: rgba(255, 225, 255, 0.5);
	bottom: 0;
}
.nav-menu > li:hover{
	background: #671937;
}
.nav-menu > li:hover a{
	border-color: transparent;
	padding-left: 77px;
}
.nav-menu > li:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: #ffffff;
	position: absolute;
	top: 25px;
	left: 35px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu > li:hover:before{
	opacity: 1;
	visibility: visible;
}
#nav-close-btn {
	display: block;
	background: url(../images/icons/close-menu.png) no-repeat;
	width: 32px;
	height: 32px;
	position: absolute;
	margin: 0;
	top: 73px;
	right: 80px;
	z-index: 5;

}
/*=== FIXED HEADER STYLES ===*/
.fixed .header-wrapper{
	position: fixed !important;
	width: 100%;
	top: 0 !important;
	z-index: 120;
	-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
	background: #dddddd;
}
.reset .header-wrapper{
	top: -200px;
	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
	    -ms-transition: all 0.5s ease 0s;
	     -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}
.fixed .header-menu > .page > .cell{
	padding: 50px 0 0 0;
}
.fixed  .logo{
	width: 210px;
}
.fixed .header-menu .phone{
	color: #000000;
}
.fixed #nav-btn span {
	background: #000000;
}
.fixed .main-nav {
	background: rgba(83, 11, 39, 1);
}
/*=== TOP BANNER ===*/
.main-slider{
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main-slider .banners {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.main-slider .banners li{
    display: block;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.slider-dots{
	position: absolute;
    top: 50%;
    z-index: 1000;
    text-align: right;
    right: 0;
}
.banner .slick-dots{
	position: absolute;
	right: 5px;
	bottom: -15px;
	width: auto;
}
.slick-dots li{
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 0 13px 0;
	border:  2px solid #ffffff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.banner .slick-dots li:last-child{
	margin-bottom: 0;
}
.banner .slick-dots li:before,
.slick-dots li button::before{
    content: "";
}
.banner .slick-dots li.slick-active{
	background: #ffffff;
}
.banner .relative{
	height: 100%;
	min-height: 100%;
}
.banner  .slick-list, .banner  .slick-track{
    height: 100%;
}
.banner  .slick-list, .banner  .slick-track{
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner{
	min-height: 600px;
}
.banners .table.page{
	height: 100%;
}
.banner-content{
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
}
.banner-text{
	text-align: center;
	color: #ffffff;
	padding-top: 130px;
}
.logo-large{
	width: 425px;
	display: inline-block;
	margin-bottom: 45px;
}
.banner-text p{
	margin-bottom: 45px;
}
/*=== ABOUT SECTION ===*/
.about-wrapper{
	padding: 85px 0 105px;
	background: #ffffff;
}
.about-wrapper .container{
	padding: 0 20px;
}
.about-wrapper .cell:first-child{
	padding-left: 20px;
	width: 352px;
}
.about-wrapper .cell:last-child{
	padding: 65px 0 0 75px;
}
.about-wrapper h2{
	color: #530b27;
	display: inline-block;
	padding-right: 60px;
}
.about-wrapper p{
	color: #530b27;
}
.about-wrapper .slick-dots{
	position: relative;
	margin-top: 40px;
	top: 0;
	bottom: inherit;
}
.about-rotator-dots .slick-dots li{
	border-color: #530b27;
	display: inline-block;
	margin: 0 13px 0 0;
}
.about-rotator-dots .slick-dots li.slick-active{
	background:  #530b27;
}
/*=== RATES SECTION ===*/
.rates-wrapper{
	background: #dddddd;
}
.rates-wrapper .inner-box{
	width: 520px;
	float: right;
	padding: 85px 90px 40px 0;
}
.rates-wrapper  h2{
	border-color: #530b27;
}
.rates-wrapper strong{
	display: block;
	color: #530b27;
	margin-top: 10px;
}
.rates-wrapper p{
	margin-bottom: 40px;
}
.rates .cell{
	color: #ffffff;
	font-size: 24px;
	font-family: 'AvenirLTStd Roman';
	text-align: center;
	padding: 20px 0;
}
.rates .row:nth-child(even) .cell:first-child{
	background: #6f2541;
}
.rates .row:nth-child(odd) .cell:first-child{
	background: #5c1732;
}
.rates .row:nth-child(even) .cell:last-child{
	background: #671937;
}
.rates .row:nth-child(odd) .cell:last-child{
	background: #530b27;
}
.rates .row:first-child .cell{
	background: #000000 !important;
	font-family: 'AvenirLTStd Black';
	padding: 25px 0;
}
.rates .row:first-child .cell:first-child{
	background: #0d0d0d !important;
}
/*=== INFO SECTION ===*/
.info-wrapper{
	background-image: url(../images/banners/bottom-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 120px 0 100px;
}
.info-wrapper ul{
	font-size: 0;
}
.info-wrapper li{
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	color: #ffffff;
	font-family: 'AvenirLTStd Black';
	font-size: 16px;
}
.info-wrapper li span{
	display: block;
	width: 138px;
	height: 138px;
	background-color: #dddddd;
	border: 4px solid #ffffff;
	margin: 0 auto;
	margin-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}
.info-wrapper li span.icon-time{
	background-image: url(../images/icons/watch.png);
}
.info-wrapper li span.icon-cleaner{
	background-image: url(../images/icons/cleaner.png);
}
.info-wrapper li span.icon-lock{
	background-image: url(../images/icons/lock.png);
}
.info-wrapper li span.icon-phone{
	background-image: url(../images/icons/mobile.png);
}
.info-wrapper li span.icon-home{
	background-image: url(../images/icons/home.png);
}
/*=== LOCATION SECTION ===*/
#map{
	width: 100%;
	height: 424px;
	border: none;
}
.bar-callout{
	background: #530b27;
	font-family: 'AvenirLTStd Black';
	font-size: 24px;
	height: 106px;
	color: #ffffff;
	text-align: center;
}
.bar-callout .cell:last-child{
	background: #dddddd;
	color: #000000;
	width: 24%;
}
.bar-callout .cell a{
	display: block;
	background: #dddddd;
	height: 100%;
	width: 100%;
	line-height: 106px;
	position: relative;
}
.bar-callout .cell a:after{
	 content: "";
	 display: inline-block;
	 vertical-align: text-bottom;
	 width: 21px;
	 height: 33px;
	 background: url(../images/arrows/more.png) no-repeat;
	 margin-left: 20px;
	 visibility: hidden;
	 opacity: 0;
}
.bar-callout .cell a:hover{
	background: #6f2541;
	color: #ffffff;
}
.bar-callout .cell a:hover:after{
	visibility: visible;
	opacity: 1;
}
/*=== CONTACT FORM ===*/
.contact-wrapper{
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 80px 0 105px;
}
.contact-wrapper .container{
	padding: 0 20px;
}
.contact-wrapper h2{
	border-color: #530b27;
}
.contact-wrapper p{
	margin-bottom: 50px;
}
.contact-wrapper p a{
	font-family: 'AvenirLTStd Black';
}
.contact-form .cell.space{
	width: 31px;
}
.contact-form  .f-row{
	padding-bottom: 38px;
}
.contact-form  .f-row:last-child{
	padding-bottom: 0;
	position: relative;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea{
	display: block;
	width: 100%;
	background: #ffffff;
	font-size: 16px;
	color: #a7a7a7;
	padding: 22px 28px;
	font-family: 'AvenirLTStd Roman';
	border: none;
}
.contact-form textarea{
	height: 186px;
}
.contact-form .captcha{
	background: #ffffff;
	height: 62px;
	width: 248px;
	line-height: 62px;
	color: #a7a7a7;
	font-family: 'AvenirLTStd Roman';
	text-transform: uppercase;
	padding: 0 14px 0 70px;
	white-space: nowrap;
	position: relative;
	text-align: left;
	font-size: 16px;
}
.contact-form .captcha input[type=checkbox]{
	visibility: hidden;
	position: absolute;
}
.contact-form .captcha input[type=checkbox]:not(checked) + label:before{
	content: '';
    position: absolute;
    top: 18px;
	left: 27px;
    width: 21px;
    height: 21px;
    background: #ffffff;
	border: 2px solid #a7a7a7;
}
.contact-form .captcha input[type=checkbox]:checked + label:before{
	 background: url(../images/arrows/checked.png) no-repeat center center;
}
.recaptcha{
	display: block;
	width: 47px;
	height: 47px;
	background: url(../images/icons/recaptcha.png) no-repeat;
	position: absolute; 
	top: 7px;
	right: 10px;
}
.contact-form input[type=submit]{
	display: inline-block;
	width: 225px;
	cursor: pointer;
	color: #ffffff;
	border: none;
	height: 62px;
	line-height: 62px;
	background: #530b27;
}
.contact-form input[type=submit]:hover{
	background: #6f2541;
}
.note.error.small {
	position: absolute;
	top: -27px;
	font-size: 14px;
}

/*=== FOOTER ===*/
.footer-wrapper{
	background: #000000;
	color: #ffffff;
	height: 122px;
}
.footer-wrapper .page{
	border-top: 1px solid #ffffff;
	max-width: 1000px;
}
.footer-wrapper .cell:last-child{
	width: 140px;
	text-align: right;
}
.footer-wrapper p{
	margin-bottom: 0;
}
.jbsystem{
	display: inline-block;
	background: url(../images/icons/logo_JB_systems.png) no-repeat;
	width: 105px;
	height: 40px;
}
#thank-you {
	background-color: #530b27;
	text-align: center;
	border: solid 5px #000 !important;
}
#thank-you h2 {
	border: none;
	color: #fff;
	padding: 20px 10px;
	margin: 0px;
}
#thank-you p {
	padding: 0px 10px 20px;
	margin: 0px;
	color: #fff;
}

.error-container {
	text-align: center;
}
.error-container h1 {
	font-size: 55px;
	line-height: 60px;
	padding-bottom: 20px;
	margin-top: 150px;
}
.error-container a {
	color: #600323;
}