/* ==== media queries ===================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* Hi-res display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 240dpi)
{
	div.ps-toolbar div div.ps-toolbar-content	/* Photoswipe query */
	{
		-moz-background-size: 176px 88px;
		-o-background-size: 176px 88px;
		-webkit-background-size: 176px 88px;
		background-size: 176px 88px;
		background-image: url(../img/icons@2x.png);
	}
}
/* bxslider*/
@media (max-width: 1920px) {	
	#leader{width:1260px;}
	#leader.item  img {width:1260px!important;}
	#leader.fe_atured  img {width:1260px!important;}
	.bx-wrapper img {width:1260px;}
}
@media (max-width: 1280px) {	
	#leader{width:940px;}
	#leader.item  img {width:940px!important;}
	#leader.fe_atured  img {width:940px!important;}
	.bx-wrapper img {width:940px;}
}
@media (max-width: 960px) {	
	#leader{width:620px;}
	#leader.item  img {width:620px!important;}
	#leader.fe_atured  img {width:620px!important;}
	.bx-wrapper img {width:620px;}
}
@media (max-width: 640px) {	
	#leader{width:300px;}
	#leader.item  img {width:300px!important;}
	#leader.fe_atured  img {width:300px!important;}
	.bx-wrapper img {width:300px;}
}