/***************** MEDIA QUERIES ****************/
	/*
	.post{ margin-right: 0; width: auto; }
	a:hover{ text-decoration: underline; }
	.border-menu{ border: none; }
	.menu img { display: block; }
	.menu div {  }
	.menu-link { border: 1px solid #555555; } 
	.menu .selected { color: #c03e3e; border: 3px solid #c03e3e; } 
	.second { height: auto; margin-bottom: 20px; }
	.page{ width: 640px; margin-right: 80px; }
	*/
	
/* Desktops and laptops ----------- */
@media only screen and (min-width : 1025px) {
	
}
/* end of Desktops and laptops */


/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px), only screen and (min-width : 768px) and (max-width : 1024px){
	
}
/* end of iPads (portrait and landscape) */

/* iPads (portrait) ------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait), only screen and (min-width : 768px) and (max-width : 1024px){
	.first { width: 768px; height: 202px; margin-bottom: 20px; background: white; margin-right: 0; }
	.first img { width: auto; height: 200px; }
	.trends { width: 768px; height: 132px; background: white; }
	.trends img { height: 130px; width: auto; }
	.second { width: 768px; } 
	.beauty, .neverever { height: 132px; width: 374px; background: white; }
	.beauty img, .neverever img { height: 130px; width: auto; }
 	#wrapper{ width: 768px; }
	.container { width: 768px; }
	.clear-on-ipad{  clear: both; }
    .page{ width: 768px; margin-right: 0; }
	.sidebar { width: 768px; max-width: 768px; } 
	.sidebar-img { width: 230px; height: 184px; }
	#searchForm { width: auto; }
	#searchbox { width: 750px; height: 40px; line-height: 40px; padding: 0 10px 0 10px; }
	.brand { width: 200px; margin-bottom: 20px; }
	.post{ margin-right: 0; width: 688px; }
	.comments-area { width: 688px; }
	
	.no-content { margin-bottom: 50px; }
	h1 { background: url("../img/border-dotted.png") bottom left repeat-x; }
	h2 { background: url("../img/border-dotted.png") bottom left repeat-x; }
	#searchbutton { right: 15px; }
	.menu-footer { margin-left: 10px; }
	.copyright { margin-right: 10px; }
	.contact-page { width: 690px; }
	#wpcf7-f19-p4-o1 { margin-left: 62px; }
}
/* end of iPads (portrait) */


/* Smartphones or tablets */
@media only screen and (min-device-width : 481px) and (max-device-width : 767px), only screen and (min-width : 481px) and (max-width : 767px){
	.first { width: 640px; height: 202px; margin-bottom: 20px; background: white; margin-right: 0; }
	.first img { width: auto; height: 200px; }
	.trends { width: 640px; height: 132px; background: white; }
	.trends img { height: 130px; width: auto; }
	.second { width: 640px; } 
	.beauty, .neverever { height: 132px; width: 310px; background: white; }
	.beauty img, .neverever img { height: 130px; width: auto; }
 	#wrapper{ width: 640px; }
	.container { width: 640px; }
	.clear-on-ipad{  clear: both; }
    .page{ width: auto; margin-right: 0; }
	.sidebar { width: 640px; max-width: 768px; } 
	.sidebar-img { width: 230px; height: 184px; }
	#searchForm { width: auto; }
	#searchbox { width: 622px; height: 40px; line-height: 40px; padding: 0 10px 0 10px; }
	.brand { width: 200px; margin-bottom: 20px; }
	.footer { min-width: 640px; }
	.post{ margin-right: 0; width: auto; }
	

	.contact-page { width: 562px; }
	#wpcf7-f19-p4-o1 { margin-left: 0; }
	
}
/* end of Smartphones or tablets */


/** iPhone queries */
@media only screen and (max-device-width: 480px), only screen and (max-width: 480px){
	.first { width: 480px; height: 102px; margin-bottom: 20px; background: white; margin-right: 0; }
	.first img { width: auto; height: 100px; }
	.trends { width: 480px; height: 102px; background: white; }
	.trends img { height: 100px; width: auto; }
	.second { width: 480px; }
	.beauty { margin-bottom: 20px; }
	.beauty, .neverever { height: 102px; width: 480px; background: white; }
	.beauty img, .neverever img { height: 100px; width: auto; }	
 	#wrapper{ width: 480px; }
	#header{ height: auto; margin: 20px 0 0 0; }
	.container { width: 480px; }
	.clear-on-ipad{  clear: both; }
    .page{ width: 480px; margin-right: 0; }
	.sidebar { width: 480px; max-width: 480px; } 
	.sidebar-img { width: 230px; height: 184px; }
	#searchForm { width: auto; }
	#searchbox { width: 462px; height: 40px; line-height: 40px; padding: 0 10px 0 10px; }
	.mr115 { margin-right: 50px; }
	.footer { min-width: 480px; }
	.menu { width: 480px; }
	.brand { width: 150px; margin-bottom: 15px; }
	.post{ margin-right: 0; width: auto; }
	.comments-area { width: 480px; }


	#searchbutton { right: 17px; }
	.menu-footer { margin-left: 10px; }
	.copyright { margin-right: 10px; }
	textarea { width: 390px; }
	.comments-area { width: 400px; }
	.no-content { margin-bottom: 50px; }
	.search-form .search-field{ width: 200px; }
	.contact-page { width: 400px; }
	#wpcf7-f19-p4-o1 { margin-left: 0; }
	
}
/* end of iPhone queries */