/**
 * VIEWSTUDIO
 *
 *
 * @author Piotr Góra (piotro112@gmail.com)
 * @copyright  Copyright (c) 2012 Viewstudio (http://www.viewstudio.pl)
 * Date: 19.12.12
 * Time: 23:55
 */

@media screen and (max-width: 1020px) {
}

@media screen and (max-width: 767px) {
	#vs-logo-menu-in, #vs-midpage-in, #vs-bottom, #vs-footer-in {
		width: 100%;
	}

	ul.horizontalmenu {
		float: none;
	}

	ul.horizontalmenu li {
		display: inline-block;
		float: none;
	}

	#vs-logo {
		float: none;
		width: 100%;
		text-align: center;
		margin: 0;
	}

	#vs-menu {
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
	}

	#vs-mod_catalog .vs-mod_catalog-left {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 32px;
	}

	#vs-mod_catalog .vs-mod_catalog-right {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 32px;
	}
	#vs-mod_catalog .vs-mod_catalog-text{
		float: none;
		margin: 0 0 16px;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	#vs-mod_catalog .vs-mod_catalog-price{
		float: none;
		margin: 0 auto 16px;
	}

	#vs-mod_catalog .slider-wrapper {
		margin: 0 auto;
	}

	.slider-wrapper, .slider-wrapper .nivoSlider, .slider-wrapper .nivoSlider img {
		width: auto;
		height: auto;
		max-width: 195px;
		max-height: 195px;
	}
	
	#vs-bottom-in{
		margin-left: 0;
	}
	.vs-block-in:after, .vs-block-in:before {
		display: none;
	}
	.vs-block{
		margin-left: 0;
	}
	.vs-block-in {
		border: none;
		padding: 0;
		height: auto;
	}
	
	.col3 .col{
		width: 100%;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	ul.horizontalmenu {
		display: none;
	}

	select.horizontalmenu {
		display: block;
		margin-bottom: 20px;
	}

}