body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color:#fff !important;
    color:#666;
    font-size:16px !important;
}
h2, h3, h4, h6 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}
h5 {
    font-weight: 100;
    text-transform: uppercase;
}
h2 {
    font-size: 2em;
}
h3 {
    padding: 0;
    margin:0;
    font-size:3em;
    color: var(--main_color0);
}
h6 {
    color: var(--main_color0);
    font-size:2em;
}
h4 {
    font-size:1.4em;
}
strong {
    font-size: 1.1em;
    font-weight: 900;
}
nav {
    height: 74px;
    background-color: transparent;
    box-shadow:none;
    -webkit-box-shadow:none;
    position: relative;
}
a {
    color: var(--main_color0);
    text-decoration: underline;
}
table thead tr {
    text-transform: uppercase;
    font-weight: 900;
}
table tbody tr:nth-child(odd) {
    background-color: #f3f3f3;
}
nav ul a {
    font-size:.9em;
    text-transform: uppercase;
    color: #333;
}
@media (max-width: 1060px) {
	nav ul a {
        font-size:.85em;
        padding: 0 14px;
    }
    .brand-logo img {
        height: 90% !important;
    }
}
@media (max-width: 992px) {
    .brand-logo img {
        height: 100% !important;
    }
}



select, 
input:not(.newsletterEmail), 
textarea {
    border: solid 1px #aaa !important;
    padding-left: 10px !important;
    box-sizing: border-box !important;
}

.btn, 
.btn-large, 
.btn-small,
.btn:hover,
.btn-large:hover, 
.btn-small:hover,
button:focus {
    background-color: var(--main_color0);
}
.getBase64Wrapper {
    width:0;
    height: 0;
    overflow: hidden;
}
.contentRight {
    display:flex;
    justify-content:flex-end;
    align-items: center;
}
.sectionTitle {
    display: flex;
    justify-content:space-between;
    align-items: flex-end;
}
.stInside {
    margin-bottom: -54px;
    position: relative;
    z-index: 2;
    top: 30px;
}
.blockSpacer {
    width: 100vw;
    height: 0px;
    overflow: hidden;
}
.isMobile .sidenav-trigger {
    display: block !important;
}
.isMobile .mainNav_items {
    display: none !important;
}
.isMobile .brand-logo img {
    position:relative;
    left:-20px;
    top:-3px;
}
.engineElements,
.engineElements_local {
    overflow: hidden;
    position: relative;
    width: 0;
    height: 0;
    opacity: 0;
}
.openModal {
    display:flex !important;
}
.multipleBtns {
    padding:10px 0;
}
.multipleBtns .btn {
    margin-left:10px;
}

.collapsible {
    border:none;
    box-shadow:none;
    -webkit-box-shadow: none;
}
.collapsible-header {
    background-color:#ddd;
    border:none;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}
.collapsible-header h4 {
    margin: 0;
    position: relative;
    top:1px;
}
.collapsible-body {
    padding:0;
    border:none;
}
.modal {
    width:92vw;
    height: 60vh;
}
.modal .modal-content {
    padding: 10px;
    background-color:#fff;
}
.modal .modal-content,
.slmap_big,
.slmapbig_gmap {
    width:100%;
    height:100%;
}
ul.numericList {
    padding-left:20px;
}
ul.numericList li {
    list-style-type: decimal;
}
.listIdent {
    display: block;
    padding-left:20px;
}







#ga_gateway {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width:100%;
    min-height:80px;
    background-color:rgba(0, 0, 0, 0.9);
    position:fixed;
    bottom:0;
    left:0;
    z-index: 999999999999;
}
#ga_gateway .gat_content {
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:14px;
}
#ga_gateway .gat_content .gatc_text {
    color: #CCC;
    margin-right: 20px;
}
#ga_gateway .gat_content .gatc_text a {
    color: #CCC;
    text-decoration: underline;
}
#ga_gateway .gat_content .gatc_accept {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:2px 20px;
    text-decoration: none;
    text-transform: uppercase;
    color:#333;
    background-color:#fff;
    white-space: nowrap;
}












/* ------ Z-INDEX ------ */
.mainNav {
    z-index: 1000;
}
.sidenav-overlay {
    z-index: 1001;
}
.sidenav {
    z-index: 1002;
}
/* --- end Z-INDEX ----- */






