@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans'), local('OpenSans'), url(fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Bebas Kai';
    font-display: swap;
    src: url('fonts/BebasKai.eot');
    src: local('Bebas Kai'), url('fonts/BebasKai.eot?#iefix') format('embedded-opentype'), url('fonts/BebasKai.otf') format('opentype'), url('fonts/BebasKai.woff2') format('woff2'), url('fonts/BebasKai.woff') format('woff'), url('fonts/BebasKai.ttf') format('truetype');
}


/* 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 {
    padding: 10px 0;
    margin: 0;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

button,
.button {
    font-size: 16px;
    padding: 10px 15px;
    color: #fff;
    background: #5b556e;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .5s;
}

button:hover,
.button:hover {
    background: #443c4e;
}


/* hamburger*/

@media only screen and (max-width: 801px) {
	#mediaset {
		display: none !important
	}
	.yt_videos {
		display: block !important
	}
    .menuToggle {
        z-index: 1001;
        -webkit-user-select: none;
        user-select: none;
        background-color: transparent;
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        transition: all .4s;
        padding: 20px;
        opacity: 1;
    }
    .menuToggleBackground {
        z-index: 1001;
        -webkit-user-select: none;
        user-select: none;
        background-color: rgba(255, 255, 255, 0.9);
        position: fixed;
        top: 0;
        width: 100%;
        display: block;
        transition: all .4s;
        padding: 30px;
        opacity: 1;
    }
    #menuToggle a {
        text-decoration: none;
        color: #fff;
        transition: color 0.3s ease;
    }
    #menuToggle a:hover {
        color: tomato;
    }
    #menuToggle input {
        display: block;
        width: 90px;
        height: 90px;
        position: absolute;
        top: -7px;
        left: -5px;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        -webkit-touch-callout: none;
    }
    #menuToggle span {
        display: block;
        width: 40px;
        height: 5px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }
    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }
    #menuToggle input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    #menu {
        position: absolute;
        width: 330px;
        margin: -100px 0 0 -50px;
        padding: 100px;
        padding-top: 125px;
        background: #5b556e;
        list-style-type: none;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    }
    #menu li {
        padding: 10px 0;
        font-size: 22px;
    }
    #menuToggle input:checked~ul {
        transform: none;
    }
	.b.hdr {
		position: relative;
		height: 100vh;
		min-height: 650px;
		background-image: url('../images/bg_la.jpg');
		background-image: url('../images/bg_la.webp');
		background-position: center;
		background-attachment: unset;
		background-size: cover;
		top: 0px !important;
	}
}


/* Header */

.menu {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    display: none;
}

.b.hdr {
    position: relative;
    height: 100vh;
    min-height: 650px;
    background-image: url('../images/bg_la.jpg');
    background-image: url('../images/bg_la.webp');
    background-position: center;
    background-attachment: unset;
    background-size: cover;
	top: 85px;
}

.consoles-image {
    background-image: url('../images/bg_base.jpg') !important;
    background-image: url('../images/bg_base.webp') !important;
}

header {
    display: grid;
    grid-template-rows: 175px 165px 1fr 1fr;
    align-items: center;
    justify-items: center;
    height: 100vh;
}

.page-support .b.hdr,
.page-privacy .b.hdr {
    min-height: 200px;
    height: 200px;
}

.page-support header,
.page-privacy header {
    grid-template-rows: 154px;
}

header .header--logo {
    padding-top: 10px;
}

header .header--get-it-now {
    align-self: end;
}

header .header--get-it-now a {
    text-decoration: none;
}

