@media screen and (min-width:960px) and (max-width: 1199px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .filterArea, .col-md-12.filterArea {padding: 20px 0 50px;}
    .categoryHeading {margin:0;}
    .categoryHeading .holder {margin: 0 30px;}
    .artworks {padding: 0 30px;}
	.return-to-top-sm { width:100%; right:15px;}
	.wideBanner {padding: 0 0 60px;}
	.pagination-area.item01 {margin: 0 0 60px;}
	ul.categoryNav.dealerCategory {
		line-height: 32px;
		margin: 0 130px 10px 130px;
	}
	.exhibitionsArea .exhibitionBox:last-child {
		border-bottom: 1px solid #e5e5e5;
		padding: 70px 0 70px 0;
	}
	.events-page .wideBanner {
		padding: 70px 0 100px 0;
	}
}

@media screen and (max-width:959px) and (min-width: 768px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
    .categoryHeading {padding: 0 10px;}
    .gutter-sizer {width: 20px;}
	.return-to-top-sm { width:100%; right:15px;}
	.wideBanner {padding: 0 0 60px;}
	.pagination-area.item01 {margin: 0 0 60px;}
	ul.categoryNav.dealerCategory {
		line-height: 32px;
		margin: 0 130px 10px 130px;
	}
	ul.categoryNav li {
		padding: 0 10px;
	}
	.exhibitionsArea .exhibitionBox:last-child {
		border-bottom: 1px solid #e5e5e5;
		padding: 70px 0 70px 0;
	}
	.events-page .wideBanner {
		padding: 70px 0 100px 0;
	}
}

@media screen and (min-width:768px) and (max-width: 950px){
	#mainCont{
		padding:0 70px;
	}
	.gutter-sizer{
		width:100px;
	}
}
@media screen and (min-width:951px) and (max-width: 980px){
	.gutter-sizer{
		width:60px;
	}
}
@media screen and (min-width:981px) and (max-width: 1150px){
	#mainCont{
		padding:0 60px;
	}
	.gutter-sizer{
		width:70px;
	}
}
@media screen and (min-width:1151px) and (max-width: 1260px){
	#mainCont{
		padding:0 50px;
	}
	.gutter-sizer{
		width:100px;
	}
}

@media screen and (min-width:1261px) and (max-width: 1320px){
	#mainCont{
		padding:0;
	}
	.gutter-sizer{
		width:80px;
	}
}