@media screen and (min-width:960px) and (max-width: 1199px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .return-to-top-sm { width:100%; right:15px;}
	.mainCnt{
		padding:0;
	}


}
@media screen and (max-width:959px) and (min-width: 768px),  (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait)  {
	.return-to-top-sm { width:100%; right:15px;}
	.mainCnt{
		padding:0;
	}


}

@media screen and (min-width:815px) and (max-width: 950px){
	#mainCont{
		padding:0 75px;
	}
}
@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;
	}
}