header .header--get-it-now a:hover img {
    filter: drop-shadow(1px 2px 1px #000);
    transition: filter 0.1s, opacity 1s;
}

header .header--text {
    font-family: 'Bebas Kai', 'Open Sans', sans-serif;
    font-size: 126px;
    font-size: 9em;
    letter-spacing: 5px;
    line-height: 0.8em;
    text-align: center;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}

header .header--scroll-down {
    align-self: end;
    padding-bottom: 7em;
    opacity: 0;
    transition: opacity 1s;
}

header .header--scroll-down.arrow-visible {
    opacity: 1;
}

header .header--scroll-down a:hover img {
    filter: drop-shadow(1px 2px 1px #000);
    transition: filter 0.1s;
}

header .down_arrow {
    opacity: 0;
    transition: opacity 1s;
}

header .down_arrow.arrowVisible {
    opacity: 1;
}

@media only screen and (min-width: 801px) {
    .fix {
        position: fixed;
        top: 0;
        height: 0;
        width: 100%;
        z-index: 999;
        transition: 0.7s ease;
        visibility: hidden;
    }
    .fix.visible {
        height: 90px;
        background: #000;
        visibility: visible;
    }
    .fix.visible .menu {
        display: block;
    }

}

@media only screen and (min-width: 801px) {
    .fix {}
    .fix.visible {}
    .fix.visible .menu {}
    [role=navigation] {
        float: left;
        margin: 15px 0 0 0;
        display: none;
    }
}

nav {
    float: right;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 800px) {
    [role=navigation] {
        float: left;
        margin: 10px 0 0 0;
    }
	header .header--text {
    	font-size: 6em;
	}
}

@media only screen and (max-width: 950px) and (orientation: landscape) {
    header .header--text {
        font-size: 5em;
    }
}

.nav__link {
    display: inline-block;
    float: right;
    font-size: 16px;
    border-radius: 0px;
    color: #fff;
    padding: 8px 8px 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: 25px;
    float: left;
}

.logo--menu {
	margin-top: 5px;
}

.select-menu--scs img {
	height: 67px;
}

.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-top: 5px;
    background: url(../images/scs_logo.png) no-repeat 5px 5px;
    min-width: 0px;
}

.select-menu:hover,
.select-menu--active {
    background-color: #2c222d;
}

.select-menu::after {
    content: ' ';
    position: absolute;
    z-index: 10;
    bottom: 17px;
    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;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: opacity .5s;
    overflow: hidden;
}

.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;
    padding: 15px;
}

.select-menu-link:hover {
    color: #fff;
    background: #2c222d;
}

.mleft:hover .select-menu {
    background-color: #2c222d;
}

.mleft:hover .select-menu-content {
    height: 500px;
    opacity: 1;
}

.logo {
    padding-top: 10px;
}

.logom {
    display: none;
}


/* Content */

