<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "BebasNeueRegular";
    src: url("../font/BebasNeue-Regular.eot");
    src: url("../font/BebasNeue-Regular.woff") format("woff"), url("../font/BebasNeue-Regular.ttf"), url("../font/BebasNeue-Regular.woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&amp;display=swap');
html {
    scroll-behavior: smooth;
}

body {
	margin: 0;
    font-family: "BebasNeueRegular";
	color: #ffffff;
    background-color: rgb(82, 78, 75, 0.6);
}

/* safari sucks - fixed for background bg-attachment fixed */

#background_wrap {
	z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(../bg/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
	background-position: inherit;
	display: none;
}

.nojs {
    position: absolute;
    padding: 15px;
    background-color: #274082;
}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

h2 {
    margin: 0;
    font-size: 4rem;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 2px 2px #000000;
    margin: 0;
}

h3 {
    font-size: 2.2rem;
    color: #ffffff;
    letter-spacing: 2px;
    text-shadow: 2px 2px #000000;
    margin: 0;
}

button,
input[type="submit"],
input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.disclaimer {
	font-size: 0.6rem !important;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

h2 sup {
	vertical-align: top;
	font-size: 1.5rem;
	display: inline;
 }

   .h2comingsoon {
	margin-right: auto;
 	padding-left: 2%;
 }


/*header*/

.header {
    color: #f1f1f1;
    z-index: 1;
    position: fixed;
    top: 0;
    width: 100%;
}


.header_logo {
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.header a,
.header_backdrop a {
    color: rgba(255, 255, 255, 0.9);
}

.prefab_move {
    position: absolute !important;
    z-index: 1;
    pointer-events: none;
    margin-top: -4vw;
}

.prefab_move img {
    display: flex;
    justify-content: center;
    width: 10% !important;
    margin: 0 auto !important;
}

@media (min-width: 1200px) {
    .column {
        float: left;
        width: 33.33%;
        height: 25vh;
        text-align: center;
    }
    .column_left {
        float: left;
        width: 33.33%;
        line-height: 22vh;
        text-align: right;
    }
    .column_left_mobile {
        display: none;
    }
    .column_right {
        float: left;
        width: 33.33%;
        line-height: 22vh;
        text-align: left;
    }
}

.column_right a,
.column_left a {
    text-decoration: none;
}

.column_left a:hover {
    text-decoration: underline;
}

.column_right span,
.column_left span {
    font-size: 32px;
}

.column_right a {
    display: inline-block;
    animation: 3s shake infinite alternate;
}

.column_right a:hover {
    -webkit-animation: vibration 0.7s;
    animation: vibration 0.7s;
    animation-iteration-count: infinite;
}

@keyframes shake {
    0% {
        transform: skewX(-3deg);
    }
    5% {
        transform: skewX(3deg);
    }
    10% {
        transform: skewX(-3deg);
    }
    15% {
        transform: skewX(3deg);
    }
    20% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
    }
}

@-webkit-keyframes vibration {
    0% {
        transform: translate(0.5px, 0.5px) rotate(0deg);
    }
    10% {
        transform: translate(-0.5px, -1px) rotate(-0.5deg);
    }
    20% {
        transform: translate(-1.5px, 0px) rotate(0.5deg);
    }
    30% {
        transform: translate(1.5px, 1px) rotate(0deg);
    }
    40% {
        transform: translate(0.5px, -0.5px) rotate(0.5deg);
    }
    50% {
        transform: translate(-0.5px, 1px) rotate(-0.5deg);
    }
    60% {
        transform: translate(-1.5px, 0.5px) rotate(0deg);
    }
    70% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    80% {
        transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    }
    90% {
        transform: translate(0.5px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(0.5px, -1px) rotate(-0.5deg);
    }
}

@keyframes vibration {
    0% {
        transform: translate(0.5px, 0.5px) rotate(0deg);
    }
    10% {
        transform: translate(-0.5px, -1px) rotate(-0.5deg);
    }
    20% {
        transform: translate(-1.5px, 0px) rotate(0.5deg);
    }
    30% {
        transform: translate(1.5px, 1px) rotate(0deg);
    }
    40% {
        transform: translate(0.5px, -0.5px) rotate(0.5deg);
    }
    50% {
        transform: translate(-0.5px, 1px) rotate(-0.5deg);
    }
    60% {
        transform: translate(-1.5px, 0.5px) rotate(0deg);
    }
    70% {
        transform: translate(1.5px, 0.5px) rotate(-0.5deg);
    }
    80% {
        transform: translate(-0.5px, -0.5px) rotate(0.5deg);
    }
    90% {
        transform: translate(0.5px, 1px) rotate(0deg);
    }
    100% {
        transform: translate(0.5px, -1px) rotate(-0.5deg);
    }
}

span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

#main span {
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}

/*hamburger start*/

@media only screen and (min-width: 1025px) {
    .hamburger_menu {
        display: none;
    }
	.footer_desktop {
		display:block;
	}
	.footer_mobile {
		display:none;
	}
}

@media only screen and (max-width: 1026px) {
	.footer_mobile {
		display:block;
        color: rgb(82, 78, 75, 0.8) !important;
        padding-top: 21vh;
	}
    .footer_mobile span {
		filter: invert(33%) sepia(36%) saturate(669%) hue-rotate(171deg) brightness(5%) contrast(34%) !important;
		opacity: 1;

	}
	.footer_desktop {
		display:none;
	}
    .copyright a {
        color: rgb(82, 78, 75, 0.8) !important;
    }
    .copyright {
        color: rgb(82, 78, 75, 0.8) !important;
    }
    .menu_li {
        display: block;
        border-bottom: 1px solid transparent;
        line-height: 19px;
        line-height: 3.5rem;
        padding-bottom: 5px;
        padding-bottom: 0.5rem;
        margin-left: 7px;
        margin-left: 0.7rem;
    }
    .menu_ahref {
        font-size: 2.2rem;
        color: rgb(82, 78, 75, 0.8) !important;
        font-family: "BebasNeueRegular";
    }
    .menu_li_footer {
        display: inline-block;
        margin-left: 0.7rem;
        margin-top: 0.7rem;
    }
    .overlay ul li {
        display: block;
        min-height: 25px;
        position: relative;
    }
    .hamburger_menu {
        display: flex;
        justify-content: center;
        transition: all 0.5s;
    }
    .hide {
        opacity: 0;
    }
    .show {
        opacity: 1;
    }
}

.button_toogler {
    position: absolute;
    top: 25%;
    right: 10%;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s ease;
}

.button_toogler:hover {
    opacity: 0.7;
}

.button_toogler.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    color: rgb(82, 78, 75, 0.8) !important;

}

.button_toogler.active .mid {
    opacity: 0;
    color: rgb(82, 78, 75, 0.8) !important;
}

.button_toogler.active .bot {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    color: rgb(82, 78, 75, 0.8) !important;
}

.button_toogler span {
    background: #ffffff;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    cursor: pointer;
    border-radius: 10px;
}

.button_toogler span:nth-of-type(2) {
    top: 11px;
}

.button_toogler span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s, height 0.35s;
    overflow: hidden;
}

