
	.sections img{
		display:block;
	}
	.section1{
		height:536px;
		z-index: 21;
		overflow: hidden;
		position:relative;

	}
	.section2{
		height:792px;
		overflow:hidden;
		z-index: 30;
	}
	.section3{

	}
	.section5{

	}
	.response_wrapper{
		margin-top:0;
	}

	.video_wrapper{
		position:absolute;
		z-index: 1;
		width:100%;
		height:100%;
		background:url(../img/rainbow.jpg);
		background-attachment: fixed;
		background-position:center top;
	}
	.p2_text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -800px;
    margin-top: -250px;
    
        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
    opacity:0;
	
				       -webkit-transform: translate3d(-40px,0, 0);
   -moz-transform:   translate3d(-40px,0, 0);
   -ms-transform:  translate3d(-40px,0, 0);
   transform:  translate3d(-40px,0, 0);
}

.kv{
	position:absolute;
	left:0;
	bottom:0;
	height:476px;
	z-index: 10;
}
.section2 img{
	display:block;
	position:absolute;

}
.s2_bear{
	left:100px;
	bottom:100px;
	        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}
.s2_rabbit{
	left:1600px;
	bottom:90px;
	        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}
.tree1{
	left:450px;
	bottom:20px;
	
}
.tree2{
	left:1900px;
	bottom:20px;
}
.s2_dog{
	left:1000px;
	bottom:20px;
	        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}
.s2_panda{
	left:3000px;
	bottom:30px;
	        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}
.s2_cat{
	left:2000px;
	bottom:0px;
	        		  transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}

.layer0{
	margin-left:0;
	position:absolute;
/* 	width:6000px; */
	height:792px;
}
.layer1{
	position:absolute;
/* 	width:6000px; */
	height:792px;
	margin-left:0px;
}
.layer2{
	position:absolute;
/* 	width:6000px; */
	height:792px;
	margin-left:0px;
}
.layer3{
margin-left:0;
	position:absolute;
/* 	width:6000px; */
	height:792px;
}
.layer4{
	position:absolute;
/* 	width:6000px; */
	height:792px;
	margin-left:0px;
}
.dir_left{
	position:absolute;
	z-index: 20;
	width:49%;
	height:100%;

	left:0;
	top:0;
}
.dir_right{
		position:absolute;
	z-index: 20;
	width:49%;
	height:100%;

	right:0;
	top:0;
}

.s2_bottom{
	position:absolute;
	bottom:-4px;
	left:0;
}


.active_section img{
/* 	opacity:1; */
/*
	transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
*/
}


.section2{
	background:url(../img/body_bg.jpg);
	padding-top:0px;
	z-index: 2;
}

	.ricoh-theta-iframe, .ricoh-theta-spherical-image{
	position:absolute;
	width:100%!important;
	height:960px!important;
	top:0px;	
	}
	
	
.section3_link_wrapper{
	display:block;
	width:100%;
	height:auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	margin-top:-90px;
}	
.section3_link{
	display:inline-block;
	width:145px;
	height:300px;
	overflow: hidden;
	position:relative;

		transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    margin-top:0;
    	transform:translate3d(0,0,0);
   	-webkit-transform:translate3d(0,0,0);
   	-moz-transform:translate3d(0,0,0); 
}
.section3_link:hover{
	transform:translate3d(0,-20px,0);
   	-webkit-transform:translate3d(0,-20px,0);
   	-moz-transform:translate3d(0,-20px,0); 
}
.section3_link a{
	text-decoration:none;

}

.section3_link a:hover .btn_hover{
/*
	transform:translate3d(0,-25px,0);
   	-webkit-transform:translate3d(0,-25px,0);
   	-moz-transform:translate3d(0,-25px,0); 
*/
}

.btn_hover{
	position:absolute;
		transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    opacity:1;
	

}

.section3_link_button{
	background:url(../img/button_pink.png);
	width:145px;
	height:148px;
	line-height:30px;
	padding-top:50px;
	color:#fff;
	text-align: center;
	text-decoration: none;
	margin-top:100px;
	
			transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
   font-weight:500; 
   font-size:22px;
   box-sizing: border-box;
   padding-left:35px;
   padding-right:35px; 
   

}
.section3_link a:hover .section3_link_button{

	color: rgb(26, 26, 26);
}

.section3_link2 .section3_link_button{
		background:url(../img/button_green.png);
}
.section3_link3 .section3_link_button{
		background:url(../img/button_orange.png);
}
.section3_link4 .section3_link_button{
		background:url(../img/button_bluegreen.png);
}
.section3_link5 .section3_link_button{
		background:url(../img/button_purple.png);
}

.news_title h3{
	font-size: 30px;

color: rgb(64, 62, 61);
font-weight: bold;
line-height: 40px;
width:100%;
text-align: center;
}

.news_photo_bg{
	display:block;
	position:relative;
		transform:scale3d(1,1,1);
	-webkit-transform:scale3d(1,1,1);
	-moz-transform:scale3d(1,1,1);
				transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s ease ;
    -o-transition:all .6s ease ;
}
.news_frame{
display:block;
position:absolute;
top:0;	
}
.news_thumb_text{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	margin-top:20px;
	box-sizing: border-box;
	padding-left:10px;
	padding-right:10px;
}
.news_thumb a{
	text-decoration: none;
	display:block;

}
.news_thumb_img_wrapper{
		width:299px;
	height:324px;
	overflow:hidden;
	display:block;
	position:relative;
}
.news_thumb_date{
	font-size: 14px;
	display:block;
	width:100%;
color: rgb(79, 79, 79);
line-height:20px;
text-align: center;
padding-bottom:5px;
}
.news_thumb_title{
	display:block;
	width:100%;
	font-size: 18px;
line-height: 28px;
font-weight:600;
color:#62967b;
text-align:center;
padding-bottom:5px;
}
.news_thumb_desc{
	font-size: 14px;
display:block;
width:100%;
text-align: center;
color:#62967b
}
.news_thumb{
	width:auto;
	display:block;
}
.news_thumb_block{
	width:299px;
	vertical-align: text-top;
}