@media only screen and (max-width: 801px) {
    section {
        width: 100%;
        padding-bottom: 640px;
        /*background-attachment: fixed;*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

}

@media only screen and (min-width: 800px) {
    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 {
    margin-bottom: -5px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#section-video #video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    border-top: 5px solid #221523;
    border-bottom: 5px solid #221523;
}

#section-video #video_nojs {
    display: none;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    border-top: 5px solid #221523;
    border-bottom: 5px solid #221523;
}

#section-video #video_nojs img {
    width: 100%;
    z-index: -1;
    position: relative;
}

#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');
    background-image: url('../images/bg2.webp');
}

#section-trucks {
    background-image: url('../images/bg3.jpg');
    background-image: url('../images/bg3.webp');
}

#section-environment {
    background-image: url('../images/bg4.jpg');
    background-image: url('../images/bg4.webp');
}

#section-career {
    background-image: url('../images/bg6.jpg');
    background-image: url('../images/bg6.webp');
}

@media only screen and (max-width: 801px) {
    #section-news {
        background-image: url('../images/bg2.jpg');
        background-image: url('../images/bg2.webp');
        background-position: 28% 195px;
    }
    #section-trucks {
        background-image: url('../images/bg3.jpg');
        background-image: url('../images/bg3.webp');
        background-size: 200%;
        background-position: 47% 240%;
    }
    #section-environment {
        background-image: url('../images/bg4.jpg');
        background-image: url('../images/bg4.webp');
        background-position: 86% 325px;
        background-size: 239%;
    }
    #section-career {
        background-image: url('../images/bg6.jpg');
        background-image: url('../images/bg6.webp');
        background-position: 31% 206px;
    }
}

#section-media {
    padding-bottom: 0;
}

#section-subpage {
    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;
}

.cube {
    width: 180px;
    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: 180px;
    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;
    font-size: 12px;
}

.socsect .sboxf p {
    margin: 115px auto;
    text-align: center;
}

.socsect .sbox.steam {
    background: url('../images/s_steam.png') center 45px no-repeat #1a1a1a;
}

.socsect .sboxf.steam {
    background: #000;
}

.socsect .sboxf.steam p {
    margin: 75px auto;
}

.socsect .sbox.fb {
    background: url('../images/s_fb.png') center 45px no-repeat #385893;
}

.socsect .sboxf.fb {
    background: #304876;
}

.socsect .sbox.tw {
    background: url('../images/s_tw.png') center 45px no-repeat #1a1a1a;
}

.socsect .sboxf.tw {
    background: #000;
}

.socsect .sbox.yt {
    background: url('../images/s_yt.png') center 45px no-repeat #fb0c09;
}

.socsect .sboxf.yt {
    background: #c22e22;
}

.socsect .sbox.instagram {
    background: url('../images/s_instagram.png') center 45px no-repeat #cc0c85;
}

.socsect .sboxf.instagram {
    background: #a9206e;
}

.socsect .sboxf.instagram p {
    margin: 75px auto;
}


/* Footer */

@media only screen and (max-width: 950px) {
	.footer-socials {
		width: 570px !important;

	}
	.footer-socials a {
		margin-bottom: 10px;
	}
}


.footer-socials {
    width: 1140px;
	margin: 0 auto 12px auto;
	overflow: hidden;
}

.footer-socials a {
    float: left;
    display: block;
    width: 160px;
    height: 114px;
    margin-right: 2px;
    background: red;
    text-decoration: none;
    color: #FFF;
    font-family: 'Bebas Kai', sans-serif;
}

.footer-socials a:hover {
    opacity: .7;
}

.footer-socials a strong {
    display: block;
    margin: 24px 0 0 16px;
    font-size: 40px;
}

.footer-socials a span {
    display: block;
    font-weight: 100;
    margin: 5px 0 0 16px;
    font-size: 15px;
}


a.footer-steam {
    background: url('../images/steam.png') right top no-repeat;
}

a.footer-facebook {
    background: url('../images/facebook.png') right top no-repeat;
}

a.footer-youtube {
    background: url('../images/youtube.png') right top no-repeat;
}

a.footer-x {
    background: url('../images/x.png') right top no-repeat;
}

a.footer-scs {
    background: url('../images/scs_logo_banner.png') center top no-repeat;
}

a.footer-instagram {
    background: url('../images/instagram.png') right top no-repeat;
}

a.footer-bluesky {
    background: url('../images/bluesky.png') right top no-repeat;
}



@media only screen and (max-width: 801px) {
    #socialandlegalthings {
        background: url('../images/bg5.jpg');
        background: url('../images/bg5.webp');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 800px) {
    #socialandlegalthings {
        background: url('../images/bg5.jpg');
        background: url('../images/bg5.webp');
        background-position-x: 0%;
        background-position-y: 0%;
        background-attachment: scroll;
        background-size: auto;
        background-position: center;
        background-attachment: 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--right img {
    width: auto;
	float: right;
}

.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-console-div {
	max-width: 100% !important;
}

.news-console-content {
	max-width: 1100px !important;
}

@media only screen and (max-width: 800px) {
.news-console {
	margin-top: 0px !important;
}
}

.news-console {
	margin-top: 0px;
}

.news-console-box {
	max-width: 235px;
}


/* 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;
}


/* 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__halfbox--th {
    max-width: 520px;
    position: relative;
    text-align: left;
    margin-bottom: 80px;
}

.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 0px;
    margin: 15px 0;
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: #a7acb9;
}


/* Map active block */

.map-wrapper {
    width: 1000px;
}

.map__halfbox {
    position: relative;
    display: block;
    float: left;
    width: 49%;
    max-width: 500px;
    margin: 70px 0;
}

.map__halfbox.map-content {
    display: none;
}

.content img.map__bg {
    width: auto;
}

.content img.map__overlay {
    position: absolute;
    width: auto;
    opacity: 0;
    transition: opacity .5s;
}

.content img.map__overlay.semi-active,
.content img.map__overlay.active {
    opacity: 1;
}

.content img.map__overlay-ca {
    top: 179px;
    left: 88px;
}

.content img.map__overlay-nv {
    top: 179px;
    left: 115px;
}

.content img.map__overlay-az {
    top: 218px;
    left: 146px;
}

.content img.map__overlay-nm {
    top: 218px;
    left: 179px;
}

.content img.map__overlay-or {
    top: 144px;
    left: 87px;
}

.content img.map__overlay-wa {
    top: 119px;
    left: 86px;
}

.content img.map__overlay-ut {
    top: 179px;
    left: 150px;
}

.content img.map__overlay-id {
    top: 119px;
    left: 131px;
}

.content img.map__overlay-co {
    top: 187px;
    left: 180px;
}

.content img.map__overlay-wy {
    top: 155px;
    left: 168px;
}

.content img.map__overlay-mo {
    top: 119px;
    left: 138px;
}

.content img.map__overlay-te {
    top: 222px;
    left: 195.5px;
}

.content img.map__overlay-ok {
    top: 218px;
    left: 217.5px;
}

.content img.map__overlay-ks {
    top: 194.9px;
    left: 222px;
}

.content img.map__overlay-ne {
    top: 170.9px;
    left: 210px;
}

.content img.map__overlay-ar {
    top: 222px;
    left: 267px;
}

.content img.map__overlay-mi {
    top: 191px;
    left: 261px;
}

.content img.map__overlay-ia {
    top: 167px;
    left: 255.5px;
}

.content img.map__overlay-la {
    top: 248px;
    left: 270px;
}
.content img.map__overlay-il {
    top : 175px;
    left: 285.8px;
}

.content img.map__overlay-sd {
    top: 147px;
    left: 210.8px;
}

.content img.map__overlay-bc {
    top: 5px;
    left: 3px;
}

.map__switcher div {
    cursor: pointer;
    position: absolute;
    display: block;
}

.map__switcher-ca {
    width: 27px;
    height: 26px;
    top: 179px;
    left: 87px;
}

.map__switcher-ca--sec {
    width: 23px;
    height: 66px;
    top: 190px;
    left: 109px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.map__switcher-nv {
    width: 36px;
    height: 27px;
    top: 178px;
    left: 114px;
}

.map__switcher-nv--sec {
    width: 17px;
    height: 44px;
    top: 187px;
    left: 124px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.map__switcher-az {
    width: 32px;
    height: 32px;
    top: 218px;
    left: 148px;
}

.map__switcher-az--sec {
    width: 19px;
    height: 32px;
    top: 232px;
    left: 154px;
    transform: rotate(-67deg);
    -ms-transform: rotate(-67deg);
    -webkit-transform: rotate(-67deg);
}

.map__switcher-nm {
    width: 36px;
    height: 39px;
    top: 218px;
    left: 180px;
}

.map__switcher-or {
    width: 47px;
    height: 33px;
    top: 146px;
    left: 87px;
}

.map__switcher-wa {
    width: 43px;
    height: 28px;
    top: 119px;
    left: 88px;
}

.map__switcher-ut {
    width: 31px;
    height: 34px;
    top: 184px;
    left: 149px;
}

.map__switcher-id {
    top: 155px;
    left: 131px;
    width: 36px;
    height: 23px;
}

.map__switcher-id--sec {
    top: 117px;
    left: 132px;
    width: 14px;
    height: 60px;
    transform: rotate(-7deg);
}

.map__switcher-co {
    width: 42px;
    height: 31px;
    top: 187px;
    left: 179px;
}

.map__switcher-wy {
    width: 41px;
    height: 32px;
    top: 155px;
    left: 168px;
}

.map__switcher-mo {
    width: 53px;
    height: 35px;
    top: 120px;
    left: 155px;
}

.map__switcher-mo--sec {
    width: 18px;
    height: 42px;
    top: 118px;
    left: 145px;
    transform: rotate(-25deg);
}

.map__switcher-te {
    width: 39px;
    height: 29px;
    top: 242px;
    left: 231px;
}

.map__switcher-te--sec {
    width: 23px;
    height: 20px;
    top: 255px;
    left: 197px;
}

.map__switcher-te--third {
    width: 18px;
    height: 50px;
    top: 222px;
    left: 216px;
}

.map__switcher-te--four {
    width: 14px;
    height: 56px;
    top: 240px;
    left: 237px;
}

.content .map-halfbox img {
    width: auto;
}

.map__switcher-ok {
    width: 32px;
    height: 23px;
    top: 218px;
    left: 235.5px;
}

.map__switcher-ok--sec {
    width: 49px;
    height: 4px;
    top: 218px;
    left: 217px;
}

.map__switcher-ne {
    width: 46px;
    height: 16px;
    top: 171px;
    left: 209.5px;
}

.map__switcher-ne--sec {
    width: 40px;
    height: 8px;
    top: 187px;
    left: 221px;
}

.map__switcher-ks {
    width: 43px;
    height: 23px;
    top: 195px;
    left: 222px;
}

.map__switcher-ar {
    width: 26px;
    height: 26px;
    top: 222px;
    left: 268px;
}

.map__switcher-mi {
    width: 25px;
    height: 8px;
    top: 191px;
    left: 261px;
}

.map__switcher-mi--sec  {
    width: 28px;
    height: 24px;
    top: 198px;
    left: 266px;
}

.map__switcher-ia {
    width: 33px;
    height: 9px;
    top: 175px;
    left: 259px;
}

.map__switcher-ia--sec  {
    width: 31px;
    height: 24px;
    top: 167px;
    left: 256px;
}

.map__switcher-la {
    width: 17px;
    height: 25px;
    top: 248px;
    left: 270px;
}

.map__switcher-la--sec {
    width: 24px;
    height: 13px;
    top: 262px;
    left: 272px;
}

.map__switcher-il {
    width: 15px;
    height: 32px;
    top: 185px;
    left: 290px;
    transform: rotate(-31deg);
}

.map__switcher-il--sec {
    width: 17px;
    height: 34px;
    top: 175px;
    left: 293px;
    transform: rotate(-0deg);
}

.map__switcher-sd {
    width: 45px;
    height: 23px;
    top: 148px;
    left: 210px;
}

.map__switcher-bc {
    width: 59px;
    height: 112px;
    top: 5px;
    left: 55px;
}

.map__switcher-bc--sec {
    width: 67px;
    height: 29px;
    top: 15px;
    left: 18px;
    transform: rotate(51deg);
}

.map__switcher-bc--third {
    width: 67px;
    height: 23px;
    top: 78px;
    left: 85px;
    transform: rotate(51deg);
}

.map__headline {
    font-size: 24px;
    margin: 0;
    margin-top: -30px;
    padding: 0px;
    font-weight: normal;
    text-transform: uppercase;
}

.map__text {
    text-align: justify;
    font-size: 12px;
    line-height: 14px;
    color: #a7acb9;
    margin-top: 5px;
	flex: 1 1 auto;
}

.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: 5px;
    padding-bottom: 3px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

.trucks-carousel-values {
    font-size: 14px;
    margin: 0;
    font-weight: normal;
    color: #a7acb9;
}

.trucks-carousel-color {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
}

.trucks-carousel-switcher {
    width: 1000px;
}

.trucks-carousel-switcher div {
    cursor: pointer;
    font-size: 14px;
    color: #a7acb9;
    text-transform: uppercase;
    margin-right: 10px;
    margin-left: 0px;
    margin-bottom: 80px;
    padding-top: 105px;
    text-align: right;
    float: left;
    display: block;
    /* switcher icons are originally 150x120 */
    width: 125px;
    height: 0;
    background: url('../images/trucks-carousel-icons.png?v=6');
    background-repeat: no-repeat;
    background-position: calc(-152px * var(--position, 1)) -130px;
}

.trucks-carousel-switcher div.active,
.trucks-carousel-switcher div:hover {
    color: #fff;
    background-position-y: -10px;
}

#section-environment .block,
#section-trucks .block,
#section-career .block,
#section-media .block {
    min-height: 250px;
}

.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--other {
    padding-top: 40px;
}

.mediaset {
    background: #2c222d;

}

.mediaset_second {
    background: #2c222d;
    padding-bottom: 20px;
}

.mediaset_environment {
    background: #2c222d;
    padding-bottom: 20px;
    /*display:flex;*/
}

.mediaset_environment a {
    text-decoration: none;
    max-width: 32%;
    min-width: 31%;
}

.mediaset_environment_img {
    max-width: 1000px !important;
    width: 30% !important;
    margin: 0 auto !important;
    position: relative !important;
}

.mediaset__imglink,
.mediaset__container {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mediaset__container {
    margin: 0;
}

.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;
}

@media only screen and (max-width: 800px) {

.mediaset__imglink .mediaset__imglink__zoom__watermark {
    opacity: 1;
}
}
.mediaset__imglink:hover .mediaset__imglink__zoom,
.mediaset__imglink:hover .mediaset__imglink__zoom__watermark {
    opacity: 1;
}

.mediaset__imglink__zoom__watermark {
    position: absolute;
    top: 0;
    width: 183px;
    height: 103px;
    content: ' ';
    background: url(../images/lb-zoom.png) no-repeat center center;
    opacity: 0;
    transition: opacity .5s;
}

.yt_videos {
    background: #2c222d;
    padding-bottom: 20px;
}

.yt_videos_environment {
    background: #2c222d;
    padding-bottom: 20px;
    /*display:flex;*/
}

.yt_videos_environment a {
    text-decoration: none;
    max-width: 32%;
    min-width: 31%;
}

.yt_videos_environment_img {
    max-width: 1000px !important;
    width: 30% !important;
    margin: 0 auto !important;
    position: relative !important;
}

.yt_videos__imglink,
.yt_videos__container {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.yt_videos__container {
    margin: 0;
}

.yt_videos__imglink:hover img {
    transition: opacity .5s;
    opacity: .5;
}

.yt_videos__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;
}

.yt_videos__imglink:hover .yt_videos__imglink__zoom,
.yt_videos__imglink:hover .yt_videos__imglink__zoom__watermark {
    opacity: 1;
}

.yt_videos__imglink__zoom__watermark {
    position: absolute;
    top: 0;
    width: 183px;
    height: 103px;
    content: ' ';
    background: url(../images/lb-zoom.png) no-repeat center center;
    opacity: 0;
    transition: opacity .5s;
}

.watermark_az {
    background-image: url(../images/az_watermark.png);
}

.watermark_ca {
    background: url(../images/ca_watermark.png) no-repeat center center;
}

.watermark_co {
    background: url(../images/co_watermark.png) no-repeat center center;
}

.watermark_id {
    background: url(../images/id_watermark.png) no-repeat center center;
}

.watermark_nm {
    background: url(../images/nm_watermark.png) no-repeat center center;
}

.watermark_nv {
    background: url(../images/nv_watermark.png) no-repeat center center;
}

.watermark_or {
    background: url(../images/or_watermark.png) no-repeat center center;
}

.watermark_ut {
    background: url(../images/ut_watermark.png) no-repeat center center;
}

.watermark_wa {
    background: url(../images/wa_watermark.png) no-repeat center center;
}

.watermark_wy {
    background: url(../images/wy_watermark.png) no-repeat center center;
}

.watermark_mo {
    background: url(../images/mo_watermark.png) no-repeat center center;
}

.watermark_te {
    background: url(../images/te_watermark.png) no-repeat center center;
}

.watermark_ok {
    background: url(../images/ok_watermark.png) no-repeat center center;
}

.watermark_ks {
    background: url(../images/ks_watermark.png) no-repeat center center;
}

.watermark_ne {
    background: url(../images/ne_watermark.png) no-repeat center center;
}
.watermark_ar {
    background: url(../images/ar_watermark.png) no-repeat center center;
}
.watermark_mi {
    background: url(../images/mi_watermark.png) no-repeat center center;
}
.watermark_ia {
    background: url(../images/ia_watermark.png) no-repeat center center;
}
.watermark_la {
    background: url(../images/la_watermark.png) no-repeat center center;
}
.watermark_il {
    background: url(../images/il_watermark.png) no-repeat center center;
}
.watermark_sd {
    background: url(../images/sd_watermark.png) no-repeat center center;
}
.watermark_bc {
    background: url(../images/bc_watermark.png) no-repeat center center;
}


.mediaset__img_description {
    text-align: center;
	margin-left: 10px;
}


/* Subpages
------------------------- */

#section-subpage #subpage-header {
    height: 80px;
}

#section-subpage .backlink {
    float: left;
}

#section-subpage .media__headline {
    text-align: center;
    padding-top: 28px;
}


/* Support
------------------------- */

#section-support .qa-question {
    background: #5b556e;
}