.overlay.open {
    opacity: 0.9;
    visibility: visible;
    height: 100%;
    z-index: 1;
}


/*.overlay.open li {
	animation: fadeInRight 0.5s ease forwards;
	animation-delay: 0.35s;
	font-size: 30px;
}*/

.overlay.open li:nth-of-type(2) {
    animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
    animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(7) {
    animation-delay: 0.65s;
}

.overlay.open li:nth-of-type(8) {
    animation-delay: 0.7s;
}

.overlay .overlay-menu {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: "Varela Round", serif;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0 6px 0 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

@media only screen and (min-width: 800px) {
    .overlay ul li {
        display: block;
        height: 25%;
        height: calc(100% / 6);
        min-height: 11vh;
        position: relative;
        opacity: 1;
    }
}

.overlay ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    transition: 0.35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}


/* vertical menu */

.vertical-nav,
#vertical-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: all 0.8s;
}

#vertical-nav:hover,
.vertical-nav:hover {
    transition: transform 0.5s;
}

.vertical-nav span:hover {
    transform: scale(1.25);
    transition: transform 0.5s;
}

.vertical-nav .active_dot span:hover {
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
    transform: scale(1.25);
    transition: transform 0.5s;
}

.vertical-nav span {
    transition: transform 0.5s;
    margin-top: 10px;
}

.circle_img {
    background-image: url(../icon/circle_empty.png);
    opacity: 0.5;
    width: 30px;
    height: 30px;
}

.circle_img:hover {
    background-image: url(../icon/circle.png);
    opacity: 1;
}

.active_dot span {
    transform: scale(1.25);
    transition: transform 0.5s;
    background-image: url(../icon/circle.png);
}