.news_thumb_block:hover .news_photo_bg{
	transform:scale3d(1.1,1.1,1);
	-webkit-transform:scale3d(1.1,1.1,1);
	-moz-transform:scale3d(1.1,1.1,1);
}
.record_title h2{
	font-size: 45px;

color: rgb(156, 34, 36);
font-weight:600;
line-height: 55px;
text-align: center;
padding-bottom:15px;

box-sizing: border-box;
padding-left:20px;
padding-right:20px;
}
.response_line{
	opacity:1;
	padding-bottom:15px;
}
.record_info{
	display:block;
	width:100%;
	font-size: 20px;

color: rgb(0, 0, 0);
line-height:28px;
box-sizing: border-box;
padding-left:20px;
padding-right:20px;
text-align: center;

}

.rabbit_grass1{
	position:absolute;
	    margin-top: 240px;
    margin-left: 220px;
}
.rabbit_grass2{
    position: absolute;
    margin-top: 310px;
    z-index: 10;
    margin-left: -40px;
}
.rabbit_grass3{
    position: absolute;
    margin-top: 280px;
    z-index: 10;
    margin-left: 180px;
}


.call_title h2{
	font-size: 45px;

color: rgb(156, 34, 36);
font-weight:600;
line-height: 55px;
text-align: center;
padding-bottom:15px;

box-sizing: border-box;
padding-left:20px;
padding-right:20px;
}

.record_title h2, .call_title h2{
						transition:all .6s .3s ease ;
    -webkit-transition:all .6s .3s ease ;
    -moz-transition:all .6s  .3s ease ;
    -ms-transition:all .6s .3s ease ;
    -o-transition:all .6s .3s ease ;
    
opacity:0;
transform:translate3d(0,-10px,0);
-webkit-transform:translate3d(0,-10px,0);
-moz-transform:translate3d(0,-10px,0);	
    
}
.active_section .record_title h2, .active_section .call_title h2{
	opacity:1;
	transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);	
}

.response_line{
	opacity:1;
	padding-bottom:15px;
}
.call_info{
	display:block;
	width:100%;

line-height:40px;
box-sizing: border-box;
padding-left:20px;
padding-right:20px;
text-align: center;
	font-size: 24px;
font-weight:500;

color:#403e3d;
padding-bottom:15px;
}
.record_info, .call_info{
	transition:all .6s .5s ease ;
    -webkit-transition:all .6s .5s ease ;
    -moz-transition:all .6s  .5s ease ;
    -ms-transition:all .6s .5s ease ;
    -o-transition:all .6s .5s ease ;
    
opacity:0;
transform:translate3d(0,10px,0);
-webkit-transform:translate3d(0,10px,0);
-moz-transform:translate3d(0,10px,0);	
	
}
.active_section .record_info, .active_section .call_info, .active_section .call_text{
		opacity:1;
	transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);	
}

.call_text{
		display:block;
	width:100%;
	font-size: 20px;

color: rgb(0, 0, 0);
line-height:40px;
box-sizing: border-box;
padding-left:20px;
padding-right:20px;
text-align: center;
	font-size: 24px;
font-weight:300;

color:#403e3d;


	transition:all .6s .8s ease ;
    -webkit-transition:all .6s .8s ease ;
    -moz-transition:all .6s  .8s ease ;
    -ms-transition:all .6s .8s ease ;
    -o-transition:all .6s .8s ease ;
    
opacity:0;
transform:translate3d(0,10px,0);
-webkit-transform:translate3d(0,10px,0);
-moz-transform:translate3d(0,10px,0);	
}

.down_arrow{
	opacity:0;
	transform:scale3d(.8,.8,1) rotate(12deg);
	-webkit-transform:scale3d(.8,.8,1) rotate(12deg);
	-moz-transform:scale3d(.8,.8,1) rotate(12deg);
					transition:all .6s .2s ease ;
    -webkit-transition:all .6s .2s ease ;
    -moz-transition:all .6s  .2s ease ;
    -ms-transition:all .6s .2s ease ;
    -o-transition:all .6s .2s ease ;
}
.active_section .down_arrow{
	opacity:1;
		transform:scale3d(1,1,1) rotate(0deg);
	-webkit-transform:scale3d(1,1,1) rotate(0deg);
	-moz-transform:scale3d(1,1,1) rotate(0deg);
}

.section3_link_wrapper a{
opacity:0;
transform:translate3d(0,10px,0);
-webkit-transform:translate3d(0,10px,0);
-moz-transform:translate3d(0,10px,0);	
					transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;	
    display:block;
}
.btn_hover{
	margin-top:-100px;
}

.active_section .section3_link_wrapper a {
opacity:1;
transform:translate3d(0,0,0);
-webkit-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);	
}
.section3_link1 a{
					transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;	
}
.section3_link2 a{
					transition:all .6s .1s ease ;
    -webkit-transition:all .6s .1s ease ;
    -moz-transition:all .6s  .1s ease ;
    -ms-transition:all .6s .1s ease ;
    -o-transition:all .6s .1s ease ;	
}

