@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
/* Add your custom css below */	

section, .container, #wrapper-footer {
	max-width: 1200px !important;	
	margin: auto;
}
	
.row-full {
	padding-left: 74px
}

.row-box {
	width: calc(100% - 148px);
	margin: auto;
}	
	
#secondary-wrapper {
	padding: 0 73px !important;
}	


	
	
	
	
	
	
	
	
	
	
	
	
	
/*End Breakpoint CSS*/ }
/* Do not add anything below this line */