@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #848482;
}

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.container > header {
	margin: 0 auto;
	padding: 15em 2em;
	padding-left: 375px;
	background: rgba(142, 149, 131 0);
}

.box {
width: 1020px;
height: 100%;
margin-top: 90px;
margin-left: auto;
margin-right:  auto;
background: rgba(255,255,255, 0.04);
padding: 10px;
border-top-right-radius: 50px;
-moz-border-top-right-radius: 50px;
-webkit-border-top-right-radius: 50px;
-ms-border-top-right-radius: 50px;
-o-border-top-right-radius: 50px;
}

.box > gallery {
padding-top: 125px;
width: 100%;
height: 100%;
/*border: 1px solid #000;*/

}


.container > header a {
	color: #FEFCFF;
	text-decoration: none;
	outline: none;
}

.container > header a:hover {
	color: #4f7bab;
}

.container > header h1 {
	font-size: 5.2em;
	line-height: 1.3;
	margin: 150px auto;
	font-weight: 300;
}

.container > header span {
	display: block;
	font-size: 55%;
	color: #FEFCFF;
	padding: 0 0 0.5em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

@media screen and (max-width: 1025px) {
	.container > header {
		margin: 0 auto;
		padding: 120px 50px;
		font-size: 70%;
		text-align: right;
	}
}

@media screen and (max-width: 475px) {

	.container > header {
	display:  flex-box;
	width:  100%;
	margin: 0 auto;
	padding: 15em 2em;
	padding-left: 2rem;
	background: rgba(142, 149, 131 0);
}

.box {
display:  flex-box;
width: 100%;
margin-top: 50px;
margin-left: auto;
margin-right:  auto;
background: rgba(255,255,255, 0.04);
padding: 10px;
/*border-top-right-radius: 50px;
-moz-border-top-right-radius: 50px;
-webkit-border-top-right-radius: 50px;
-ms-border-top-right-radius: 50px;
-o-border-top-right-radius: 50px;*/
}

	.codrops-icon span {
		display: none;
	}
