/*header styles for top gallery*/
body,html{     
    height: 100%;
}

header.desktop
{
    overflow: hidden;
}  




header.desktop h1{
    position: absolute;
    font-size: 1.5rem;
    color: white;
    bottom: 25px;
    width: 50%; 
    text-shadow: 0px 0px 5px rgba(0,0,0,0.31); 
}  

header.desktop .owl-carousel, header.desktop .owl-stage-outer, .owl-stage, .owl-item, .item{
    height: 100%;
}

header.desktop .owl-carousel .owl-item img {
}
    
header.desktop .owl-carousel .owl-prev{
    display: none;
}


header.desktop .owl-carousel .owl-next{
    display: none;     
}  

/* remove span arrow from owl gallery */
.owl-prev span, .owl-next span{
    display: none !important;
}



     
div.find-your-adventure-mobile-button{
    color: white;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-top: 45px;
    overflow: hidden;
    background-image:url("/img/layout/button-forward-white-bg.png");
    background-repeat: no-repeat;
    padding-left: 70px;   
    display: none;
}

div.find-your-adventure-mobile-button a{
    color: white;
}

div.find-your-adventure-mobile-button span{
    padding-top: 23px;
    display: block;
    float: left;
}

@media (min-width: 576px) {
 

}

@media (min-width: 768px) {

    header.desktop h1{
        font-size: 2rem;  
    }
      
}

@media (min-width: 992px) {

    .inline-YTPlayer{
        height: calc(100vh - 89px);
    }
    
    #video{
        max-height: calc(100vh - 89px);
        padding-bottom: calc(100vh - 89px) !important;
    }  

    header.desktop{
    }
    
    header.desktop h1{
        font-size: 3rem;
        top: 370px;  
    }         
}

@media (min-width: 1200px) {

    header.desktop h1{
        font-size: 3rem;
        top: 370px;  
    } 
    
    
     

}


@media (min-width: 1700px) {

    header.desktop h1{
        font-size: 5rem;
        top: 370px;  
    }   


    

    header.desktop .owl-carousel .owl-prev{
        display: block;
        width: 50%;
        height: calc(100vh - 120px);
        position: absolute;
        top: 0;
        left: 0;
        outline: none;
        cursor: url('/img/layout/gallery-orbit-prev.cur'), auto;
        background-image: none;	
    }
    
    
    header.desktop .owl-carousel .owl-next{
        display: block; 
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        outline: none;
        cursor: url('/img/layout/gallery-orbit-next.cur'), auto;
        background-image: none;     
    }    
    
    header.desktop .owl-carousel .owl-prev:hover, header.desktop .owl-carousel .owl-next:hover{
        outline: none;
    }         
}