section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section p {
	font-size: 1.2vw;
    letter-spacing: 0.5px;
    text-shadow: 2px 2px #000000;
    margin-top: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.target_blank {
    width: 10px;
}

.unvisibile_img {
    display: none;
}


/*home*/

.home h1 {
    color: #fff;
    font-size: 7rem;
    letter-spacing: 3px;
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
    color: #ffffff;
}

.scroll-down {
    position: absolute;
    bottom: 5vh;
    animation: move 1.5s ease-in-out infinite alternate;
    -webkit-animation: move 1.5s ease-in-out infinite alternate;
    -moz-animation: move 1.5s ease-in-out infinite alternate;
}

.scroll-down img {
    filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
}

.scroll-down_arrow,
.scroll-top_arrow {
    animation: move 1.5s ease-in-out infinite alternate;
    -webkit-animation: move 1.5s ease-in-out infinite alternate;
    -moz-animation: move 1.5s ease-in-out infinite alternate;
    z-index: 0;
    opacity: 0.5;
    position: absolute;
    min-height: 110px;
    align-self: flex-end;
}

.scroll-down_arrow:focus,
.scroll-down_arrow:hover,
.scroll-top_arrow:focus,
.scroll-top_arrow:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.scroll-down_arrow img,
.scroll-top_arrow img {
    filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    width: 40px;
    height: auto
}


@keyframes move {
    0% {
        transform: translate3d(0, -2px, 0);
    }
    to {
        transform: translate3d(0, 2px, 0);
    }
}

.mediatext p {
	font-size: 0.9vw;
}

/*environment*/

.environment-box,
.trailer-box,
.industry-box,
.cities-box,
.roadnetwork-box,
.mediapress-box,
.comingsoon-box {
    background-color: rgb(82, 78, 75, 0.6);
    width: 80%;
    height: 74vh;
    padding: 10px;
    margin: 20px;
    margin-top: 8%;
    -webkit-box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 5px 5px 2px 1px rgba(0, 0, 0, 0.55);
    -webkit-backdrop-filter: blur(5px);
    -moz-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -o-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.news {
    column-width: 12vw;
    font-size: 1.1rem;
    letter-spacing: 0px;
    text-shadow: 2px 2px #000000;
    margin-top: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}

.readmore {
    margin-top: 10px;
}

.mediaimg {
    font-size: 0;
}

.text_mobile {
    height: 32vh;
}

.text_mobile_ind {
    height: 32vh;
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .thumbnail {
		margin-top: 31vh !important;
    }
	.thumbnail_extras1 {
		margin-top: 31vh !important;
    }
	.thumbnail_extras1 {
		margin-top: 31vh !important;
    }

    .text_mobile {
        height: 12vw;
    }
    .text_mobile_ind {
        height: 12vw;
    }  }

.mediatext a,
.text_mobile_ind a,
.text_mobile a,
.text_mobile_comingsoon a {
    color: #ffffff;
    text-decoration: none;
}

.mediatext a:hover,
.text_mobile_ind a:hover,
.text_mobile a:hover,
.text_mobile_comingsoon a:hover {
    text-decoration: underline;
}

.mediaimg img {
    width: 10vh;
    font-size: 0;
    margin: 2px;
}

.mediaimg img:hover {
    filter: contrast(110%);
    -webkit-box-shadow: 3px 3px 5px 1px #333333;
    box-shadow: 3px 3px 5px 1px #333333;
}

.mediaimg p {
    margin: 8px 8px 8px 0;
    font-family: "BebasNeueRegular";
}

.screenshotimages img,
.wallpapersimages img {
    width: 10vh;
    font-size: 0;
    margin: 2px;
}

.screenshotimages img:hover,
.wallpapersimages img:hover {
    filter: contrast(110%);
    -webkit-box-shadow: 3px 3px 5px 1px #333333;
    box-shadow: 3px 3px 5px 1px #333333;
}

.screenshotimages,
.wallpapersimages {
    font-size: 0;
    float: left;
}

footer {
    width: 100%;
    position: fixed;
    bottom: -10px;
	margin-left: -2px;
}

.footer_socials {
    text-align: center;
}

.copyright a:hover {
    text-decoration: underline;
}

.footer_socials span {
    height: 30px;
    margin-left: 5px;
    filter: invert(30%);
    -webkit-filter: invert(30%);
    -moz-filter: invert(30%);
}

.footer_socials span:hover {
    filter: invert(0%);
    -webkit-filter: invert(0%);
    -moz-filter: invert(0%);
}

#ats_footer {
    width: 6vh !important;
}

.footer_facebook {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: left;
	opacity: 0.5;
}

.footer_X {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: -36px;
	opacity: 0.5;
}

.footer_instagram {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: -72px;
	opacity: 0.5;
}

.footer_ats {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 70px;
    height: 30px;
	background-position: center;
	opacity: 0.5;
}

.footer_twitch {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: -181px;
	opacity: 0.5;
}

.footer_youtube {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: -217px;
	opacity: 0.5;
}

.footer_blog {
	background: url(../icon/footer_icons.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
	background-position: right;
	opacity: 0.5;
}

.footer_facebook:hover,.footer_X:hover,.footer_instagram:hover,.footer_ats:hover,.footer_twitch:hover,.footer_youtube:hover,.footer_blog:hover {
	opacity: 1;
}


.copyright {
    text-decoration: none;
    color: white;
    text-align: center;
    bottom: 9vh;
    background-color: none;
	letter-spacing: 0.05rem;
	margin: 7px;
}

.copyright a {
    text-decoration: none;
    color: white;
    background-color: none;
}

.sign_back {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    -webkit-animation: wobble-hor-bottom 7s 60s infinite both;
    animation: wobble-hor-bottom 7s 60s infinite both;
}

.swipe_gif {
    padding-top: 2.5%;
    display: none;
}

.swipe_gif img {
    height: 50px;
    display: block;
    margin: auto;
    z-index: 1;
}


/*tooltip*/

.tooltip {
    position: relative;
    letter-spacing: 3px;
    margin: 0 0 0 0;
}

.tooltip:before,
.tooltip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
}

.tooltip:before {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: 8px;
    right: 50px;
    white-space: nowrap;
}

.tooltip.expand:before {
    transform: scale3d(0.2, 0.2, 1);
    transition: all 0.2s ease-in-out;
}

.tooltip.expand:after {
    transform: translate3d(0, 6px, 0);
    transition: all 0.1s ease-in-out;
}

.tooltip.expand:hover:before,
.tooltip.expand:hover:after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    background-color: rgb(82, 78, 75, 0.6);
    font-size: 18px;
}

.tooltip.expand:hover:after {
    transition: all 0.2s 0.1s ease-in-out;
}


/*carousel*/

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 74vh;
    max-height: 155vw;
}
.carousel-inner_video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 74vh;
    max-height: 155vw;
}


.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-inner_video::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none;
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1.5rem;
    margin-left: 15.1%;
    list-style: none;
    bottom: -2vh;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

.carousel-control-next {
    position: absolute;
    top: 22vh;
    bottom: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 8%;
    padding: 0;
    height: 10vh;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-prev {
    position: absolute;
    top: 22vh;
    bottom: 0;
    z-index: 1;
    align-items: center;
    justify-content: center;
    width: 8%;
    padding: 0;
    height: 10vh;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: -7vw;
}

.carousel-control-next {
    right: -7vw;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    width: 100px;
    height: 100px;
    background-size: 100%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    width: 100px;
    height: 100px;
    background-size: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
}

@media screen and (max-height: 800px) {
    .carousel-indicators {
        bottom: 0rem !important;
    }
}


.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.carousel_box {
    background-color: transparent;
	height: 72vh;
    overflow: hidden;
}

.glyphicon-chevron-left:hover {
    filter: invert(100%);
}

.glyphicon-chevron-right:hover {
    filter: invert(100%);
}


/*columns in carousel*/

.column_carousel {
    float: left;
    width: 46%;
    margin: 2%;
}

.column_carousel_width {
    width: 100%;
	margin: 2% 5% 5% 2%;

}


.row_carousel:after {
    content: "";
    display: table;
    clear: both;
}


/*thumb*/

.thumbnail_industry {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    position: relative;
    width: 35vw;
    margin-left: 7%;
}

.thumbnail_industry img {
    margin: 5px;
    width: 87%;
}

.thumbnail_industry a:hover {
    filter: contrast(120%);
}

.thumbnail {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    position: absolute;
    width: 33vw;
    margin-left: 1.6%;
    top: 19vw;
}

.thumbnail img {
    width: 7.8vw;
    margin: 5px;
    border: solid 3px #ffffff;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.7));
}

.thumbnail a {
    position: relative;
}

.thumbnail_extras1 a {
    position: relative;
}
.thumbnail_extras1 {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    position: relative;
	width: 36vw;
    margin-left: 1.6%;
    top: 3vw;
    justify-content: center;
}

.thumbnail_extras1 img {
    width: 7.8vw;
    margin: 5px;
    border: solid 3px #ffffff;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.7));
}

.thumbnail_extras2 a {
    position: relative;
}
.thumbnail_extras2 {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 4px;
    position: relative;
	width: 36vw;
    margin-left: 1.6%;
    top: 3vw;
    justify-content: center;
}

.thumbnail_extras2 img {
    width: 7.8vw;
    margin: 5px;
    border: solid 3px #ffffff;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.7));
}


#novideo  .thumbnail a:nth-child(4)::after{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: 0.1vw;
		bottom: 0.2vw;
		background-size: 4.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}

