@charset "utf-8";

.dropdown1{
	width:100%;
	height: 40px;
	border:#CCC solid 1px;
	margin-bottom:10px;
	margin-top:20px;
	margin-left:0.5%;
	margin-right:0.5%;
	color: #333;
	font-family: 'klavika_regular';
	font-size:16px;
}

	
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
/*@media screen and (max-width: 1140px) {*/
	
	@media only screen
	and (max-width: 1140px)
	
 {
	 
.dropdown1{
	width:100%;
	height: 40px;
	border:#CCC solid 1px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0%;
	margin-right:0%;
	color: #333;
	font-family: 'klavika_regular';
	font-size:16px;
}

}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
/*@media screen and (max-width: 820px) {*/
	
	@media only screen
	and (max-width: 820px)
	
{
	
.dropdown1{
	width:100%;
	height: 40px;
	border:#CCC solid 1px;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:0%;
	margin-right:0%;
	color: #333;
	font-family: 'klavika_regular';
	font-size:16px;
}

}
	