@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
/* Base */
html {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: 100%;
	min-width: 1000px;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Arial;
	font-size: 14px;
	color: #fff;
	height: 100%;
}
img {
	border: 0px;
}
::selection {
	background: #fff;
	color: #000;
}
.cln {
	clear: both;
}
.tar {
	text-align: right;
}
/* Text */
h1 {
	font-size: 30px;
	padding: 0;
	margin: 40px 30px 20px 30px;
	text-transform: uppercase;
	font-weight: normal;
}
h2 {
	font-size: 30px;
	padding: 0;
	margin: 40px 30px 20px 30px;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	padding: 0;
	margin: 10px 30px 0px 30px;
	font-weight: bold;
}
h3 + p {
	margin: 3px 30px 10px 35px;
}
h4 {
	font-size: 14px;
	padding: 0;
	margin: 10px 30px 3px 30px;
	font-weight: normal;
	font-style: italic;
}
h4 + p {
	margin: 3px 30px 10px 35px;
	font-style: italic;
}
p {
	margin: 10px 30px 10px 30px;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
/* Header */
header, .secmenu {
	max-width: 1000px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.menu {
    position: relative;
	width: 1000px;
	margin: 0 auto;
}
.b.hdr {
	position: relative;
	height: 100vh;
	background: url('../images/bg.jpg') center fixed;
	background-size: cover;
}
header .header-text{
	max-width: 942px;
	margin: 0 auto;
	width: 100%;
	top: 40vh;
	position: absolute;
}
header .down_arrow {
	position: absolute;
	left: calc(50% - 130px);
	bottom: 50px;
	width: 260px;
	height: 148px;
	background: url('../images/down_arrow.png') no-repeat;
	opacity: 0;
	transition: opacity 1s;
}
header .down_arrow.arrowVisible {
	opacity: 1;
}
.fix {
	position: fixed;
	top:0;
	height: 70px;
	width:100%;
	z-index:999;
}
.fix.visible {
	background: #5b556e;
}
nav {
	float: right;
	margin: 10px 0 0 0;
}

.nav__link {
	display: inline-block;
	float: right;
	font-size: 16px;
	border-radius: 0px;
	color: #fff;
	padding: 8px 10px 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 5px;
	transition: background .5s;
}
.nav__link--left {
	position: absolute;
	top: 10px;
	left: 260px;
}
.nav__link.active {
	background: #2c222d;
}

.nav__link.active:hover {
	text-decoration: none;
}

.nav__link:hover {
	background: #2c222d;
}

.mleft {
	margin-top: 15px;
	float: left;
}

.select-menu {
	position: relative;
	font-size: 16px;
	color: #fff;
	padding: 8px 25px 10px 10px;
	border-radius: 0px;
	margin-left: 5px;
	cursor: pointer;
	display: inline-block;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	transition: background .5s;
}
.select-menu--scs {
	padding: 8px 25px 10px 45px;
	background: url(../images/select-menu-scs.png) no-repeat 5px 5px;
	min-width: 94px;
}
.select-menu:hover,
.select-menu--active {
	background-color: #2c222d;	
}
.select-menu::after {
	content: ' ';
	position: absolute;
	z-index: 10;
	bottom: 14px;
	right: 12px;
	background: url(../images/select-menu-icon.png) no-repeat;
	width: 7px;
	height: 5px;
}
.select-menu-content {
	position: relative;
	left: 5px;
	display: block;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	transition: opacity .5s;
}
.select-menu-content--visible {
	opacity: 1;
}
#menu-sc1 {
	width: 167px;
}

.select-menu-link {
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #a7acb9;
	padding: 10px 5px;
	background: #382f3e;
	transition: all .5s;
}
.select-menu-link:hover {
	color: #fff;
	background: #2c222d;
}

.mleft:hover .select-menu {
	background-color: #2c222d;
}
.mleft:hover .select-menu-content {
	height: 250px;
	opacity: 1;
}


.logo {
	margin: 0 auto;
	width: 357px;
	height: 154px;
	background: url('../images/ats_logo.png') no-repeat;
	position: relative;
	top: 10px;
}
.logom{
	display: none;
}
/* Content */
section {
	width: 100%;
	padding-bottom: 640px;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
.block {
	width: 100%;
	background: #2c222d;
}
#section-video {
	padding-bottom: 0px;
}
#section-video #video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	border-top: 5px solid #221523;
	border-bottom: 5px solid #221523;
}
#section-video iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
#news-dlc-content {
	min-width: 1000px;
}
#section-news {
	background-image: url('../images/bg2.jpg');
}
#section-trucks {
	background-image: url('../images/bg3.jpg');
}
#section-environment {
	background-image: url('../images/bg4.jpg');
}
#section-career {
	background-image: url('../images/bg6.jpg');
}
#section-media {
	padding-bottom: 0;
}
#section-support {
	background: #2c222d;
	border-top: 5px solid #221523;
	border-bottom: 5px solid #221523;
	padding-bottom: 60px;
}
.b {
	height: 1025px;
	background-size: cover;
}
.b.th {
	height: auto;
}
.content {
	max-width: 1000px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.content img {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.content .info {
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 10;
	background: url(../images/info-arrow.png) center right no-repeat #5b556e;
	transition: all .5s;
}
.content .info.tenvironment {
	top: 85px;
	left: 0px;
}
.content .info.ttrucks {
	top: 480px;
	left: 460px;
}
.content .info h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0px;
	padding: 7px 12px 0px 12px;

}
.content .info p {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 0px 72px 12px 12px;
	font-weight: normal;
	color: #afacb9;
}
.id {
	position: absolute;
	top:-100px;
}
/* Social part */
.socsect {
	top: 50%;
	max-width: 900px;
	width: 100%;
	margin: 0px auto;
	padding: 35vh 0 0 0;
}
.cube {
	width: 225px;
	height: 160px;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	float: left;
	margin: 0 0 0 0;
}
.socsect .sbox, .socsect .sboxf {
	border-radius: 0px;
	width: 225px;
	height: 160px;
	float: left;
}
.sbox {
	-webkit-transform: translateZ(80px);
	transform: translateZ(80px);
}
.sboxf {
	-webkit-transform: rotateX(-90deg) translateZ(-80px);
	transform: rotateX(-90deg) translateZ(-80px);
}
.cube:hover {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.socsect .sbox p {
	margin: 115px auto;
	text-align: center;
}
.socsect .sboxf p {
	margin: 115px auto;
	text-align: center;
}
.socsect .sbox.steam {
	background: url('../images/s_steam.png') 67px 43px no-repeat #1c1c1c;
}
.socsect .sboxf.steam {
	background:	#000;
}
.socsect .sboxf.steam p {
	margin: 75px auto;
}
.socsect .sbox.fb {
	background: url('../images/s_fb.png') 100px 55px no-repeat #385893;
}
.socsect .sboxf.fb {
	background:	#2f4876;
}
.socsect .sbox.tw {
	background: url('../images/s_tw.png') 86px 57px no-repeat #00acdd;
}
.socsect .sboxf.tw {
	background: #0483a7;
}
.socsect .sbox.yt {
	background: url('../images/s_yt.png') 86px 50px no-repeat #db4c4c;
}
.socsect .sboxf.yt {
	background: #c63b3b;
}
/* Footer */
#socialandlegalthings {
	background: url('../images/bg5.jpg') center fixed;
	background-size: cover;
}
.wotr {
	text-align: center;
	margin: 30px 0 30px 0;
}
.wotr a {
	opacity: .8;
}
.wotr a:hover {
	opacity: 1;
}
footer {
	display: block;
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
}
footer p {
	text-align: center;
}
footer p.note {
	color: #d3d3d3;
	font-size: 10px;
}
footer a {
	text-decoration: none;
}

/* News */
.divbox {
	position: relative;
	float: left;
	width: 100%;
	max-width: 560px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 30px; 
}
.divbox--right {
	max-width: 440px;
}

.divbox h2 {
	font-size: 24px;
	margin: 20px 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.divbox.divbox--right h2 {
	margin-right: 38px;
}

.news-wrapper {
	width: 100%;
}

.news {
	position: relative;
	width: 100%;
	max-width: 260px;
	height: 240px;
	margin: 5px;
	float: left;
	cursor: pointer;
}
.news--sec {
	background: #443c4e;
}
.news--t {
	background: #382f3d;
}

.news__headline {
	padding: 15px 10px 10px;
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}

.news__text {
	padding: 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	color: #a7acb9;
}


.news__date {
	position: absolute;
	bottom: 20px;
	left: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #a7acb9;
}

.news__link {
	position: absolute;
	cursor: pointer;
	bottom: 20px;
	right: 10px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.news__link:hover {
	color: #fff;
	text-decoration: underline;
}

/* News detail block */
.nd-wrapper {
	height: 500px;
	padding: 70px 0;
}
.nd {
	min-width: 1000px;
	height: 470px;
	overflow: scroll;
	overflow-x: hidden;
}
.nd--noscroll {
	overflow: hidden;
}
.nd__prev {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	left: 0;
	padding: 15px;
	padding-left: 35px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../images/backlink.png) no-repeat;
}
.nd__next {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	right: 0;
	padding: 15px;
	padding-right: 35px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../images/forward.png) no-repeat right;
}
.content img.nd__img {
	float: right;
	width: auto;
	margin: 0 10px;
}
.nd__date {
	padding: 0 10px;
	 margin: 15px 0 0;
	 font-size: 12px;
	 color: #a7acb9;
}
.nd__headline {
	 padding: 0px 10px 10px 10px;
	 margin: 0;
	 font-size: 14px;
	 text-transform: uppercase;
	 color: #fff;	
}
.nd__text {
	 padding: 0 10px;
	 margin: 15px 0;
	 font-size: 12px;
	 line-height: 14px;
	 text-align: justify;
	 color: #a7acb9;
	 text-indent: 30px;
}

/* Expansions */
.expansion {
	position: relative;
	display: block;
	width: 380px;
	height: 240px;
	margin-bottom: 10px;
	cursor: pointer;
}

.expansion__badge {
	position: absolute;
	display: block;
	top: -1px;
	right: -1px;
	width: 116px;
	height: 115px;
	background: url(../images/expansions/dlc.png) no-repeat;
}
.expansion__badge--free {
	background: url(../images/expansions/dlc-free.png) no-repeat;
}

/* DLC detail block */
.ndlc-wrapper {
	min-width: 1000px;
}
.ndlc__halfbox {
	display: block;
	float: left;
	width: 100%;
	max-width: 450px;
	margin: 70px 0;
	text-align: center;
}
.content .ndlc__halfbox img {
	width: auto;

}
.ndlc__halfbox--sec {
	max-width: 520px;
	height: 550px;
	position: relative;
	text-align: left;
}

.ndlc__headline {
	font-size: 24px;
	margin: 0;
	margin-top: -30px; 
	padding: 0px;
	padding-right: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
}

.ndlc__text {
	padding: 0 10px;
	margin: 15px 0;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	color: #a7acb9;
	text-indent: 30px;
}

.ndlc__gallery {
	position: absolute;
	bottom: 80px;
	right: 0;
	width: 100%;
}

.ndlc__button {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 16px;
	padding: 10px 15px;
	color: #fff;
	background: #5b556e;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .5s;
}
.ndlc__button:hover {
	background: #443c4e;
}


/* Map active block */
.map-wrapper {
	width: 1000px;
}
.map__halfbox {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	max-width: 500px;
	margin: 70px 0;
}
.content img.map__bg {
	width: auto;
}
.content img.map__overlay-ca {
	position: absolute;
	top: 184px;
	left: 10px;
	width: auto;
	opacity: 0;
	transition: opacity .5s;
}
.content img.map__overlay-ca.semi-active {
	opacity: 1;
}
.content img.map__overlay-ca.active {
	opacity: 1;
}
.content img.map__overlay-nv {
	position: absolute;
	top: 184px;
	left: 95px;
	width: auto;
	opacity: 0;
	transition: opacity .5s;
}
.content img.map__overlay-nv.semi-active {
	opacity: 1;
}
.content img.map__overlay-nv.active {
	opacity: 1;
}
.content img.map__overlay-az {
	position: absolute;
	top: 312px;
	left: 197px;
	width: auto;
	opacity: 0;
	transition: opacity .5s;
}
.content img.map__overlay-az.semi-active {
	opacity: 1;
}
.content img.map__overlay-az.active {
	opacity: 1;
}
.map__switcher-california {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 89px;
	height: 120px;
	top: 196px;
	left: 27px;
}
.map__switcher-california--sec {
	width: 99px;
	height: 220px;
	top: 266px;
	left: 100px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.map__switcher-nevada {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 128px;
	height: 80px;
	top: 196px;
	left: 117px;
}
.map__switcher-nevada--sec {
    width: 100px;
    height: 150px;
    top: 218px;
    left: 155px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.map__switcher-arizona {
	cursor: pointer;
	position: absolute;
	display: block;
	width: 108px;
	height: 114px;
	top: 312px;
	left: 200px;
}
.map__switcher-arizona--sec {
    width: 50px;
    height: 110px;
    top: 368px;
    left: 235px;
	transform: rotate(-67deg);
	-ms-transform: rotate(-67deg);
	-webkit-transform: rotate(-67deg);
}

.content .map-halfbox img {
	width: auto;
}

.map__headline {
	font-size: 24px;
	margin: 0;
	margin-top: -30px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

.map__text {
	padding: 0 10px;
	margin: 0;
	text-align: justify;
	margin-top: 10px; 
	font-size: 12px;
	line-height: 14px;
	color: #a7acb9;
}

.content img.map__cimg {
	margin-top: 10px; margin-bottom: 10px;
}

/* Trucks active block */
.trucks-carousel {
	padding-top: 42px;
	width: 1000px;
}
.trucks-carousel-leftbox {
	width: 648px;
	float: left;
	 cursor: move;
}
.trucks-carousel-rightbox {
	width: 330px;
	float: right;
}
.trucks-carousel-truckname {
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.trucks-carousel-values-category {
	font-size: 14px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 3px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.trucks-carousel-values {
	font-size: 14px;
	margin: 0;
	font-weight: normal;
	color: #a7acb9;
	text-transform: uppercase;
}
.trucks-carousel-color {
	width: 15px;
	 height: 15px;
	 margin-right: 6px;
	 float: left;
}
.trucks-carousel-switcher-wrapper {
	position: absolute;
	bottom: -110px;
    right: 0px;
}
.trucks-carousel-switcher {
	 cursor: pointer;
	 width: 125px;
	 height: 40px;
	 font-size: 14px;
	 color: #a7acb9;
	 text-transform: uppercase;
	 padding-top: 100px;
	 margin-bottom: 30px;
	 margin-right: 20px;
	 margin-left: 0px;
	 text-align: right;
	 background: url('../images/trucks-carousel-icons.png');
	 background-position: -30px 140px;;
	 float: left;
	 display: block;
}
.trucks-carousel-switcher.active, .trucks-carousel-switcher:hover {
	color: #fff;
}
#truck-w900 {
	background-position: -475px -138px;
}
#truck-vvnl {
	background-position: -315px -138px;
}	
#truck-p579 {
	background-position: -15px -138px;
}
#truck-t680 {
	background-position: -166px -138px;
}
#truck-w900:hover, #truck-w900.active {
	background-position: -475px -8px;;
}
#truck-vvnl:hover, #truck-vvnl.active {
	background-position: -315px -8px;
}	
#truck-p579:hover, #truck-p579.active {
	background-position: -15px -8px;
}
#truck-t680:hover, #truck-t680.active {
	background-position: -166px -8px;
}

