.forrest {
    width: 100%;
    position:relative;
    margin: 0;
    padding-top: 70;
}
.supportnormalitalictext {
    font-family: "Helvetica Neue","Lato",Helvetica,Arial,sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.0em;
    color: #000;
}
.supporttitle {
    position:absolute;
    left:30%;
    top:20%;
    z-index: 100;
}
.supportnormaltext {
    font-family: "Helvetica Neue","Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 1.0em;
    color: #000;
}
.supportboldtext {
    font-family: "Helvetica Neue","Lato",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #000;
}
.copyrighttext {
    font-family: "Helvetica Neue","Lato",Helvetica,Arial,sans-serif;
    font-weight: 200;
    font-size: 0.7em;
    text-align: center;
    color: #ccc;
}
/* Form wrapper styling */
.form-wrapper {
    width: 450px;
    padding: 5px;
    margin: 150px auto 50px auto;
    background: rgba(0,0,0,0);
}
 
/* Form text input */
 
.form-wrapper input {
    background-image:url(../img/email.png);
    background-color: #ddd9cd;
    background-repeat:no-repeat;
    width: 330px;
    height: 40px;
    padding: 10px 35px;
    float: left;    
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    border-radius: 3px 0 0 3px;      
}
 

.form-wrapper input:focus {
    background-image:url(../img/email.png);
    outline: 0;
    left: 50;
    background-repeat:no-repeat;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: left;
    border: 0;
    padding: 0;
    left: 0px;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
   

.form-wrapper button:hover{     
    background: #e54040;
}   
   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
 

 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}
    


