/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width:568px)  {
    #site-menu.open {
        height: initial;
        padding: 15% 0;
    }

    #site-menu.open div > ul > li {
        text-align: left;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #site-menu .sub-menu {
        margin-top: 5px;
        margin-left: 10px;
    }

    #menu-icon {
        top: inherit;
        bottom: 15px;
        right: 50%;
    }

    #mobile-menu {
        position: fixed;
        width: 100%;
        left: 0;
        height: 70px;
        bottom: 0;
        background: #2f6598;
        z-index: 999;
    }

    #remote-icon {
        right: 35%;
        top: inherit;
        bottom: 15px;
    }

    .LC_Carousel .carousel-control {
        position: fixed;
        z-index: 1000;
        bottom: 10px;
    }

    #remote-screen.open {
        height: inherit;
        padding-bottom: 50px;
        display: inherit;
    }

    #remote-screen.open .footer {
        position: relative;
    }

    #remote-screen.open .footer .col-xs-12 {
        padding-bottom: 10px;
    }

    .LC_Carousel .homeSlider-content {
        padding:  60px 55px 70px 30px;
    }

    .HomePage .LC_Carousel .homeSlider-content {
        padding: 60px 30px;
    }

    #tel-icon {
        right: 18%;
        bottom: 0;
        font-size: 1.7em;
        position: fixed;
    }

    #contact-icon{
        left: 20%;
        right: initial;
        bottom: 0;
        font-size: 1.7em;
        position: fixed;
    }

    #site-menu, #remote-screen, #galleryDetailsScreen{
        display: none;
    }
    #site-menu.open, #remote-screen.open, #galleryDetailsScreen.open{
        display: block;
    }

    .homeSlider-background {
        padding: 60px 55px 70px 30px !important;
        background: #2F6598;
        color: #fff;
        height: 100%;
        padding: 120px 70px;
    }

    #galleryDetailsScreen #content {
        overflow: scroll;
        height: 100%;
    }

    #galleryDetailsScreen {
        padding: 115px 20px 70px;
    }

    #galleryDetailsScreen #image img {
        width: 90%;
    }

    .gallery-items .item {
        padding: 10px !important;
        max-height: 85px;
    }
    .mobile-content {
        height: 100%;
        margin-bottom: 30px;
    }

    #tab-contact-us .homeSlider-background {
        background: #fff;
        color: #2f6598;
        padding: 120px 30px 70px !important;
    }

    /* .backBtn {
        position: absolute;
        top: 30px;
        left: 45%;
    } */

    #site-menu .content {
        overflow: scroll;
        height: 100%;
    }

    #site-menu .visible-sm.visible-xs {
        position: relative;
        height: 100%;
        padding-bottom: 55px;
    }

    #site-menu {
        height: 100% !important;
    }

    .carousel-control .details {
        display: none !important;
    }

    .carousel-control .details.home,
    #menu-icon .details.home,
    #remote-icon .details.home,
    #tel-icon .details.home,
    #contact-icon .details.home,
    .backBtn .details.home,
    .sidebar-menu > .details.home {
        display: none;
    }

}
/* Smartphones landscape */
@media only screen and (min-width : 320px) and (max-width:700px) and (orientation : landscape)  {
    #site-menu div > ul > li{
        display: block;
        padding: 10px;
    }

    .LC_Carousel .homeSlider-content{
        padding: 40px 70px 5px;
    }

    #contentCarousel .carousel-indicators{
        left: 10px;
    }

    #contentCarousel .carousel-indicators li{
        width: 10px;
        height: 10px;
    }

    #tel-icon {
        bottom: 120px;
        right: 2px;
    }

    #contact-icon {
        bottom: 75px;
        right: 2px;
    }

    #contact-icon, #tel-icon {
        font-size: 1.6em;
    }

    .content {
        height: 85%;
        overflow: scroll;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10000;
    }

    #site-menu {
        padding: 0 75px 0px;
    }

    #remote-screen {
        padding: 5px 75px 0;
    }

    .visible-sm.visible-xs {
        position: relative;
        height: 100%;
    }

    #site-menu .sub-menu {
        text-align: center;margin-top: 10px;
    }

    /* .backBtn {
        position: absolute;
        top: 10px;
        left: 45%;
    } */

    .backBtn .btn{
        padding: 2px 6px;
    }

    .mobile-content {
        height: 100%;
    }

    #homeImages .carousel-indicators {
        top: 20%;
    }

    .HomePage .LC_Carousel .tab-pane h1{
        font-size: 2em;
        right: 10%;
    }

    #galleryDetailsScreen #content {
        overflow: scroll;
        height: 100%;
    }

    #galleryDetailsScreen.open {
        padding: 119px 62px 5px;
    }

    .landscape-nav a.top.carousel-control {
        left: 10px !important;
        top: 75px;
    }

    .landscape-nav a.bottom.carousel-control {
        left: 10px !important;
        bottom: 75px;
    }

    #contentCarousel .carousel-indicators{
        display: none;
    }

    .landscape-nav{
        display: initial !important;
    }

    .LC_Carousel {
        z-index: 1;
    }

}

/* Smartphones (portrait) ----------- */
@media only screen and (min-width : 320px) and (max-width:568px) and (orientation : portrait)  {

}
/* Small Tablets Both */
@media only screen and (min-width : 569px) and (max-width:800px)  {
    .mobile-content {
        height: 100%;
    }

    #galleryDetailsScreen #content {
        overflow: scroll;
        height: 100%;
    }

    #galleryDetailsScreen.open {
        padding: 110px 70px 10px;
    }

    #galleryDetailsScreen #content {
        overflow: scroll;
        height: 100%;
    }

    #galleryDetailsScreen.open {
        padding: 110px 70px 10px;
    }

    #site-menu ul li {
        display: block !important;
        text-align: left;
        padding: 10px !important;
    }

    #site-menu .content {
        overflow: scroll;
        height: 100%;
    }

    #site-menu.open {
        padding-bottom: 10px;
    }

    .visible-sm.visible-xs {
        height: 100%;
        position: relative;
        padding-bottom: 70px;
    }

}

/* Small Tablets (Portrait) ----------- */
@media only screen and (min-width : 569px) and (max-width : 800px) and (orientation : portrait) {

}

/* Small Tablets (landscape) ----------- */
@media only screen and (min-width : 569px) and (max-width : 800px) and (orientation : landscape) {

}

@media (max-width : 1040px){
    #site-menu .content {
        overflow: scroll;
        height: 100%;
    }

    #site-menu.open {
        padding-bottom: 10px;
    }

    .visible-sm.visible-xs {
        height: 100%;
        position: relative;
        padding-bottom: 70px;
    }

    #site-menu ul li {
        display: block !important;
        text-align: left;
        padding: 10px !important;
    }

    #galleryDetailsScreen #content {
        overflow: scroll;
        height: 100%;
    }

    #galleryDetailsScreen {
        padding: 115px 70px 10px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 801px) and (max-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 801px) and (max-width : 1024px) and (orientation : landscape) {

}
/* iPads (portrait) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

}

/* Larger Screens */
@media only screen and (min-width : 1280px) and (max-width : 1980px) {

}