.section3_link3 a{
						transition:all .6s .3s ease ;
    -webkit-transition:all .6s .3s ease ;
    -moz-transition:all .6s  .3s ease ;
    -ms-transition:all .6s .3s ease ;
    -o-transition:all .6s .3s ease ;
}

.section3_link4 a{
						transition:all .6s .4s ease ;
    -webkit-transition:all .6s .4s ease ;
    -moz-transition:all .6s  .4s ease ;
    -ms-transition:all .6s .4s ease ;
    -o-transition:all .6s .4s ease ;
}
.section3_link5 a{
						transition:all .6s .5s ease ;
    -webkit-transition:all .6s .5s ease ;
    -moz-transition:all .6s  .5s ease ;
    -ms-transition:all .6s .5s ease ;
    -o-transition:all .6s .5s ease ;
}





.section3{
	z-index: 30;
}
.donate_tree{
	position:absolute;
	left:50%;
	margin-left:-900px;
	top:-20px;
	
    transition: all .6s .5s ease;
    -webkit-transition: all .6s .5s ease;
    -moz-transition: all .6s .5s ease;
    -ms-transition: all .6s .5s ease;
    -o-transition: all .6s .5s ease;
    opacity: 0;
    transform: translate3d(-30px,0,0);
    -moz-transform: translate3d(-30px,0,0);
    -webkit-transform: translate3d(-30px,0,0);
    
}

.active_section .donate_tree, .active_section .timeline_fox, .active_section .donate_grass1,  .active_section .donate_grass2{
	opacity:1;
	    transform: translate3d(0,0,0) rotate(0deg);
    -moz-transform: translate3d(0,0,0) rotate(0deg);
    -webkit-transform: translate3d(0,0,0) rotate(0deg);
}

.timeline_fox{
    position: absolute;
    left: 50%;
    margin-left: 400px;
    margin-top: 50px;
    
        transition: all .6s .2s ease;
    -webkit-transition: all .6s .2s ease;
    -moz-transition: all .6s .2s ease;
    -ms-transition: all .6s .2s ease;
    -o-transition: all .6s .2s ease;
    opacity: 0;
    transform: translate3d(10px,0,0) rotate(2deg);
    -moz-transform: translate3d(10px,0,0) rotate(2deg);
    -webkit-transform: translate3d(10px,0,0) rotate(2deg);
    
}
.donate_grass1{
    position: absolute;
    left: 50%;
    margin-top: 370px;
    margin-left: 700px;
    
            transition: all .4s .6s ease;
    -webkit-transition: all .4s .6s ease;
    -moz-transition: all .4s .6s ease;
    -ms-transition: all .4s .6s ease;
    -o-transition: all .4s .6s ease;
       opacity: 0;
    transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0); 
	}
.donate_grass2{
    position: absolute;
    left: 50%;
    margin-top: 395px;
    margin-left: 400px;
    
                transition: all .4s .4s ease;
    -webkit-transition: all .4s .4s ease;
    -moz-transition: all .4s .4s ease;
    -ms-transition: all .4s .4s ease;
    -o-transition: all .4s .4s ease;
       opacity: 0;
    transform: translate3d(0,10px,0);
    -moz-transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
}




/* SECTION 4 */

.section4{
	height:auto;
	padding-bottom:200px;
}



.section4_text_wrapper{
	font-size: 24px;

color: rgb(79, 79, 79);
line-height:44px;
text-align: center;
width:100%;
box-sizing: border-box;
padding-left:20px;
padding-right:20px;
max-width:580px;
margin-left:auto;
margin-right:auto;
margin-top:60px;
position:relative;
}
.section4_text_wrapper p{
text-align: center;	
padding-bottom:20px;
}
.section4_text_wrapper p span{
	display:block;
	width:100%;
	position:relative;
}
.section4_text_wrapper p span{
	opacity:0;
	transform:translate3d(0,3px,0);
	-webkit-transform:translate3d(0,3px,0);
	-moz-transform:translate3d(0,3px,0);
}

.active_section .section4_text_wrapper p span{
	opacity:1;
	transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
}

.section4_text_wrapper .sentence1 span:nth-Child(1){
						transition:all .8s ease ;
    -webkit-transition:all .8s ease ;
    -moz-transition:all .8s  ease ;
    -ms-transition:all .8s  ease ;
    -o-transition:all .8s  ease ;
}
.section4_text_wrapper .sentence1  span:nth-Child(2){
						transition:all .8s .3s ease ;
    -webkit-transition:all .8s .3s ease ;
    -moz-transition:all .8s .3s ease ;
    -ms-transition:all .8s .3s ease ;
    -o-transition:all .8s .3s ease ;
}
.section4_text_wrapper .sentence1  span:nth-Child(3){
						transition:all .8s .6s ease ;
    -webkit-transition:all .8s .6s ease ;
    -moz-transition:all .8s .6s ease ;
    -ms-transition:all .8s .6s ease ;
    -o-transition:all .8s .6s ease ;
}
.section4_text_wrapper .sentence1  span:nth-Child(4){
						transition:all .8s .9s ease ;
    -webkit-transition:all .8s .9s ease ;
    -moz-transition:all .8s .9s ease ;
    -ms-transition:all .8s .9s ease ;
    -o-transition:all .8s .9s ease ;
}
.section4_text_wrapper .sentence2 span:nth-Child(1){
						transition:all .8s 1.2s ease ;
    -webkit-transition:all .8s 1.2s ease ;
    -moz-transition:all .8s 1.2s ease ;
    -ms-transition:all .8s 1.2s ease ;
    -o-transition:all .8s 1.2s ease ;
}
.section4_text_wrapper .sentence2  span:nth-Child(2){
						transition:all .8s 1.5s ease ;
    -webkit-transition:all .8s 1.5s ease ;
    -moz-transition:all .8s 1.5s ease ;
    -ms-transition:all .8s 1.5s ease ;
    -o-transition:all .8s 1.5s ease ;
}


