
.visible-xs, .visible-sm, .visible-lg{
    display: none;
}


/*Services in 2 X 2 till no limit*/

@media only screen and (min-width: 1050px){

    body:before{
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }

    .blah_part{
        height: 100vh;
        width: 30%;
        float: left;
    }

    .fancy_part{
        height: 100vh;
        width: 70%;
        float: right;
        background: #f3f3f3;
    }

    .blah_part .content{
        margin-bottom: 200px;
        width: 80%;
    }

    .box-title{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        height: auto;
        line-height: normal;
    }

    .visible-lg{
        display: inline-block;
    }
    #header-sroll{
        width: auto;
    }
}

@media only screen and (max-width: 1440px){

    html{
        font-size: 50%;
    }
}

@media only screen and (max-width: 1599px){

    .blah_part .content{
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1439px){

    .input-group{
        width: 80%;
        min-width: 650px;
    }

    input{
        height: 45px;
    }

    textarea{
        height: 174px;
    }
}

@media only screen and (max-width: 768px){

    html{
        font-size: 40%;
    }

    

    .hidden-xs{
        display: none;
    }

    #header-sroll .logo{
        margin-top: 2px;
    }

    .sub-text{
        font-size: 23px;
    }
}

@media (max-width: 767px){

    .service-grid .gs-5{
        width: 50%;
        float: left;
    }

    .welcome-img{
        width: 100%;
        height: auto;
        padding: 0 40px;
        max-width: 478px;
    }

    .sub-text{
        padding: 0 40px;
    }

    input{
        height: 48px;
    }

    textarea{
        height: 150px;
    }
    .visible-xs{
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1049px){

    .service-grid .gs-5{
        width: 33.33%;
        float: left;
    }

    .grow{
        clear: none;
        overflow: visible;
    }

    .service-grid .clear{
        clear: both;
    }

    .visible-sm{
        display: inline-block;
    }
}

@media (min-width: 1050px){

    .service-grid>.grow:first-child{
        height: 40vh;
    }

    .service-grid>.grow:last-child{
        height: 60vh;
    }

    .service-grid .gm-6{
        width: 60%;
        float: left;
    }

    .service-grid .gm-4{
        width: 40%;
        float: left;
    }

    .service-grid .gm-7{
        width: 70%;
        float: left;
    }

    .service-grid .gm-3{
        width: 30%;
        float: left;
    }

    .service-grid .gm-5{
        width: 50%;
        float: left;
    }

    .service-grid .gm-5{
        width: 50%;
        float: left;
    }

    .service-grid .gs-4{
        width: 40%;
        float: left;
    }

    .service-grid .gs-6{
        width: 60%;
        float: left;
    }

    .row{
        width: 100%;
        height: 50%;
    }

    .box-item{
        height: 100%;
    }
}

@media (min-width: 1200px){

    .service-grid .gl-7{
        width: 70%;
        float: left;
    }

    .service-grid .gl-3{
        width: 30%;
        float: left;
    }

    .service-grid .gl-6{
        width: 60%;
        float: left;
    }

    .service-grid .gl-4{
        width: 40%;
        float: left;
    }
}

@media (min-width: 1440px){

    .input-group{
        width: 900px;
    }

    .contact-form_container{
        height: 60%;
    }

    .contact-form_details{
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative;
        top: 50%;
    }
}

@media(min-width: 768px){

    .input-group>div:first-child{
        float: left;
        margin: 0 10px;
        width: calc(40% - 20px);
    }

    .input-group>div:last-child{
        float: left;
        margin: 0 10px;
        width: calc(60% - 20px);
    }

    footer>div{
        width: 60%;
        overflow: hidden;
        min-width: 700px;
    }

    footer .contact-method_container a{
        float: left;
        margin: 0 10px;
        width: calc(33.33% - 20px);
        color: #545454;
        padding-top: 90px;
        line-height: 25px;
    }

    footer .contact-method_container a.email-icon{
        background: url(../img/email.png) no-repeat center 27px;
    }

    footer .contact-method_container a.phone-icon{
        background: url(../img/phone-icon.png) no-repeat center 15px;
    }

    footer .contact-method_container a.fb-icon{
        background: url(../img/fb-icon.png) no-repeat center 15px;
    }

    .half{
        width: 50%;
        float: left;
    }
}

@media(max-width: 1050px){

    .section, .section .fp-tableCell, .section .fp-scrollable{
        height: auto !important;
    }
}

@media(max-width:1049px){

    .g.box-item .hidden-details{
        padding:0; 
        font-size: 12px;
    }
    .g.box-item ul li.center-details{
        padding:0 5px; 
    }
}