#video .thumbnail a:nth-child(5)::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: 0.1vw;
		bottom: 0.2vw;
		background-size: 4.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}

.thumbnail_industry a {
    position: relative;
}

.environment .thumbnail a:nth-child(5)::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: 3px;
		bottom: 0;
		background-size: 4.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}

	.industry .thumbnail a:nth-child(5)::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: 3px;
		bottom: 0;
		background-size: 4.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}

.screenshotimages a,
.wallpapersimages a {
    position: relative;
}

.screenshotimages a:nth-child(8)::after {
    content: "";
    width: 11vh;
    height: 6vh;
    position: absolute;
    background-image: url(../icon/view_more.png);
    left: -1px;
    background-size: 3.5vw;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
}

.thumbnail a:hover {
    filter: contrast(120%);
}
.thumbnail_extras1 a:hover {
    filter: contrast(120%);
}
.thumbnail_extras2 a:hover {
    filter: contrast(120%);
}

@media (min-width: 2100px) and (max-width: 4000px) {
    .thumbnail img {
        width: 7.5vw !important;
    }
    .thumbnail_industry img {
        width: 7.5vw !important;
    }
	.thumbnail_extras1 img {
        width: 7.5vw !important;
    }
	.thumbnail_extras2 img {
        width: 7.5vw !important;
    }

    .content img {
        max-width: 900px;
        width: 77%;
        margin: 0 auto;
        position: relative;
    }

    .environment .thumbnail a:nth-child(4)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 3vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .industry .thumbnail a:nth-child(5)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 3vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .screenshotimages a:nth-child(8)::after {
		content: "";
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: -1px;
		background-size: 2.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
    section p {
        font-size: 1.7rem;
    }
    .news {
        font-size: 1.5rem;
    }
    .thumbnail {
        top: 20vw;
    	margin-left: 2.6%;
    }
	.thumbnail_extras1 {
    	margin-left: 2.6%;
    }
	.thumbnail_extras2 {
    	margin-left: 2.6%;
    }
	.environment-box, .industry-box, .cities-box, .roadnetwork-box, .mediapress-box, .comingsoon-box {
		height: 27vw;
	}
	.carousel_box {
		height: 27vw;
	}
	.carousel-inner {
		height: unset !important;
	}
	.carousel-inner_video {
		height: unset !important;
	}
}


/*industry*/

#industry .block {
    min-height: 645px;
}

.block {
    width: 100%;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}

@media (max-width: 2099px) {
    .content img {
        max-width: 900px;
        width: 90%;
        margin: 0 5%;
        position: relative;
    }
}

.prefab-carousel-leftbox {
    width: 100%;
    cursor: move;
}

.prefab-carousel.no-prefab-selected .prefab-carousel-values-category {
    display: none;
}

.steam_big {
    width: 40px;
	animation: 10s vibration infinite alternate;
}


/*responsiveness*/

@media (max-width: 897px) {
	.mediaimg img {
		width: 14% !important;
	}
	.screenshotimages img,
	.wallpapersimages img {
		width: 14% !important;
	}
}

