/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	scroll-behavior: smooth;
}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*fonts*/
@font-face {
	font-family: 'aller-bold';
	src: url("css/aller-bold.ttf");
	font-weight: bold;
}

@font-face {
	font-family: 'aller-light';
	src: url("css/aller-light.ttf");
	font-weight: lighter;
}


/*atribute */
img {
	border:0;
	padding:0;
	margin:0;
	}

	
a{
	border:0;
	text-decoration:none;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}



/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}


	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.8);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}


	

@media only screen and (min-width: 300px) {
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	

/*
		[BACKGROUND]
						 */
	.bg-white{
		position: relative;
		z-index: 33;
		background: #fff;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #464b54;
		z-index: 44;
		padding: 0;
		height: auto;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 33;
		padding: 0;
	}
	
	.bg-section{
		z-index: 11;
		position: relative;
		top: 0;
	}
			

	
/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		z-index: 88
	}	 
	
	a.logo img{ 
		width: 295px;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 25px 0 10px!important;
		font-weight: bold;
		padding: 0!important;
	}	
	
	
		
	/*sub-menu*/
	.sub-menu{
		float: right;
		width: 0;
		margin: 0;
		text-align: center;
	}
		
	.sub-menu a{
		float: left;
		width: 0;
		margin: 0;
		position: relative;
		z-index: 22;
	}
		
	.sub-menu a span{
		float: left;
		width: 0;
		text-align: center;
		margin: 0
	}
		
	.sub-menu a span img{
		width: 0;
		position: relative;
		top: 0
	}
		
	.sub-menu a p{
		font-size: 0;
		color: #fff;
		line-height: 1;
		font-weight: 400;
		width: 0;
		float: left;
		text-align: left;
		position: relative;
		top: 0;
		margin: 0;
		font-family: 'aller-light', sans-serif;
	}
	
	.sub-menu a p strong{
		font-family: 'aller-bold', sans-serif;
		border-bottom: 0;
	}
	
		
	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 250px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 250px!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide p{
		font-size: 30px;
		color: #fefefe;
		font-weight: normal;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
		margin: 65px 0 0;
		width: 100%;
		float: left;
		font-family: 'aller-light', sans-serif;
	}	
				
	#layerslider .ls-slide p strong{
		font-family: 'aller-bold', sans-serif;
		color: #87c094;
		font-size: 35px;
	}	
				
	#layerslider .ls-slide a{
		margin: 15px 0 0!important;
		width: 100%;
		float: left;
	}	
				
	#layerslider .ls-slide a img{
		height: 30px!important
	}	
				
	
	
