﻿@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,700,700i,900');
#home_banner {
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	padding:110px 0 0;
}
#home_slideshow {
	width: 100% !important
}
.home_slides_wrap {
	visibility: hidden;
	position: absolute;
	width: 100% !important;
	height: 520px;
	left: 0;
	top: 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	box-sizing:border-box;
}
.homebanner_data {
	position: relative;
	float: left;
	font-size: 28px;
	color: #fefcfc;
	max-width: 668px;
	margin: 60px 0 0 -590px;
	opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	filter: alpha(opacity=0);
}
.homebanner_data h2 {
	margin:0px;
	font-size:62px;
	font-weight:700;
	line-height:normal;
}
.homebanner_data h2 span {
	display:inline-block;
	text-transform:uppercase;
	font-weight:700;
	line-height:normal;
}
.homebanner_data h2 sup {
	font-size:48%;
	top: -0.9em;
}
.homebanner_data h3 {
	margin:0px 0px 20px;
	font-size:42px;
	font-weight:300;
}
.homebanner_data h3 sup {
	font-size:48%;
	top: -0.9em;
}
.homebanner_data.stopbybooth {
	background: #ff0000;
}
.homebanner_data.stopbybooth h2 {
	font-size: 49px;
	padding-bottom: 3px;
	font-weight:300;
}
.homebanner_data.stopbybooth h2 span {
	color: #f8ef22;
	font-weight:400;
}
.homebanner_data.stopbybooth {
	font-size: 37px;
	line-height: 37px;
	font-weight:300;
}
#home_slides_airport .homebanner_data {
	max-width:650px;
}
#home_slides_airport .homebanner_data h2 span, #home_slides_onetruck .homebanner_data h2 span {
	font-weight:400;
}
#home_slides_airport .homebanner_data h3, #home_slides_onetruck .homebanner_data h3 {
	font-size:35px;
}
.homebanner_data.stopbystand {
	background: #ff0000;
}
.homebanner_data.stopbystand h2 {
	font-size: 49px;
	padding-bottom: 3px;
	font-weight:300;
}
.homebanner_data.stopbystand h2 span {
	color: #f8ef22;
	font-weight:400;
}
.homebanner_data.stopbystand {
	font-size: 37px;
	line-height: 37px;
	font-weight:300;
}
.home_slides_wrap.current .homebanner_data {
	margin-left: 100px;
	opacity: 1;
	-moz-opacity: 1;
	-o-opacity: 1;
	filter: alpha(opacity=100);
}
.homebanner_link {
	display:inline-block;
	font-weight:300;
	font-size: 19px;
	line-height:40px;
	color: #dbb621;
	padding: 0px 30px;
	background-color: #050507;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.home_slides_wrap * {
	-moz-transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}