@media (max-width: 767px) {
	.extras_text {
		margin-left: 5%;
	}
	.whitespace {
		display: none;
	}
    .vertical-nav,
    #vertical-nav {
        display: none;
    }
	#background_wrap {
		display: block !important;
	}
    .mediaimg {
        margin-top: 5%;
    }
    .news {
        column-width: 24vw;
        font-size: 2.6vw;
        text-align: center;
    }
    .home h1 {
        font-size: 3.3rem;
        text-align: center;
        color: #ffffff;
    }
    body {
        background-position: 63%;
    }
    .column {
        height: 13vh;
    }
    .column_left {
        display: none;
    }
    .column_left_mobile {
        float: left;
        text-align: right;
        margin-left: 10vw;
        margin-top: 1vh;
        transition: opacity 0.25s ease;
        position: absolute;
    }
    .column_right {
        text-align: center;
        margin-top: 3%;
    }
    .column_right a {
        padding: 5px;
    }
    .carousel_box {
        background-color: transparent;
        height: 74vh;
        overflow: hidden;
    }

	.carousel-inner {
		height: 74vh;
	}
	.carousel-inner_video {
		height: 74vh;
	}
    .environment-box,
	.trailer-box,
    .industry-box,
    .cities-box,
    .roadnetwork-box,
    .mediapress-box,
    .comingsoon-box {
		margin-top: 2vh;
		height: 74vh;
    }
    .thumbnail_industry {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: relative;
        top: 0;
        width: 0;
        margin-left: 0;
    }
    .thumbnail_industry img {
        width: 17.7vw;
    }
    .column_carousel {
        float: unset;
        width: unset;
    }
    .text_mobile h2,
    .text_mobile_ind h2,
    .text_mobile_comingsoon h2 {
        font-size: 5vh;
        text-align: center;
    }
    .text_mobile h3,
    .text_mobile_ind h3,
    .text_mobile_comingsoon h3 {
        font-size: 3.5vh;
        text-align: center;
    }
    .text_mobile p,
    .text_mobile_ind p {
        font-size: 1.6vh;
        text-align: center;
    }
    .text_mobile_comingsoon li {
        font-size: 2.4vh;
    }
    .text_mobile_comingsoon {
        padding-top: 7%;
    }
    .footer_socials span {
		margin-left: -5px;
    }
    #ats_footer {
        width: 7vh !important;
    }
    .swipe_gif img {
        height: 34px;
        display: block;
        margin: auto;
        z-index: 1;
    }
    .swipe_gif {
        display: block;
        z-index: 1;
        padding-top: 0;
    }
    .prefab_move {
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    video {
        object-fit: fill;
        width: 349vh;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -185vh;
        z-index: -1;
    }
    .mediaimg img {
        width: 18%;
    }
    .mediatext h2 {
        text-align: center;
        font-size: 5vh;
        padding-top: 5%;
    }
    .mediatext h3 {
        text-align: center;
        font-size: 3.5vh;
        margin: 2%;
    }
    .mediatext p {
        font-size: 1.4vh;
        text-align: center;
    }
    .mediatext {
        text-align: center;
    }
    .mediatext h2 {
        text-align: center;
    }
    .mediaimg p {
        margin: 2px;
        font-size: 3vh;
        text-align: center;
    }
    section p {
        margin: 0;
    }
    .sign_back {
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 0;
        -webkit-animation: wobble-hor-bottom 7s 60s infinite both;
        animation: wobble-hor-bottom 7s 60s infinite both;
    }
    .main_img {
        height: 30vw;
    }
    .main_img_comingsoon {
        height: 38vw;
        width: auto;
    }
    .container {
        height: 25vw;
		width: 60%;
		max-width: 700px;
		margin-left: 14%;
		margin-top: 2%;
		display: grid;
		grid-template-areas: "card";
		justify-items: center;
		perspective: 1000px;
		transform-style: preserve-3d;
		pointer-events: none;
    }
		.container_comingsoon {
        height: 25vw;
		margin-top: 2%;
		display: grid;
		grid-template-areas: "card";
		justify-items: center;
		perspective: 1000px;
		transform-style: preserve-3d;
		pointer-events: none;
    }
	.container_extras1 {
        height: 25vw;
		width: 60%;
		max-width: 700px;
		margin-left: 15%;
		display: grid;
    }
	.container_extras2 {
        height: 25vw;
		width: 60%;
		max-width: 700px;
		margin-left: 15%;
		margin-top: -3vh;
		display: grid;
    }
    .thumbnail {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 95%;
        margin-left: 3%;
        margin-top: 45vh;
    }
	.thumbnail_extras1 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        width: 95%;
        margin-left: 3%;
        margin-top: 6vh;
    }
	.thumbnail_extras2 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        width: 95%;
        margin-left: 3%;
        margin-top: 6vh;
    }

	.environment .thumbnail a:nth-child(5)::after {
		content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
		left: 3px;
		bottom: 0;
        background-size: 11vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
	#novideo  .thumbnail a:nth-child(4)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
		left: 0.1vw;
		bottom: 0.2vw;
        background-size: 11vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .industry .thumbnail a:nth-child(5)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        background-size: 11vw;
        top: -2px;
        left: 3px;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
	#video .thumbnail a:nth-child(5)::after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: 0.1vw;
		bottom: 0.2vw;
		background-size: 11vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
    .screenshotimages a:nth-child(8)::after {
        content: "";
		width: 13vw;
		height: 7vw;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 8vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .hide_on_mobile {
        display: none;
    }
    .copyright {
		font-size: 0.9rem;
    }
    .thumbnail img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
	.thumbnail_extras1 img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
	.thumbnail_extras2 img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
    .scroll-down_arrow img,
    .scroll-top_arrow img {
        width: 5vh;
    }
	#bgvid {
        display: none;
    }
	.scroll-down_arrow,
	.scroll-top_arrow {
    animation: move 1.5s ease-in-out infinite alternate;
    -webkit-animation: move 1.5s ease-in-out infinite alternate;
    -moz-animation: move 1.5s ease-in-out infinite alternate;
    z-index: 0;
    opacity: 0.5;
    position: absolute;
    min-height: 15vw;
    align-self: flex-end;
	}
	.footer_socials {
		text-align: center;
		padding-left: 6px;
	}
	.yt_videos {
		display:block !important;
	}
	.mediaset {
		display: none!important;
	}
	.header_logo {
		height: 110%;
	}
	.disclaimer {
		font-size: 0.4rem !important;
		text-align: center;
		width: 85%;
		margin: 0 auto;
	}
}

@media (max-width: 390px){
	.thumbnail {
		margin-left: 0%;
	}
	.thumbnail_extras1 {
		margin-left: 0%;
	}
	.thumbnail_extras2 {
		margin-left: 0%;
	}
}
@media (min-width: 1705px) and (max-width: 2099px) {

	.environment-box, .trailer-box, .industry-box, .cities-box, .roadnetwork-box, .mediapress-box, .comingsoon-box {
	    height: 29vw;
	}
	.carousel-inner {
		height: 29vw;
	}
	.carousel-inner_video {
		height: 36vw;
	}
	.carousel_box {
		height: 29vw;
	}
}

