 html {
  height: 100%;
}
body {
  font-family:  "Open Sans";
  font-weight: 400;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
}
.clear{
    clear: both;
}
.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto; 
	overflow: hidden;
}

/* LOADER */
.loader{
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: #91c747; 
    z-index: 999;
}
.loader img{
    position: fixed; 
    top: 50%; 
    left: 50%; 
    margin-left: -39px; 
    margin-top: -36px;
}
.loader span{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: 34px;
    width: 100%;
}

/* ROTATE */
.rotate{
	display: none;
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: #91c747; 
    z-index: 999;
}
.rotate img{
    position: fixed; 
    top: 50%; 
    left: 50%; 
    width: 90px;
    margin-left: -45px; 
    margin-top: -57px;
}
.rotate span{
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    position: fixed;
    top: 50%;
    margin-top: 34px;
    width: 100%;
}

/* HOME */
.home{
    position: relative;
}
header.menu{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 90px;
    background: #FFFFFF;
    z-index: 100;
    border-bottom: 1px solid #c9d72f;
}
header.menu img.logo{
    position: absolute;
    top: 14px;
    left: 27px;
    height: 60px;
    cursor: pointer;
}
header .menu{
	font-size: 20px;
	font-weight: 800;
	color: #91c747;
	background: none;
	border: none;
	font-family: "Open Sans";
	position: absolute;
	right: 25px;
	top: 25px;
	cursor: pointer;
	transition: right 0.3s ease 0s;
	-moz-transition: right 0.3s ease 0s;
	-webkit-transition: right 0.3s ease 0s;
	-o-transition: right 0.3s ease 0s;
	outline: none;
	z-index: 999;
}
header .menu.push-to-left{
	right: 205px;
}
header .menu i.fa{
	font-size: 17px;
	color: #000000;
}
nav span.close-menu{
	width: 45px;
	height: 45px;
	float: right;
	background: url('../img/arrows/closeWhite90.png') no-repeat center center;
	background-size: 45px;
	cursor: pointer;
	margin: 22px 15px;
}
.cbp-spmenu a.lang{
	font-size: 14px;
	font-weight: 500;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 19px center;
    background-image: url('../img/globe.png');	
	background-size: 25px;
}
header.fixed{
    position: fixed;
    top: -100px;
    -webkit-transition: top .7s 1s;
    -moz-transition: top .7s 1s;
    transition: top .7s 1s;
    height: 74px;
}
header.fixed img.logo{
    height: 53px;
    top: 10px;
    left: 27px;
}
.bg_home{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('../img/bg_home.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
}
.home-txt{
    display: none;
    position: absolute;
    width: 100%;
    height: 160px;
    background-color: #91c747;
    background: #91c747; /* Old browsers */
    background: -moz-linear-gradient(left,  #91c747 0%, #40b573 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#91c747), color-stop(100%,#40b573)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #91c747 0%,#40b573 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #91c747 0%,#40b573 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #91c747 0%,#40b573 100%); /* IE10+ */
    background: linear-gradient(to right,  #91c747 0%,#40b573 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c747', endColorstr='#40b573',GradientType=1 ); /* IE6-9 */

    bottom: 330px;
    -webkit-transform: translate3d(0, -100%, 0) !important;
    -moz-transform: translate3d(0, -100%, 0) !important;
    transform: translate3d(0, -100%, 0) !important;
    -webkit-transition: -webkit-transform .2s;
    -moz-transition: -moz-transform .2s;
    transition: transform .2s;
    z-index: 100;
}
.home.active .home-txt{
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.home-txt .t1{
    position: absolute;
    top: 43px;
    right: 50%;
    margin-right: 150px;
    text-align: right;
    font-weight: 300;
    font-size: 40px;
    line-height: 38px;
    color: #FFFFFF;
}
.home-txt .t2{
    position: absolute;
    top: 43px;
    left: 50%;
    margin-left: 150px;
    font-weight: 300;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 38px;
}
.home img.paper{
    position: absolute;
    left: 50%;
    margin-left: -105px;
    bottom: 100px;
    -webkit-transform: translate3d(0, -50%, 0) !important;
    -moz-transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    transition: all .9s;
    z-index: 110;
}
.home.active img.paper{
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    opacity: 1;
}
.home.loading img.paper{
    -webkit-transform: translate3d(0, -3%, 0) !important;
    -moz-transform: translate3d(0, -3%, 0) !important;
    transform: translate3d(0, -3%, 0) !important;
    opacity: 0;
}
.scroll-down-line{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100px;
    padding-top: 30px;
    background: #FFFFFF;
    z-index: 90;
}
.scroll-down{
	width: 70px;
	height: 70px;
	display: block;
	margin: auto;
	background-image: url("../img/arrows/down.png");
	background-repeat: no-repeat;
	background-size: 70px;
	cursor: pointer;
	-webkit-animation: arrow-move 2s infinite; /* Safari 4+ */
	-moz-animation:    arrow-move 2s infinite; /* Fx 5+ */
	animation:         arrow-move 2s infinite; /* IE 10+ */
	position: relative;
}
.scroll-down-line a.lang{
    position: absolute;
    bottom: 30px;
    left: 25px;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    background-image: url("../img/globe-black.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    padding: 4px 0px 4px 30px;
}

@-webkit-keyframes arrow-move {
  0%   { top: 0px; }
  50%  { top: 20px; }
  100% { top: 0px; }
}
@-moz-keyframes arrow-move {
  0%   { top: 0px; }
  50%  { top: 20px; }
  100% { top: 0px; }
}
@-o-keyframes arrow-move {
  0%   { top: 0px; }
  50%  { top: 20px; }
  100% { top: 0px; }
}
@keyframes arrow-move {
  0%   { top: 0px; }
  50%  { top: 20px; }
  100% { top: 0px; }
}
.scroll-to-top{
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 40px;
    width: 70px;
	height: 70px;
    background-image: url("../img/arrows/up.png");
	background-repeat: no-repeat;
	background-size: 70px;
    cursor: pointer;
    -webkit-animation: arrow-footer-move 2s infinite; /* Safari 4+ */
	-moz-animation:    arrow-footer-move 2s infinite; /* Fx 5+ */
	animation:         arrow-footer-move 2s infinite; /* IE 10+ */
    z-index: 500;
}
@-webkit-keyframes arrow-footer-move {
  0%   { bottom: 40px; }
  50%  { bottom: 60px; }
  100% { bottom: 40px; }
}
@-moz-keyframes arrow-footer-move {
  0%   { bottom: 40px; }
  50%  { bottom: 60px; }
  100% { bottom: 40px; }
}
@-o-keyframes arrow-footer-move {
  0%   { bottom: 40px; }
  50%  { bottom: 60px; }
  100% { bottom: 40px; }
}
@keyframes arrow-footer-move {
  0%   { bottom: 40px; }
  50%  { bottom: 60px; }
  100% { bottom: 40px; }
}

/* ABOUT: */
.content{
    max-width: 1400px;
    margin: auto;
}
.about{
    background: #FFFFFF;
    overflow: hidden;
}
.about h1{
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
    color: #c8d72f;
    margin: 0px 0px 30px 0px;
    text-align: left;
}
.about1{
	position: absolute;
	width: 80%;
	height: 90%;
	top: 0px;
	left: 10%;
	padding-top: 85px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.about1-line{
	position: absolute;
	top: 93%;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}
.about1-line .line-width{
	width: 100%;
	margin: auto;
	position: relative;
}
.about1-line .line-width .line{
	position: absolute;
	width: 33%;
	height: 3px;
	top: -2px;
	left: 0px;
	background: #c9d72f;
	transition: left 0.2s ease-in-out;
	-webkit-transition: left 0.2s ease-in-out;
	-moz-transition: left 0.2s ease-in-out;
	-o-transition: left 0.2s ease-in-out;
}
.swiper-container{
	width: 100%;
	height: 100%;
    line-height: auto;
}
.swiper-slide{
    display: table;
}
.content-slide{
    display: table-cell;
    vertical-align: middle;
}
.about .about-top{
    font-size: 22px;
    font-weight: 300;
    color: #383838;
    line-height: 26px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 110px 100px 70px 100px;
    -webkit-transition: opacity .5s .2s;
    -moz-transition: opacity .5s .2s;
    transition: opacity .5s .2s;
}
.about .about-left, .about .about-right{
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 16px;
    line-height: 25px;
    color: #383838;
    text-align: justify;
}
.about .about-left{
    padding: 0px 12px 0px 100px;
    -webkit-transition: opacity .5s 0.6s;
    -moz-transition: opacity .5s 0.6s;
    transition: opacity .5s 0.6s;
}
.about .about-right{
    padding: 0px 100px 0px 12px;
    -webkit-transition: opacity .5s 0.8s;
    -moz-transition: opacity .5s 0.8s;
    transition: opacity .5s 0.8s;
}
.about .about-top, .about .about-left, .about .about-right{
    opacity: 0;
}
.about.visited .about-top, .about.visited .about-left, .about.visited .about-right{
    opacity: 1;
}
.ab1, .ab2, .ab3{
	font-size: 25px;
}

/* PROJECTS */
.project{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
	position: relative;
    top: 35%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.project > img, .project > span{
	display: block;
	margin: auto;
	text-align: center;
}
.project > a{
	color: #91c747;
	display: block;
	text-align: center;
}
.project span.title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}
.project span.info{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}
.project .proj-img{
	margin-bottom: 20px;
	max-height: 100px;
}
.proj-green-bg{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	background: #c9d72f;
	transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: all 0.4s ease-in-out 0.3s;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    opacity: 0;
    z-index: 300;
}
section.active .proj-green-bg{
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    opacity: 1;
}
.proj-saved-papers-counter{
	position: absolute;
	left: 50%;
	margin-left: -100px;
	bottom: 0px;
	z-index: 50;
	background-image: url('../img/saved-papres-counter.png');
	background-repeat: no-repeat;
	background-size: 200px;
	width: 200px;
	height: 304px;
	transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    opacity: 0;
    z-index: 350;
}
section.active .proj-saved-papers-counter{
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    opacity: 1;
}

.proj-saved-papers-counter strong{
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    display: block;
    position: absolute;
    top: 65px;
    width: 100%;
}
.proj-saved-papers-counter span{
    font-size: 22px;
	line-height: 22px;
	font-weight: 400;
	color: #c9d72f;
	text-align: center;
	display: block;
	margin: 106px auto 0px auto;
}
.saved-papers{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 200px;
	margin-top: -100px;
}
.saved-papers .paper1, .saved-papers .paper2, .saved-papers .paper3, .saved-papers .paper4, .saved-papers .paper5{
	position: absolute;
	width: 225px;
	height: 388px;
	background-size: 225px;
	background-image: url("../img/home-paper.png");
	background-repeat: no-repeat;
}
.saved-papers .paper1{
	 -ms-transform: scale(0.8); /* IE 9 */
    -webkit-transform: scale(0.8); /* Chrome, Safari, Opera */
    transform: scale(0.8);
	left: 50%;
	margin-left: -112px;
	bottom: 0px;
	z-index: 200;
}
.saved-papers .paper2{
	 -ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Chrome, Safari, Opera */
    transform: scale(0.6);
	left: 50%;
	margin-left: 7px;
	bottom: 8px;
	z-index: 180;
}
.saved-papers .paper3{
	 -ms-transform: scale(0.6); /* IE 9 */
    -webkit-transform: scale(0.6); /* Chrome, Safari, Opera */
    transform: scale(0.6);
	right: 50%;
	margin-right: 7px;
	bottom: 8px;
	z-index: 180;
}
.saved-papers .paper4{
	 -ms-transform: scale(0.4); /* IE 9 */
    -webkit-transform: scale(0.4); /* Chrome, Safari, Opera */
    transform: scale(0.4);
	left: 50%;
	margin-left: 90px;
	bottom: -2px;
	z-index: 160;
}
.saved-papers .paper5{
	 -ms-transform: scale(0.4); /* IE 9 */
    -webkit-transform: scale(0.4); /* Chrome, Safari, Opera */
    transform: scale(0.4);
	right: 50%;
	margin-right: 90px;
	bottom: -2px;
	z-index: 160;
}
.proj-saved-papers-counter.year-counter strong{
	top: 58px;
	font-size: 31px;
	color: #000000;
	text-decoration: none;
}
.proj-saved-papers-counter.year-counter span{
	margin-top: 97px;
	font-size: 26px;
	line-height: 26px;
}
.forest{
	background-image: url('../img/forest.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.forest .total-saved-trees{
	position: absolute;
	left: 50%;
	margin-left: -250px;
	margin-top: -250px;
	top: 50%;
	z-index: 50;
	background-image: url('../img/saved-papres-counter-final.png');
	background-repeat: no-repeat;
	background-size: 500px;
	width: 500px;
	height: 500px;
	transform: translateY(30%);
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -o-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -o-transition: all 0.5s ease-in-out 0.5s;
    opacity: 0;
    z-index: 350;
}
.forest.active .total-saved-trees{
	transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    opacity: 1;
}

.forest .total-saved-trees strong{
    font-size: 51px;
	top: 182px;
    font-weight: 800;
    color: #000000;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
}
.forest .total-saved-trees span{
	font-weight: 400;
	color: #c9d72f;
	text-align: center;
	display: block;
	font-size: 30px;
	margin-top: 253px;
	line-height: 29px;
}

/* TABLET LAYOUT */

@media only screen and (max-width: 1023px) {
	.home img.paper{
		width: 200px;
		margin-left: -100px;
		bottom: 140px;
	}
	.home-txt{
		bottom: 240px;
		height: 150px;
	}
	.home-txt .t1{
		margin-right: 120px;
	}
	.home-txt .t2{
		margin-left: 120px;
	}
	.home-txt .t1, .home-txt .t2{
		font-size: 35px;
		line-height: 31px;
	}
	.scroll-down-line{
		padding-bottom: 20px;
		padding-top: 40px;
	}
	.about h1{
		font-size: 45px;
	}
	.ab1, .ab2, .ab3{
		font-size: 21px;
	}
	.project{
		width: 60%;
		margin-left: auto;
		margin-right: auto;
		max-width: 450px;
		top: 40%;
	}
	.project span.title{
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	.project span.info {
		font-size: 24px;
		line-height: 28px;
		font-weight: 400;
		margin-bottom: 30px;
	}
	.project .proj-img{
		margin-bottom: 30px;
	}
	.proj-saved-papers-counter{
		margin-left: -100px;
		bottom: 0px;
		background-size: 200px;
		width: 200px;
		height: 304px;
	}
	.proj-green-bg{
		height: 200px;
	}
	.proj-saved-papers-counter strong{
		font-size: 32px;
		top: 65px;
	}
	.proj-saved-papers-counter span{
		font-size: 22px;
		line-height: 22px;
		margin: 106px auto 0px auto;
	}
	.proj-saved-papers-counter.year-counter strong{
		font-size: 31px;
		top: 58px;
	}
	.proj-saved-papers-counter.year-counter span{
		margin-top: 97px;
		font-size: 26px;
		line-height: 26px;
	}
	.saved-papers .paper1, .saved-papers .paper2, .saved-papers .paper3, .saved-papers .paper4, .saved-papers .paper5{
		width: 225px;
		height: 388px;
		background-size: 225px;
	}
	.saved-papers .paper1{
		margin-left: -112px;
	}
	.saved-papers .paper3, .saved-papers .paper2{
		bottom: 8px;
	}
	.saved-papers .paper4{
		margin-left: 90px;
	}
	.saved-papers .paper5{
		margin-right: 90px;
	}
	.forest .total-saved-trees{
		background-size: 500px;
		width: 500px;
		height: 500px;
		margin-left: -250px;
		margin-top: -250px;
	}
	.forest .total-saved-trees strong{
		font-size: 51px;
		top: 182px;
	}
	.forest .total-saved-trees span{
		font-size: 30px;
		margin-top: 253px;
		line-height: 29px;
	}
}


/* MOBILE WIDE LAYOUT: */

@media only screen and (max-width: 767px) {
	.home-txt .t1, .home-txt .t2{
		font-size: 25px;
		line-height: 23px;
		top: 36px;
	}
	.home-txt .t1{
		margin-right: 88px;
	}
	.home-txt .t2{
		margin-left: 88px;
	}
	.home-txt{
		height: 115px;
	}
	.scroll-down-line{
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.home img.paper{
		bottom: 135px;
	}
	.home-txt{
		bottom: 198px;
	}
	.home img.paper{
		width: 140px;
		margin-left: -70px;
	}
	.about h1{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.ab1, .ab2, .ab3{
		font-size: 14px;
		line-height: 20px;
	}
	.project{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.project span.title{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.project span.info {
		font-size: 20px;
		line-height: 24px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.project .proj-img{
		margin-bottom: 20px;
	}
	.proj-saved-papers-counter{
		margin-left: -85px;
		bottom: 0px;
		background-size: 170px;
		width: 170px;
		height: 240px;
	}
	.proj-green-bg{
		height: 149px;
	}
	.proj-saved-papers-counter strong{
		font-size: 27px;
		top: 57px;
	}
	.proj-saved-papers-counter span{
		font-size: 19px;
		line-height: 19px;
		margin: 94px auto 0px auto;
	}
	.proj-saved-papers-counter.year-counter strong{
		top: 56px;
		font-size: 28px;
	}
	.proj-saved-papers-counter.year-counter span{
		font-size: 20px;
		line-height: 22px;
		margin-top: 97px;
	}
	.saved-papers .paper1, .saved-papers .paper2, .saved-papers .paper3, .saved-papers .paper4, .saved-papers .paper5{
		width: 170px;
		height: 294px;
		background-size: 170px;
	}
	.saved-papers .paper1{
		margin-left: -85px;
	}
	.saved-papers .paper3, .saved-papers .paper2{
		bottom: 4px;
	}
	.saved-papers .paper4{
		margin-left: 70px;
	}
	.saved-papers .paper5{
		margin-right: 70px;
	}
	.forest .total-saved-trees{
		background-size: 400px;
		width: 400px;
		height: 400px;
		margin-left: -200px;
		margin-top: -200px;
	}
	.forest .total-saved-trees strong{
		font-size: 43px;
		top: 143px;
	}
	.forest .total-saved-trees span{
		font-size: 27px;
		margin-top: 200px;
		line-height: 22px;
	}
	
}

/* MOBILE NARROW LAYOUT: */

@media only screen and (max-width: 479px) {
	.scroll-down{
		width: 50px;
		height: 50px;
		background-size: 50px;
	}
	.scroll-down-line{
		height: 72px;
		padding-top: 40px;
	}
	.scroll-down-line a.lang{
		bottom: 25px;
		left: 15px;
		font-size: 12px;
	}
	.home img.paper{
		width: 100px;
		margin-left: -50px;
		bottom: 97px;
	}
	.home-txt {
		height: 78px;
		bottom: 150px;
	}
	.home-txt .t1 {
		margin-right: 60px;
	}
	.home-txt .t2 {
		margin-left: 60px;
	}
	.home-txt .t1, .home-txt .t2{
		font-size: 17px;
		line-height: 15px;
		top: 27px;
	}
	.about h1{
		font-size: 22px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.ab1, .ab2, .ab3{
		font-size: 11px;
		line-height: 13px;
	}
	header.menu{
		height: 70px;
	}
	header.menu img.logo{
		top: 14px;
		left: 15px;
		height: 45px;
		transition: left 0.3s linear;
		-moz-transition: left 0.3s linear;
		-webkit-transition: left 0.3s linear;
		-o-transition: left 0.3s linear;
	}
	header.menu img.logo.push-to-left{
		left: -190px;
	}
	header .menu{
		right: 15px;
		top: 24px;
	}
	.about1-line{
		top: 96%;
	}
	.slide1{
		font-size: 15px;
		line-height: 21px;
	}
	.slide2{
		font-size: 11px;
		line-height: 13px;
	}
	.slide3{
		font-size: 13px;
		line-height: 16px;
	}
	.project{
		width: 90%;
		top: 38%;
	}
	.project span.title{
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 6px;
	}
	.project span.info {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 6px;
	}
	.project .proj-img{
		margin-bottom: 0px;
	}
	.proj-saved-papers-counter{
		margin-left: -65px;
		bottom: -35px;
		background-size: 130px;
		width: 130px;
		height: 214px;
	}
	.proj-green-bg{
		height: 110px;
	}
	.proj-saved-papers-counter strong{
		font-size: 19px;
		top: 38px;
	}
	.proj-saved-papers-counter span{
		font-size: 15px;
		margin: 65px auto 0px auto;
		line-height: 15px;
	}
	.proj-saved-papers-counter.year-counter strong{
		top: 44px;
	font-size: 20px;
	}
	.proj-saved-papers-counter.year-counter span{
		margin-top: 71px;
		font-size: 15px;
		line-height: 15px;
	}
	.saved-papers .paper1, .saved-papers .paper2, .saved-papers .paper3, .saved-papers .paper4, .saved-papers .paper5{
		width: 112px;
		height: 194px;
		background-size: 112px;
	}
	.saved-papers .paper1{
		margin-left: -56px;
	}
	.saved-papers .paper3, .saved-papers .paper2{
		bottom: -2px;
	}
	.saved-papers .paper4{
		margin-left: 40px;
	}
	.saved-papers .paper5{
		margin-right: 40px;
	}
	.forest .total-saved-trees{
		background-size: 300px;
		width: 300px;
		height: 300px;
		margin-left: -150px;
		margin-top: -150px;
	}
	.forest .total-saved-trees strong{
		font-size: 31px;
		top: 113px;
	}
	.forest .total-saved-trees span{
		font-size: 19px;
		margin: 157px auto 0px auto;
		line-height: 15px;
	}
}

@media screen and (orientation:landscape) {
	.rotate{
		display: block;
	}
}