@media screen and (max-width: 1000px) {
	
	.section4_text_wrapper{
		font-size:16px;
		line-height:30px;
	}
	
	.section4{
		padding-bottom:240px;
	}
	
		.donate_tree{
		    width: 200px;
    height: auto;
    margin-left: -150px;
    top: 250px;
	}
	.timeline_fox{
		width: 80px;
    height: auto;
    margin-left: 20px;
    top: 270px;
	}
}

/* SECTION 4 END */

/* SECTION 5 */


.section5{
	height:auto;
	overflow: hidden;
	padding-top:60px;
}
.section5_content_wrapper{
	width:100%;
	max-width:1150px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	height:auto;
	position:relative;
}
.section5_content{
	display:block;
	width:100%;
	height:auto;
}
.section5_content_inner_wrapper{
display: block;
    width: 100%;
    height: 550px;
}
.section5_content_left{
	
}
.section5 .section5_content_right, .section5-3 .section5_content_right, .section5-5 .section5_content_right{
	float:right;
	width:760px;
	height:auto;
	margin-left:-40px;
	position:absolute;
	right:0;
}


.section5-2 .section5_content_right, .section5-4 .section5_content_right{
	float:left;
	width:760px;
	height:auto;
		position:absolute;
	left:0;
}

.video_bg_wrapper{
    width: 788px;
    height: 569px;
    background: url(../img/video_bg.png);
    box-sizing: border-box;
    padding-top: 11%;
    padding-bottom: 12%;
    padding-left: 6.5%;
    padding-right: 6%;
    position: relative;
    background-size: 788px 500px;
    background-repeat: no-repeat;
    background-position: center;
}
.section5-2 .video_bg_wrapper{
	    background: url(../img/video_bg2.png);
	        background-size: 788px 500px;
    background-repeat: no-repeat;
    background-position: center;
}
.section5-3 .video_bg_wrapper{
	    background: url(../img/video_bg3.png);
	        background-size: 788px 500px;
    background-repeat: no-repeat;
    background-position: center;
}
.section5-4 .video_bg_wrapper{
	    background: url(../img/video_bg4.png);
	        background-size: 788px 500px;
    background-repeat: no-repeat;
    background-position: center;
}
.section5-5 .video_bg_wrapper{
	    background: url(../img/video_bg5.png);
	        background-size: 788px 500px;
    background-repeat: no-repeat;
    background-position: center;
}

.title_brush{
	position:absolute;
	display:block;
}
.donate_img{

	display:block;
	position:absolute;
}

.section5_content_left{
	
}

.section5-2 .section5_content_left, .section5-4 .section5_content_left{
	float:right;
	width:380px;
	position:relative;
}

.section5 .section5_content_left .title_brush, .section5-3 .section5_content_left .title_brush, .section5-5 .section5_content_left .title_brush{
	    margin-left: 180px;
    margin-top: 40px;
z-index: 10;
}
.section5 .section5_content_left .donate_img, .section5-3 .section5_content_left .donate_img, .section5-5 .section5_content_left .donate_img{
    margin-top: 60px;
    z-index: 1;
    margin-left: -40px;
	
}

.section5-2 .section5_content_left .title_brush, .section5-4 .section5_content_left .title_brush, .section5-6 .section5_content_left .title_brush{
	margin-left:80px;
	    margin-top: 20px;
	    z-index: 10;
}
.section5-2 .section5_content_left .donate_img, .section5-4 .section5_content_left .donate_img, .section5-6 .section5_content_left .donate_img{
    margin-top: 90px;
    z-index: 1;
    margin-left: -40px;
	
}

.inner_vid_wrapper{
width:100%;
height:100%;
background:#000;
}
.inner_vid_wrapper iframe{
	width:100%;
	height:100%;
}

.donate_text_wrapper{
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height:80px;
    position:relative;
}
.donate_text_wrapper p{
	font-size: 20px;

color: rgb(64, 62, 61);
line-height:36px;
text-align: center;
	}
.donate_btn{
	width:155px;
	height:147px;
	background:url(../img/doante_button.png);
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	cursor:pointer;
	background-size:cover!important;
	
							transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s  ease ;
    -o-transition:all .4s  ease ;	
    
    transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);
}	
.donate_btn:hover{
    transform:translate3d(0,-5px,0);
    -moz-transform:translate3d(0,-5px,0);
	-webkit-transform:translate3d(0,-5px,0);
}


.finger_icon{
    position: absolute;
    width: 80px;
    height: auto;
    margin-top: -10px;
    margin-left: -40px;
    left: 50%;
    }

.pre_donate_btn_wrapper{
	position:absolute;
	opacity:1;
	z-index: 10;
width:100%;
							transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;	

}
.post_donate_section .pre_donate_btn_wrapper{

	opacity:0;
	z-index: -999;
display:none;

}

.post_donate_btn_wrapper{
							transition:all .6s ease ;
    -webkit-transition:all .6s ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;		
    	opacity:0;
	z-index: -999;
	position:absolute;
	width:100%;
}
.post_donate_section .post_donate_btn_wrapper{

	opacity:1;
	z-index: 10;
	
								transition:all .6s .4s ease ;
    -webkit-transition:all .6s .4s ease ;
    -moz-transition:all .6s  .4s ease ;
    -ms-transition:all .6s .4s  ease ;
    -o-transition:all .6s  .4s ease ;	
}