@media (min-width: 1200px) and (max-width: 1704px) {
	.carousel-control-prev,
	.carousel-control-next {
		height: 0;
	}
	.column_carousel {
		margin-bottom: 5rem;
	}
	.environment-box, .trailer-box, .industry-box, .cities-box, .roadnetwork-box, .mediapress-box, .comingsoon-box {
		height: unset !important;
   }
   .carousel-inner {
	   height: unset !important;
   }
   .carousel-inner_video {
	height: unset !important;
}
   .carousel_box {
	   height: unset !important;
   }
	.screenshotimages img,
	.wallpapersimages img {
		width: 5vw;
		font-size: 0;
		margin: 2px;
	}
	.mediaimg img {
		width: 5vw;
		font-size: 0;
		margin: 2px;
	}
	.mediatext p {
		font-size: 0.9vw;
	}
	.screenshotimages a:nth-child(8)::after {
		content: "";
		width: 5.5vw;
		height: 3vw;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: -1px;
		background-size: 3.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.carousel-control-prev,
	.carousel-control-next {
		margin-top: -3vw !important;
	}
	.environment-box, .trailer-box, .industry-box, .cities-box, .roadnetwork-box, .mediapress-box, .comingsoon-box {
		 height: unset !important;
	}
	.carousel-inner {
		height: unset !important;
	}
	.carousel-inner_video {
		height: unset !important;
	}
	.carousel_box {
		height: unset !important;
	}
}
@media (min-width: 1051px) and (max-width: 1199px) {
	.extras_box {
		height: 35vw;
	}
	.carousel-control-prev,
	.carousel-control-next {
		margin-top: -10vw !important;
	}
	.screenshotimages img,
	.wallpapersimages img {
		width: 7vw;
		font-size: 0;
		margin: 2px;
	}
	.mediaimg img {
		width: 6vw;
		font-size: 0;
		margin: 2px;
	}
	.screenshotimages a:nth-child(8)::after {
		content: "";
		width: 7.5vw;
		height: 4.5vw;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: -1px;
		background-size: 3.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
}

@media (min-width: 768px) and (min-height: 1000px) {
	.hide_on_mobile {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 1050px) {
	.whitespace {
		display: none;
	}
    .vertical-nav,
    #vertical-nav {
        display: none;
    }
	.screenshotimages a:nth-child(8)::after {
		content: "";
		width: 10vw;
		height: 5.5vw;
		position: absolute;
		background-image: url(../icon/view_more.png);
		left: -1px;
		background-size: 4.5vw;
		background-position: center;
		background-repeat: no-repeat;
		filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	}
    .home h1 {
        font-size: 4.5rem;
        text-align: center;
    }
    body {
        background-position: 63%;
    }
    .hide_on_mobile {
        display: none;
    }
    .column {
        height: 13vh;
    }
    .column_left {
        display: none;
    }
    .column_left_mobile {
        float: left;
        text-align: right;
        margin-left: 10vw;
        margin-top: 1vh;
        transition: opacity 0.25s ease;
        position: absolute;
    }
    .column_right {
        text-align: center;
        margin-top: 3%;
    }
    .column_right a {
        padding: 5px;
    }
    .thumbnail_industry {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: relative;
        top: 0;
        width: 0;
        margin-left: 5%;
    }
    .thumbnail_industry img {
        width: 17.7vw;
    }
    .column_carousel {
        float: unset;
        width: unset;
    }
    .text_mobile h2,
    .text_mobile_ind h2,
    .text_mobile_comingsoon h2 {
        font-size: 5.2vh;
        text-align: center;
    }
    .text_mobile h3,
    .text_mobile_ind h3,
    .text_mobile_comingsoon h3 {
        font-size: 3.2vh;
        text-align: center;
    }
    .text_mobile p,
    .text_mobile_ind p {
        font-size: 1.4vh;
        text-align: center;
    }
    .text_mobile_comingsoon li {
        font-size: 1.6vh;
    }
    .text_mobile_comingsoon {
        padding-top: 1vw;
    }
    .content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 45%;
    }
    .swipe_gif img {
        height: 40px;
        display: block;
        margin: auto;
        z-index: 1;
    }
    .swipe_gif {
        display: block;
		padding-top: 0vh;
		z-index: 1;
    }
    .prefab_move {
        display: none;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    video {
        object-fit: fill;
        width: 349vh;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -185vh;
        z-index: -1;
    }
    .mediaimg img {
        width: 9vw;
    }
    .mediatext h2 {
        text-align: center;
        font-size: 6vh;
        padding-top: 5%;
    }
    .mediatext h3 {
        text-align: center;
        font-size: 4vh;
        margin: 2%;
    }
    .mediatext p {
        font-size: 1.4vh;
    }
    .mediatext {
        text-align: center;
    }
    .mediatext h2 {
        text-align: center;
    }
    section p {
        margin: 0;
    }
    .main_img_comingsoon,
    .main_img,
    .container {
        height: 25vw;
        width: auto;
    }
	.container_comingsoon {
        height: 25vw;
        width: auto;
    }
	.container_extras1 {
        height: 25vw;
        width: auto;
    }
	.container_extras2 {
        height: 25vw;
        width: auto;
    }
    .thumbnail {
		display: flex;
		flex-wrap: nowrap;
		border-radius: 4px;
		position: absolute;
		width: 95%;
		margin-left: 6%;
		margin-top: 41vh;
    }
	.thumbnail_extras1 {
		display: flex;
		flex-wrap: nowrap;
		border-radius: 4px;
		position: absolute;
		width: 95%;
		margin-top: 26vh;
    }
	.thumbnail_extras2 {
		display: flex;
		flex-wrap: nowrap;
		border-radius: 4px;
		position: absolute;
		width: 95%;
		margin-top: 60vh;
    }
    .container {
        height: 25vw;
        width: 60%;
        max-width: 700px;
    	margin-left: 20%;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_comingsoon {
        height: 25vw;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_extras1 {
        height: 25vw;
        width: 60%;
        max-width: 700px;
    	margin-left: 20%;
        margin-top: 0;
        display: grid;
    }
	.container_extras2 {
        height: 25vw;
        width: 60%;
        max-width: 700px;
    	margin-left: 20%;
        margin-top: 9vh;
        display: grid;
    }
    .column_carousel {
        margin: 1%;
    }
	#bgvid {
        display: none;
    }
	.environment-box,
	.trailer-box,
    .industry-box,
    .cities-box,
    .roadnetwork-box,
    .mediapress-box,
    .comingsoon-box {
		margin-top: 2vh;
		height: 74vh;
    }
	.thumbnail img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
	.thumbnail_extras1 img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
	.thumbnail_extras2 img {
        width: 16vw;
        margin: 5px;
        border: solid 1px #ffffff;
        filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
    }
	#background_wrap {
		display: block !important;
	}
}

@media (min-width: 1051px) and (max-width: 1199px) {
    .vertical-nav,
    #vertical-nav {
        display: none;
    }
	.news {
		font-size: 0.8rem;
	}
    body {
        background-position: 63%;
    }
    .home h1 {
        font-size: 5.5rem;
        text-align: center;
        color: #ffffff;
    }
    .column {
        height: 13vh;
    }
    .column_left {
        display: none;
    }
    .column_left_mobile {
        float: left;
        text-align: right;
        margin-left: 10vw;
        margin-top: 1vh;
        transition: opacity 0.25s ease;
        position: absolute;
    }
    .column_right {
        text-align: center;
        margin-top: 3%;
    }
    .column_right a {
        padding: 5px;
    }
    .thumbnail_industry {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: relative;
        top: 3vw;
        width: 0;
        margin-left: 5%;
    }
    .thumbnail_industry img {
        width: 8vw;
    }
    .main_img_comingsoon,
    .main_img {
        height: 15vw;
        width: auto;
    }
    .container {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_comingsoon {
        height: 15vw;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_extras1 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
    }
	.container_extras2 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
    }
	.environment-box,
	.trailer-box,
    .industry-box,
    .cities-box,
    .roadnetwork-box,
    .mediapress-box,
    .comingsoon-box {
		margin-top: 2vh;
		height: 36vw;
    }
	.carousel-inner {
		height: unset !important;
	}
	.carousel_box {
	}
}

@media (min-width: 1200px) {
    .container {
        height: 15vw;
        width: 70%;
        max-width: 700px;
		margin-left: 15%;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_comingsoon {
        /*height: 15vw;*/
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_extras1 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
		margin-left: 16%;
        margin-top: 0%;
        display: grid;
    }
	.container_extras2 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
		margin-left: 16%;
        margin-top: 0%;
        display: grid;
    }
}

@media (orientation: landscape) and (max-device-width: 640px) {
    .hide_on_mobile {
        display: none;
    }
	.carousel_box {
		background-color: transparent;
		height: 64vh;
		overflow: hidden;
	}
	.scroll-down_arrow,
	.scroll-top_arrow {
    min-height: 0;
	}
	#bgvid {
        display: none;
    }
	.yt_videos {
		display:block !important;
	}
	.mediaset {
		display: none!important;
	}
}