#section-support p {
    padding: 10px;
}


/* Privacy Policy
------------------------- */

.section-privacy ol {
    margin-bottom: 20px;
}

.section-privacy ol>li {
    display: block;
}

.section-privacy ol>li:before {
    margin-left: -28px;
}

.section-privacy ol:not(.alphabet-counter) {
    counter-reset: item;
}

.section-privacy ol:not(.alphabet-counter)>li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.section-privacy ol.alphabet-counter {
    counter-reset: item-alphabet;
}

.section-privacy ol.alphabet-counter>li:before {
    content: counter(item-alphabet, lower-alpha) ") ";
    counter-increment: item-alphabet;
}


/* 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;
    width: 100% !important
}

.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;
    width: 100% !important;
    height: 55% !important
}

.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;
    width: 55% !important;
    height: 55% !important;
}

.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 {
    height: 75vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Bebas Kai', sans-serif;
    font-size: 69px;
    /* nice */
    letter-spacing: 5px;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
	overflow: hidden
}

.featherlight {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2147483647;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	background: #333;
	background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
	background: rgba(0, 0, 0, .8)
}

.featherlight:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.featherlight .featherlight-content {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	overflow: auto;
	padding: 25px 25px 0;
	border-bottom: 25px solid transparent;
	margin-left: 5%;
	margin-right: 5%;
	max-height: 95%;
	background: #fff;
	cursor: auto;
	white-space: normal
}

.featherlight .featherlight-inner {
	display: block
}

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
	display: none
}

.featherlight .featherlight-close-icon {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	line-height: 25px;
	width: 25px;
	cursor: pointer;
	text-align: center;
	font-family: Arial, sans-serif;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	color: #000;
	border: 0;
	padding: 0
}

.featherlight .featherlight-close-icon::-moz-focus-inner {
	border: 0;
	padding: 0
}

.featherlight .featherlight-image {
	width: 100%
}

.featherlight-iframe .featherlight-content {
	border-bottom: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch
}

.featherlight iframe {
	border: 0
}

.featherlight * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

@media only screen and (max-width:1024px) {
	.featherlight .featherlight-content {
		margin-left: 0;
		margin-right: 0;
		max-height: 98%;
		padding: 10px 10px 0;
		border-bottom: 10px solid transparent
	}
}

@media print {
	html.with-featherlight>*>:not(.featherlight) {
		display: none
	}
}
