@font-face {
  font-family: "apercu_light";
  src: url("../fonts/Apercu/apercu-light/apercu_light.eot");
  src: url("../fonts/Apercu/apercu-light/apercu_light.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu/apercu-light/apercu_light.woff") format("woff"), url("../fonts/Apercu/apercu-light/apercu_light.ttf") format("truetype"), url("../fonts/Apercu/apercu-light/apercu_light.svg#apercu_light") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "apercu_regular";
  src: url("../fonts/Apercu/apercu-regular/apercu_regular.eot");
  src: url("../fonts/Apercu/apercu-regular/apercu_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu/apercu-regular/apercu_regular.woff") format("woff"), url("../fonts/Apercu/apercu-regular/apercu_regular.ttf") format("truetype"), url("../fonts/Apercu/apercu-regular/apercu_regular.svg#apercu_regular") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "apercu_medium";
  src: url("../fonts/Apercu/apercu-medium/apercu_medium.eot");
  src: url("../fonts/Apercu/apercu-medium/apercu_medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu/apercu-medium/apercu_medium.woff") format("woff"), url("../fonts/Apercu/apercu-medium/apercu_medium.ttf") format("truetype"), url("../fonts/Apercu/apercu-medium/apercu_medium.svg#apercu_medium") format("svg");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "apercu_bold";
  src: url("../fonts/Apercu/apercu-bold/apercu_bold.eot");
  src: url("../fonts/Apercu/apercu-bold/apercu_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Apercu/apercu-bold/apercu_bold.woff") format("woff"), url("../fonts/Apercu/apercu-bold/apercu_bold.ttf") format("truetype"), url("../fonts/Apercu/apercu-bold/apercu_bold.svg#apercu_bold") format("svg");
  font-style: normal;
  font-weight: normal; }

* {
	margin: 0; 
	padding: 0; 	
}

html, body { 
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

#vanilla-slideshow-container { 
	width: 100%; 
	height: 100%; 
	position: relative; 
	text-align: center;
}

#vanilla-slideshow .vanilla-slide { 
	width: 100%; 
	height: 100%; 
	background-size: cover; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute; 
	top: 0; 
	left: 0; 
	opacity: 0;
}

@media (max-width: 767px) {
	#vanilla-slideshow .vanilla-slide {
		background: none !important;
	}
}

#vanilla-slideshow .vanilla-slide.vanilla-active { 
    opacity: 1;
}

@media screen and (max-width: 1024px) { 
  #vanilla-slideshow .vanilla-slide img {
    left: 50%;
    margin-left: -512px; 
  }
}  

body {
	font-family: "apercu_regular";
}


@media (max-width: 767px) {
	body {
		background: url('/assets/img/slides/01.jpg') fixed !important;
	}
}


body:after {
	content: '';
	background: #000;
	opacity: .1;
	position: fixed;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
}

.logo {
	position: absolute;
	z-index: 99999;
	top: 25px;
	left: 25px;
	display: block;
	height: 50px;
	width: 80px;
	background: transparent url('/assets/img/logo.svg') no-repeat;
	background-size: 100%;
}

.logo span {
	position: absolute;
	text-indent: -999999em;
}

.content {
	padding: 30px;
	text-align: center;
	position: absolute;
	max-width: 700px;
	min-height: 290px;
	left: 50%;
	top: 50%;
	margin-left: -380px;
	margin-top: -175px;
	background: #fff;
	z-index: 9999999;
	margin-bottom: 50px !important;
}

@media (max-width: 767px) { 
	.content {
		margin: 25px;
		left: 0;
		top: 70px;
		margin-bottom: 50px !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	 .content {
		 margin: 25px;
		 left: 0;
		 top: 70px;
		 margin-bottom: 50px !important;
	 } 	
 }

.content h4 {
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}

.content h2 {
	font-family: "apercu_bold";
	margin-bottom: 20px;
	font-size: 36px;
	opacity: .9;
}

@media (max-width: 767px) {
	.content h2 {
		font-size: 31px;
	}
 }

.content p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 21px;
}

@media (max-width: 767px) {
	.content p {
		font-size: 16px;
	}	 
}

@media (min-width: 991px) {
	.content p {
		line-height: 26px;
	}	
}

.content a {
	margin-top: 10px;
	background: #000;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.content p {
		font-size: 16px;
	}
}

@media (min-width: 991px) {
	.content a {
		margin-top: 20px;
	}
}