.wrapper {
	width: 90%;
	height: 90%;
	background: #FFFFFF;
	position: relative;
	border: 1px solid #cccccc;
	margin-right: 5%;
	margin-left: 5%;
}
header h1 {
	
}
nav {
	height: 100%;
	width: 15%;
	background:#b2292e;
	color: #2b5597;
}

nav ul {
	display: flex;
	display: block;
	height: 100%;
}
nav ul a{color: #ffffff;}

nav li {

	border-right: 1px solid #f0f0f0;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
	height: 20%;
	text-align: center;
	
}

nav li.hover {
	background: rgba(255, 255, 255, 0.2);
}
nav li.pressed {
	background: rgba(255, 255, 255, 0.7);
}
nav li.currentPage {
	background: #2b5597;
}
#contents {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	width: 85%;
	top: 0px;
	left: 15%;
	overflow: hidden;
	background: #ffffff;
	color: #777777;
}

article {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	color: #777777;
	top: 0;
	left: -100%;
}
article .item-1{
	width: 56%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
article .item-1 h1{
	
	color: #2B5597;
	font-style: normal;
	font-weight: bold;
	font-size: 2em;
	border-bottom-color: #ffffff;
}
article .item-1 p{
	color:#777777;
	-webkit-box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	-moz-box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
article .item-1 p b{
	font-style: normal;
	font-weight: bold;
	color: #B2292E;
	text-transform: uppercase;
}
article .item-2{ width: 40%; float: left;  background-color:bisque; }
article .item-3{ display: none;}
article.hide {
	transition: left 0s 0.5s;
}
article:nth-of-type(1) {
	z-index: 5;
}
article:nth-of-type(2) {
	z-index: 4;
}
article:nth-of-type(3) {
	z-index: 3;
}
article:nth-of-type(4) {
	z-index: 2;
}
article:nth-of-type(5) {
	z-index: 1;
}
article.show {
	transition: left 0.5s;
	left: 0;
	z-index: 6;
}
article section {
	width: 100%;
	color: #777777;
}
article section h1 {
	
}


@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
	
	article .item-1{
	width: 100%;
	float:none;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}
	article .item-1 p{
		font-size: 12px;
	color:#777777;
	-webkit-box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	-moz-box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	box-shadow: 2px 1px 8px -2px rgba(232,232,232,1);
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 1%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 1%;
}
	article .item-1 h1{
	
	color: #2B5597;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
	border-bottom-color: #ffffff;
}
	
	article .item-2{ display: none;}
	article .item-3{
	width: 90%;
	float: none;
	background-color: bisque;
	display: block;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
}
	
	
	nav {
	height: 100%;
	width: 25%;
	background:#b2292e;
	color: #2b5597;
}
	#contents {
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	width: 75%;
	top: 0px;
	left: 25%;
	overflow: hidden;
	background: #ffffff;
	color: #777777;
}
nav li {

	border-right: 0px solid #f0f0f0;
	cursor: pointer;
	color: #fff;
	box-sizing: border-box;
	height: 15%;
	text-align: center;
	font-size: 10px;
	
}
.wrapper {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	position: relative;
	margin-right: 0%;
	margin-left: 0%;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
	
}