@charset "utf-8";



/*==================================================

outline
==================================================*/

body,
html {
	position: relative;
	min-width: 1200px;
	color: rgba( 0, 0, 0, 0.7 );
}
.wrap {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	zoom:1;
}
.wrap:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}

img {
	max-width: 100%;
	max-height: 100%;
}



/*==================================================

outline
==================================================*/

#globalNavigation {
	background: rgba( 234, 109, 157, 1 );
}
#globalNavigation nav:before {
	display: block;
	content: '';
	background: rgba( 255, 255, 255, 1 );
	position: absolute;
		left: 0;
		top: 10%;
	height: 80%;
	width: 1px;
}
#globalNavigation li {
	float: left;
	display: inline-block;
	position: relative;
	width: 20%;
	box-sizing: border-box;
}
#globalNavigation li:after {
	display: block;
	content: '';
	background: rgba( 255, 255, 255, 1 );
	position: absolute;
		right: 0;
		top: 10%;
	height: 80%;
	width: 1px;
}
#globalNavigation li a {
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}



/*==================================================

footer
==================================================*/

#copyright {
	background: rgba( 234, 109, 157, 1 );
	display: block;
	padding: 20px 0;
	text-align: center;
}