@media screen and (max-width: 768px) {
    
    * {
        padding: 0;
        margin: 0 auto;
    }
    
    
    
    .mobile-section {
        display: block;
    }
        .fullwidth-section {
            display: none;
        }
    
    
/*    SLIDER */
    .cycle-prev, .cycle-next {
    display: none;

}   
    
.cycle-prev {
    left: 10%;
}
.cycle-next {
    right: 10%;
}

.cycle-pager {

    display: none;
}

.cycle-overlay {
   top: 70%;
    z-index: 999;
   display: none;
}
    
    
/*    NAVIGATIONS*/
    .site-nav {
    display: none;
}
    
        .heading-rooms {
        width: 100%;
        text-align: center;
        margin-top: 50px;
    }
    
    /*    LOGO & NAV */
    
    .toggle {
    background-color: #292929;
    position: fixed;
    display: block;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 50px;
    transition:all 0.4s;
    }
    
    .logoT {
        color: #E7E5D7;
        line-height: 50px;
        margin-left: 30px;
        float: left;
        display: block;
        transition:all 0.4s;
        font-size: 25px;
    }
    
    .logoT a {
        color: #E7E5D7;
        text-decoration: none;
    }
    
    .toggle a img {
        width: 50px;
        float: right;
        margin-top: 8px;
        margin-right: 20px;
        display: block;
        transition:all 0.4s;
        cursor: pointer;
    }
    
    .toggle ul {
        list-style-type: none;
        position: absolute;
        top: 50px;
        display: none;
        width: 100%;
        
    }
    
    .toggle ul li{
        display: block;
        
    }
    
    .toggle ul li a{
        text-decoration: none;
        display: block;
        padding-left: 20px;
        line-height: 50px;
        color: #E7E5D7;
        background-color: #1B1B1B;
        cursor: pointer;
    }
    
    .toggle ul li a:hover{
        color: #f5f5f5;
        background-color:#000;
    }
    
    .sub-nav-toggle {
        display: block;
        z-index: 9999;
        position: absolute;
        width: 78%;
        height: auto;
        top: 50px;
        left: 890px;
        line-height: 20px;
        background-color: #CAC8BA;
    }
    
    .sub-nav-toggle span a{
        text-align: center;
        display: block;
        line-height: 50px;
        cursor: pointer;
        color: #424242;
        text-decoration: none;
    }
    
    .sub-nav-toggle span a:hover{ 
        text-decoration: underline;
    
    }
    
    .sub-nav-toggle li{
        line-height: 30px;
        list-style: none;
        display: block;
    }
    
    .sub-nav-toggle li a{
        display: block;
        padding-left: 20px;
        background: #e6e4d5;
        color: #424242;
        text-decoration: none;
    }
    
    .sub-nav-toggle li a:hover{ 
        text-decoration: underline;
    }
    
    .content-pict {
        margin-top: 0px;
        margin-bottom: 50px
    }
    
} 

@media screen and (max-width: 425px) {

    h1{
            font-size: 20px;
        }
        
        h3 {
            font-size: 20px;
        }
    
    .cycle-overlay {
   top: 70%;
   display: none;
   font-size: 15px;
}
    
    /*NAVIGATIONS*/

    
    .sub-nav ul hr {
        border:1px solid #424242 ;
        border-radius: 1px;
        display: none;
    }
    
    .sub-nav ul hr.bottom-title {
        border:1px solid #424242 ;
        border-radius: 1px;
        display: block;
    }
    
    .sub-nav-toggle {
        width: 60%;
        left: 890px;
        line-height: 20px;
    }
    
        .toggle .container-overflow {
    overflow-y: scroll;
    max-height: 100px;
}

}