/*
		[ARTICLE]
						 */		
	
	/*about*/	
	.about{
		float: right;
		width: 100%;
		margin: 0 0 50px;
	}	
	
	.about h1{
		float: left;
		width: 100%;
		text-align: center;
		border-right: 0;
		font-size: 40px;
		font-family: 'aller-light', sans-serif;
		color: #464b54;
		line-height: 1;
		padding: 0;
		margin: 100px 0 0
	}
		
	.about h1 strong{
		font-size: 45px;
		font-family: 'aller-bold', sans-serif;
	}
		
	.about h1 span{
		float: left;
		width: 100%;
		margin: 15px 40px 15px 0;
	}
		
	.about h1 span img{
		width: auto;
	}
		
	.about p{
		color: #464b54;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 19px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 50px 0 45px;
		font-weight: normal;
	}
	
	.about ul{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	.about ul li{
		float: left;
		width: 48%;
		margin: 0 1% 40px;
		text-align: center;
	}
	
	.about ul li img{
		height: 75px
	}
	
	.about ul li p{
		line-height: 1.2;
		font-size: 19px;
		margin: 15px 0 0;
		font-family: 'aller-light', sans-serif;
		text-align: center
	}
	
	.about ul li p strong{
		font-size: 20px;
		color: #87c094;
		font-family: 'aller-bold', sans-serif;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 0 0 0;
		text-align: center;
		position: relative;
	}
		
	aside img{
		width: 290px;
	}
		
	
	
	
	
	/*gallery*/
	ul.gallery{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	ul.gallery h2{
		color: #81b68e;
		width: 100%;
		margin: 50px 0 10px;
		font-size: 45px;
		font-family: 'aller-bold', sans-serif;
		line-height: 1;
		border-top:  3px solid #ededed;
		padding: 80px 0 0
	}
	
	ul.gallery p{
		font-size: 16px;
		color: #464b54;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.gallery li{
		float: left;
		width: 50%;
		margin: 15px 0;
	}
	
	ul.gallery li img{
		width: auto
	}
	
	ul.gallery li img:hover{
		opacity: 0.8;
	}
	
	ul.gallery a.more {
		float: left;
		width: 100%;
		margin: -50px 0 -50px;
		text-align: center;
	}

	
	
	
	/*services*/		
	ul.services{
		float: left;
		width: 100%;
		margin: 110px 0 90px;
		list-style: none;
	}
	
	
	ul.services li{
		float: left;
		width: 90%;
		margin: 0 5% 50px;
		text-align: center;
	}
		
	ul.services li h3{
		color: #474747;
		width: 100%;
		margin: 25px 0;
		font-size: 30px;
		font-family: 'aller-light', sans-serif;
		line-height: 1;
	}
	
	ul.services li h3 strong{
		font-family: 'aller-bold', sans-serif;
	}
		
	ul.services li a{
		border-bottom: 1px solid #81b68e;
		font-family: 'aller-bold', sans-serif;
		font-size: 16px;
		color: #81b68e;
		padding: 5px
	}
	
	ul.services li :hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(0.98);
	}
		
	
	
	/*phone*/
	.phone{
		float: left;
		width: 100%;
		text-align: center;
		margin: 120px 0;
		color: #fff;
	}
	
	.phone p{
		font-family: 'aller-light', sans-serif;
		font-size: 25px;
		line-height: 1;
		width: 100%;
		margin: 0 0 60px
	}
	
	.phone p strong{
		font-family: 'aller-bold', sans-serif;
		font-size: 25px;
	}
	
	.phone span{
		border: 3px solid #fff;
		border-radius: 50px;
		padding: 35px 45px 20px;
		background-color: transparent;
	}
	
	.phone span:hover{
		border: 3px solid #464b54;
		background-color: #464b54;
		transition: 1s;
		opacity: 1
	}
	
	.phone span a{
		font-size: 26px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: bold;
		text-align: center;
	}
	
	.phone span a img{
		top: 3px;
		left: 5px;
		position: relative;
		width: auto;
	}
	
	
	
	

	
/*
		[FOOTER]
						 */
	
	/*row*/
	.row{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		text-align: center;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.max-width{
		width: 100%!important
	}
	
	.row h3{
		float: left;
		width: 100%;
		margin: 0 0 30px;
		color: #97c1a6;
		font-size: 23px;
		line-height: 1;
		font-weight: bold;
	}
	
	.row a{
		float: left;
		width: 100%;
		margin: 0 0 15px;
		color: #ffffff;
		font-size: 17px;
		line-height: 1;
		font-weight: normal;
	}
	
	.row a strong{
		font-weight: bold;
		color: #97c1a6;
	}
	
	.row a.column{
		width: 100%
	}
	
	.map{
		width: 100%;
		height: 150px;
		float: left;
		border: 0;
	}
	
	
	
	/*sub-footer*/
	.sub-footer{
		float: left;
		width: 80%;
		margin: 65px 10% 80px;
		font-family: 'aller-light', sans-serif;
		font-size: 16px;
		text-align: center
	}
	
	.sub-footer a{
		float: left;
		width: 100%;
		text-align: center;
		color: #fff;
		margin: 0 0 15px
	}
	
	a.pos-right{
		float: left;
		text-align: center;
		font-family: 'aller-bold', sans-serif;
	}
	
	a.pos-right img{
		float: left;
		position: relative;
		left: 5px;
		top: -0px;
		width: 25px;
		text-align: center
	}
	
	.sub-footer img{
		float: left;
		position: relative;
		left: 5px;
		top: -5px;
		width: 25px;
		text-align: center
	}
	
	
	/*ans*/
	.ans{
		float: left;
		width: 80%;
		text-align: center;
		font-size: 12px;
		color: #343434;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 50px 10%;
		letter-spacing: 1px;  
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	
	.ans a{
		color: #343434;
	}
	
	
	
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
		
	
}









@media only screen and (min-width: 603px) {	
	
	/*logo*/
	a.logo img{ 
		width: 350px;
	}	

	/*layerslider*/
	#layerslider{
		height: 350px!important;
	}
	
	#layerslider img{
		height: 350px!important;
	}
	
	#layerslider .ls-slide .banner{
		margin: 15px 0 0!important;
	}
	
	#layerslider .ls-slide p{
		font-size: 30px;
		margin: 100px 0 0;
	}	
				
	#layerslider .ls-slide p strong{
		font-size: 30px;
	}	
								
	#layerslider .ls-slide a img{
		height: 40px!important
	}	
					
	
	/*about*/	
	.about h1{
		font-size: 50px;
		margin: 60px 0 0
	}
		
	.about h1 strong{
		font-size: 60px;
	}
				
	.about p{
		font-size: 22px;
	}
		
	.about ul li{
		width: 23%;
		margin: 0 1% 0;
	}
	
	/*aside*/
	aside img{
		width: 320px;
	}
	
	
	
	/*gallery*/
	ul.gallery li{
		width: 25%;
		margin: 50px 0 0;
	}
	
	
	
	/*services*/		
	ul.services{
		margin: 90px 0 50px;
	}
	
	ul.services li{
		width: 29.3%;
		margin: 0 2% 50px;
	}	

		
	/*row*/
	.row h3{
		margin: 20px 0 60px;
		font-size: 30px;
	}
	
	.row a{
		margin: 0 0 25px;
		font-size: 20px;
	}
	
	.map{
		height: 200px;
	}
	
	
	
	/*sub-footer*/
	.sub-footer{
		width: 50%;
		margin: 80px 25%;
	}
	
	.sub-footer a{
		width: 90%;
		margin: 0 5% 15px
	}
		
	
	/*ans*/
	.ans{
		font-size: 12px;
	}
	
}










