@charset "utf-8";

/* Responsive styles
-------------------------------------------------------------- */


/*
Apple iPhone 4 & 4S
Apple iPod Touch (4th generation)
*/
/* With side menu
@media (min-width: 1280px) and (max-width: 1365px) {
*/
/* Without side menu */
@media (min-width: 960px) and (max-width: 1135px) {
    html, body {	font-size: 13px; }
	h1 { font-size:3.014rem; }		/* 3.214rem */
	h2 { font-size:2.657rem; }	/* 2.857rem */
	h3 { font-size:1.943rem; }	/* 2.143rem */
	h4 { font-size:1.514rem; }	/* 1.714rem */
	h5 { font-size:1.229rem; }	/* 1.429rem */
	h6 { font-size:1rem; }		/* 0.786rem */

	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8461em;
	}
	.post_info {
		font-size:0.8461em;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	.post_item_colored .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_colored .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_colored .post_descr .post_price_value {
		font-size:1.3846em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
}



/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
/* With side menu
@media (min-width: 768px) and (max-width: 1279px) {
*/
/* Without side menu */
@media (min-width: 768px) and (max-width: 959px) {
    html, body {	font-size: 13px; }
    h1 { font-size:3.014rem; }	/* 3.214rem */
    h2 { font-size:2.657rem; }	/* 2.857rem */
    h3 { font-size:1.943rem; }	/* 2.143rem */
    h4 { font-size:1.514rem; }	/* 1.714rem */
    h5 { font-size:1.229rem; }	/* 1.429rem */
    h6 { font-size:1rem; }		/* 0.786rem */

	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 & Torch 9860
Nokia Lumia 610, 710 & 800
HTC Desire, Desire Z, Desire S & One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 767px) {
    html, body {	font-size: 12px; }
    h1 { font-size:2.714rem; }	/* 3.214rem */
    h2 { font-size:2.357rem; }	/* 2.857rem */
    h3 { font-size:1.643rem; }	/* 2.143rem */
    h4 { font-size:1.214rem; }	/* 1.714rem */
    h5 { font-size:1.129rem; }	/* 1.429rem */
    h6 { font-size:1rem; }		/* 0.786rem */
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:1rem;
	}
	.post_rating .reviews_star {
		font-size:1em;
	}
	.post_item_colored .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_colored .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_colored .post_descr .post_price_value {
		font-size:1.3333em;
	}
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
}




/*
Very common low res
*/
@media (max-width: 479px) {
    html, body {	font-size: 12px; }

    h1 { font-size:2.514rem; }	/* 3.214rem */
    h2 { font-size:2.157rem; }	/* 2.857rem */
    h3 { font-size:1.443rem; }	/* 2.143rem */
    h4 { font-size:1.214rem; }	/* 1.714rem */
    h5 { font-size:1.109rem; }	/* 1.429rem */
    h6 { font-size:1rem; }		/* 0.786rem */
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_rating .reviews_star {
		font-size:1em;
	}
	
	.post_item_colored .post_category {
		font-size:1em;
		margin:0 0 0.4em;
	}
	.post_item_colored .post_descr .post_price_period {
		font-size:1em;
	}
	.post_item_colored .post_descr .post_price_value {
		font-size:1.3333em;
	}
	
	
	/* Footer */
	.contacts_wrap .contacts_address {
		font-size: 1em;
	}
}


