/* Responsive Style Sheet */

/* click5 Interactive */

@media only screen and (min-width: 1350px) {
    .container {
        max-width: 1300px;
    }
}

@media only screen and (max-width: 991px) {
    
}

@media only screen and (max-width: 767px) {
    #nav {
        display: none;
    }
    .slicknav_menu {
        display: block;
    }
    .hidden-md{
        display: none !important;
    }
    header{
        height: 70px;
    }
    body{
        padding-top: 70px !important;
    }
    header.sticky{
        top: 0 !important;
    }
    .logo{
        margin: 15px 0;
    }
    p, ul li, ol li{
        font-size: 15px;
    }
    h4{
        font-size: 18px;
    }
    h3{
        font-size: 22px;
    }
    h2{
        font-size: 30px;
    }
    h1{
        font-size: 35px;
    }
    .section{
        padding: 65px 0;
    }
    .contact-info{
        padding-top: 30px;
    }
    #footer ul{
        float: left;
        padding-bottom: 20px;
    }
    .entry{
        padding-bottom: 35px;
    }
    #sidebar-area .item:last-child{
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 576px) {
    .tparrows{
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    

}