.section5-2 .donate_btn{
	background:url(../img/doante_button1.png);
}
.section5-3 .donate_btn{
	background:url(../img/donate_burron2.png);	
}
.section5-4 .donate_btn{
	background:url(../img/doante_button3.png);	
}
.section5-5 .donate_btn{
	background:url(../img/donate_button4.png);	
}

.donate_btn span{
	display:block;
	box-sizing: border-box;
	font-size: 24px;
width:100%;
line-height:60px;
color: rgb(0, 0, 0);
font-weight:600;
text-align: center;
							transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s  ease ;
    -o-transition:all .4s  ease ;
}
.donate_btn:hover span{
	color:#fff;
}

.donate_extra_text_wrapper{
	width:100%;
	margin-top:20px;
}
.donate_extra_text_wrapper p{
	font-size: 26px;
padding-top:20px;
color: rgb(240, 141, 191);
font-weight:400;
line-height:34px;
text-align: center;

						transition:all 1s ease ;
    -webkit-transition:all 1s ease ;
    -moz-transition:all 1s  ease ;
    -ms-transition:all 1s ease ;
    -o-transition:all 1s ease ;
}

.section5-2 .donate_extra_text_wrapper p{
	    color: rgb(185, 189, 144);
}
.section5-3 .donate_extra_text_wrapper p{
	color: rgb(236, 135, 74);
}
.section5-4 .donate_extra_text_wrapper p{
	color: rgb(78, 183, 180);
}
.section5-5 .donate_extra_text_wrapper p{
	color: rgb(201, 85, 123);
}

.post_donate_section .donate_extra_text_wrapper p{
	color: rgb(172, 36, 40)!important;
}

.post_slide_anim_wrapper{
position:absolute;
top:0;
margin-left:50px;
opacity:0;
display:none;	
}

.section5-2 .post_slide_anim_wrapper, .section5-4 .post_slide_anim_wrapper{
	margin-left:-50px;
}

.postdonate_text_wrapper{
	position:absolute;
	opacity:0;	
						transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    z-index: -999;
    
    transform:translate3d(0,5px,0);
    -webkit-transform:translate3d(0,5px,0);
    -moz-transform:translate3d(0,5px,0);
}
.post_donate_section .postdonate_text_wrapper{
	opacity:1;
	position:relative;
	z-index: 10;
	    transform:translate3d(0,0px,0);
    -webkit-transform:translate3d(0,0px,0);
    -moz-transform:translate3d(0,0px,0);
    
    transition:all .6s .2s ease ;
    -webkit-transition:all .6s .2s ease ;
    -moz-transition:all .6s .2s  ease ;
    -ms-transition:all .6s .2s ease ;
    -o-transition:all .6s .2s ease ;
}
.predonate_text_wrapper{
		position:relative;
	opacity:1;	
						transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
    	z-index: 10;
}
.post_donate_section .predonate_text_wrapper{
	opacity:0;
	position:absolute;
z-index: -999;
}

#iframe_player1_2{
	opacity:0;
	
					transition:all .4s ease ;
    -webkit-transition:all .4s ease ;
    -moz-transition:all .4s  ease ;
    -ms-transition:all .4s ease ;
    -o-transition:all .4s ease ;
}
.donate_heart{
	position:relative;
	display:block;
	   -webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
    animation: mymove 1s infinite;
		   -moz-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
		   margin-left:auto;
		   margin-right:auto;
}
.post_donate_btn_wrapper a{
	position:relative;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.donate_btns_wrapper{
	position: relative;
	width:100%;
	height:150px;
}
.post_donate_btn_wrapper{
	position:absolute;
	top:0;
	width:100%;
	z-index: -999;
	opacity:0;
	margin-top:15px;
}

.section5-2 .section5_content_right, .section5-4 .section5_content_right{
						transition:all .6s .2s ease ;
    -webkit-transition:all .6s  .2s ease ;
    -moz-transition:all .6s  .2s ease ;
    -ms-transition:all .6s  .2s ease ;
    -o-transition:all .6s  .2s ease ;
    opacity:0;
    transform:translateX(-50px);
    -webkit-transform:translateX(-50px);
    -moz-transform:translateX(-50px);
}

.section5 .section5_content_right, .section5-3 .section5_content_right , .section5-5 .section5_content_right{
						transition:all .6s  .2s ease ;
    -webkit-transition:all .6s  .2s ease ;
    -moz-transition:all .6s   .2s ease ;
    -ms-transition:all .6s .2s  ease ;
    -o-transition:all .6s  .2s ease ;
    opacity:0;
    transform:translateX(50px);
    -webkit-transform:translateX(50px);
    -moz-transform:translateX(50px);
}

.active_section .section5_content_right{
	opacity:1;
	    transform:translateX(0);
    -webkit-transform:translateX(0);   
    -moz-transform:translateX(0); 
}


.title_brush{
	opacity:0;
							transition:all .6s .3s ease ;
    -webkit-transition:all .6s .3s ease ;
    -moz-transition:all .6s .3s ease ;
    -ms-transition:all .6s .3s ease ;
    -o-transition:all .6s .3s ease ;

	
}
.active_section .title_brush{
	opacity:1;
}

.donate_img{
		opacity:0;
							transition:all .6s ease ;
    -webkit-transition:all .6s  ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s ease ;
	    transform:translateX(-150px) rotate(0deg);
    -webkit-transform:translateX(-150px) rotate(0deg);
    -moz-transform:translateX(-150px) rotate(0deg);
	
}

.section5-2 .donate_img, .section5-4 .donate_img{
		    transform:translateX(150px) rotate(0deg);
    -webkit-transform:translateX(150px) rotate(0deg);
    -moz-transform:translateX(150px) rotate(0deg);
}

.active_section .donate_img{
		    transform:translateX(0px) rotate(0deg);
    -webkit-transform:translateX(0px) rotate(0deg);
    -moz-transform:translateX(0px) rotate(0deg);
	opacity:1;
}

.donate_text_wrapper{
	opacity:0;
	transform:translate3d(0,10px,0);
	-webkit-transform:translate3d(0,10px,0);	
	-moz-transform:translate3d(0,10px,0);	
	transition:all .6s 1s ease ;
    -webkit-transition:all .6s 1s ease ;
    -moz-transition:all .6s 1s ease ;
    -ms-transition:all .6s 1s ease ;
    -o-transition:all .6s 1s ease ;
}
.active_section .donate_text_wrapper{
	opacity:1;
		transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);	
	-moz-transform:translate3d(0,0,0);	
}

