/*=== Extra Small Devices ===*/
@media( max-width: 767px ){

    /*=== Site Header ===*/
    .site-header .site-logo{
        width: 80px;
        height: 67px;
    }

    .site-header .site-header-right .top{
        display: none;
    }

    .site-header{
        height: 87px;
    }

    .site-navigation.bs-menu-desktop{
        margin-top: 15px;
    }

    /*=== Home Banner ===*/
    .home-banner .title{
        font-size: 18px;
    }

    /*=== Expo Highlight ===*/
    .expo-highlight .image,
    .expo-highlight .content{
        width: 100%;
        float: none;
    }

    /*=== Callog ===*/
    .callog .container{
        display: block;
    }

    .callog .container .item{
        display: block;
    }

    .callog .btn{
        margin: 30px 0 0 0;
    }

    .callog p{
        padding: 0;
    }

    /*=== Site Footer ===*/
    .site-footer .social-links .item i{
        font-size: 24px;
    }

    .site-footer .social-links .item p{
        font-size: 14px;
    }

    /*=== Page Banner ===*/
    .page-banner{
        padding-top: 90px;
    }

    .page-banner .content h3{
        font-size: 24px;
    }

    .page-banner .content{
        padding: 30px 0;
    }

    /*=== Image Gallery ===*/
    .image-gallery .item{
        width: 100%;
        margin-left: 0;
    }

    /*=== Centered Carousel ===*/
    .centered-carousel:before,
    .centered-carousel:after{
        display: none;
    }

    .centered-carousel .item{
        height: 300px !important;
    }
}


/*=== Large Devices to Medium Devices ===*/
@media (min-width: 991px){
    .home-header .home-header-inner{
        /*top: -64px;*/
    }
    .home-header:hover .home-header-inner{
        /*top: 0;*/
    }
}


/*=== Small Devices to Extra Small Devices ===*/
@media (max-width: 991px){
    .home-header .home-header-inner{
        padding-right: 100px;
    }

    .home-site-logo{
        height: 50px;
        width: 65px;
        position: absolute;
        top: 8px;
        left: 30px;
        bottom: auto;
        z-index: 99;
    }

}

/*=== Small Devices ===*/
@media (min-width: 768px) and (max-width: 991px){
    /*=== Image Gallery ===*/
    .image-gallery .item{
        width: 49.5%;
    }
}