.nav-wrapper {
    z-index: 2;
}
nav .brand-logo {
    padding-left: 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .brand-logo.brandlogo_desktop {
    display: flex;
}
nav .brand-logo.brandlogo_mobile {
    display: none;
}
@media (max-width: 992px) {
    nav .brand-logo.brandlogo_desktop {
        display: none;
    }
    nav .brand-logo.brandlogo_mobile {
        display: flex;
    }
}


.brand-logo,
.brand-logo img {
    height:100%;
}
@media (max-width: 992px) {
    nav .brand-logo {
        padding-left:0;
    }
}
@media (max-width: 720px) {
    nav .brand-logo img {
        height: 70% !important;
    }
}
@media (max-width: 500px) {
    .brand-logo,
    .brand-logo img {
        height:92%;
    }
}
nav .sidenav-trigger {
    position: relative;
    top:5px;
}
nav .sidenav-trigger i {
    font-size:32px;
}





.sidenav-trigger i {
    color:#000;
    font-size: 28px;
}

.mainNav {
    position:relative;
}
.mainNavTop {
    width:100%;
    height:40px;
    background-color: #111;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-right:20px;
}
.languageSelector {
    box-sizing: border-box;
    padding-right:20px;
}
.languageSelector a {
    margin:0 4px;
}
.socialIconsWrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.socialIconsWrapper .socialIcons {
    margin:0 5px;
}
.languageSelector,
.socialIconsWrapper {
    position: relative;
    top: 2px;
}


.mainNavTop .newsletterForm .newsletterEmail {
    border-bottom: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.mainNavTop .newsletterForm .newsletterEmail:focus {
    border-bottom: 1px solid var(--main_color0) !important;
    -webkit-box-shadow: 0 1px 0 0 var(--main_color0) !important;
    box-shadow: 0 1px 0 0 var(--main_color0) !important;
}
@media (max-width: 700px) {
    .mainNavTop {
        padding-right:0;
    }
    .newsletterForm > button {
        width:84px !important;
        font-size: .7em !important;
        display: flex;
        justify-content: center;
        line-height: 28px !important;
        padding-left: 29px;
        margin-left: 5px !important;
    }
    .newsletterForm > button i {
        font-size: .9em;
        left: -9px;
        position: relative;
    }
    .newsletterForm {
        padding-right: 10px !important;
    }
    .mainNavTop .newsletterForm .newsletterEmail {
        width: 175px !important;
    }
}



.mainNav_items {
    position: relative;
    top: 6px;
}
.mainNav_items li {
    position: relative;
}
.mainNav_items .mainNav_submenu {
    display:none;
    position: absolute;
    top:64px;
    left:0;

    width: max-content;
    padding:10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 60%);
}

.mainNav_items li:hover > .mainNav_submenu {
    display:block;
}
.mainNav_items .hasSubMenu.submenuLeft .mainNav_submenu.subMenuLevel_1 {
    z-index: 10;
    right: 100%;
}
.mainNav_items .hasSubMenu.submenuLeft .mainNav_submenu {
    left:unset;
    right:0;
}

.mainNav_items .mainNav_submenu li {
    float:none;
    line-height:40px;
    border-top:solid 1px #444;
}
.mainNav_items .mainNav_submenu li:first-child {
    border-top:none;
} 

.mainNav_items .mainNav_submenu li a {
    padding:0 25px;
}
.mainNav a {
    text-decoration: none;
}
.mainNav_items a,
.sidenav a {
    position: relative;
    cursor: pointer;
}
.hasSubMenu a {
    padding-right:25px;
}

nav ul a:hover {
    background-color: rgba(0,0,0,0);
    color: var(--main_color0);
}
.mainNav_items a i,
.sidenav a i {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 !important;
    font-size: 1.9em;
    color:#333 !important;
    /* color: rgba(255,0,0, 0) !important; */
}
.sidenav a i {
    left: 8px;
    font-size:1.7em;
}

.sidenav {
    background-color: #fff;
    /*width: 80%;*/
}
.sidenav li a {
    text-transform: uppercase;
    color:#333;
}
.sidenav .mainNav_submenu {
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: height .2s;
}
.sidenav .mainNav_submenu a {
    padding-left: 45px;
    font-size: .9em;
    white-space: nowrap;
}
.snLogoWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}
.snLogoWrapper img {
    width:50%;
}
.mainNavBg {
    width:100%;
    height:80px;
    position: relative;
    top: -64px;
    margin-bottom: -44px;
}
.mainNavBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 29%;
    opacity: 0.4;
}


.mainNav_items .mainNav_submenu:not(.subMenuLevel_0, .mnsm_megaMenu) {
    position: absolute;
    top: -9px !important;
    left: 100%;
}
.mainNav_submenu a i {
    transform: scaleY(.6) rotate(-90deg) !important;
}






















.mainCarousel,
.modelDetailCarousel .carousel_wrapper,
.graphicsSliderModal_wrapper .carousel_wrapper {
    width: 100%;
    height: 320px;
}
.mainCarousel .carousel.carousel-slider,
.modelDetailCarousel .carousel.carousel-slider,
.graphicsSliderModal_wrapper .carousel.carousel-slider {
    height: 100% !important;
}
.info_center {
    bottom: unset !important;
    top: 50%;
    transform: translate(0, -50%);
}
.mainCarousel .carousel_fullWidthImg,
.modelDetailCarousel .carousel_fullWidthImg,
.graphicsSliderModal_wrapper .carousel_fullWidthImg {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.mainCarousel .carousel.carousel-slider .carousel-item {
    width: 100vw;
    overflow: hidden;
}
.swipeBlock_overlay {
    width: 100%;
    height: 100%;
}

@media (min-width: 860px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 500px;
    }
}
@media (min-width: 1200px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 600px;
    }
}
@media (min-width: 1640px) {
    .mainCarousel,
    .modelDetailCarousel .carousel_wrapper,
    .graphicsSliderModal_wrapper .carousel_wrapper {
        height: 800px;
    }
}



