body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	background: #fff;
	color: #fff;
}

a {
	text-decoration: none;
	outline: none;
	color: #c94e50;
}

a:hover, a:focus {
	color: #c94e50;
	outline: none;
}

li {
	list-style: none;
}

::-webkit-scrollbar{
	width:0.85em;
}

::-webkit-scrollbar-thumb{
    min-height:0.8em;
    min-width:0.8em;
    background-color:#003da5;
}

h2 {
	margin-bottom: 5px;
    font-size: 2.8em;
}

.media {
  float: left;
  margin-right:20px;
}

p{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color:#fff;
	text-align: centre;
	width: 800px;
	height: 25px;
	line-height: 22px;
	margin: 0 auto;
	font-size: 1em;
	font-weight: 200;
	letter-spacing: 1px;
	background: rgba(0,0,0, 0.9);
	.border-radius
  	border-radius:15px; 
  	-moz-border-radius:15px;
  	-webkit-border-radius:15px;
}

div.box-inner {
	font-family: 'Lato', Verdana, Calibri, Arial, sans-serif;
	line-height: 22px;
	font-size: 11pt;
	text-align:justify;
	overflow:auto;
	height:540px;
	padding:15px;
	color:#222;
	max-width: 100%;
}

div.box {
	width:190px;
    height:210px;
    position:absolute;
	color:#222;
	line-height: 25px;
	font-size: 11pt;
	text-align:justify;
    left:50%;
    top:50%;
    margin-left:-75px;
    margin-top:-135px;
}

#content {
	background-color:rgba(255,255,255,0.95);
	width: 812px;
	height: 563px;
	margin: -281px 0 0 -406px;
	position: absolute;
	top: 50%;
	left: 50%;
	.border-radius
  	border-radius:15px; 
  	-moz-border-radius:15px;
  	-webkit-border-radius:15px;
	z-index:3;
}

#content1 {
	background-color:rgba(255,255,255,0.95);
	width: 812px;
	height: 563px;
	margin:auto;
	position: relative;
	.border-radius
  	border-radius:15px; 
  	-moz-border-radius:15px;
  	-webkit-border-radius:15px;
	z-index:3;
}

.content-wrap {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu-wrap a {
	color: #fff;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #c94e50;
}

.content {
	position: relative;
	background: #b4bad2;
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}


/* Menu */
.menu-wrap {
	position: absolute;
	z-index: 1001;
	width: 175px;
	height: 100%;
	background: #373a47;
	opacity: 0.9;
	padding: 2em 0.9em 0;
	font-size: 1.3em;
	left: 0px;
	top: 0px;
}

.icon-list a {
	display: block;
	padding: 0.5em;
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}

.icon a {
	margin-left: 0.23em;
	font-size: 2.5em;
}

@media screen and (max-width: 40em) {
	body {
		font-size: 80%;
	}
	.codrops-demos {
		max-width: 900px;
		padding: 2em 2em 0;
	}
	.related > a {
		margin: 20px 0;
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon {
		font-size: 250%;
	}

	.codrops-icon span {
		display: none;
	}

}
