
@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;

 }

header {
	width: 95%;
	display: block;
	margin: 0 auto;
	padding: .1em 0 0;
}

header p {
	border-top: 2px solid #ccc;
	border-bottom: 1px dashed #ccc;
	padding: 6px;
	font-size: 13px;
	color: #ccc;
}

section {
	
   	width: 95%;
	margin: 2% auto;
}

 section article {
	width: 70%;
	padding: 0 2% 0 0 ;
}
aside img {
	
	
	width:70%;
	max-height: 230px;
	margin-top: 10px;
	margin-bottom: 8px;
	
}
section form {
	float:right;
	 width: 30%;
	 margin-right: -30px;
	 padding: 0 3%;

} 

section form h2 {
	background-color: #fff;
	color: #666;
	margin-top: 10px;
	font-size: 19px;
	padding:3%;
	border-radius: 4px;
	box-shadow: 1px 1px 8px 1px #333;

}

section form #adjust {
	padding-top:12px;
} 
#adjust label {
	font-size:17px;
font-weight:200px

;}

#be {

    background:#fff; 
	margin: 14px 0;
	padding: 4% 4% ;
	font-size: 16px;
	color:#666;
	border-radius: 4px;
}

section h1 {

font-size: 25px;
padding: 1%;
background: #333;
color: #fff; 

	
}


article p {
	margin-top:3px;
font-size: 14px;
font-weight: 500;
padding: 3px;
text-align:  justify;

}

#bullet {
	display: inline-block;
	width: 95%;
	margin: 1% 2.5%;
	background-color: #fff;
	border-top: 2px solid black;
	

}
	
	#bullet h2 {
	    padding-top: 3%; 
		text-align: center;
		color: #333;
		text-transform: lowercase;
	} 

content  {
	margin: 3% 3% 3% 5% ;
    float:left;
	width:25%;
	border: 1px solid #333;
	border-radius: 5%;
	background:#333;
	box-shadow: 2px 2px 4px 2px #333; }
content ul  {
	margin: 1% 7% 3%;
	
}
content li {
	font-size: 16px;
	padding: 3% 4%;
	color: #fff;
}
.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;
}


}