.carouseImgTopLayer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    transition: background-color 0.2s;

    z-index: 1;
}
.mainCarousel.dim .carouseImgTopLayer {
    background-color:rgba(0, 0, 0, 0.3);
    
}
.carouseImgTopLayer_inner {
    padding:20px;
    position: absolute;
    left: 11vw;
    text-align: left;
}
.carouseImgTopLayer_inner h1 {
    margin:0;
    margin-bottom:5px;
    text-transform: uppercase;
}


@media (max-width: 920px) {
    .carouseImgTopLayer_inner h1 {
        font-size: 2.8em;
    }
}
@media (max-width: 660px) {
    .carouseImgTopLayer_inner h1 {
        font-size: 2em;
    }
}

.csArrow {
    width: 28px;
    height: 54px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(78%);
    cursor: pointer;
}
.csArrow_prev {
    left: 30px;
    background-image: url(../images/cs_arrow_left.png);
}
.csArrow_next {
    right: 30px;
    background-image: url(../images/cs_arrow_right.png);
}


.tnItemsWrapper {
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}
.tnItemsWrapper .tnItem {
    padding: 20px;
    box-sizing: border-box;
    width: 25%;
}
.tnItemsWrapper .tnItem img {
    width: 100%;
}
@media (max-width: 960px) {
    .tnItemsWrapper .tnItem {
        width: 50%;
    }
}
.tnItem a {
    text-decoration: none;
    color:inherit;
}
.tnItem h4 {
    font-size: 1.3em;
    margin: 0;
    margin-top:5px;
}
.tnItem small {
    font-size: .9em;
    margin: 0;
    color:#999;
}

.trendingNow_wrapper .sectionTitle h3 {
    padding-left: 20px;
}
.trendingNow_wrapper .container {
    width: 85%;
}
@media only screen and (max-width: 1300px) {
    .trendingNow_wrapper .container {
        width: 95%;
    }
    .trendingNow_wrapper .tnItemsWrapper .tnItem {
        padding: 10px;
    }
}
@media only screen and (max-width: 700px) {
    .trendingNow_wrapper .container {
        width: 100%;
    }
    .trendingNow_wrapper .tnItemsWrapper .tnItem {
        padding: 9px;
    }
}




.dms_boardsWrapper {
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1300px) {
    .dms_boardsWrapper {
        width: 80%;
    }
}
@media (max-width: 1220px) {
    .dms_boardsWrapper {
        width: 100%;
    }
}
.dmsbItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
}
.itemsPerPAge_4 .dmsbItem {
    width:25%;
}



.destaqueModels_mobile { 
    height:0;
    overflow: hidden;
}
.destaqueModels_mobile .destaqueModelsSmall_slider {
    height:100%;
    transform: scale(1.5);
    transform-origin: center center;
}

@media (max-width: 1220px) {
    .destaqueModels_mobile {
        height:unset;
        overflow: unset;
    }
    .destaqueModels_desktop {
        height:0;
        overflow: hidden;
    }
}




