/**********************************ADVANCED EDITOR*************************/

* {
    box-sizing: border-box;
}

#wrapper{
    width: 1170px; margin: auto; max-width: 100%;
}

section{
    width: 100%; float: left; padding: 10px 0px;
}

.grid-col-5 {
	width: 19.6%;
	display: inline-block;
	padding: 0px 15px;
	vertical-align: top;
}
.sort-move-draggable, .resize-section-outer {
	position: relative;
}
@media only screen and (max-width: 1200px){
	#wrapper{
		width: 95%;
	}
}
.p-r{
	position: relative;
}
