/* --------------------------------------------------------------------------------------------- */
.unselectable, .unselectable * {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.no-padding {
	padding:0!important;
}

.row-wrapper{
	margin-left:-15px;
	margin-right: -15px;
}

#body .container #content-wrapper .container{
	width: auto;
	padding-right: 0;
    padding-left: 0;
}

#body #content-wrapper #content .page .page .container{
	width: auto;
}



/* --------------------------------------------------------------------------------------------- */