

@media only screen and (max-width:1664px) {
	.item-picture{
		height:30vw;
	}
	
	.logowrapper{
		width:300px;
	}
	
	.scroller-fixed {
    top:70px;
  
	}
	
	
 
}

@media only screen and (max-width:1350px) {

}


@media only screen and (max-width:1170px) {	


}


@media only screen and (max-width:992px) {	
	
.product-item{
	width:33.33%;
}	
	
.item-picture{
	height:40vw;
}




.dropdown-toggle{
	display: block;
	padding:15px;
	text-align:center;
	color:#ffffff;
	position: relative;
	font-size:14px;
	box-sizing: border-box;
}

a.dropdown-toggle:after{
	content:"\e905";
	position: absolute;
	right:0;
	font-family: 'icomoon';	
	font-size:20px;
}

a.dropdown-toggle.active:after{
	content:"\e905";
	transform: rotate(-90deg);
}


.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    left:0;
    padding: 0;    
    background-color:#363636;
    z-index: 2;

     
}

.list-tabs li{
	display: block;
	width:90%;	
}

.list-tabs a {
	text-align:left;
	box-sizing: border-box;
	padding-top: 15px;
	padding-bottom: 15px;
}

.list-tabs ul{
	margin-left:0px;
	margin-right:0px;	

}

.list-tabs a:after {
	top:20px;
}


}

@media only screen and (max-width:768px) {

 .logowrapper {
 	width:300px;
 }
}

@media only screen and (max-width:520px) {	

header{
	padding-bottom:40px;
}

#logo-container{
	text-align:center;
}

#right-container{
	top:auto;
	transform:none;
	bottom:0;
}


.slide-container{
	max-width:90vw;
}


#menu-container{
	top:auto;
	transform: none;
	bottom:0;
}

.product-item{
	width:50%;
	padding: 10px;
}	
	
.item-picture{
	height:60vw;
}

.popup-image img{
	/*max-width:100%;
	height:auto;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50% ,-50%);*/
	height:auto;
}

.scroller-fixed {
	top:100px;
}


.banner-inner .slide{
	height:60vh;
}

}



@media only screen and (max-width:460px) {

}

@media only screen and (max-width:340px) {


}


	
	