.donate_btns_wrapper{
	opacity:0;
	transform:scale3d(.8,.8, 1);
	-webkit-transform:scale3d(.8,.8, 1);
	-moz-transform:scale3d(.8,.8, 1);
		transition:all .6s 1.4s ease ;
    -webkit-transition:all .6s 1.4s ease ;
    -moz-transition:all .6s 1.4s ease ;
    -ms-transition:all .6s 1.4s ease ;
    -o-transition:all .6s 1.4s ease ;
}
.active_section .donate_btns_wrapper{
	opacity:1;
		transform:scale3d(1,1,1);
	-webkit-transform:scale3d(1,1,1);
	-moz-transform:scale3d(1,1,1);
	
}
.donate_extra_text_wrapper{
	opacity:0;	
			transition:all .6s 2s ease ;
    -webkit-transition:all .6s 2s ease ;
    -moz-transition:all .6s 2s ease ;
    -ms-transition:all .6s 2s ease ;
    -o-transition:all .6s 2s ease ;
}
.active_section .donate_extra_text_wrapper{
	opacity:1;
}
.video_section_arrow{
	    opacity: 0;
    transform: scale3d(.8,.8,1) rotate(12deg);
    -webkit-transform: scale3d(.8,.8,1) rotate(12deg);
    -moz-transform: scale3d(.8,.8,1) rotate(12deg);
    transition: all .6s 2.6s ease;
    -webkit-transition:  all .6s 2.6s ease;
    -moz-transition: all .6s 2.6s ease;
    -ms-transition: all .6s 2.6s ease;
    -o-transition:  all .6s 2.6s ease;
}
.section5-2 .video_section_arrow, .section5-4 .video_section_arrow{
	    transform: scale3d(.8,.8,1) rotate(-12deg);
    -webkit-transform: scale3d(.8,.8,1) rotate(-12deg);
    -moz-transform: scale3d(.8,.8,1) rotate(-12deg);
}

.active_section .video_section_arrow{
		    opacity: 1;
    transform: scale3d(1,1,1) rotate(0deg)!important;
    -webkit-transform: scale3d(1,1,1) rotate(0deg)!important;
    -moz-transform: scale3d(1,1,1) rotate(0deg)!important;
}

