/*Categories styles*/

.category-intro{
    padding-top: 120px;
    padding-bottom: 30px;
    margin-top: -85px;
}





.category-intro h1{
    padding-bottom: 0px;
    font-size: 2.5rem;
}

.categories-wrapper{
    padding-bottom:30px;
    color: white;
}

.categories-wrapper h3{
    font-family: 'Bree serif', serif;    
    margin-bottom: 30px;
    margin-top: 40px;
} 

.categories{
    width:100%;    
}   

.categories h4{
    font-family: 'Bree serif', serif; 
    position: absolute;
    bottom: 15px;  
    left: 15px;  
    text-transform:uppercase;     
}   

.categories a img{
    transition: all .6s ease; 
}   

.categories .item{
    border: 2px solid white;
}            

.categories a{
    color: white;  
    overflow: hidden;
    display: block;   
}  

.categories a:hover{
    text-decoration:none;
}   

.categories a:hover img{   
    transform:scale(1.1);
}

.readmore{
    margin-right:15px;
}

div.owl-nav{
    display: block;
}

/*remove span arrow*/
.categories .owl-carousel .owl-prev span, .categories .owl-carousel .owl-next span{
    display: none;
}    


.categories .owl-carousel .owl-prev{
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    outline: none;
    background-image:url('/img/layout/gallery-arrow-left.png') !important;
    background-repeat: no-repeat !important;
    background-position: 55% 50% !important;
    opacity: .8;
    transform: scale(.7);	
}


.categories .owl-carousel .owl-next{
    width: 90px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background-image:url('/img/layout/gallery-arrow-right.png') !important;
    background-repeat: no-repeat !important;
    background-position: 55% 50% !important;
    opacity: .8;             
    transform: scale(.8);
} 

.categories .item.summer{
    background-image:url('/img/layout/bg-insta-jape-div.png');
    background-repeat: repeat-x;
    background-position: center bottom;
}  
.categories .item.winter{
    background-image:url('/img/layout/bg-inviern-jape-div.png');
    background-repeat: repeat-x;
    background-position: center bottom;
}           

.categories .item a{

}

.categories .item img{
    z-index: -1;
    position: relative;
}  


 

.categories .owl-carousel .owl-prev:hover, .categories .owl-carousel .owl-next:hover{
    opacity: 1;
    transform: scale(.9);
} 

@media (min-width: 575.98px) {

 


}

@media (min-width: 767.98px) {



}

@media (min-width: 991.98px) {

    .category-intro h1{
        padding-bottom: 30px;
        font-size: 4rem;
    }

    .categories-wrapper h3{
        font-size: 3rem;
        border-left: 5px dotted white;
        padding-top: 100px;
        margin-bottom: 50px;
        margin-top: 0;
        padding-left: 50px;
    } 
}

@media (min-width: 1199.98px) {

    .category-intro h1{
        font-size: 5.4rem;
    }

}