﻿@media only screen and (min-width : 1680px) and (max-width : 1919px) {
    
}

@media only screen and (min-width : 1600px) and (max-width : 1679px) {
    
}

/*1440*900*/
@media only screen and (min-width : 1440px) and (max-width : 1599px) {
    
}

/*1440*1050*/
@media only screen and (min-width : 1400px) and (max-width : 1439px) {
    
}

@media only screen and (min-width : 1366px) and (max-width : 1399px) {
    
}

@media only screen and (min-width : 1360px) and (max-width : 1365px) {
    
}

@media only screen and (min-width : 1280px) and (max-width : 1359px) {
    
}

@media only screen and (min-width : 1152px) and (max-width : 1279px) {
    .menu-block .navbar-collapse { margin-right: 0; }
}

@media only screen and (min-width : 1024px) and (max-width : 1151px) {
    .menu-block .navbar-collapse { margin-right: 0; }
}

/*iPad*/
@media only screen and (max-width:992px) {
    .whychooseus-section { min-height: 500px; margin: 0 15px; }
    .small_table { width: 100%; }
    .large_table { width: 100%; }
    .header_logo { width: 55%; margin: 0% 0 4% 0; }
    .navbar-toggle { position: absolute; top: 30%; right: -285%; }
    .getintouch {  padding-left: 0; }
}

@media only screen and (max-width:800px) {
    
}

@media only screen and (max-width:799px) {
    
}

@media only screen and (max-width:767px) {
    
}

/*iPhone 6*/
@media only screen and (max-width:480px) {
    .navbar-toggle { position: absolute; top: 30%; right: -292%; }    
}

@media only screen and (max-width:375px) {
    
}

/*Nexus 5*/
@media only screen and (max-width:360px) {
    
}


/*iPhone 5*/
@media only screen and (max-width:320px) {
    
}

/*iPhone 4*/
@media only screen and (max-height:480px) {

}

/*Mobile - Landscape*/
@media only screen and (max-height:375px) {

}
