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