html {
	height: 100%;
	font-size: 100%;
}
body {
	min-height: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #9acde2 url(../images/download.png);
 	-webkit-font-smoothing: antialiased;
	/*-webkit-box-shadow: inset 0 0 18.75em rgba(0,0,0,.5); /* 300 */
	-moz-box-shadow: inset 0 0 18.75em rgba(0,0,0,.5);  /*300 */
	/*box-shadow: inset 0 0 18.75em rgba(0,0,0,.5);  300 */
}

/*I added this-bySou*/
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 50px;
height: 50px;
z-index: 100;
display: none;
text-decoration: none;
color: #ffffff;
background-color:#9acde2; /* #ff9000;*/
}
/*I added this-bySou*/
.back-to-top i {
  font-size: 40px;
}


#wrapper {
	width: 100%;
	max-width: 900px;
	position: absolute;
	padding-left:20em;
	margin: 0 auto;
}

#wrapper_1 {/*bySou-for main*/
	width: 100%;
	max-width: 900px;
	position: absolute;
 	margin: 0 auto;
}

.wrapper {
	width: 100%;
	max-width: 900px;
	position: absolute;
	padding-left:20em;
	margin: 0 auto;
}


h1 {
	padding: 0.5em 2em 0.5em;
	font-size: 150%;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	text-align: center;
}

p {/*bySou*/
 	font-size: 1.3em;
	line-height: 1.3;
	direction:ltr;
	font-weight: 700;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	padding-bottom:50px;
	
}

h1 span {
	font-weight: 400;
}

h2 {
	font-size:1.5em;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 0.5em;/*bySou*/
	color: #4c7687;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

.attribution {
	display:inline;
 	padding: 3em 3em 6em 3em; /*3em 0;-bySou*/
	/*text-align: center; -bySou*/
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.content {
	float:left;}

.attribution a {
	color: #000;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
	text-decoration: none;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.8);
	color: #000;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}
/*520 32.5em*/
@media only screen and ( max-width: 52.5em )  {
 	body
	{
		/*-webkit-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  150 */
		/*-moz-box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, 5 );  150 */
		/*box-shadow: inset 0 0 9.375em rgba( 0, 0, 0, .5 );  150 */
	}
	#wrapper
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 3.125em 1.25em; /* 50 20 */
		margin: 0;
	}
	
	#wrapper_1 {/*for main file - bySou*/
		width: 100%;
		height: auto;
		position: static;
		/*padding: 1.125em 1.25em;  50 20 */
		margin: 0;
		overflow:hidden;
		
}

.wrapper_1
	{
		width: 100%;
		height: auto;
		position: static;
		padding: 3.125em 1.25em; /* 50 20 */
		margin: 0;
	}
}

/*bySou*/
@media only screen and (max-width:950px) 
{
.wrapper_1 {
	width: 100%;
 		height: auto;
		position: static;
		padding: 1.125em 1.25em; /* 50 20 */
 		margin: auto 0;
}
}

/*bySou*/
@media only screen and (max-width:1200px) 
{
.wrapper_1 {
	width: 70%;
		height: auto;
		position: static;
		padding-left:10em;
		margin: 0;
}
}


@media only screen and (max-width:720px) 
{
.wrapper_1 {
	width: 100%;
		height: auto;
		position: static;
		padding: 3.125em 1.25em;
		margin: 0;
}
}