<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

/*
Apple iPhone 5, 5S &amp; 5C 
Apple iPod Touch (5th generation)
*/
/* With side menu
@media (min-width: 1366px) and (max-width: 1679px) {
*/
/* Without side menu */
@media (min-width: 1136px) and (max-width: 1279px) {
	body {	font-size: 14px; }
}


@media (min-width: 1024px) and (max-width: 1135px) {
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8077em; }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */
}

/*
Apple iPhone 4 &amp; 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: 1023px) {
	body {	font-size: 11.5px; }
	h1 { font-size:3em; }		/* 39px */
	h2 { font-size:2.3077em; }	/* 30px */
	h3 { font-size:1.8077em; }	/* 30px */
	h4 { font-size:1.3846em; }	/* 18px */
	h5 { font-size:1.2308em; }	/* 16px */
	h6 { font-size:1em; }		/* 13px */

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

	.post_info {
		font-size:0.9461em;
	}
	.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;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.9461em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.9461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.9461em;
	}
	
	/* Shortcodes */
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	
}



/*
Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 &amp; Torch 9860
Nokia Lumia 610, 710 &amp; 800
HTC Desire, Desire Z, Desire S &amp; 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) {
	body {	font-size: 13px; }
	h1 { font-size:2em; }		/* 39px */
	h2 { font-size:1.6077em; }	/* 30px */
	h3 { font-size:1.3077em; }	/* 30px */
	h4 { font-size:1.15846em; }	/* 18px */
	h5 { font-size:1em; }	/* 16px */
	h6 { font-size:0.8em; }		/* 13px */

	/* Post layouts */
	.isotope_filters a {
		font-size:0.8461em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.9461em;
	}
	.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;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.9461em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.9461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.9461em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.9461em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.75em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}

	/* Predefined Theme Margins */
.margin_left_none {		margin-left:0 !important; }
.margin_left_tiny {		margin-left:0.25em !important; }
.margin_left_small {	margin-left:1.35em !important; }
.margin_left_medium {	margin-left:1.85em !important; }
.margin_left_large {	margin-left:2.55em !important; }
.margin_left_huge {		margin-left:3em !important; }
.margin_left_tiny- {	margin-left:-0.5em !important; }
.margin_left_small- {	margin-left:- 1.35em !important; }
.margin_left_medium- {	margin-left:-3em !important; }
.margin_left_large- {	margin-left:-4em !important; }
.margin_left_huge- {	margin-left:-6em !important; }

.margin_right_none {	margin-right:0 !important; }
.margin_right_tiny {	margin-right:0.25em !important; }
.margin_right_small {	margin-right: 1.35em !important; }
.margin_right_medium {	margin-right:1.85em !important; }
.margin_right_large {	margin-right:2.55em !important; }
.margin_right_huge {	margin-right:3em !important; }
.margin_right_tiny- {	margin-right:-0.5em !important; }
.margin_right_small- {	margin-right:-2em !important; }
.margin_right_medium- {	margin-right:-3em !important; }
.margin_right_large- {	margin-right:-4em !important; }
.margin_right_huge- {	margin-right:-6em !important; }

.margin_top_none {		margin-top:0 !important; }
.margin_top_tiny {		margin-top:0.25em !important; }
.margin_top_small {		margin-top: 1.35em !important; }
.margin_top_medium {	margin-top:1.85em !important; }
.margin_top_large {		margin-top:2.55em !important; }
.margin_top_huge {		margin-top:3em !important; }
.margin_top_tiny- {		margin-top:-0.5em !important; }
.margin_top_small- {	margin-top:-2em !important; }
.margin_top_medium- {	margin-top:-3em !important; }
.margin_top_large- {	margin-top:-4em !important; }
.margin_top_huge- {		margin-top:-6em !important; }

.margin_bottom_none {	margin-bottom:0 !important; }
.margin_bottom_tiny {	margin-bottom:0.25em !important; }
.margin_bottom_small {	margin-bottom: 1.35em !important; }
.margin_bottom_medium {	margin-bottom:1.85em !important; }
.margin_bottom_large {	margin-bottom:2.55em !important; }
.margin_bottom_huge {	margin-bottom:3em !important; }
.margin_bottom_tiny- {	margin-bottom:-0.5em !important; }
.margin_bottom_small- {	margin-bottom:-2em !important; }
.margin_bottom_medium- {margin-bottom:-3em !important; }
.margin_bottom_large- {	margin-bottom:-4em !important; }
.margin_bottom_huge- {	margin-bottom:-6em !important; }
	
}



/*
Portrait orientation

Sony Xperia
LG Optimus
Blackberry Storm 3, Torch 9850 &amp; Torch 9860
Nokia Lumia 610, 710 &amp; 800
HTC Desire, Desire Z, Desire S &amp; One V
Samsung Galaxy
*/
@media (min-width: 480px) and (max-width: 767px) {
	body {	font-size: 12px; }
	h1 { font-size:2em; }		/* 39px */
	h2 { font-size:1.6077em; }	/* 30px */
	h3 { font-size:1.3077em; }	/* 30px */
	h4 { font-size:1.15846em; }	/* 18px */
	h5 { font-size:1em; }	/* 16px */
	h6 { font-size:0.8em; }		/* 13px */
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.9461em;
	}
	.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;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.9461em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.9461em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.9461em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.9461em;
	}
	
	/* Shortcodes */
	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		border-width: 1px;
	}	
}




/*
Very common low res
*/
@media (max-width: 479px) {
	body {	font-size: 12px; }
	h1 { font-size:2.2em; }		/* 30px */
	h2 { font-size:1.8em; }		/* 24px */
	h3 { font-size:1.5em; }		/* 24px */
	h4 { font-size:1.3333em; }	/* 16px */
	h5 { font-size:1.1667em; }	/* 14px */
	h6 { font-size:1em; }		/* 12px */
	
	/* Post layouts */
	.isotope_filters a {
		font-size:0.8333em;
	}
	
	/* Post parts */
	.post_info {
		font-size:0.8333em;
	}
	.post_info {
		font-size:0.8333em;
	}
	.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;
	}
	
	/* Widgets */
	.widget_area .post_item .post_info {
		font-size:0.75em;
	}
	.widget_area .widget_tag_cloud a {
		font-size:0.8333em !important;
	}
	.widget_area .widget_calendar .weekday {
		font-size:0.8333em;
	}
	.widget_area .reviews_block .reviews_summary .reviews_criteria {
		font-size:0.75em;
	}
	
	/* Shortcodes */
/*	input[type="submit"], input[type="button"], button, .sc_button {
		padding: 0.7em 0.6em;
	}
	blockquote {
		font-size: 1.5em;
	}*/

	.sc_testimonial_content {
		font-size:1.25em;
	}
	.sc_testimonial_author {
		font-size: 1em;
	}
	.sc_tabs .sc_tabs_titles li {
		font-size:1.25em;
	}
	.sc_tabs.sc_tabs_style_2 .sc_tabs_titles li a {
		border-width: 1px;
	}	
}</pre></body></html>