@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


/*
		[BACKGROUND]
						 */
	.bg-white{
		position: relative;
		z-index: 33;
		background: #fff;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		background-color: #464b54;
		z-index: 44;
		padding: 0;
		height: auto;
	}
	
	.bg-parallax{
		background: url("img/bg-parallax.jpg") center center;
		float: left;
		width: 100%;
		min-height: auto;
		position: relative;
		margin: 0;
		max-width: 1920px;
		bottom: 0px;
		background-position: 50% 0; 
		background-repeat: repeat;
		background-attachment: fixed;
		z-index: 33;
		padding: 0;
	}
	
	.bg-section{
		z-index: 11;
		position: relative;
		top: 0;
	}
			

	
/*
	[HEADER]
				 */
	
	/*logo*/
	a.logo{
		width: 300px;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
	}	 
	
	a.logo img{ 
		width: auto;
	}
	
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 40px 0 0!important;
		font-weight: bold;
		padding: 0!important;
	}	
	
	
		
	/*sub-menu*/
	.sub-menu{
		float: right;
		width: auto;
		margin: 0;
		text-align: left;
	}
		
	.sub-menu a{
		float: left;
		width: auto;
		margin: 10px 15px 25px 0;
		position: relative;
		z-index: 22;
	}
		
	.sub-menu a span{
		float: left;
		width: auto;
		text-align: center;
		margin: 0 0 0 20px
	}
		
	.sub-menu a span img{
		width: auto;
		position: relative;
		top: 10px
	}
		
	.sub-menu a p{
		font-size: 20px;
		color: #fff;
		line-height: 1;
		font-weight: 400;
		width: auto;
		float: left;
		text-align: left;
		position: relative;
		top: 25px;
		margin: 0 0 0 25px;
		font-family: 'aller-light', sans-serif;
	}
	
	.sub-menu a p strong{
		font-family: 'aller-bold', sans-serif;
		border-bottom: 2px solid #87c094;
	}
	
		
	