/* ----- FONTS ----- */



	/* ----- ANIM ----- */

	/*modif1*/
	@keyframes slideRight {
	    0% {transform: translateX(-150%); opacity: 0; } 
	    40% {opacity: 0; } 
	    100% {transform: translateX(0%); opacity: 1; } 
	}

	@-moz-keyframes slideRight {
	    0% {-moz-transform: translateX(-150%); opacity: 0; } 
	    40% {opacity: 0; } 
	    100% {-moz-transform: translateX(0%); opacity: 1; } 
	}

	@-ms-keyframes slideRight {
	    0% {-ms-transform: translateX(-150%); opacity: 0; } 
	    40% {opacity: 0; } 
	    100% {-ms-transform: translateX(0%); opacity: 1; } 
	}

	@-o-keyframes slideRight {
	    0% {-o-transform: translateX(-150%); opacity: 0; } 
	    40% {opacity: 0; } 
	    100% {-o-transform: translateX(0%); opacity: 1; } 
	}

	@-webkit-keyframes slideRight {
	    0% {-webkit-transform: translateX(-150%); opacity: 0; } 
	    40% {opacity: 0; } 
	    100% {-webkit-transform: translateX(0%); opacity: 1; } 
	}


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

   .form-wrapper {
    width: 360px;
    margin: 10px auto 50px auto;
}
.form-wrapper input {
    width: 230px;
}
 


	html {
		font-size: 62.5%;
		height: 100%;
	}

	body {
		height: 100%;
		font-family: 'lato', Helvetica, Arial, 'Sans-serif';
		font-size: 16px; font-size: 1.6rem;
	}

	ul.key {
		height: 100%;
	} 

	ul li.keyb {
		list-style: none;
	}

	ul.key li.keyb:first-child {
		display: none;
	}


    
	.dotstyle,
	.download,
	.intro,
	#iphone-video,
	#phone,
	#iphone-video1,
	#iphone-video2,
	#iphone-video3,
    #iphone-video31,
    #iphone-video32,
    #iphone-video33,
    #iphone-video34,
    .arrow_down,
	.promo,
    .t1,
    .t2,
    .contact,
	#show-keynav,
	#modal-12,
	#video,
	#bef-af {
		display: none;
	}
    .forweb {
        display: none;
    }
	.formobile {
		display: block;
	}
    .social
    {
        display: block;
    }
    .cfa {
    position: absolute;
	float: none;
    width: 0px;
    margin-left: 0px;
    }
    

	#header {
		background: rgba(0,0,0,.7) url(../img/header1.jpg) no-repeat;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;
		text-align: center;
        z-index: 10000;
	}

	#appicon {
		width: 120px;
		height: 80px;
		position: absolute;
		top: 40px;
		left: 30%;
		margin-left: -60px;
        
	}

	#olddays,
	#brightness,
	#exposure,
    #exposure1,
    #exposure2,
    #exposure3,
    #exposure4,
	#before-after {
		padding-bottom: 8px;
		text-align: center;
	}

	#olddays {
		padding: 8px 0 8px 0;
	}

    .formobile h1 {
        font-family: 'walkway', Helvetica, Arial, 'Sans-serif';        
		color: #474747;
		width: 90%;
		font-size: 30px; font-size: 3rem;
		margin: 42px auto 24px auto;

	}
    
    .formobile h2 {
        font-family: HelveticaNeue-Light, Arial, 'Sans-serif';
		font-size: 24px;
		font-weight: 500;
		line-height: 1.2;
        color: #1c1d18;
	}
	.info h1 {
        font-family: 'walkway', Helvetica, Arial, 'Sans-serif';        
		color: #474747;
		width: 90%;
		font-size: 30px; font-size: 3rem;
		margin: 42px auto 24px auto;
		line-height: 1.2;
	}

	.info p {
		color: #666766;
		width: 90%;
		font-size: 18px; font-size: 1.8rem;
		line-height: 1.5;
		margin: 12px auto 48px auto;
		text-align: left;
	}

	#olddays .info img,
	#brightness .info img,
	#exposure .info img,
    #exposure1 .info img,
    #exposure2 .info img,
    #exposure3 .info img,
    #exposure4 .info img,
	#before-after .info img {
		width: 40%;
		height: auto;
		margin: 0 auto;
	}

	.keyb #before-after .info .icon {
		position: absolute;
		left: 50%;
		margin-left: -19px;
		width: 38px;
		height: 38px;
	}


	.keyb footer {
		position: relative;
		text-align: center;
		text-decoration: none;
		padding: 48px 0;
	}

	.keyb footer p, .keyb footer p a {
		font-size: 14px; font-size: 1.4rem;
		line-height: 1.5;
		color: #414141;
		text-decoration: none;
		padding-bottom: 3px;
	}

	.keyb footer p a {
		border-bottom: 1px dotted #414141;
		font-weight: bold;
	}

	.footer #logo_footer {
		margin-bottom: 48px;
	} 
}

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

    
.form-wrapper {
    width: 360px;
    margin: 10px auto 50px auto;
}
.form-wrapper input {
    width: 230px;
}
 


	html {
		font-size: 62.5%;
		height: 100%;
	}

	body {
		height: 100%;
		font-family: 'lato', Helvetica, Arial, 'Sans-serif';
		font-size: 16px; font-size: 1.6rem;
	}

	ul.key {
		height: 100%;
	} 

	ul li.keyb {
		list-style: none;
	}

	ul.key li.keyb:first-child {
		display: none
	}


    
	.dotstyle,
	.download,
	.intro,
	#iphone-video,
	#phone,
	#iphone-video1,
	#iphone-video2,
	#iphone-video3,
    #iphone-video31,
    #iphone-video32,
    #iphone-video33,
    #iphone-video34,
    .arrow_down,
	.promo,
    .t1,
    .t2,
    .contact,
	#show-keynav,
	#modal-12,
	#video,
	#bef-af {
		display: none;
	}
    .forweb {
        display: none;
    }
	.formobile {
		display: block;
	}
    .social {
        display: block;
    }
    .cfa {
    position: absolute;
	float: none;
    width: 0px;
    margin-left: 0px;
    }
    

	#header {
		background: rgba(0,0,0,.7) url(../img/header1.jpg) no-repeat;
		height: 100%;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;
		text-align: center;
	z-index: 10000;
	}

	#appicon {
		width: 120px;
		height: 80px;
		position: absolute;
		top: 40px;
		left: 30%;
		margin-left: -60px;
        
	}

	#olddays,
	#brightness,
	#exposure,
    #exposure1,
    #exposure2,
    #exposure3,
    #exposure4,
	#before-after {
		padding-bottom: 8px;
		text-align: center;
	}

	#olddays {
		padding: -0px 0 0px 0;
	}

    .formobile h1 {
        font-family: 'walkway', Helvetica, Arial, 'Sans-serif';        
		color: #474747;
		width: 90%;
		font-size: 30px; font-size: 3rem;
		margin: 42px auto 24px auto;
	
	}
    
	.info h1 {
        font-family: 'walkway', Helvetica, Arial, 'Sans-serif';
		color: #474747;
		width: 90%;
		font-size: 30px; font-size: 3rem;
		margin: 42px auto 24px auto;
		line-height: 1.2;
	}

	.info p {
		color: #666766;
		width: 90%;
		font-size: 18px; font-size: 1.8rem;
		line-height: 1.5;
		margin: 12px auto 48px auto;
		text-align: left;
	}

	#olddays .info img,
	#brightness .info img,
	#exposure .info img,
    #exposure1 .info img,
    #exposure2 .info img,
    #exposure3 .info img,
    #exposure4 .info img,
	#before-after .info img {
		width: 70%;
		height: auto;
		margin: 0 auto;
	}

	.keyb #before-after .info .icon {
		position: absolute;
		left: 50%;
		margin-left: -19px;
		width: 38px;
		height: 38px;
	}


	.keyb footer {
		position: relative;
		text-align: center;
		text-decoration: none;
		padding: 48px 0;
	}

	.keyb footer p, .keyb footer p a {
		font-size: 14px; font-size: 1.4rem;
		line-height: 1.5;
		color: #414141;
		text-decoration: none;
		padding-bottom: 3px;
	}

	.keyb footer p a {
		border-bottom: 1px dotted #414141;
		font-weight: bold;
	}

	.footer #logo_footer {
		margin-bottom: 48px;
	}

}



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

	/* ----- CSS ----- */

    .intro-phone {
		position: relative;
		top: 15%;
		left:65%;
}
	html, body {
		font-family: 'lato', Helvetica, Arial, 'Sans-serif';
		width: 100%;
		height: 100%;
	}

	.wrapper {
		position: relative;
		width: 940px;
		height: 100%;
		margin: 0 auto;
	}

    .forweb {
        display: block;
    }
	.formobile {
		display: none;
	}
    .social {
    	bottom: 1%;
        right: 50;
		position: absolute;
		z-index: 2000;
	}


	/* ----- MENU ----- */ 

	.dotstyle {
		position: fixed;
		right: 20px;
		height: 176px;
		top: 50%;
		margin-top: -188px;
		opacity: 0;
		z-index: 20000;
	}

	.dotstyle ul {
		width: 16px;
		display: inline-block;
		margin: 0;
		padding: 0;
		list-style: none;
		cursor: default;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-o-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.dotstyle li {
		position: relative;
		display: block;
		float: left;
		margin: 16px 0;
		width: 10px;	/*mod1*/
		height: 10px; /*mod1*/
		border-radius: 5px;
		background: #e0e0e0;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-o-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.dotstyle li a {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		outline: none;
		border-radius: 50%;
		text-indent: -999em;
		pointer-events: none;
		position: absolute;
	}

	.dotstyle li a:focus {
		outline: none;
	}

	.dotstyle .active {
		background-color: rgba(0,0,0,.4);
	}





	/* ----- TAILLE SECTION ----- */


	#olddays,
	#brightness,
	#exposure,
    #exposure1,
    #exposure2,
    #exposure3,
    #exposure4,
	#video, 
	#before-after{
		overflow: hidden;
		height: 100%;
	}



	/* ----- HEADER ----- */

 
	#appicon {
		position: fixed;
		top: 20px;
		left: 20px;
		z-index: 250;
	}

	.download {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 166px;
		height: 48px;
	    text-indent: -9999px;
	    background: url(../img/dl_app.svg) no-repeat top left;
	    background-size: 166px 48px;
	}

	.download:hover {
		background: url(../img/dl_app_hover.svg) no-repeat top left;
	}


	#iphone-video {
		position: relative;
		top: 65%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left:55%;
		width: 286px;
		height: 600px;
		-webkit-transition: all .4s ease-in;
		-moz-transition: all .4s ease-in;
		-ms-transition: all .4s ease-in;
		-o-transition: all .4s ease-in;
		transition: all .4s ease-in;
	}


	#iphone-video .promo {
		position: absolute;
		top:89px;
		left:24px;
		width: 240px;
		height: 425px;

	}


	#div1 {
		position: relative;
	}

	#div1 .info {
		position: absolute;
	}


	#phone {
		position: fixed;
		z-index: 3000;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		display: inline-block;
		z-index: 3000;
		opacity: 0;
		-webkit-transition: all .8s ease-in;
		-moz-transition: all .8s ease-in;
		-ms-transition: all .8s ease-in;
		-o-transition: all .8s ease-in;
		transition: all .8s ease-in;
		pointer-events:none;
	}


	/* FILLE */

	#iphone-video1 {
		position: relative;
		top: 50%;
		padding-left: 24px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		height: 425px;
		width:240px;
		opacity: 0;
		z-index: 1000;
		-webkit-transition: all .8s ease-in;
		-moz-transition: all .8s ease-in;
		-ms-transition: all .8s ease-in;
		-o-transition: all .8s ease-in;
		transition: all .8s ease-in;
	}




	/* DOUBLE EXPOSURE */

	#iphone-video2 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
		padding-top: 2px;
		padding-left: 24px;
		z-index: 1500;
		opacity: 0;
	}


	/* TEXT EDITOR */

	#iphone-video3,
    #iphone-video31,
    #iphone-video32,
    #iphone-video33,
    #iphone-video34 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		position: relative;
		padding-top: 2px;
		padding-left: 24px;
		z-index: 2000;
		opacity: 0;
	}



	.section {
		position: relative;
	}

	 #brightness {
	 	background:#f8f8f8;
	 }
    #exposure1 {
    background:#f8f8f8;
}


    .info {
		position: absolute;
		float: left;
		width: 470px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all 2s ease-in-out;
		-moz-transition: all 2s ease-in-out;
		-ms-transition: all 2s ease-in-out;
		-o-transition: all 2s ease-in-out;
		transition: all 2s ease-in-out;
		overflow: hidden;
	}

	.info_yes {
	  left: 24px;
	  -webkit-transition: left 1000ms all 0.5s;
	  -moz-transition: left 1000ms all 0.5s;
	  -ms-transition: left 1000ms all 0.5s;
	  -o-transition: left 1000ms all 0.5s;
	  transition: left 1000ms all 0.5s;
	}

	.slideRight {
		opacity: 0;
		visibility: visible !important; 
	}

	ul.key {
		height: 100%;
	}

	ul li.keyb {
		list-style: none; 
		width: 100%;
		height: 100%;
	}

	ul li.keyb.footer {
		height: 20% !important; 
	}




	/* ----- HEADER ----- */


	#header {
		position: relative;
				background: rgba(0,0,0,.7) url(../img/header1.jpg) no-repeat;

		height: 100%;
		color: #1c1d18;
		z-index: 10000;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
		-webkit-transition: none !important;
		-moz-transition: none !important;
		-ms-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}


	#header .intro {
		position: absolute;
		float: left;
		width: 450px;
		top: 35%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

    #header .instagram {
		position: absolute;
		left: 70%;
		top: 5%;

	}
    
    #header .presskit {
		position:absolute ;
		right: 0%;

		top: 5%;

	}
    
    .presskita {
		color: #000;
		text-decoration: none;
    }
    
	#header .intro h1 {
        font-family: 'walkway', Helvetica, Arial, 'Sans-serif';
		font-size: 40px;
		font-weight: 400;
		line-height: 1.2;
        color: #1c1d18;
	}


	#header .intro h2 {
        font-family: HelveticaNeue-Light, Arial, 'Sans-serif';
		font-size: 30px;
		font-weight: 500;
		line-height: 1.2;
        color: #1c1d18;
	}
    
	#header .intro p {
		font-size: 24px;
		line-height: 1.5;
		color: #000;
		font-weight: 100;
        padding-top: 20px;
		padding-bottom: 3px;
	}


	#show-keynav {
		display: inline-block;
		width: 60px;
		position: absolute;
		bottom: 2%;
		left: 20px;
	}


	/* ----- ECRANS ----- */

	.fade {
		opacity: 1;
	}

	section .info {
		margin-left: 450px;
	} /*specifique au ecrans*/

	section .info p {
		font-size: 20px;
		line-height: 1.5;
		color: #666766;
		width: 450px;
		font-weight: 100;
	}

	section .info h1 {
		font-family: 'lato', Helvetica, Arial, 'Sans-serif';
		font-size: 25px;
		font-weight: 400;
		color: #474747;
		line-height: 63px;
		letter-spacing: 2px; /*3px*/
		word-spacing: 6px;
		text-transform: uppercase;
	}


	/*mod1*/
	span.icons {
		margin-top: 20px;
		display: block;
		width: 250px;
		height: 42px; }


	/* TEXT */

	/*mod1*/
	span.icon-text {
		background: url(../img/icon-text.png) no-repeat center center;
	}
	span.icon-img {
		background: url(../img/icon-img.png) no-repeat center center; 
	}


	/* VIDEO */

	#video {
		position: relative;
		background: rgba(0,0,0,.7) url(../img/bgvideo1.jpg) no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover;
		z-index: 21000;
	}

	.big-vid {
		position: absolute;
		margin: 0 auto;
		width: 960px;
		height: 500px;
		background: rgba(0,0,0,.8);
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}


	/* BEFORE/AFTER */



	#bef-af {
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		left:15.2%;
		width: 286px;
		height: 600px;
		-webkit-transition: all .4s ease-in;
		-moz-transition: all .4s ease-in;
		-ms-transition: all .4s ease-in;
		-o-transition: all .4s ease-in;
		transition: all .4s ease-in;
		z-index: 6000;
	}


	#bef-af img {
		position: relative;
		z-index: 2000;
		pointer-events:none;
	}

	.full {	
		position: relative;
		background-position: center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		width: 84%;
		height: 425px;
	}

	.droite {
		background:transparent;
		position: absolute;
		top: 0;
		left: 0;
	  	background-image: url(../img/droite1.jpg);
	  	margin: 89px 0px 0px 24px;
	  	overflow: hidden;
	  	height: 425px;
	}

	.gauche {
	  height: 425px;
	  position: relative;
	  background: transparent;
	  background-image: url(../img/gauche.jpg);
	  width: 50%;
	}



	#handle {
		position: absolute;
		top: 50%;
		width: 20px;
		height: 20px;
		border-radius: 50px;
		right: -10px;
	}

	.pulse {
		width: 10px;
		height: 10px;
		border: 5px solid rgba(255,255,255,.8);
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-ms-border-radius: 30px;
		-o-border-radius: 30px;
		border-radius: 30px;
		background-color: rgba(255,255,255,.7);
		z-index: 10;
		position: absolute;
	}

	.dot {
		border: 10px solid #fff;
		background: transparent;
		-webkit-border-radius: 60px;
		-moz-border-radius: 60px;
		-ms-border-radius: 60px;
		-o-border-radius: 60px;
		border-radius: 60px;
		height: 50px;
		width: 50px;
		-webkit-animation: pulse 3s ease-out;
		-moz-animation: pulse 3s ease-out;
		-ms-animation: pulse 3s ease-out;
		-o-animation: pulse 3s ease-out;
		animation: pulse 3s ease-out;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		position: absolute;
		top: -25px;
		left: -25px;
		z-index: 1;
		opacity: 0;
	}

	@-moz-keyframes pulse {
	 0% {-moz-transform: scale(0); opacity: 0.0; } 
	 25% {-moz-transform: scale(0); opacity: 0.1; } 
	 50% {-moz-transform: scale(0.1); opacity: 0.3; }
	 75% {-moz-transform: scale(0.5); opacity: 0.5; } 
	 100% {-moz-transform: scale(1); opacity: 0.0; } 
	}

	@-ms-keyframes pulse {
	 0% {-ms-transform: scale(0); opacity: 0.0; } 
	 25% {-ms-transform: scale(0); opacity: 0.1; } 
	 50% {-ms-transform: scale(0.1); opacity: 0.3; }
	 75% {-ms-transform: scale(0.5); opacity: 0.5; } 
	 100% {-ms-transform: scale(1); opacity: 0.0; } 
	}

	@-o-keyframes pulse {
	 0% {-o-transform: scale(0); opacity: 0.0; } 
	 25% {-o-transform: scale(0); opacity: 0.1; } 
	 50% {-o-transform: scale(0.1); opacity: 0.3; }
	 75% {-o-transform: scale(0.5); opacity: 0.5; } 
	 100% {-o-transform: scale(1); opacity: 0.0; } 
	}

	@-webkit-keyframes pulse {
	 0% {-webkit-transform: scale(0); opacity: 0.0; } 
	 25% {-webkit-transform: scale(0); opacity: 0.1; } 
	 50% {-webkit-transform: scale(0.1); opacity: 0.3; } 
	 75% {-webkit-transform: scale(0.5); opacity: 0.5; } 
	 100% {-webkit-transform: scale(1); opacity: 0.0; }
	}

	@keyframes pulse {
	 0% {transform: scale(0); opacity: 0.0; } 
	 25% {transform: scale(0); opacity: 0.1; } 
	 50% {transform: scale(0.1); opacity: 0.3; } 
	 75% {transform: scale(0.5); opacity: 0.5; } 
	 100% {transform: scale(1); opacity: 0.0; }
	}


	.tools {
		position: relative;
		float: right;
	}

	.tools nav ul {
		position: absolute;
		bottom: 0;
	}

	.tools nav ul li a {
		float: right: ;
		width: 50px;
		height: 50px;
		border-radius: 25px;
	}

	footer {
		position: relative;
		text-align: center;
		padding: 80px;
		text-decoration: none;
		z-index: 25000;
		text-transform: uppercase;
		background: #fff;
	}

	footer h1 {
		margin: 0 0 70px 0;
	}
	footer h1 a {
		display: block;
		width: 50%;
		margin: 10px auto 0 auto;
		font-size: 14px;
		color: #aaa;
		letter-spacing: 1px;
		text-decoration: none;
		font-weight: 100;
	}
	.heart {
		font-size: 15px;
		color: lightpink;
	}

	footer p, footer p a {
		-webkit-font-smoothing:antialiased;
		-moz-font-smoothing:antialiased;
		-ms-font-smoothing:antialiased;
		-o-font-smoothing:antialiased;
		font-smoothing:antialiased;
		font-family: 'lato', Helvetica, Arial, Sans-serif;
		font-size: 12px;
		color: #AAAAAA;
		font-weight: 400;
		text-decoration: none;
	}

	footer p a:hover {
		color:red;
	}

} /* end of desktop css */
.t1 {
    position: absolute;
		width: 440px;
        height: 40px;
		top: 50%;
}

