
html{
	-webkit-text-size-adjust: none;
}






@media only screen and (max-width: 1020px){


}




@media only screen and (max-width: 1000px){


}




@media only screen and (max-width: 900px){



}



@media only screen and (max-width: 800px){


}






/*  Next step  */
@media only screen and (max-width: 700px){




    #footerOne {
        width:100%;
        margin-right:0%;
        border-right:none;
        height: auto;
        text-align: center;

    }
    #footerTwo {
        width:70%;
        margin-left:15%;
        border-right:none;
        height: auto;
        margin-bottom: 1em;

    }
    #footerThree {
        width:100%;
        margin-right:0%;
        border-right:none;
        height: auto;
       text-align: center;


    }

    #footerarea {
        width:94%;
        /*background-color: #003B81;*/
        margin:0.5em 3% 5em 3%;

    }




    .mobSubMenu {
       width:100%;

    }








    #theMenu {
        max-width:1000px;

        padding:1em 1em 0em 1em;
    }
     #theMenu a {
        text-align: center;
         box-sizing: border-box;
         width:48%;
        float:left;
        padding:0.5em 0.7em 0.5em 0.7em;



    }

     #cust_images img {
        width: 46%;
        margin-right:4%;
        float:left;
    }

    #mobMenu {
        position: fixed;
        top:0;
        left:0;
        width:100%;
        background-color: #000;
        min-height: 100%;
        z-index: 1000;
        opacity: 0.93;
        padding-top:5em;
        padding-bottom:5em;
        display: none;
        box-shadow: 0px 10px 5px grey;
    }

    #mobMenu a {
        padding:0.7em;
        text-align: center;
        width:80%;
        float:left;
        display: block;
        background-color: #003B81;
        text-decoration: none;
        color: #FFF;
        margin-top:0.7em;
        margin-left:10%;
        box-sizing: border-box;
        border-radius:0.5em;

    }


    .container {
        padding:1em 1em 0em 1em;
    }

    .logoareaImgLeft {
       width:100%;
       margin-left:0%;
    }





    .hideInMob {
        display:none;
    }

    .hideInComp {
        display:block;
    }










}



@media only screen and (max-width: 400px) {

  #logoarea {
        padding:1em 1em 1em 1em;

    }
}