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


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


    #footer {
        padding:2% 3% 2% 3%;

    }


}



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


    #footer {
        padding:2% 3% 2% 3%;

    }


    .wideContent{
        height:310px;
    }


}


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

    .wideContent{
        height:230px;
    }


}




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



    .wideContent{
        position:relative;
        height:auto;
        width: 100%; /*Remove to fill screen width */
        margin: 0px auto;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top center;
    }



    #container{

        margin: 0px auto;
    }







    #bigimage {
        display:none;
    }



    #footer {
        margin-top:2%;
        padding:2% 0% 20% 0%;

    }
    #website {
        padding:2% 0% 20% 0%;

    }


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

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


    .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;
    }





    .flag1 {
        position: absolute;
        top:30%;
        right:0.5%;
        height:50%;
        width:9%;
        background-image: url('./inc/images/sve.gif');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }
    .flag2 {
        position: absolute;
        top:30%;
        right:11%;
        height:50%;
        width:9%;
        background-image: url('./inc/images/eng.gif');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
    }



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

        box-sizing: border-box;
    }
    #showMenuMobClose {
        background-image: url('design/menu.png');
        background-size: contain;
        background-position: top right;
        background-repeat: no-repeat;
        position:fixed;
        bottom:0px;
        width:100%;
        box-sizing: border-box;
    }
    #menuBarId {
        position:fixed;
        bottom:0;
        width:100%;
        box-sizing: border-box;
        max-height: 100%;
        overflow: scroll;

    }


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

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





}



