*{
	margin:0;
	font-family: 'Roboto', sans-serif;
}
html{
	background-color:#f2f2f2;
	min-width:300px;
}
.header{
	position:relative;
	width:100%;
	height:100px;
	background-color:white;
	-webkit-box-shadow: 0px 0.2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0.2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0.2px 6px 0px rgba(0,0,0,0.75);
}
.logo{
	float:left;
	width:360px;
	margin-top:25px;
	margin-left:10px;
}
.rsc-h{
	float:right;
	height:100px;
	overflow:hidden;
}
.rl-h{
	display:block;
	overflow:hidden;
	padding-right:10px;
}
.rl-h img{
	float:right;
	padding-left:5px;
}
.m1-h{
	list-style:none;
	float:right;
	margin-right:-10px;
	display:none;
	padding-left:0px;
}
.m1-h li{
	float:left;
	font-size:16px;	
}
.m1-h a{
	color:#363636;
	display:block;
	text-decoration:none;
	padding:28px 20px 29px 20px;
	background: linear-gradient(#e31e24, #e31e24) bottom / 0 .2em no-repeat;
    transition: .6s background-size;
	background-position: left bottom;
}
.m1-h a:hover{
	background-size: 100% .2em;
	color:black;
}
.m1-h-res{
	width:200px;
	display:block;
	float:right;
	padding: 29px 10px 29px 10px;
	text-align: right;
}
.m1-h-res i{
	font-size:20px;
}
#m1-h-res-i2{
	margin-left:-2px;
}
#m1-h-res-hidden{
	float: right;
    position: absolute;
    width: 200px;
    height: 190px;
    background-color: white;
    border: 1px solid #968f8f;
    border: 1px 1px 1px 1px solid black;
    border-top: 0px;
    margin-top: 27px;
	border-radius:0px 0px 5px 5px;
	z-index: 99;
}
.m2-h-res{
	list-style: none;
    margin: 0;
    padding: 10;
	text-align: left;
}
.m2-h-res li{
	border-bottom: 2px dotted #968f8f;
}
.m2-h-res li:first-child{
	margin-top:-14px;
}
.m2-h-res a{
	text-decoration: none;
    display: block;
    color:#363636;
    font-size: 20px;
    padding: 5px 0px;
}

@media only screen and (min-width:1040px){
	.m1-h {
		display:block;
	}
	.m1-h-res{
		display:none;
	}
}
@media only screen and (max-width:591px){
	
	.rsc-h{
		width: 70px;
	}
	.logo{
		width:210px;
		margin-top:35px;
	}
	.logo img{
		height:30px;
	}
}
