/************************************************************************************
smaller than 1550px - (adjustments)
*************************************************************************************/
@media screen and (max-width: 1550px) { 
	
}


/************************************************************************************
smaller than 1250px - (adjustments)
*************************************************************************************/
@media screen and (max-width: 1250px) { 
	
	
}

/************************************************************************************
smaller than 1050px - (adjustments)
*************************************************************************************/
@media screen and (max-width: 1050px) { 
	
	
}


/************************************************************************************
smaller than 1000px - (adjustments)
*************************************************************************************/
@media screen and (max-width: 1000px) { 
	
	
}


/************************************************************************************
smaller than 850px - TABLET 
*************************************************************************************/
@media screen and (max-width: 850px) { 
	
	.iso-item h4{font-size:14px; line-height:18px; bottom:10px;}
	
	#contact{width:50%; right:-55%;}
	
}


/************************************************************************************
smaller than 700px - (adjustments)
*************************************************************************************/
@media screen and (max-width: 700px) { 

	#contact{width:75%; right:-80%;}
	
}

/************************************************************************************
smaller than 650px (adjustments)
*************************************************************************************/
@media screen and (max-width: 650px) { 
	

}


/************************************************************************************
smaller than 600px - MOBILE
*************************************************************************************/
@media screen and (max-width: 600px) {
	
	/*comom*/
	.content{padding:70px 0 20px 0;}
	
	
	/*header*/
	#header #head{height:50px;}
	#header .logo img{width:120px;}
	#header #navigation ul li{font-size:14px; line-height:14px; margin-left:10px;}
	
	/*isotope*/
	ul.iso-filters{font-size:12px; margin:0 auto 10px auto;}
	.iso-item{width:50%;}
	.iso-item .margin{padding:2px;}
	.iso-item h4{font-size:10px; line-height:14px; bottom:5px;}
	.iso-item h4 span{font-size:10px;}
	
	/*pop*/
	#pop a.popclose{/*right:10px; top:18px; font-size:14px;*/ font-size:24px; right:auto; top:auto; line-height:48px; width:50px;}
	#pop .pop_options{height:50px;}
	#pop .heading_wrap2{line-height:18px;}
	#pop h2{font-size:16px; letter-spacing:normal;}
	#pop h3{font-size:14px; line-height:16px;}
	#pop span.h3_left{left:5px;}
	#pop.active h2{left:5px;}
	#pop.active h3{left:5px;}
	
	#contact{width:95%; right:-100%;}
	#contact .margin{padding:60px 0 30px 20px;}
	#contact a.contactclose{top:60px;}
	#contact h2{font-size:18px; line-height:20px;}
	#contact .contact-info input[type="text"], #contact .contact-info input[type="email"], #contact .contact-info textarea{font-size:14px; line-height:18px;}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	  font-size:14px !important; line-height:24px !important;
	}
	::-moz-placeholder { /* Firefox 19+ */
	  font-size:14px !important; line-height:24px !important;
	}
	:-ms-input-placeholder { /* IE 10+ */
	  font-size:14px !important; line-height:24px !important;
	}
	:-moz-placeholder { /* Firefox 18- */
		font-size:14px !important; line-height:24px !important;
	}
	
	
}