/* rules for mobile vertical (< 480) */

@media(max-width:767px){/* rules for mobile horizontal (480 > 768)  */
 body{
      margin-bottom: 104px;
    }
    .contentdescription ul{
      column-count: 1;
      -webkit-column-count: 1;
      -moz-column-count: 1;
    }
.dropdown-menu>li>a{
    color: #fff !important;

}
    .service-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    }

    .socials {
    float: none;
    padding-top: 0px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 5px;
    }

    .social-img {
    width: 33px;
    }

    .logo {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
        top: 0;
    }
    #heading {
        height: 10%;
    }
    #heading h2 {
        margin-bottom: 10px !important;
    }
    .logo img {
    /*    width: 100%;*/
    }
    .heading-content {
        margin-top: 10px !important;
    }
    .navigation-bar {
      /*  top: 13px;*/
        position: relative;
    }
    .navbar-nav {
        float: none;
        text-align: left;
    }
    .navbar-collapse {
        max-height: none;
    }
    .navbar-collapse.in {
        overflow-y: initial;
    }
    .navbar-nav>li,
    .navbar-nav>li:hover {
        background: none;
    }
    .nav>li>a:hover,
    .nav>li>a:focus {
       /* background: #524423;
        color: #ffffff !important;*/
    }
    .nav>li>a {
        border: none;
    }
    .dropdown-menu li>a {
        color: #fff;
    }
    .fheading {
        padding-left: 0;
        text-align: center;
        margin-top: 10px;
    }
    .fheading h1 {
        font-size: 16px;
        margin-top: 0px;
        font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-weight: 100 !important;
    }
    .fheading .lead {
        font-size: 14px;
        padding: 3px;
    }
    .container {
        padding: 0;
    }
    .my-thumb-circle {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .tagblock .leader {
        text-align: center;
    }
    .mobile-con {
        display: block;
    }
    .for-mobile {
        display: block;
    }
    .callus h1 {} .footer {
        padding: 10px;
    }
    .horizontal-header-shadow-top {
        width: 100%;
    }
    .header-shadow-bottom-inner,
    .header-shadow-top-inner {
        width: 100%;
    }
    .vertical-shadow-right,
    .vertical-shadow-left {
        display: none;
    }
     .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .callus-mobile {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
        font-weight: bold;
    }
    .tagblock .leader {
        margin-top: 10px;
    }
    .featured {
        
    }
    .featured .featured-inner {
        padding: 0;
        min-height: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        overflow: hidden;
        background: rgba(243, 209, 5, 0.32);
    }
    .call-to-action {
        padding-right: 0;
    }
    .call-to-action .container {
        background: none;
        text-align: center;
    }
    .call-to-action .container h1 {
        font-size: 18px;
    }
    .call-to-action .container a {
        font-size: 36px;
    }
    .carousel-control.right {
        right: 0;
    }
    .mobile-slide {
        padding: 0;
    }
    .navbar a {
        color: #FFFFFF;
    }
    .services .service-block {
        margin-bottom: 10px;
    }
    .tagblock .tagblock-inner .container {
        background: none;
        padding: 0;
    }
    .tagblock h1 {
        font-size: 30px;
    }
       

     .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}

/*(portrait) */
@media(min-width:0px) and (max-width:640px){

    .service-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    }
}
/* (landscape) */
@media(min-width:640px) and (max-width:384px) and (orientation : landscape) {
        .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}   


@media(min-width:768px) and (max-width:991px){
       /* rules for tablet (768 > 992) */
     .socials {
    float: none;
    padding-top: 0px;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 5px;
    }

        .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }

    .nav>li>a {
   text-align: center;
    }

    .featured .featured-inner {
    background: url('../images/slideshow/slideshow1.png');
    background-size: 100%;
    background-repeat: no-repeat;
        min-height: 100%;
    }

    .navigation-bar {
    position: relative;
    }

    .fheading {
        margin-top: 0px;
    }

    .fheading h1 {
    font-size: 24px;
    }

    .fheading .lead {
    font-size: 15px;
    }

    .learn-more {
    font-size: 14px;
    }

     .nav>li>a {
    padding: 10px;
    }

    .fheading {
    margin-top: 0px;

    }

    .navigation-bar {
    position: relative;
    }

}

/* Browser Responsive */
@media(min-width:991px) and (max-width:1200px){


}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
}

/* Nexus (portrait) */
@media(min-width:360px) and (max-width:640px){
        .service-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    }
}
@media(min-width:360px) and (max-width:640px) and (orientation : landscape) {
    .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}


@media(min-width:600px) and (max-width:960px){

}
/* Nexus (landscape) */
@media(min-width:600px) and (max-width:960px) and (orientation : landscape) {

}
/*---------Nokia Lumia 520----------*/
/* Landscape */
@media(min-width:320px) and (max-width:533px) and (orientation : landscape) {
        .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}
/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    
}

/* Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {

}

/* Landscape */
@media only screen and (min-device-width: 1366px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .service-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
        .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
        .service-links ul {
    column-count: 1;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .service-links ul {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    }
}



@media(min-width:992px) {
    /* rules for desktop (992 > 1200) */
    ul.sub-services-list li {
/*    font-size: 12px;*/
}
   .social-img {
    width: 32px;
   
}

}


@media(min-width:1200px) {
    /* rules for large (> 1200) */
    
    .mobile-con {
        display: none !important;
    }
    .for-mobile {
        display: none !important;
    }

}


@media(min-width:1400px) {



}


@media(min-width:1500px) {



}