@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 10px 0;
        text-decoration: none;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

@media (min-width: 320px) and (max-width: 980px) {
    .navbar-header div img {
        max-width: 170px;
        padding: 20px 0 0 0;
        margin: 0;
        float: left;
    }
}





@media screen and (max-width: 480px) {
    .description{
        font-size:16px;
        line-height: 25px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}
/* Testimonial Carousel End */

@media only screen and (min-width: 768px)  and (max-width: 959px)  {
    #header-main .navbar-nav > li > a {
        padding: 35px 15px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-toggle {
        margin-right: 18px !important;
    }

    .navbar-brand {
        margin-top: 14px;
    }

    .navbar-toggle {
        margin-top: 14px;
        margin-right: 0;
    }

    #header-main .navbar-nav > li > a {
        padding: 12px 18px;
    }

    .navbar-nav {
        float: left;
        margin: 0px 0px -1px;
        width: 100%;
    }

    .navbar-nav {
        float: left;
        margin: 0px 0px -1px;
        width: 100%;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .navbar-collapse {
    overflow: hidden !important;
    padding: 0 !important;

    }

    .container {
        width:100%;
        
        margin:0 auto;
    }

    aside {
        margin-bottom:30px;
    }

    .container-full {
        width: 100% !important;
    }

    #errorpage .page_header h3 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .error-404 h2 {
        font-size: 100px;
    }

    .footer-bottom {
        background: #222;
        height: auto;
        position: relative;
        top: -80px;
        margin-bottom: 0;
        overflow: hidden;
        padding: 23px 0px;
        text-align: center;
    }

    .f-social {
        float: none !important;
        margin: 15px auto 0px auto;
    }

    #Choice h2 {
        padding-top: 50px;
    }
}

@media screen and (min-width: 119px) and (max-width: 360px) {
    .intro-header {
        padding-top: 100px !important;
        background-color: #fff;
        text-align: center;
        color: #f8f8f8;
        background: url(../assets/w60sXS.jpg) no-repeat top center !important;
        background-size: cover;
        
        position: relative;
        width: 100%;
        height: auto;
        
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}

@media screen and (min-width: 119px) and (max-width: 767px) {
    #contactFeature {
        margin-bottom: 90px;
    }
    
    .intro-header {
        padding-top: 100px !important;
    }

    .intro-header .intro-message h1 {
        font-size: 2.3em;
        margin: 0 0;
    }


    .intro-message a {
        margin-bottom: 150px;
    }


    /* Set the fixed height of the footer here 
    #footer {
        height: 60px;
        background-color: #fe3a2f !important;
    }


    #MobiCall {
        padding: 15px;
    }

    #MobiCall a {
        font-size: 13px;
        color: #fe3a2f !important;
        text-decoration:none;
    }

    #MobiCall a:hover {
        color: #00bcd4 !important;
    }*/
}

@media screen and (min-width: 768px) {
    #StickyFoot {
        display: none !important;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        width: 100%;
        padding: 0;
        margin: 0;
    }
    /*.navbar-fixed-top {
        top: 0;
        left: 0;

        border-width: 0 0 1px;
    }*/
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 0px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        margin-left: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

@media screen and (min-width: 1201px) {
    .hamburger-box {
        display: none !important;
    }
}

/*
@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

*/