/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.detail_text img {
	width: 100%;
	height: auto;
}

.start_promo .item.wide50 .wrap_tizer
{
	text-align:center
}

@media (max-width: 600px)
{
	.start_promo .item.wide50 .wrap_tizer
	{
		text-align:left
	}

}
@media (max-width: 950px) {
	body .top_slider_wrapp .flexslider .slides > li {
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
}

@media (max-width: 450px) {
	body .wrapper .top_slider_wrapp .flexslider .slides > li {
		background-size: 100% auto;
	}
}

@media (min-width: 951px) {
	.mobile-only {
		display: none;
	}
}