#section-environment .block, 
#section-trucks .block,
#section-career .block,
#section-media .block {
	min-height: 645px;
}
.trucks-carousel.no-truck-selected .trucks-carousel-values-category {
	display: none;
}

/* Career */
.career-wrapper {
	position: relative;
	width: 1000px;
	height: 550px;
	background: url(../images/company_progress/01_a.jpg) no-repeat center 50px;
	background-size: 965px;
}
.career__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 550px;
	background: url(../images/company_progress/01_a.jpg) no-repeat center 50px;
	background-size: 965px;
}
#career-box1 {
	position: absolute;
	display: block;
	z-index: 11;
	width: 150px;
	height: 130px;
	top: 240px;
	left: 30px;
}
#career-box2 {
	position: absolute;
	display: block;
	z-index: 10;
	width: 250px;
	height: 230px;
	top: 100px;
	left: 70px;
}
#career-box3 {
	position: absolute;
	display: block;
	z-index: 10;
	width: 400px;
	height: 200px;
	top: 110px;
	left: 310px;
}
#career-box4 {
	position: absolute;
	display: block;
	z-index: 11;
    width: 530px;
    height: 380px;
    top: 130px;
    left: 470px;
}

#career-box1.active ~ .career__background  {
	background-image: url(../images/company_progress/01_a.jpg);
}