.donate_grass3{
		opacity:0;	
			transition:all .6s 2s ease ;
    -webkit-transition:all .6s 2s ease ;
    -moz-transition:all .6s 2s ease ;
    -ms-transition:all .6s 2s ease ;
    -o-transition:all .6s 2s ease ;
    
    		transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);	
	-moz-transform:translate3d(0,5px,0);	
}
.active_section .donate_grass3, .active_section .donate_grass4{
	opacity:1;
		transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);	
	-moz-transform:translate3d(0,0,0);
}
.donate_grass4{
			opacity:0;	
			transition:all .6s 1.9s ease ;
    -webkit-transition:all .6s 1.9s ease ;
    -moz-transition:all .6s 1.9s ease ;
    -ms-transition:all .6s 1.9s ease ;
    -o-transition:all .6s 1.9s ease ;
    
    		transform:translate3d(0,5px,0);
	-webkit-transform:translate3d(0,5px,0);	
	-moz-transform:translate3d(0,5px,0);	
}
.donate_tree1_2, .donate_tree1_4{
		opacity:0;
	transform:translate3d(40px,0,0);
	-webkit-transform:translate3d(40px,0,0);	
	-moz-transform:translate3d(40px,0,0);	
	transition:all .6s 1s ease ;
    -webkit-transition:all .6s 1s ease ;
    -moz-transition:all .6s 1s ease ;
    -ms-transition:all .6s 1s ease ;
    -o-transition:all .6s 1s ease ;
}
.active_section .donate_tree1_2, .active_section .donate_tree1_3, .active_section .donate_grass4_3, .active_section .donate_grass7, .active_section .donate_tree1_4{
		opacity:1;
		transform:translate3d(0,0,0);
	-webkit-transform:translate3d(0,0,0);	
	-moz-transform:translate3d(0,0,0);
}
.donate_tree1_3{
			opacity:0;
	transform:translate3d(-40px,0,0);
	-webkit-transform:translate3d(-40px,0,0);	
	-moz-transform:translate3d(-40px,0,0);	
	transition:all .6s .8s ease ;
    -webkit-transition:all .6s .8s ease ;
    -moz-transition:all .6s .8s ease ;
    -ms-transition:all .6s .8s ease ;
    -o-transition:all .6s .8s ease ;
}
.donate_grass4_3 {
    opacity: 0;
    transition: all .6s 2s ease;
    -webkit-transition: all .6s 2s ease;
    -moz-transition: all .6s 2s ease;
    -ms-transition: all .6s 2s ease;
    -o-transition: all .6s 2s ease;
    transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
}
.donate_grass7{
    opacity: 0;
    transition: all .6s 2.2s ease;
    -webkit-transition: all .6s 2.2s ease;
    -moz-transition: all .6s 2.2s ease;
    -ms-transition: all .6s 2.2s ease;
    -o-transition: all .6s 2.2s ease;
    transform: translate3d(0,5px,0);
    -webkit-transform: translate3d(0,5px,0);
    -moz-transform: translate3d(0,5px,0);
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% {
	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
    50%{
	    transform:scale3d(1.05,1.05,1);
	    -moz-transform:scale3d(1.05,1.05,1);
	    -webkit-transform:scale3d(1.05,1.05,1);
    }
    100%{
	    	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
}

@keyframes mymove {
    0% {
	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
    50%{
	    transform:scale3d(1.05,1.05,1);
	    -moz-transform:scale3d(1.05,1.05,1);
	    -webkit-transform:scale3d(1.05,1.05,1);
    }
    100%{
	    	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
}

@-moz-keyframes mymove {
    0% {
	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
    50%{
	    transform:scale3d(1.1,1.1,1);
	    -moz-transform:scale3d(1.1,1.1,1);
	    -webkit-transform:scale3d(1.1,1.1,1);
    }
    100%{
	    	    	    transform:scale3d(1,1,1);
	    -moz-transform:scale3d(1,1,1);
	    -webkit-transform:scale3d(1,1,1);
    }
}


.video_section_arrow{
	display:block;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
}
.video_section{
	padding-bottom:100px;
	
}

.donate_grass3{
    position: absolute;
    left: 50%;
    margin-left: -500px;
    margin-top: -300px;
}

.donate_grass4{
	position:absolute;
	left:50%;
	margin-left:-700px;
	margin-top:-100px;
}

.donate_tree1_2{
    position: absolute;
    left: 50%;
    margin-left: 700px;
    margin-top: -600px;
	
}

.donate_tree1_3{
    position: absolute;
    left: 50%;
    margin-left: -1600px;
    margin-top: -800px;
	
}
.donate_grass7{
	position:absolute;
	left:50%;
	margin-left:-200px;
	margin-top:-80px;
}
.donate_grass4_3{
position:absolute;	
left:50%;
margin-left:100px;
margin-top:0px;
}

.donate_tree1_4{
	    position: absolute;
    left: 50%;
    margin-left: 740px;
    margin-top: -600px;
}


@media screen and (max-width: 1280px) {
	
	.donate_img{
	width:auto;
	height:400px;	
	}
	.section5-4 .section5_content_left .donate_img{
		margin-left:20px;
	}
	.section5-3 .section5_content_left .donate_img{
		margin-top:90px;
		margin-left:0px;
	}
	.section5 .section5_content_left .donate_img{
		margin-top:90px;
	}
	.section5-5 .section5_content_left .donate_img{
		margin-top:100px;
	}
}

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

	.title_brush{
    position: relative;
    display: block;
    width: 150px;
    height: auto;
    position: absolute;
    top: 2px;
    z-index: 50;
    left: 50%!important;
    margin-left: -70px!important;
	}
	.donate_img{
position: absolute;
    display: block;
    width: 280px;
    height: auto;
    left: 50%;
    margin-top: 44px!important;
    z-index: -3!important;
    margin-left: -154px!important;
		
	}
	 .section5_content_right, .section5_content_left{
		width:100%!important;
		position:relative!important;
		clear:both!important;
		display:block!important;
		overflow: hidden!important;
		box-sizing: border-box;

	}
	.section5_content_left{
    position: absolute!important;
    top: -44px;
    height: 280px!important;

	}
	.section5_content_right{

margin-top: 230px;

	}
	.post_donate_section	.section5_content_right{
/* 		    padding-bottom:56%;  */
		}
	
	.section5_content_inner_wrapper{
		height:auto;
		display:block;
		clear:both;
		overflow:hidden;
	}
	.slide_anim_wrapper{

	width:100%;
	padding-bottom:56%;	
display:block!important;
	position:relative;
	}
	.post_slide_anim_wrapper{
	width:100%;
	padding-bottom:56%;	
/* margin-left:0!important; */

	}
	.post_donate_section .slide_anim_wrapper{
		z-index: -999;
	}
	.post_donate_section .post_slide_anim_wrapper{
/* 		position:relative; */
	}
	.post_donate_section .post_slide_anim_wrapper{
		display:block!important;
	}

	.video_bg_wrapper{
		position:absolute!important;
		width:100%!important;
		height:100%!important;
		background-size:cover!important;
		    padding-top: 3.5%!important;
    padding-bottom: 3%!important;
    padding-left: 6%!important;
    padding-right: 6%!important;
	}
	
	.donate_text_wrapper{
		box-sizing: border-box;
		padding-left:20px;
		padding-right:20px;
		width:100%;
		padding-top:20px;
		max-width:540px;
	}
	.donate_text_wrapper p, .donate_text_wrapper p{
		font-size:15px;
		line-height:30px;
	}
	.donate_btn span{
		font-size:18px;
	}
	.donate_btn{
		width:100px;
		height:100px;
		background-size:contain!important;
		background-repeat: no-repeat!important;
		
	}
	.donate_btn span{
		line-height: 50px;
	}

	.finger_icon{
		width: 50px;
		margin-left: -25px;
		left: 50%;
		margin-top: -16px;

	}

	.donate_extra_text_wrapper p{
		font-size:20px!important;
	}
	.donate_btns_wrapper{
		height:100px;
	}
	.donate_heart{
	height:100px;
	width:auto;
	display:block;	
	}
	.post_slide_anim_wrapper{
		display:block;
		z-index: -999;
	}
	.section5-3 .section5_content_left .donate_img{
		    width: 200px;
    margin-top: 80px!important;
    margin-left: -100px!important;
	}
	.section5-4 .section5_content_left .donate_img{
				    width: 180px;
    margin-top: 60px!important;
    margin-left: -90px!important;
	}
		.section5-5 .section5_content_left .donate_img{
		    width: 240px;
    margin-top: 60px!important;
    margin-left: -120px!important;
	}
	

	
}


/* SECTION 5 END */



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

.news_wrapper{
    width: 100%;
    max-width: 675px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}	
	
	
	
	
	
}


.mobile_link_wrapper{
       background: url(../img/bggrass_mobile.png);
    background-size: auto 100%;
    background-position: center bottom;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    box-sizing: border-box;
    padding-bottom: 60px;
    display:none;
}
.mobile_link_a_wrapper{
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    position: relative;
}
.mobile_link_a{
display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    width: 32%;
    position: relative;
    height: auto;
    box-sizing: border-box;
}
.mobile_link_a img{
	width:100%;
	height:auto;
	display:block;
}
.call_text span{
	display:block;
	width:100%;
}
.section3{
	z-index: 10;
}

@media screen and (max-width: 1000px) {
	.section3_link_wrapper{
		display:none;
	}
	
	.section3{
		z-index: 30;
	}
	.news_title{
	padding-top:20px;
	padding-bottom:40px;
}
	
.news_thumb_block{
	padding-bottom:40px;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	
}
.news_thumb_img_wrapper{
	margin-left:auto;
	margin-right:auto;
}
.news_photo_bg{
	transform:scale3d(1,1,1)!important;
	-moz-transform:scale3d(1,1,1)!important;
	-webkit-transform:scale3d(1,1,1)!important;
}
.record_title, .call_title{
	padding-top:20px;
}
.record_title h2, .call_title h2{
	font-size:20px;
	line-height:36px;
}
.record_info, .call_info{
	    font-size: 16px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
	line-height:28px;
}

.call_text{
    font-size: 14px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
    padding-bottom: 60px;
    text-align: left;
}

.response_line{
	width:280px;
	height:auto;
}
.section4_content_left{
	display:none;
}

.footer_heart {

    width: 350px;
    height: auto;
    margin-top: 0px!important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.response_wrapper{
	width:100%;
	height:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.section7{
	margin-top:-20px;
}
.record_icon{
	width:60px;
	height:auto;
	padding-right:10px;
}
.section4_content_li{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
.section4_li_text_top {
    font-size: 15px;
    color: #ad0808;
    font-weight: 400;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    padding-top: 5px;
}
.section4_content_ul{
	display:block;
	width:100%;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
	max-width:300px;
}
.section4_content, .section4_content_right{
	width:100%;
}

.section4_li_text_bottom {
width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 5px;
    clear: both;
    display: block;
    overflow: hidden;
    padding-bottom: 30px;
}
.section4_li_text_bottom_count {
    font-size: 24px;
    font-weight: 200;
    float: left;
}
.section4_li_text_bottom_text {
    font-size: 18px;
    float: left;
    box-sizing: border-box;
    padding-top: 4px;
    padding-left: 5px;
    font-weight: 400;
}
.call_text span{
	display:none;
}
.mobile_link_wrapper{
	display:block;
}
.section3{
	margin-top:-100px;
	    background: #fcf8ee;
}
.down_arrow{
	width:80px;
	height:auto;
}
.news_title h3{
	font-size:24px;
	line-height: 38px;
}
	
}
@media screen and (max-width: 690px) {
	
	.news_thumb_block{
		width:50%;
		height:auto;
		padding-left:0;
		padding-right:0;
		    display: block;
    float: left;
	}
	.news_thumb_img_wrapper{
		width:100%;
		height:auto;
	}
	.news_photo_bg{
		width:100%;
		height:auto;
		display:block;
	}
	.news_frame{
		width:101%;
		height:101%;
	}
	.call_text span{
	display:none;
	width:100%;
	
}

}

@media screen and (max-width: 480px) {
	
	.news_thumb_block{
		width:100%;
		padding-left:0px;
		padding-right:0px;
		float:none;
	}
	.news_thumb_block{
	padding-bottom:40px;
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
	
}

@media screen and (min-width: 1920px) {
	.fix_btn{
		right:auto;
		left:50%;
		margin-left:820px;
	}
}



@media screen and (max-width: 1000px) {
	.nav_wrapper {
    width: 100%;
    height: 250px!important;
    position: absolute;
    bottom: 100px;
     background: url(../img/top_wave_m.png);
    background-size: 1000px auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: 99;
    /* padding-bottom: 150px; */
    padding-bottom: 0px;
}

.index_logo{
	margin-top:0px;
}

	}
	
.footer_heart{
	opacity:0;
		transition:all .6s ease ;
    -webkit-transition:all .6s  ease ;
    -moz-transition:all .6s  ease ;
    -ms-transition:all .6s  ease ;
    -o-transition:all .6s  ease ;
	transform:translate3d(0,20px, 0);
	-webkit-transform:translate3d(0,20px, 0);
	-moz-transform:translate3d(0,20px, 0);	
}
.active_section .footer_heart{
	opacity:1;
		transform:translate3d(0,0, 0);
	-webkit-transform:translate3d(0,0, 0);
	-moz-transform:translate3d(0,0, 0);
}	

.post_donate_section .pre_donate_text_span{
	display:none;
}
.post_donate_text_span{
	display:none;
}
.post_donate_section .post_donate_text_span{
	display:block;
}