.header h3 {
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
}

.reset p {
 font-size: 50px;   
}

.notification {
padding-top: 45;
font-weight: 200;
}

.arrow_down {
		position: absolute;
		bottom: 10px;
		left: 50%;
		margin-left: -23px;
}

#blueicon {
    		opacity: 0;
		
}







.t2 {
    position: relative;
	padding-top: 2px;
	padding-left: 0px;
    height: 200px;
    top: 55%;
}





.cfa {
    position: absolute;
	float: left;
    width: 470px;
    margin-left: 450px;
}









.contact {
        bottom: 2%;
        left: -10;
		position: absolute;
		z-index: 2000;
}

.contact a {
		display: block;
		width: 50%;
		margin: 10px auto 0 auto;
		font-size: 20px; 
		color: #aaa;
		letter-spacing: 1px;
		text-decoration: none;
		font-weight: 100;
}
.badge {
     margin: 150px auto 50px auto;
}


.badgeformobile {
    margin: 30px auto 50px auto;    
}

.formobilea {
		color: #666;
		text-decoration: none;    
}

.formobilepresskit {
 		position: absolute;
		float: right;
        left: 50%;
		width: 50%;
		top: 5%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
}

.formobilecontact {
    position: absolute;
    float: left;
		width: 50%;
		top: 5%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
}

.formobilecon {
    color: #666;
    text-decoration: none;
}

.topicon {
   
    position:absolute ;
	left: 0%;

    top: 3%;
}