#career-box2.active ~ .career__background {
	background-image: url(../images/company_progress/01_b.jpg);
}

#career-box3.active ~ .career__background {
	background-image: url(../images/company_progress/01_c.jpg);
}

#career-box4.active ~ .career__background {
	background-image: url(../images/company_progress/01_d.jpg);
}

.career__info {
	position: absolute;
	top: 465px;
	width: 602px;
	text-align: justify;
	left: 32px;
	z-index: 10;
}
.career__headline {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin: 0px;
	padding: 0px 12px 13px 12px;
}
.career__text {
	font-size: 12px;
	margin: 0px;
	padding: 0px 10px;
	font-weight: normal;
	color: #a7acb9;
}

.career-bar__wrapper {
	position: absolute;
    top: 390px;
    width: 630px;
    left: 40px;
    z-index: 11;
}

.career-bar {
	position: relative;
	float: left;
	cursor: pointer;
	height: 51px;
	width: 153px;
	margin: 0;
	padding: 7px 0 0 20px;
	font-size: 14px;
	opacity: .5;
	transition: opacity .5s;
	background: url(../images/career-bar.png) no-repeat -20px 0px;
	box-sizing: border-box;
}
.career-bar:hover,
.career-bar.active {
	opacity: 1;
}
.career-bar--middle {
	left: -5px;
	width: 146px;
	background: url(../images/career-bar.png) no-repeat -177px 0px;
	padding-left: 32px;
}
.career-bar--middle-s {
	left: -9px;
}
.career-bar--end {
	left: -16px;
	width: 156px;
	background: url(../images/career-bar.png) no-repeat -325px 0px;
	padding-left: 34px;
}

