/*------MEDIA QUERIES-------*/


    @media screen and (max-width:650px) {
		#ImgLogo {
			width: 40%;
		}
	}
    @media screen and (max-width:900px) {

        #mobilemenu {
            display: inline-block;
            visibility: visible;
        }
        #DvDeskMenu {
        visibility:hidden;
        display:none !important;
        }

        #MainMobileMenu {
        	position:fixed;
			top:50px;
			overflow-y: scroll;
			height: 100%;
        }
        #dvcontainermenu {
            /*visibility:hidden;
        display:none !important;*/
            position: fixed;
            top: 0px;
            z-index:99998;
        }
		    #whitegap {
            height:50px;
			clear:both;
            }
        	}

        @media screen and (min-width:901px) {

            #mobilemenu {
                display: none;
            }
            #MainMobileMenu {
                display:none !important;
            }
            #whitegap {
            display:none !important;
            }

        }