body{
	background-image:	url("../img/TestUp.png"), 
						url("../img/clouds.jpg") ;
	 background-repeat: no-repeat;
	 background-position: top center;
}
header{
	margin-bottom:630px;
	position:relative;
}
#header_stripe .hmr{
	height:80px;
	width:40%;
	position: absolute;
}

.logo{
	position:absolute;
	left:50%;
	top:0;
	z-index:150;
  background: none;
  display: block;
}
.logo img{
  margin-left: -107px;
  margin-top: 0px;
}
.memot{
	font-weight:300;
	font-size:14px;
	text-align:center;
  margin-top: 7px;
  padding-left: 11px;
}
.topicon{
    margin-top: 6px;
}
.but{
	display:inline-block;	
	margin:20px auto 60px auto;
}
.dropdown-menu {
	top:40px;
	width: 100%;
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}
.dropdown-menu>div.active {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
@media (max-width: 550px) {
	.logo img{
		width:150px;
  	margin-left: -77px;		
	}
	ul.header-menu li{
		display: block;
		margin:9px 20px;
		text-align:left;
	}		
}
@media (min-width: 551px) and (max-width: 768px) {
	ul.header-menu li{
		margin:30px 2%;

	}
	.logo img{
		width:150px;
  	margin-left: -77px;		
	}
	body{
		background-size: 100%;
	}
}

@media (max-width:1024px){
	body{
		background-image:	url("../img/main.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100%;
	}
	header{
		margin-bottom:60%;
	}	
}

.content_text{
	text-align: justify;
}	

h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 13px;
    text-transform: uppercase;
}