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



/* Mid-version */
@media only screen and (max-width: 1000px){

    #topimage{
        height:350px;
    }


    .justOverContent {          /* Boxed or not */
        height: 8em;
    }


}

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

    .justOverContent {          /* Boxed or not */
        height: 7em;
    }

}


/* Mid-version step 2 */
@media only screen and (max-width: 800px){

    .justOverContent {          /* Boxed or not */
        height: 6em;
    }

    #topimage{
        height:300px;
    }

    #logotype {
        width:35%;
    }


    .mainForm {

        margin-left: 55%;
        left:-50%;
        width: 90%;
        min-height: 190px;
        /* background-color: #3C924B; */
        opacity:1;
        color:#FFF;

    }





    .topHead {
         font-size:2.9em;

    }



    .toplink {

        margin-top:1.4em;;
        padding:1.4% 0% 1.4% 3%;

    }


    .calcChoose {


        font-size:0.8em;


    }

}


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

    .justOverContent {          /* Boxed or not */
        height: 5.5em;

    }

    #topimage{
        height:270px;
    }

    .mainForm {
        padding-top:2.7em;
    }

}



/* Small version */
@media only screen and (max-width: 600px){



    #topimage{

        background-image: url('/design/start_mob.jpg');
        height:17em;


    }



    #logotype {
        width:100%;

    }

    body {
        margin-bottom:5em;
    }


    .toplink {
        float:right;
        width:49%;
        margin: 0% 0.5% 2% 0.5%;
        box-sizing: border-box;
        font-size:1em;
        padding:2.5% 2% 2.5% 2%;
        text-align: center;

    }





    .full_top {
        background-color: #FFF;
        border-bottom:none;
    }

    #container{

        margin: 0px auto;
    }


    .mainForm {

        margin-left: 50%;
        left:-50%;
        width: 100%;
        min-height: 500px;
    }

    .calcBtn {
        margin-left:10%;
        line-height: 3.4em;
        height:3.4em;
        width:80%;
    }

    .calcPrice {
        width:42.5%;
        padding-left:0;
        padding-right:0;
        padding-top:0.5em;
        margin:1% 0% 0% 0%;
        font-size:1em;
        line-height:1em;
        height:2em;
        margin-left:5%;
        text-align:left;
        display:block;
        float:left;
    }

    .calcChoose {

        width:45%;
        margin:1% 0% 0% 3%;
        padding:0.5em 0 0.5em 0;
        color:#FFF;
        font-size:1em;
        font-weight: normal;
        line-height:1em;
        height:2em;
        text-align:center;
        background-color: #FF0000;
        float:left;

    }






    #bigimage {
        display:none;
    }



    #footer {
        margin-top:2%;
        padding-bottom:4em;
    }

    .foot1 {
        float:left;
        width:100%;
        text-align:center;
    }

    .foot2 {
        float:left;
        width:100%;
        text-align:center;
    }

    .foot3 {

        width:100%;
        text-align:center;
        font-size: 1em;
    }

    .footMid {
        width:100%;
    }

    .logoImage {
        padding:0%;
    }

    .content {
        width:100%;
        margin:3% 0% 3% 0%;
        padding: 0% 2% 0% 2%;
    }

    .containSidebar {
        width:100%;
        margin:0%;
    }
    .sidebar {
        width:100%;
        margin:0%;
        padding: 2% 2% 2% 2%;
    }

    .menubar  {
        width: 100%;
        padding: 0% 0% 0% 0%;
        margin-top:0%;
        display:none;
    }



    .subMenuHeadClosed, .subMenuItem {
        padding: 4% 2% 4% 2%;
    }





    .hideInMob {
        display:none;
    }

    .hideInComp {
        display:block;
    }





    #showMenuMob {
        background-image: url('design/menu.png');
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        width:96%;
        position:fixed;
        bottom:0px;


    }
    #showMenuMobClose {

        background-image: url('design/menu.png');
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        width:96%;
        position:fixed;
        bottom:0px;
        background-color: #3C924B;

    }




    #menuBarId {
        position:fixed;
        bottom:0px;
    }

    .boxpad_full {
        padding:0% 0% 0% 0%;
    }

    .overContent {          /* Boxed or not - NOT in mobile */
        background-color:#FFF;
        padding:0% 0% 0% 0%;
        border: none;
    }

    .justOverContent {
        border: none;
        height: auto;
        padding:0;
    }




}