@media (orientation: landscape) and (max-device-height: 800px) {
    .hide_on_mobile {
        display: none;
    }
	/*.scroll-down_arrow,
	.scroll-top_arrow {
    min-height: 0;
	}*/
	.yt_videos {
		display:block !important;
	}
	.mediaset {
		display: none!important;
	}
}

@media (max-height: 415px) and (orientation: landscape) {
    .column_carousel {
        float: left;
        width: 45%;
        margin: 2%;
    }
	.thumbnail img {
		width: 7.5vw;
		margin: 5px;
		border: solid 1px #ffffff;
		filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
	}
	.thumbnail_extras1 img {
		width: 7.5vw;
		margin: 5px;
		border: solid 1px #ffffff;
		filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
	}
	.thumbnail_extras2 img {
		width: 7.5vw;
		margin: 5px;
		border: solid 1px #ffffff;
		filter: drop-shadow(2px 5px 5px rgba(0, 0, 0, 0.7));
	}
	.scroll-down_arrow,
	.scroll-top_arrow {
    min-height: 0;
	}
    .news {
		font-size: 1.2vw;
        column-width: 11vw;
    }
    .mediatext p {
        font-size: 3vh;
    }
    .column_carousel ul li {
        font-size: 3vh !important;
    }
    .text_mobile h2,
    .text_mobile_ind h2,
    .text_mobile_comingsoon h2 {
        font-size: 6vh;
        text-align: unset;
    }
    .text_mobile h3,
    .text_mobile_ind h3,
    .text_mobile_comingsoon h3 {
        font-size: 4vh;
        text-align: unset;
    }
    .text_mobile p,
    .text_mobile_ind p {
        font-size: 3vh;
        text-align: unset;
    }
    .text_mobile_comingsoon li {
        font-size: 3vh;
    }
    .thumbnail_industry img {
        width: 20vh;
    }
    .thumbnail_industry {
        top: 0vh;
    }
    .text_mobile_comingsoon {
        padding-top: 0%;
    }
    .content img {
        width: 80%;
    }
    .environment-box,
	.trailer-box,
    .industry-box,
    .cities-box,
    .roadnetwork-box,
    .mediapress-box,
    .comingsoon-box {
        margin-top: 15vh;
        height: 70vh;
    }
    video {
        object-fit: fill;
        width: 200vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -185vh;
        z-index: -1;
    }
    .main_img_comingsoon,
    .main_img {
        height: 20vw;
        width: auto;
		max-width: 30vw;
    }

    .thumbnail {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 43%;
        margin-left: 0;
		top: 5vw;
    }
	.thumbnail_extras1 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 43%;
        margin-left: 0;
		top: 15vw;
    }
	.thumbnail_extras2 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 43%;
        margin-left: 0;
		top: 15vw;
		margin-top: 26vh;
    }
    .copyright {
        font-size: 3.2vh !important;
        margin-left: 2px;
        bottom: 8vh !important;
    }
    #ats_footer {
        width: 4vh !important;
    }
    .glass_lightbox {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }
    .target_blank {
        width: 8px;
    }
    .swipe_gif {
        display: block;
		padding-top: 6.5%;
        z-index: 1;
    }
    video {
        object-fit: fill;
        width: 205vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: -185vh;
        z-index: -1;
    }
    .container {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_comingsoon {
        /*height: 15vw;*/
        margin-top: 2%;
        display: grid;
        grid-template-areas: "card";
        justify-items: center;
        perspective: 1000px;
        transform-style: preserve-3d;
        pointer-events: none;
    }
	.container_extras1 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
    }
	.container_extras2 {
        height: 15vw;
        width: 70%;
        max-width: 700px;
        margin-left: 13%;
        margin-top: 2%;
        display: grid;
    }
    .environment .thumbnail a:nth-child(4)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: 3px;
        background-size: 4.5vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .industry .thumbnail a:nth-child(5)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: 3px;
        bottom: 0;
        background-size: 4.5vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .screenshotimages a:nth-child(8)::after {
        content: "";
        width: 5.9vw;
    	height: 3.2vw;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 3.5vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
	#bgvid {
        display: none;
    }
	.yt_videos {
		display:block !important;
	}
	.mediaset {
		display: none!important;
	}
	.scroll-down {
		position: absolute;
		bottom: 0vh;
		animation: move 1.5s ease-in-out infinite alternate;
		-webkit-animation: move 1.5s ease-in-out infinite alternate;
		-moz-animation: move 1.5s ease-in-out infinite alternate;
	}
	.carousel_box {
		background-color: transparent;
		height: 64vh;
		overflow: hidden;
	}
}