/* Other */
.backlink {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 0;
	padding: 15px;
	padding-left: 35px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	background: url(../images/backlink.png) no-repeat;
}
.switcher {
	cursor: pointer;
	opacity: 1;
}
.switcher img {
	transition: all .5s;
}
.switcher:hover img {
	opacity: 0.8;
}
.switcher:hover .info {
	background-color: #726B88;
}
.hide {
	display: none;
}
.show {
	display: block;
}
ul {
	padding-left: 35px;
	list-style: square;
	list-style-image: url(../images/li.png);
	font-size: 12px;
	line-height: 15px;
	color: #a7acb9;
}


/* Image galleries
------------------------- */
/* Thumbs DLC set */
.lbset {
	background: #2c222d;
}
.lbset__imglink {
	position: relative;
	float: left;

}
.lbset__imglink:hover img {
	transition: opacity .5s;
	opacity: .5;
}
.lbset__imglink__zoom {
	position: absolute;
	top: 0;
	width: 103px;
	height: 103px;
	content: ' ';
	background: url(../images/lb-zoom.png) no-repeat center center;
	background-size: 0;
	transition: background-size .5s;
}
.lbset__imglink:hover .lbset__imglink__zoom {
	background-size: 41px;
}

/* Thumbs media set */
.media__headline {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 60px 10px 20px;
}
.media__headline--videos {
	padding-top: 40px;
}
.mediaset {
	background: #2c222d;
}
.mediaset__imglink {
	position: relative;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	cursor: pointer;

}
.mediaset__imglink:hover img {
	transition: opacity .5s;
	opacity: .5;
}
.mediaset__imglink__zoom {
	position: absolute;
	top: 0;
	width: 183px;
	height: 103px;
	content: ' ';
	background: url(../images/lb-zoom.png) no-repeat center center;
	opacity: 0;
	transition: opacity .5s;
}
.mediaset__imglink:hover .mediaset__imglink__zoom {
	opacity: 1;
}

/* Support
------------------------- */

#section-support p {
	padding: 10px;
}
#section-support #support-header {
	height: 80px;
}
#section-support .backlink {
	float: left;
}
#section-support .media__headline {
	text-align: center;
	padding-top: 28px;
}
.qa-question {
	background: #5b556e;
}

/* Lightbox
------------------------- */
/* Preload images */
body:after {
	content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
	display: none;
}

.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.trucking-img-text {
	padding-bottom: 250px;
	left: -20px;
	position: relative;
}
