html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inherit;
}

.img{
    margin:auto;
    width:70%;
    text-align:center;
}

.header img{
	display: inline-block;
    height:auto;
    width: 70%;
}

.header{
	background:#0442a5;
	height:auto;
}


.menu{
font-family: Cuprum, Arial, Helvetica, sans-serif;
width:100%;
margin-top:1em;
}


.dws-menu *{
 margin: 0;
 padding: 0;
 z-index:1001;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content:center;
}
.dws-menu > ul li{
 position: relative;
 border-right: 2px solid #fff;
}
.dws-menu > ul li:first-child{
 border-left: 2px solid #fff;
}
.dws-menu > ul li:last-child{
 border-right: 2px solid #fff;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
 background:#f2f1ef;
 padding: 15px 10px 15px 10px;
 font-size: 16px;
 color: #576574;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.dws-menu li a:hover{
	background:#e8e8e8;
    color:#576574;



 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #fff;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color:#434447;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}












@media screen and (max-width:800px){

.img{
    width:100%;
    }

.header img{
	width:100%;
}


.menu{
margin-top:0;
}

.dws-menu > ul li{
 border-right: none;
 border-bottom:2px solid #fff;
}
.dws-menu > ul li:first-child{
 border-left: none;
}
.dws-menu > ul li:last-child{
 border-right:none;
}



@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
}
}

@media screen and (max-width:800px){
   
.img{
    width:100%;
    }

.header img{
	width:100%;
}
}