.homeParalax_destaque {
    height: 260px;
}
.destaqueDetails {
    width:100%;
    height: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.destaqueDetails h4 {
    color:#fff;
}


.destaqueQuadrado_wrapper {
    width:100%;
    height: 100%;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}
.destaqueQuadrado {
    height: 300px;
    display:flex;
    justify-content:center;
    align-items: center;
    position:relative;
    /*overflow: hidden;*/
}
.dq_2 .destaqueQuadrado {
    width:50%;
}
.dq_3 .destaqueQuadrado {
    width:33.33%;
}
.dq_4 .destaqueQuadrado {
    width:25%;
}
.destaqueQuadrado:hover {
    z-index: 9;
}
.destaqueQuadrado:hover .dq_imgBg {
    transform: scale(1.2); 
    -webkit-transform: scale(1.2);
}
.dq_imgBg {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    position:absolute;
    top:0;
    left:0;

    transition: transform 0.5s; 
    -webkit-transition: -webkit-transform 0.5s
}
.qd_details {
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
    left:0;
    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.qd_details h4 {
    text-align: center;
    color:#fff;
}
.destaqueGraficos .destaqueQuadrado {
    overflow:hidden;
}
.destaqueGraficos .dq_imgBg {
    opacity: 0.4;
}
.destaqueGraficos .destaqueQuadrado:hover .dq_imgBg {
    transform:unset;
    -webkit-transform: unset;
}



.videoJumbotron_wrapper {
    overflow:hidden;
    position: relative;
}
.vjDetails {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3;

    display:flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}
.vjDetails h2 a {
    margin-bottom:10px;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    text-decoration:none;
}
.vjDetails * {
    text-align:center;
}
.videoJumbotron_imgThumbnail {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 2;
    opacity:1;
    display: none;
}
.videoJumbotron_imgThumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.videoJumbotron_inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity:1;
}
.videoJumbotron { 
    position: relative; 
    padding-bottom: 56.25%;  
    height:0;
}
.videoJumbotron iframe, 
.videoJumbotron object, 
.videoJumbotron embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

@media (max-width: 700px) {
    .videoJumbotron iframe, 
    .videoJumbotron object, 
    .videoJumbotron embed { 
        width: 130%; 
        height: 130%; 
    }
    .videoJumbotron_inner {
        left: -15%;
    }
}
@media (max-width: 500px) {
    .videoJumbotron iframe, 
    .videoJumbotron object, 
    .videoJumbotron embed { 
        width: 180%; 
        height: 180%; 
    }
    .videoJumbotron_inner {
        left: -40%;
    }
}

.isMobile .videoJumbotron_wrapper {
    height: 600px;
}
.isMobile .videoJumbotron_imgThumbnail {
    display: block;
}
.isMobile .videoJumbotron_inner {
    display: none;
}
@media (max-width: 700px) {
    .isMobile .videoJumbotron_wrapper {
        height: 300px;
    }
}













.staticJumboTron {
    width: 100%;
    height: 755px;
    overflow: hidden;
    background-color: var(--main_color0);
    position: relative;
    top: -70px;
    margin-bottom: -70px;

}
@media (max-width: 960px) {
    .staticJumboTron {
        height: 500px;
    }
}
.sjt_videoWrapper_outer {
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    margin-left: 50%;
}
.sjt_videoWrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity:1;
}
.sjt_videoWrapper_inner { 
    position: relative; 
    padding-bottom: 56.25%;  
    height:0;
}
.sjt_videoWrapper_inner iframe, 
.sjt_videoWrapper_inner object, 
.sjt_videoWrapper_inner embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
@media (max-width: 1800px) {
    .sjt_videoWrapper_outer {
        width: 105%;
    }
}
@media (max-width: 1600px) {
    .sjt_videoWrapper_outer {
        width: 115%;
    }
}
@media (max-width: 1400px) {
    .sjt_videoWrapper_outer {
        width: 140%;
    }
}
@media (max-width: 960px) {
    .sjt_videoWrapper_outer {
        width: 135%;
    }
}
@media (max-width: 720px) {
    .sjt_videoWrapper_outer {
        width: 170%;
    }
}
@media (max-width: 580px) {
    .sjt_videoWrapper_outer {
        width: 200%;
    }
}
@media (max-width: 460px) {
    .sjt_videoWrapper_outer {
        width: 250%;
    }
}
@media (max-width: 420px) {
    .sjt_videoWrapper_outer {
        width: 300%;
    }
}
@media (max-width: 320px) {
    .sjt_videoWrapper_outer {
        width: 400%;
    }
}
@media (max-width: 230px) {
    .sjt_videoWrapper_outer {
        width: 670%;
    }
}
.sjt_overlayLayer {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}





.bn_submitSuccessMsg {
    color:#fff;
    display: none;
    font-size:2.5em;
    text-align: center;
}