.menu_li {
    display: block;
    border-bottom: 1px solid transparent;
    line-height: 19px;
    line-height: 3.2rem;
    padding-bottom: 0;
    margin-left: 0.7rem;
}

.overlay .overlay-menu {
    height: 60%;
    top: 35%;
}

@media (max-height: 321px) and (orientation: landscape) {
    .scroll-down {
        display: none;
    }
    .environment-box,
	.trailer-box,
    .industry-box,
    .cities-box,
    .roadnetwork-box,
    .mediapress-box,
    .comingsoon-box {
        margin-top: 17vh;
        height: 63vh;
    }
	.mediaimg img {
		width: 17%;
	}
    .menu_li {
        display: block;
        border-bottom: 1px solid transparent;
        line-height: 19px;
        line-height: 2.4rem;
        padding-bottom: 0;
        margin-left: 0.7rem;
    }
    .glass_lightbox {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .environment .thumbnail a:nth-child(4)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 4.5vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .industry .thumbnail_industry a:nth-child(5)::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background-image: url(../icon/view_more.png);
        left: -1px;
        background-size: 4.5vw;
        background-position: center;
        background-repeat: no-repeat;
        filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    }
    .thumbnail {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 45%;
        margin-left: 0;
        top: 0;
    }
	.thumbnail_extras1 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 45%;
        margin-left: 0;
        top: 0;
    }
	.thumbnail_extras2 {
        display: flex;
        flex-wrap: nowrap;
        border-radius: 4px;
        position: absolute;
        width: 45%;
        margin-left: 0;
        top: 0;
    }
	#bgvid {
        display: none;
    }
}


/*images slider */

[type="radio"] {
    display: none;
}

.container label {
    display: block;
    grid-area: card;
    width: 100%;
    max-width: 600px;
    height: 100%;
    border-radius: 2px;
    cursor: pointer;
    transition: transform 300ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: auto;
}

.main_img {
    position: absolute;
    border: solid 5px #ffffff;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.7));
}

.main_img_comingsoon {
    width: auto;
    position: relative;
}

.glass_lightbox {
    position: absolute;
    bottom: 0px;
    left: 10px;
}

.glass_lightbox:hover {
    transform: scale(1.2);
    transition: all 1s;
}

@media (min-width: 1200px) {
    .main_img,
    .container {
        height: 14vw;
    }
	.container_extras1 {
        height: 13vw;
    }
	.container_extras2 {
        height: 13vw;
    }
    .main_img_comingsoon {
        height: 23vw;
        width: auto;
        margin-top: -4%;
    }
}

@media (min-width: 2400px) {
    .main_img_comingsoon {
        height: 19vw;
        width: auto;
    }

}

.column_carousel ul li {
    font-size: 2.1vh;
    text-shadow: 2px 2px #000000;
    font-family: 'Roboto Condensed', sans-serif;
}

@media (prefers-reduced-motion) {
    .column_right a {
        animation: none;
    }
    .column_right a:hover {
        animation: none;
    }
    .overlay.open li:nth-of-type(2) {
        animation: none;
    }
    .overlay.open li:nth-of-type(3) {
        animation: none;
    }
    .overlay.open li:nth-of-type(4) {
        animation: none;
    }
    .overlay.open li:nth-of-type(5) {
        animation: none;
    }
    .overlay.open li:nth-of-type(6) {
        animation: none;
    }
    .overlay.open li:nth-of-type(7) {
        animation: none;
    }
    .overlay.open li:nth-of-type(8) {
        animation: none;
    }
    .scroll-down {
        animation: none;
    }
    .sign_back {
        animation: none;
    }
    .steam_big {
        animation: none;
    }
    #bgvid {
        display: none;
    }
}


/* 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: 0px;
}

.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&gt;.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;
}

@media screen and (min-width: 767px) {
    #video-frame {
        width: 992px !important;
        height: 592px !important;
    }
}

@media screen and (max-width: 768px) {
    #video-frame {
        width: 16em !important;
        height: 18em !important;
    }
}

.mediaset__img {
    float: left;
    cursor: pointer;
	width:100%;
}

.mediaset__img:hover {
    filter: contrast(110%);
    -webkit-box-shadow: 3px 3px 5px 1px #333333;
    box-shadow: 3px 3px 5px 1px #333333;
}

@media (orientation: portrait) and (max-device-width: 767px) {
	.lb-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 130%;
		z-index: 10;
	}

	.lb-outerContainer {
		position: relative;
		background-color: white;
		*zoom: 1;
		width: 250px;
		height: 250px;
		/*margin: 0 auto;*/
		margin-left: 5%;
		-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
	}
	.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: 125% !important;
		height: 55% !important
	}
}

.outer-grid {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 0 1%;
	margin-right: 2%;
 }
 .inner-grid {
	flex: 20%;
	max-width: 25%;
	padding: 0 4px;
 }
 .inner-grid img {
	margin-top: 8px;
	width: 90%;
	filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.7));
 }
 @media screen and (max-width: 800px) {
	.inner-grid {
	   flex: 20%;
	   max-width: 30%;
	}
 }
 @media screen and (max-width: 600px) {
	.inner-grid {
	   flex: 45%;
	   max-width: 100%;
	}
 }

 .disclaimer_extras {
	position: relative;
    bottom: 0;
    font-size: x-small;
    text-align: center;
    margin-top: -15px;
	letter-spacing: 0;
}

@media (max-width: 767px) {
	.disclaimer_extras {
		font-size: 1.2vw !important;
	}
}


.extras_text {
	height: unset;
}

.contents {
	display:contents
}

.vh {
	bottom: -0.5vh !important;
	margin-left: 16% !important;
}

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	width: 1280px;
	height: 585px;
}

@media (max-width: 1464px) {
	.embed-youtube iframe,
	.embed-youtube object,
	.embed-youtube embed {
		width: 980px;
		height: 450px;
	}
}

@media (max-width: 1025px) {
	.embed-youtube iframe,
	.embed-youtube object,
	.embed-youtube embed {
		width: 760px;
		height: 330px;
	}
}

</pre></body></html>