/* CSS document */

@media screen and ( min-width: 1000px ) {

.top-header {
    
   width: 100%;
   display: inline-block; 
	background-color: #333;
	list-style: none;
	text-decoration: none;
	padding: 4px;
	 

} 

.top-header ul {
  width: 60%;

}

.top-header ul li{
    padding: .5em .1em 0 0; 
    font-size: 12px;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
     color: #fff;
	margin-right: 80px;
     list-style: none;

}
.make {
	display: inline-block;
    float: right;
	margin:0;
}
 
.make li {
	float: left;
	margin-top: -14px;
	padding: 0 4px 0 0;

} 
 .make a img {
    
    width: 16px;
 	border-radius: 40px;
 } 
 #main-header {
   
 	background: #fff;
 	
 }
 #control a:hover {

 	background: #333;
 	color: #fff;

 }

 #main-header img {
 	width: 260px;
 	margin-left: -15px;
 	
 }

 #main-header #top {

  margin-left:10%;
  font-weight: 600;
  font-size: 18px;

 }
#top li {

	display: inline-block;
}
 #space {

 	margin-top: -30px;

 }

.main-top {

width: 100%;
display: inline-block;
background-image: url(IMG/500.jpeg);

}

header {
	display: inline-block;
	width: 100%;
	background: rgba( 125,125,125, .5);

}

header h1 {
	text-align: center;
	padding:4%;
	color:#fff;
}


 section {
 	width: 95%;
 	display:inline-block;
 	margin: 3% 2.5% 0;

 	background: #09f;
 }

section img {

	width:250px;
	float:left;
	margin: 2%
	


	
}

section hgroup{
	width: 68%;
	float: left;
	margin: 2.3%;
	color: #fff;
	text-align:justify;
}
section p {

	font-size: 14px;
}


.shift {

	float: right;
	text-align: right;
}

aside {

   background:#333;
   /*border-right: 5px solid #06f;
   border-bottom: 5px solid #06f;*/
   border-radius:  3px 0;
   border : 4px solid #06f;
	width:39%;
	margin: -6px 2.5%;
	display: inline-block;
	color:#fff;
	padding: 5px 9px;
	
	
}
aside 	h5 {
     margin:0;
	float:left;
}

aside p {
	margin: 0;
	padding:.1%;
}

aside a {

	color: #fff;
	padding:.7%;
}
#lip {
    
	float:right;
	background:#333;
}

.main-footer {
    width: 95%;
    margin: 4% 2.5%; /*95*/
    display: inline-block;
    text-decoration: none;
    list-style-type;
    border-top: 1px solid #ccc;
    
}

#drop-footer .vm {
display: inline-block;
	width: 15%;
	float: left;
	margin: 2% 2%;
	

}
#drop-footer .vm li {
padding-top: 5%;
	

}

#drop-footer .blue {

	width: 20%;
	float: left;
	margin: 2% 2%;
	
	
	

}

#drop-footer .blue img {

	width: 15%;
	float: left;
	margin: 7% 2%;
	border-radius: 26px;
	
	
	

}

#drop-footer li {
	list-style-type: none;
	font-size: 12px;
}
#drop-footer h4 {
	
	font-size: 16px;
}
 #drop-footer p  {
	
	font-size: 12px;
}

#drop-footer li {
	list-style-type: none;
}


}