.elt_tab_container {
    border-bottom:1px solid black;
}

.elt_tab, .elt_tab:focus, .elt_tab:hover, .elt_tab:active {
    display:inline-block;
    border:1px solid #3b4141;
    padding:.5em 1.5em;
    border-top-left-radius:5px;
    border-top-right-radius:5px;    
    background-color:white;
    border-bottom-width:0px;
    color:#3b4141;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
}

.elt_tab_active, .elt_tab_active:focus, .elt_tab_active:hover, .elt_tab_active:active {
    background-color:#cc3d3d;
    color:white !important;
}

@media (max-width:870px) {

    .elt_tab_container {
        padding-left:14px;
        padding-right:14px;
        border-bottom-width:0px !important;   
    }

    .elt_tab {
        display:block !important;
        border-radius:0px !important;    
    }
    
    .elt_tab {
        border-bottom-width:1px !important;
    }

}

.home_super_icons {font-family:Rubik, sans-serif;font-weight:300;    margin:-4px;margin-bottom:2em;}

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

.home_super_icon {
    float:left;
    width:33.33333333%;
    padding: 20.5% 1em 0;
    position:relative;
    border:4px solid white;
background-size: contain;
background-position: top right;
background-repeat: no-repeat;
cursor:pointer;
}

.home_super_icon_title {
    font-size:29.85px;
    font-weight:300;
    color:rgb(34, 34, 34) !important;  
    line-height:1.42857;
    position:absolute;
    top:10%;
    left:10%;
}

.home_super_icon_link_1, .home_super_icon_link_2, 
.home_super_icon_link_1:active, .home_super_icon_link_2:active, 
.home_super_icon_link_1:hover, .home_super_icon_link_2:hover, 
.home_super_icon_link_1:focus, .home_super_icon_link_2:focus {
    text-decoration:none !imortant;
    display:inline-block;
    bottom:2em;
    font-size:18px;
    padding:6px 0em;
    background-color:#f6f6f6;
    color:rgb(34, 34, 34) !important;
    width:86.28px !important;
    text-align:center;
    font-weight:400;
    line-height:1.4 !important;
    letter-spacing: 0.17 !important;  
    position:absolute;
    bottom:15%;  
}

.home_super_icon_link_1:hover span:after, .home_super_icon_link_2:hover span:after {
    content: "»";
    padding-left:.25em;   
}

.home_super_icon_link_1 {left:10%;}

.home_super_icon_link_2 {left:35%;}

.national_lift_container {
    width:1500px;
    margin-left:auto;
    margin-right:auto;
    padding-left:1em;
    padding-right:1em;
    max-width:100%;
    margin-top:2em;
    margin-bottom:2em;
}

@media (max-width:1130px) and (min-width:620px) {
    body .home_super_icon {
        width:50% !important; 
        padding-top:30.8% !important;   
    }
}

@media (max-width:619px) {
    body .home_super_icon {
        width:100% !important;    
        padding-top:61.5% !important;           
        
    }
}



.background_video_wrap {
    position:relative;
    width:100%;
    padding-top:30%;
    background-color:rgba(0,0,0,.0);
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.background_video_wrap .content-home {
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
}

.background_video_wrap .first-line, .background_video_wrap .second-line, .background_video_wrap .content-link {

    text-shadow: 0px 0px 4px black;
 
}

.mySwiper .swiper-slide {
display: inline-block !important;
background-size:70% auto;
padding-top: 8%;
background-repeat: no-repeat;
background-position: center center;
}

@media (max-width:470px) {
    .background_video_wrap {
        padding-top:40% !important;  
    }    
}

.arrow-right {
    right: 10px;
    text-align:right;
}
.arrow-left{
    left: 10px;
    text-align:left;
}

.arrow-right, .arrow-left {
    top: 0px !important;    
    position: absolute;    
    cursor:pointer;  
    position: absolute; 
    z-index:9999999999999 !important;     
    color:#969696 !important; 
    width: 51px;
    height: 100px;
    font-size:60px;
    line-height:100px !important;
    
padding-top: 10px;
background-color: white;   
opacity:.5; 
    
}

.swiper-wrapper {
    position:relative;
}

.swiper-wrapper{
    transition-duration: 3000ms !important;
}

@media (max-width:1110px) {
    .arrow-right, .arrow-left {
        top:-30px !important;
    }   
}

@media (max-width:400px) {
     .arrow-right, .arrow-left {
        display:none !important;
    }      
}


.header-brand img {
    max-width:100%;
    height:auto;
    width:300px;
}

.quick_search_wrap {
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 2em;
margin-bottom: 2em;
}