.graphicsWrapper,
.modelslistWrapper {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
}
.graphicsWrapper .flexList .flItem a, 
.modelslistWrapper .flexList .flItem a {
    position: relative;
}
.graphicWrapper {
    position: relative;
}
.graphicItem a {
    text-decoration:none;
}
.graphicItem .giName {
    text-decoration:none;
    color:#999;
    margin-top:3px;
}
.itemBadge {
    position: absolute;
    width: 58px;
    height: 58px;
    right: 0;
    top: 0;
}
.itemBadge {
    height:100%;
}
.flexList {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;

    display:flex;
    justify-content:unset;
    align-items: center;
    flex-direction:row;
    flex-wrap: wrap;
}
.flexList .flItem {
    width: 16.6666666667%;
    box-sizing: border-box;
    padding: 20px;
}
.flexList .flItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.flexList .flItem img {
    width: 100%;
}
.graphicsSliderModal_modal {
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.6);

    position: fixed;
    top:0;
    left:0;
    z-index: 1001;

    display:none;
    justify-content:center;
    align-items: center;
}
.graphicsSliderModal_wrapper {
    width:80vw;
    height: 70vh;
    background-color:#000;
    position: relative;
}
.graphicsSliderModal_inner,
.gs_imgWrapper {
    width: 100%;
    height: 100%;
}
.gsItem .gs_imgWrapper {
    position: absolute;
    top:0;
    left:0;
    overflow: hidden;
    display:flex;
    justify-content:center;
    align-items: center;
}
.gsItem > p {
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    text-align:center;
    color:#fff;
}
.gsItem .gs_imgWrapper img {
    height: 100%;
}
.closeGfxModal {
    transform: rotate(45deg);
    position: absolute;
    top: -20px;
    right: -20px;
    background-color:var(--main_color0);
}
.closeGfxModal:hover {
    background-color:var(--main_color0);
}
@media (max-width: 1060px) {
    .flexList .flItem {
        width: 25%;
    }
    .graphicsSliderModal_wrapper {
        width:90vw;
        height: 80vh;
    }
}
@media (max-width: 720px) {
    .flexList .flItem {
        width: 33.33%;
        padding: 10px;
    }
    .btn-floating {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .btn-floating i {
        line-height: 30px;
    }
    .closeGfxModal {
        top: -10px;
        right: -10px;
    }

    .csArrow_prev {
        left: 5px !important;
    }
    .csArrow_next {
        right: 5px !important;
    }
}








.mdcImgWrapper {
    width: 60%;
}
.mdcImgWrapper img {
    width: 100%;
    transform: rotate(-90deg) translateX(-32px); 
}
@media (max-width: 860px) {
    .mdcImgWrapper img {
        transform: rotate(-90deg) translateX(12px); 
    }
}
.modelDetail_info {
    padding: 20px;
    padding-top: 80px;
    box-sizing: border-box;
    font-weight: 100;
}
.modelDetail_info .mdi_header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.modelDetail_info .mdi_header .mdi_modelLogo {
    width: 25%;
}
.modelDetail_info .mdi_header .mdi_modelLogo img {
    width: 100%;
}

.modelDetail_info .mdi_items {
    display:flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.mdi_items .mdiItem {
    width: 50%;
    margin-bottom:20px;
}

.colsContainer {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;

    display:flex;
    justify-content:unset;
    align-items: flex-start;
    flex-direction:row;
    flex-wrap: wrap;

    overflow: hidden;
}
.colsContainer .colItem {
    width: 50%;
    padding: 20px;
}

@media (max-width: 720px) {
    .colsContainer .colItem {
        width: 100%;
    }
}
.descriptionWrapper,
.boardBrandLogo_wrapper {
    margin-bottom:20px;
}

.construcaoList li {
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding-left:18px;
}
.infoBlockHorizontal {
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.infoBlockHorizontal .ibhItem {
    width:33.33%;
}
@media (max-width: 1290px) {
    .infoBlockHorizontal .ibhItem {
        width:50%;
    }
}



.googleMapsLocation_wrapper {
    width:100%;
}
.googleMapsLocation_inner {
    width:100%;
    position: relative;
}
.googleMapsLocation_wrapper img.gmlImg {
    width:100%;
}
.googleMapsLocation_wrapper .gmlGoFullscreen {
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    display:block;
    cursor: pointer;
}
.googleMapsLocation_wrapper .gmlGoFullscreen > i {
    font-size: 5em;
    transition: font-size .5s;
    color: #fff;
}
.googleMapsLocation_wrapper .gmlGoFullscreen:hover > i {
    font-size: 9em;
}












.newsletterForm {
    height: 100%;
    padding-top:4px;
    padding-right:40px;
    display:flex;
    justify-content: center;
    align-items: flex-start;
}
.newsletterForm .newsletterEmail {
    height: 30px !important;
    width:200px !important;
    background-color:#222 !important;
    color:#fff !important;
    padding: 0 10px !important;
    
}
.newsletterForm > button {
    height: 30px;
    line-height: 15px;
    margin-left: 10px;
    background-color: #eee;
    color:#111;
    font-size: .8em;
    transform: scale(.9);
    transform-origin: center center;
}
.newsletterForm > button:hover {
    color:#FFF;
}
::placeholder {
    color: #777;
    opacity: 1;
  }












.filterSlider_wrapper {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -8px;
}
.sbSlider {
    width: 96%;
    margin-top: 36px;
    margin-bottom: 10px;
}
.noUi-connect {
    background: var(--main_color0) !important;
}
.noUi-handle:after, .noUi-handle:before {
    content: none !important;
}
.noUi-horizontal {
    height: 7px !important;
}
.noUi-horizontal .noUi-handle {
    width: 22px !important;
    height: 22px !important;
    border-radius: 22px !important;
    top: -10px !important;
}

.btn_clearallfilters {
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.btn_clearAllFilters_inner {
    display: inline-block;
    padding: 6px 27px 5px 27px;
    background-color: #FFF;
    border: solid 1px #CCC;
    font-size: 9px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    height: 31px;
    line-height: 18px;
    font-size: 14px;
    background-color: #f5f5f3;
}









































/* ------- destaqueQuadrado ------- */
@media (max-width: 1200px) {
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.4em;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details .btn {
        transform:scale(.8);
    }
}
@media (max-width: 960px) {
    .destaqueQuadrado_wrapper .destaqueQuadrado {
        height: 190px;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.1em;
    }
}
@media (max-width: 720px) {
    .destaqueQuadrado_wrapper {
        flex-direction: column;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado {
        width:100%;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details h4 {
        font-size: 1.6em;
    }
    .destaqueQuadrado_wrapper .destaqueQuadrado .qd_details .btn {
        transform:scale(1);
    }
}
/* ---- end destaqueQuadrado ------ */



@media (max-width: 1200px) {

}
@media (max-width: 960px) {
}
@media (max-width: 720px) {
    .vjDetails h2 {
        font-size: 1.7em;
        margin-bottom:7px;
    }
    .vjDetails .btn {
        transform:scale(.8)
    }
}
















.pageHCenter {
    width:1080px;
    margin:0 auto;
}
@media (max-width: 1080px) {
    .pageHCenter {
        width:100%;
        margin:0 auto;
    }
}





.btcAddToCart {
    background-color:#111;
}
.btcAddToCart:hover {
    background-color:#333;
}
.btcAddToCart .addToCartLoading {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btcAddToCart .addToCartLoading .preloader-wrapper {
    width:25px;
    height: 25px;
    top: 4px;
}
.btcAddToCart.disabled.cartIsLoading .addToCartTitle {
    opacity: 0.4;
}
.btcAddToCart.disabled.cartIsLoading .addToCartLoading {
    opacity: 1;
}
.btcAddToCart .alreadyInCartTitle {
    display:none;
}
.btcAddToCart.alreadyInCart .alreadyInCartTitle {
    display:inline-block;
}
.btcAddToCart.alreadyInCart .addToCartTitle {
    display:none;
}



.cartWrapper {
    display:inline-block;
    margin-left: 20px;
    position:fixed;
    top:100px;
    right:10px;
    z-index: 9;

    transition: top .9s;
}
.cartWrapper.cartAtTop {
    top:10px;
}
.cartButton {
    width:50px;
    height:50px;
    border-radius:50px;
    opacity:.5;
    color:var(--main_color3);
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 1s, box-shadow 1s;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 100%);
}
.cartButton:hover {
    color:var(--main_color3);
    opacity:1;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0 / 30%);
}
.cartOpen .cartButton {
    opacity:1;
}
.hasItemsInCart .cartButton {
    color:#fff;
    background-color:var(--main_color3);
    opacity:1;
}




.cartButton .nrOfItemsInCart_preview {
    font-size:1.1em;
}
.cartInit_loading {
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartInitLoading .cartButton {
    opacity:1;
}
.cartInitLoading .cartButton > i,
.cartInitLoading .cartButton > span {
    display: none;
}
.cartInit_loading {
    display:none
}
.cartInitLoading .cartInit_loading{
    display: flex;
}


.cartContentsWrapper {
    width: 500px;
    position: absolute;
    top: 40px;
    right: 0;

    display: none;
    opacity:0;
    transition: opacity .2s;

    border-radius: 5px;
    background-color:#fff;
    box-shadow: 1px 1px 10px 2px rgb(0 0 0);
}
.cartOpen .cartContentsWrapper {
    display:block;
}
.cartOpenShow .cartContentsWrapper {
    opacity:1;
}

.cartContentsWrapper_loading {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:none;
    background-color: #fff;
    opacity: .7;
    z-index: 1;
    align-items: center;
    justify-content: center;
}
.cartContentsWrapper.cartContentLoading .cartContentsWrapper_loading {
    display:flex;
}


.cartContentsHeader {
    height: 50px;
    background-color:var(--main_color3);
    color:#fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    text-transform: uppercase;
}
.cartContentsBody,
.cartContentsFooter {
    box-sizing: border-box;
    padding: 20px;
    color:#333;
}
.cartContentsBody_inner {
    border:solid 1px #ccc;
    padding: 8px;
    max-height: calc(70vh - 120px);
    overflow-y: scroll;
    box-sizing: border-box;
}
.cartContentsBody .ccb_left {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartContentsBody .ccb_center {
    width: 60%;
    box-sizing: border-box;
    padding: 0 20px;
}
.ccbBottom_wrapper {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.ccb_aditionalinfo {
    display: flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction: column;
}
.cartContentsBody .ccb_right {
    width: 20%;
    display: flex;
    align-items:flex-end;
    justify-content:space-between;
    flex-direction: column;
}
.cartContentsBody .ccb_right a {
    position: relative;
    top:-10px;
}
.ccb_left img {
    width: 100%;
}
.ccfPriceWrapper {
    padding-bottom:20px;
}
.cartContent_Item,
.ccfPriceWrapper,
.ccfNavWrapper {
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.ccfPriceTitle {
    text-transform: uppercase;
}
.ccfPriceTotal {
    font-size:1.3em;
    text-transform: uppercase;
    display: flex;
}
.ccfNavWrapper a.continueShopping {
    color:#666;
}
.cartContentsFooter {
    padding-top:0;
}
.cartContent_Item {
    border-bottom:solid 1px #eee;
    padding: 10px 0;
    margin-bottom: 5px;
    align-items: stretch;
}
.cartContentsBody_inner .cartContent_Item:last-child {
    border:none;
}
.removeFromCart {
    color:#c00;
}
.ccbr_priceWrapper {
    text-align: right;
}
.ccbr_priceDetails {
    display: flex;
    white-space: nowrap;
}
.cartWrapper.noItemsInCart .cartContentsFooter {
    display:none;
}
.isSingleQty .ccbidQty_up,
.isSingleQty .ccbidQty_down {
    display: none;
}
.noItemsMessage {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ccbItemDescQty {
    margin-top:12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ccbItemDescQty > strong, 
.ccbItemDescQty > span {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.ccbItemDescQty > label {
    font-size: 1em;
}
.ccbItemDescQty_wrapp {
    border: solid 1px var(--main_color1);
    height: 30px;
    margin-left:10px;
    padding: 0 10px;
}
.ccbItemDescQty_wrapp a {
    position: relative;
    font-size:3em;
    display: flex;
    justify-content: center;
    color:var(--main_color0);
}
.ccbidQty_up {
    align-items: flex-end;
    top:0;
}
.ccbidQty_down {
    align-items: flex-start;
    top:0;
}
.ccbItemDescQty_wrapp .ccbidQty_number {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:1.2em;
}
.ccbItemDescQty_wrapp a i,
.ccbItemDescQty_wrapp a i {
    height: 100%;
    line-height: unset;
}













.tabs {
    top: 1px;
    background-color:transparent;
    display:flex;
}
.tabs .tab {
    
}
.tabs .tab a {
    border-bottom:solid 1px #eee;
}
.tabs .tab a,
.tabs .tab a:hover, 
.tabs .tab a.active,
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    color: #333;
    background-color: #fff;
}
.tabs .tab a.active,
.tabs .tab a:focus, 
.tabs .tab a:focus.active {
    border:solid 1px #eee;
    border-bottom:none !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tabs .indicator {
    background-color: #fff;
    display: none;
}
.tabPage {
    border:solid 1px #eee;
    padding: 20px;
    border-radius:4px;
}






.page-footer {
    background-color:#0c0c0c;
}
.page-footer h5 {
    font-size:1.1em;
    text-transform:capitalize;
    font-weight: bold;
}
.page-footer a {
    text-decoration:none;
    color:#a6d5f5;
}
.footerCopyrightWraper {
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.footerCopyrightWraper a {
    text-decoration: none;
}
.flStrong {
    font-weight: 900;
    font-size: 1em;
}
.page-footer a.flModels {
    color:#d5d5d5;
    font-size:.9em;
}




.dealers_filter {
    width: 50%;
    margin:0 auto;
    margin-bottom:40px;
}
.dealers_filter input {
    color:#333;
    background-color:#eee !important;
}
.dealers_filter .select-wrapper input {
    padding-left: 20px;
    box-sizing: border-box;
}
.dealers_filter .select-wrapper ul {
    background-color:#ccc;
    color:#111;
}
.dealers_filter .select-wrapper ul li > span {
    color:#111;
}
.select-wrapper input.select-dropdown {
    border-bottom: 1px solid #adddff !important;
}
.dealers_filter .select-wrapper .caret {
    z-index: 1;
}
.countrynav_fixed .dealers_filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #222;
    z-index: 2;
}
.countrynav_fixed .dealers_filter .dealers_filter_inner {
    width: 50%;
    margin: 0 auto;
}



.dl_countrytitle {
    width:100%;
    border-top:solid 1px #666;
    display:flex;
    justify-content:center;
    align-items: flex-start;
}
.dl_countrytitle  span {
    border:solid 1px #ccc;
    width: 300px;
    padding: 10px;
    position: relative;
    top:-24px;
    text-align: center;
    background-color:#eee;
}
.dl_statesWrapper {
    width:60%;
    margin: 0 auto;
}
.dl_areatitle {
    width:100%;
    padding: 8px;
    background-color:#eee;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}
.dealerWrapper {
    width: 100%;
    margin-bottom:20px;
}
.dealerDetailsWrapper_outer {
    width: 100%;
    overflow: hidden;
}
.dealerDetailsWrapper {
    width: calc(100% + 40px);
    position: relative;
    left: -20px;
    display:flex;
    justify-content:flex-start;
    align-items: flex-start;
    flex-wrap: wrap;    
}
.dealerItem {
    width:25%;
    height:200px;
    margin-bottom:20px;
    padding:20px;
    box-sizing: border-box;
    overflow: hidden;
}
.dealerItem h6 {
    font-size:.8em;
    color: var(--main_color0);
}
.di_googleMapMarker {
    padding-top:10px;
    color: var(--main_color0);
}
.dealersmap_wrapper {
    width: 100%;
    height: 600px;
    position:relative;
    /*top:-20px;*/
}
#dealers_map {
    width: 100%;
    height: 100%;
    background-color: #888;
}
.maps-info-content,
.maps-info-content * {
    color: #333;
    font-size:1em;
}
.maps-info-content h1 {
    padding:0;
    margin:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.maps-info-content h1 span {
    margin-left: 10px;
    font-weight: bolder;
    font-size:1.1em;
}







.generalpage_wrapper {
    width:100%;
    box-sizing: border-box;
    margin:0 auto;
    padding:20px;
}
@media (min-width: 992px) {
    .generalpage_wrapper {
        width:80%;
        
    }
}
@media (min-width: 1220px) {
    .generalpage_wrapper {
        width:60%;
        
    }
}
.generalMainTitle {
    font-size:2em;
}
.garantiaText_wrapper h2 {
    box-sizing:border-box;
    padding:16px;
    padding-left:0;
    font-size:1.3em;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    color: var(--main_color0);
}

.cmsMultimediaList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.cmsMultimediaList .cmsmlItem {
    width:25%;
    margin-right:10px;
}
.cmsMultimediaList .cmsmlItem img {
    width:100%;
}


.mlModel {
    width:100%;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.mlModel img {
    width: 100%;
}

.modelsSlider_wrapper .splide__track {
    left: -20px;
    width: calc(100% + 40px);
}
.modelsSlider .splide__pagination__page {
    display: unset !important;
    padding: unset !important;
}
.modelsSlider .splide__pagination__page.is-active {
    background: #333;
}
.mlmModelName {
    position: absolute;
    left: 0;
    bottom: 21px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.9);
}

.modelsSlider_wrapper {
    margin-bottom: 50px;
}
.modelsSlider_wrapper .splide__pagination {
    bottom: -25px;
}
.ms_header,
.ms_footer {
    text-align: center;
    text-transform: uppercase;
}
.ms_header h6 {
    font-size:1.5em;
    margin:0;
    color:#333;
}
.ms_footer .msh_surfboardmodeltype,
.ms_footer .msh_wavesize {
    display: block;
}
.ms_footer .msh_wavesize {
    color:#111;
    font-weight: bold;
}





.squaredBlocksTiles {
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sbtItem {
    width:50%;
    height:485px;
}
.nrTiles_3 .sbtItem,
.nrTiles_5 .sbtItem {
    width:33.33%;
}
.sbtItem a.sbtItem_inner {
    width:100%;
    height:100%;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
.sbtItem_img {
    width:100%;
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}
.sbtItem_title {
    height: 90px;
    padding:0 20px;
    border:solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.8em;
    font-weight: bolder;
    color:#fff;
    text-transform: uppercase;

    transition:all .25s;
}
.sbtItem_title:hover {
    background-color: rgba(255, 255, 255, .9);
    color:#333;
}
@media (max-width: 1220px) {
    .sbtItem_title {
        font-size:1.5em;
    }
}
@media (max-width: 1160px) {
    .sbtItem_title {
        font-size:1.3em;
    }
}
@media (max-width: 992px) {
    .sbtItem {
        width: 100%;
    }
    .nrTiles_3 .sbtItem,
    .nrTiles_5 .sbtItem {
        width:100%;
    }
    .sbtItem_title {
        font-size:1.8em;
    }
}


.carousel_videoWrapper,
.vimeo_top,
.vimeo_wrapper,
.vimeo_wrapper iframe {
    width: 100%;
    height: 100%;
}
.vimeo_top {
    position: relative;
}
.vimeo_wrapper {
    transform: scale(1.5);
}
.vimeosound_onoff {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 80px;
    bottom: 80px;
    z-index: 1;
    background-image: url(/global/images/mutebtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200%;
    cursor:pointer;
}
.vimeosound_onoff.vsof_on {
    background-position: -40px 0;
}



.custom_order h1 {
    font-size: 1.1em;
    text-transform: uppercase;
}
h1.customOrderTitle {
    font-size: 1.6em;
    text-transform: uppercase;
}
.custom_order h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.splide__arrow {
    padding: 0 !important;
    border-radius: 50% !important;
    background-image: none !important;
}
.splide__slide_content {
    width: 100%;
    height: 100%;
    position: relative;
}
.splide__slide_content .ssc_contentWrapper,
.splide__slide_content .ssc_ImageWrapper {
    width: 100%;
    height: 100%;
}
.splide__slide_content .ssc_contentWrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
}
.splide__slide_content .ssc_contentInner {
    width: 78%;
    height: 47%;
}
.splide__slide_content .sscContent_Tile {
    font-size:4.68em;
    line-height: 0.7em;
    text-transform: uppercase;
}
.splide__slide_content .sscContent_Description {
    font-size:1.87em;
    text-transform: uppercase;
}
.splide__slide_content .sscContent_Btn {
    width: 101px;
    height: 34px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color:#333;
    font-size:1.125em;
    text-transform: uppercase;
    text-decoration: none;
}

.whatsappWidgetWrapper {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}
.whatsappWidgetWrapper > a {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    order: 2;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 80%) 2px 2px 12px;
    transition: all 0.5s ease 0s;
    position: relative;
    z-index: 200;
    display: block;
    border: 0px;
    background-color: rgb(77, 194, 71);
    color:#4dc247;
}
.whatsappWidgetWrapper > a > svg {
    width: 100%;
    height: 100%;
    fill: rgb(255, 255, 255);
    stroke: none;
}

.generalPrice_wrapper {
    display: flex;
}






.infoModal {
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;

    position: fixed;
    top:0;
    left:0;
    z-index: 99999;

    background-color: rgba(0, 0, 0, 0.7);
}
.infoModal.showingModal {
    display: flex;
}
.infoModalContent_wrapper {
    width: 94%;
    height: 65%;
    position: relative;
    background-color: #fff;
    padding: 60px;
}
.closeInfoModal {
    position: absolute;
    top:-15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    color:#000;
}
.infoModalContent {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.infoModalContent h3 {
    font-size: 1.6em;
    text-align: left;
    text-decoration: underline;
}
.infoModalContent h3,
.infoModalContent p {
    margin-bottom: 20px;
    font-weight: 100;
}
.infoModalContent strong {
    font-size: 1em;
}

@media (min-width: 820px) {
    .infoModalContent_wrapper {
        width: 790px;
    }
}
@media (min-width: 1190px) {
    .infoModalContent_wrapper {
        width: 990px;
    }
}





.sjtVideoWrapper_youtube,
.sjtVideoWrapper_inner {
    width: 100%;
    height:100%;
}
.sjtVideoWrapper_inner {
    height: 90%;
    overflow: hidden;
}
.sjtVideoWrapper_inner {
    display:flex;
    align-items: center;
    justify-content: center;
}
.sjtVideoWrapper_youtube iframe {
    width: 120%;
    height: 120%;
}
.sjt_overlayLayer a {
    display: flex;
    width: 100%;
    height: 100%;
}