/*
		[ANIMATION]
						 */
	
	#layerslider{
		height: 797px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: 0;
	}
	
	#layerslider img{
		height: 797px!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
	#layerslider .ls-slide p{
		font-size: 50px;
		color: #fefefe;
		font-weight: normal;
		line-height: 1;
		text-align: left;
		letter-spacing: 0;
		margin: 250px 0 0;
		width: 70%;
		float: left;
		font-family: 'aller-light', sans-serif;
	}	
				
	#layerslider .ls-slide p strong{
		font-family: 'aller-bold', sans-serif;
		color: #87c094;
		font-size: 60px;
	}	
				
	#layerslider .ls-slide a{
		margin: 70px 0 0!important;
		width: 100%;
		float: left;
	}	
				
	#layerslider .ls-slide a img{
		height: 70px!important
	}	
				
	
	
/*
		[ARTICLE]
						 */		
	
	/*about*/	
	.about{
		float: right;
		width: 65%;
		margin: 0 0 80px;
	}	
	
	.about h1{
		float: left;
		width: 60%;
		text-align: left;
		border-right: 5px solid #87c094;
		font-size: 50px;
		font-family: 'aller-light', sans-serif;
		color: #464b54;
		line-height: 1;
		padding: 0 35px 0 0;
		margin: 100px 0 0
	}
		
	.about h1 strong{
		font-size: 60px;
		font-family: 'aller-bold', sans-serif;
	}
		
	.about h1 span{
		float: left;
		width: auto;
		margin: 15px 40px 15px 0;
	}
		
	.about h1 span img{
		width: auto;
	}
		
	.about p{
		color: #464b54;
		text-align: justify;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-size: 21px;
		width: 100%;
		float: left;
		line-height: 1.4;
		margin: 50px 0 45px;
		font-weight: normal;
	}
	
	.about ul{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	.about ul li{
		float: left;
		width: 20%;
		margin: 0 2.5%;
		text-align: left;
	}
	
	.about ul li img{
		height: 75px
	}
	
	.about ul li p{
		line-height: 1.2;
		font-size: 19px;
		margin: 15px 0 0;
		font-family: 'aller-light', sans-serif;
	}
	
	.about ul li p strong{
		font-size: 20px;
		color: #87c094;
		font-family: 'aller-bold', sans-serif;
	}
	
	
	
	/*aside*/
	aside{
		float: left;
		width: 35%;
		margin: 100px 0 0;
		text-align: center;
		position: relative;
	}
		
	aside img{
		width: auto;
	}
		
	
	
	
	
	/*gallery*/
	ul.gallery{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	ul.gallery h2{
		color: #81b68e;
		width: 100%;
		margin: 50px 0 10px;
		font-size: 90px;
		font-family: 'aller-bold', sans-serif;
		line-height: 1;
		border-top:  3px solid #ededed;
		padding: 80px 0 0
	}
	
	ul.gallery p{
		font-size: 27px;
		color: #464b54;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	ul.gallery li{
		float: left;
		width: 25%;
		margin: 60px 0 0;
	}
	
	ul.gallery li img{
		width: auto
	}
	
	ul.gallery li img:hover{
		opacity: 0.8;
	}
	
	ul.gallery a.more {
		float: left;
		width: 100%;
		margin: -50px 0 -50px;
		text-align: center;
	}

	
	
	
	/*services*/		
	ul.services{
		float: left;
		width: 100%;
		margin: 110px 0 90px;
		list-style: none;
	}
	
	
	ul.services li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
	}
		
	ul.services li h3{
		color: #474747;
		width: 100%;
		margin: 40px 0;
		font-size: 40px;
		font-family: 'aller-light', sans-serif;
		line-height: 1;
	}
	
	ul.services li h3 strong{
		font-family: 'aller-bold', sans-serif;
	}
		
	ul.services li a{
		border-bottom: 1px solid #81b68e;
		font-family: 'aller-bold', sans-serif;
		font-size: 16px;
		color: #81b68e;
		padding: 5px
	}
	
	ul.services li :hover{
		opacity: 0.8;
		transition: 1s;
		transform: scale(0.98);
	}
		
	
	
	
	
	
	/*phone*/
	.phone{
		float: left;
		width: 100%;
		text-align: center;
		margin: 120px 0;
		color: #fff;
	}
	
	.phone p{
		font-family: 'aller-light', sans-serif;
		font-size: 37px;
		line-height: 1;
		width: 100%;
		margin: 0 0 60px
	}
	
	.phone p strong{
		font-family: 'aller-bold', sans-serif;
		font-size: 45px;
	}
	
	.phone span{
		border: 3px solid #fff;
		border-radius: 50px;
		padding: 35px 45px 20px;
		background-color: transparent;
	}
	
	.phone span:hover{
		border: 3px solid #464b54;
		background-color: #464b54;
		transition: 1s;
		opacity: 1
	}
	
	.phone span a{
		font-size: 26px;
		color: #fff;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		font-weight: bold;
		text-align: center;
	}
	
	.phone span a img{
		top: 3px;
		left: 5px;
		position: relative;
		width: auto;
	}
	
	
	
	

	
/*
		[FOOTER]
						 */
	
	/*row*/
	.row{
		float: left;
		width: 20%;
		margin: 135px 0 0;
		text-align: left;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	}
	
	.max-width{
		width: 40%!important
	}
	
	.row h3{
		float: left;
		width: 100%;
		margin: 0 0 55px;
		color: #97c1a6;
		font-size: 26px;
		line-height: 1;
		font-weight: bold;
	}
	
	.row a{
		float: left;
		width: 100%;
		margin: 0 0 20px;
		color: #ffffff;
		font-size: 16px;
		line-height: 1;
		font-weight: normal;
	}
	
	.row a strong{
		font-weight: bold;
		color: #97c1a6;
	}
	
	.row a.column{
		width: 48%
	}
	
	.map{
		width: 100%;
		height: 150px;
		float: left;
		border: 0;
	}
	
	
	
	/*sub-footer*/
	.sub-footer{
		float: left;
		width: 100%;
		margin: 65px 0 80px;
		font-family: 'aller-light', sans-serif;
		font-size: 16px;
		text-align: center
	}
	
	.sub-footer a{
		float: left;
		width: 35%;
		text-align: left;
		color: #fff;
	}
	
	a.pos-right{
		float: right!important;
		text-align: right;
		font-family: 'aller-bold', sans-serif;
	}
	
	a.pos-right img{
		float: right!important;
		position: relative;
		left: 50px;
		top: -7px;
		width: auto;
		text-align: center
	}
	
	.sub-footer img{
		float: left;
		position: relative;
		left: -50px;
		top: -5px;
		width: auto;
		text-align: center
	}
	
	
	/*ans*/
	.ans{
		float: left;
		width: 100%;
		text-align: center;
		font-size: 14px;
		color: #343434;
		font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 50px 0;
		letter-spacing: 1px;  
		font-weight: normal;
		line-height: 1.2;
		text-transform: uppercase;
	}
	
	.ans a{
		color: #343434;
	}
	
	
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
			
}






/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

