/**
 * Template
 */

html,
body{
	overflow-x: hidden;
}
body{
	background:#fff;
}

/* main grid */
.wrap_outer{
	position:relative;
	display:flex;
	margin:0 auto;
}
.wrap{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	box-sizing:border-box;
	width:1200px;
	max-width:100%;
	margin:0 auto;
	padding:0 15px;
}

#wrap_outer{
	position:relative;
	overflow:hidden;
	display:flex;
	width:1920px;
	max-width:100%;
	min-height:100%;
	margin:0 auto;
}

#wrap{
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	box-sizing:border-box;
	width:1200px;
	max-width:100%;
	min-height:100%;
	margin:0 auto;
	padding:0 15px;
}
/* Content Elements */

/* Content Blocks */

/* Style Corrections */
