/* Responsive styles
================================================== */

nav.mobile a i.fa{
    font-size: 24px;
    margin-top: 35px;
}
#btnMenuClose{
    display: none;
}

/* Large Devices, Wide Screens */

@media (min-width: 1200px) {
}

/* Medium Devices, Desktops */

@media (min-width: 992px) and (max-width:1199px) {
    
}

/* Small Devices, Tablets */

@media (max-width: 991px) {
    #nav{
        display: none;
        position: fixed;
        top: 100px;
        left: 0;
        background-color: rgba(255,255,255,0.95);
        width: 85%;
    }
    #nav ul{
        padding: 15px;
        border: 1px solid rgba(0,0,0,0.1)
    }
    #nav ul li{
        display: block;
        text-align: left;
    }
    #nav ul li a{
        padding: 10px 15px;
        font-weight: 400;
        font-size: 16px;
    }

    #page-home #sliderMobile h2{
        font-size: 36px;
        line-height: 38px;
        text-align: center;
        font-weight: 600;
        text-shadow: 2px 2px 5px #666;
    }
    #page-home #sliderMobile h4{
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        font-weight: 600;
        text-shadow: 2px 2px 5px #666;
    }
    #page-home #sliderMobile .tp-caption{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    
}

/* Small Devices Potrait */

@media (max-width: 767px) {

    
}

/* Extra Small Devices, Phones */

@media (max-width: 479px) {}

/* Custom, iPhone Retina */

@media (max-width: 320px) and (max-width: 478px) {}