/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	background: #ebe8de;
	color: #333333;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #133E22;
}
.whitebackground{
	width: auto;
	max-width: 1050px;
	background-color: #FFF;
	margin: auto;
}
p
{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

a
{
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong
{
        font-weight:bold;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}
h1
{
	font-family: 'Gabriela', serif;
	font-size: 20px;
	font-weight: bold;
	color: #E60418;
	padding-left: 5px;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 50px;
	left: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #000;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

#myBtn:hover {
  background-color: #555;
}

.mail
{
	font-family: 'Gabriela', serif;
	font-size: large;
	line-height: 30px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
}

.logoauto
{
	width: 100%;
	height: auto;
	margin: auto;
}
.sertext2 ul	{
	list-style-type: disc;
	padding-left: 10px;
	font-family: 'Gabriela', serif;
	color: #333;
	line-height: 25px;
	font-size: large;
	letter-spacing: 1px;
	list-style-position: inside;
	padding-bottom: 10px;
	text-align: left;
	}
	
	.sertext2	{
	width: auto;
	max-width: 1000px;
	font-family: 'Gabriela', serif;
	font-size: 16px;
	color: #000;
	text-align: left;
	line-height: 25px;
	margin: auto;
	letter-spacing: 1px;
	}
	
	
	
	.sertwo1 ul	{
	list-style-type: disc;
	padding-left: 10px;
	font-family: 'Gabriela', serif;
	color: #333;
	line-height: 25px;
	font-size: large;
	letter-spacing: 1px;
	list-style-position: outside;
	padding-bottom: 10px;
	}


input
{
width: 300px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}

textarea
{
	width: 300px;
 padding: 5px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.formtext
{
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	color: #F00;
	text-align: center;
}
input[type=submit] {
    width: 300px;
    background-color: #213F63;
    color: white;
    padding: 5px 10px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
	background-color: #2E5789;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.britext	{
	width: auto;
	max-width: 1000px;
	font-family: 'Gabriela', serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	line-height: 25px;
	margin: auto;
	}		
.britext ul	{
	list-style-type: disc;
	padding-left: 10px;
font-family: 'Gabriela', serif;
	color: #333;
	line-height: 25px;
	font-size: medium;
	letter-spacing: 1px;
	list-style-position: inside;
	padding-bottom: 10px;
	}
	.sertwo1 ul	{
	list-style-type: disc;
	padding-left: 40px;
	font-family: 'Gabriela', serif;
	color: #333;
	line-height: 25px;
	font-size: medium;
	letter-spacing: 1px;
	list-style-position: outside;
	padding-bottom: 10px;
	}
	
.britext2	{
	padding-bottom: 7px;
	padding-right: 10px;
	padding-left: 5px;
	font-family: 'Gabriela', serif;
	font-size: large;
	color: #333;
	letter-spacing: 1px;
	text-align: justify;
	line-height: 25px;
	padding-top: 7px;
}	
.britext2 a {
	color: #00F;
}

.topbox
{
	background-color: #FFF;
	width: 100%;
	height: 100px;
}

/* HEADER */

header
{
	position: relative;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

header h1
{
        margin:35px 0 0 0;
        font-size:55px;
        color:#e56038;
}

header p
{
        font-family: 'Gabriela', serif;
        font-size:16px;
        color: #4A463B;
        margin-left:132px;
}

nav
{
	width: auto;
	margin: auto;
	padding-top: 7px;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	color: #000;
}

nav ul
{
	list-style: none;
}

nav ul li
{
	display: inline;
	text-align: center;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
}

nav ul li a
{
	font-family: 'Gabriela', serif;
	transition: all .25s ease;
	font-size: 15px;
	color: #333;
}

nav ul li a:hover
{
	color: #F1110F;
}

#mobileMenu
{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
}

#mobileMenu ul li
{
	display: block;
	background-color: #4977af;
	color: #FFF;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Gabriela', serif;
	font-size: 17px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.toggleMobile
{
        display: none;
}
.topcontwo
{
	width: auto;
	max-width:480px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;	
}
.topcontwo1
{
	width: 290px;
	float: left;
	font-family: 'Gabriela', serif;
	color: #3555A0;
	text-align: left;
}

.topcontwo2
{
	width: 160px;
	float: right;
	font-family: 'Gabriela', serif;
	color: #3555A0;
}

.topcontact
{
	font-family: 'Gabriela', serif;
	font-size: large;
	color: #0EA7D8;
	letter-spacing: 1px;
	vertical-align: 50%;
	text-align: left;
}

.topcontact a
{
	color: #0EA7D8;
}

/* MY 2 COLUMNS For LOGO and Call me */
#topcol
{
	width: auto;
	max-width: 1200px;
	margin: auto;
	background-color: #FFF;
}
#topcolone
{
	
	width: auto;
	max-width: 276px;
	float: left;
	background-color: #FFF;
}
#topcoltwo
{
	width: 616px;
	float: right;
	font-family: 'Gabriela', serif;
	color: #FFF;
	font-size: large;
	text-align: right;
	letter-spacing: 1px;
	padding-top: 5px;
	line-height: 20px;
	padding-right: 5px;
}
footer
{
	position: relative;
	clear: both;
	width: auto;
	height: 100px;
	background-color: #3455A2;
}

.footwrapper
{
	line-height: 25px;
	width: auto;
	max-width: 900px;
	font-size: medium;
	background-color: #3455A2;
	font-family: 'Gabriela', serif;
	color: #FFF;
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 30px;
	letter-spacing: 1px;
	padding-top: 10px;
	text-align: center;
}

/* SKIPLINK */
.go-top
{
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover
{
        background-color: rgba(0, 0, 0, 0.6);
}
/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}
.contacttwo
{
	width: auto;
	max-width: 900px;
	margin: auto;
}
.contacttwo1
{
	width: 400px;
	float: left;
	font-family: 'Gabriela', serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}
.aquafullwidth
{
	width: 100%;
	background-color: #F3F3F3;
}

.aqua01
{
	width: auto;
	max-width: 1200px;
	font-family: 'Gabriela', serif;
	font-size: 34px;
	color: #3555A0;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.aqua02
{
	font-family: 'Gabriela', serif;
	font-size: 34px;
	color: #FF0101;
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
	padding-top: 15px;
}
.pureslider
{
	width: 100%;
	margin: auto;
}
.sertwo
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.sertwo1
{
	width: 600px;
	float: left;
}
.sertwo2
{
	width: 320px;
	float: right;
}
.sertherapy
{
	width: auto;
	max-width: 980px;
	margin: auto;
}
.serfour
{
	width: auto;
	max-width: 964px;
	margin: auto;
	background-color: #B8E5FC;
}
.serfour ul
{
	font-family: 'Gabriela', serif;
	font-size: medium;
	color: #333;
	list-style-position: inside;
	list-style-type: disc;
	letter-spacing: 1px;
	line-height: 25px;
	padding-left: 10px;
}
.serfour1
{
	width: 240px;
	float: left;
	background-color: #B8E5FC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5B73AF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5B73AF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B73AF;
	height: 280px;
}
.serfour2
{
	width: 240px;
	float: left;
	background-color: #B8E5FC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B73AF;
	border-bottom-color: #5B73AF;
	height: 280px;
}
.serfour3
{
	width: 240px;
	float: left;
	background-color: #B8E5FC;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B73AF;
	border-bottom-color: #5B73AF;
	height: 280px;
}
.serfour4
{
	width: 240px;
	float: right;
	background-color: #B8E5FC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #5B73AF;
	border-right-color: #5B73AF;
	border-bottom-color: #5B73AF;
	height: 280px;
}
.sertitle
{
	width: 100%;
	font-family: 'Gabriela', serif;
	font-size: x-large;
	color: #3555A0;
	background-color: #F3F3F3;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sertitle2
{
	font-family: 'Gabriela', serif;
	font-size: large;
	color: #3555AF;
	letter-spacing: 1px;
	padding-left: 5px;
	font-weight: bold;
}
.serbadges
{
	width: auto;
	max-width: 461px;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.sertestimonial
{
	font-family: 'Gabriela', serif;
	font-size: large;
	line-height: 25px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
.sertestimonial2
{
	font-family: 'Gabriela', serif;
	font-size: large;
	line-height: 25px;
	color: #BCBCBC;
	letter-spacing: 1px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 30px;
}
.sertestimonial3
{
	font-family: 'Gabriela', serif;
	font-size: 66px;
	line-height: 25px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.serabouttwo
{
	width: auto;
	max-width: 1000px;
	margin: auto;
}
.serabouttwo1
{
	width: 650px;
	float:left;
}
.serabouttwo2
{
	width: 300px;
	float:right;
}
.serlinebreak
{
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.serlorraine
{
	font-family: 'Gabriela', serif;
	letter-spacing: 1px;
	text-align: center;
	font-size: large;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 25px;
	color: #3555A0;
}
.honetests
{
	
font-family: 'Gabriela', serif;
	letter-spacing: 1px;
	text-align: center;
	font-size: large;
	color: #3455A2;
	line-height: 25px;
}
.honetests a
{
	color: #00F;
	text-decoration: underline;
	font-size: medium;
}

.hometestwo
{
	width: 980px;
	margin: auto;
}
.hometestwo1
{
	width: 490px;
	float: left;
}
.hometestwo2
{
	width: 490px;
	float: right;
}
.hometestext
{
	font-family: 'Gabriela', serif;
	font-size: medium;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	height: 150px;
}
.abouttwo
{
	width: 1000px;
	margin: auto;
}
.abouttwo1
{
	width: 540px;
	float: left;
}
.abouttwo2
{
	width: 400px;
	float: right;
	margin-top: 20px;
	padding-right: 5px;
}
.certi
{
	width: auto;
	max-width: 400px;
	margin: auto;
	display:block;
	padding-left: 5px;
	padding-right:5px;
}


@media (max-width: 1030px)
{
	
	.abouttwo
{
	width: 990px;
	margin: auto;
}
.abouttwo1
{
	width: 540px;
	float: left;
}
.abouttwo2
{
	width: 400px;
	float: right;
	margin-top: 20px;
	padding-right: 5px;
}
	
	
}

@media (max-width: 920px)
{
	.pureslider
{
	margin-top: -30px;
}
	 header
        {
            margin-top: 1px;
            text-align: center;
        }        
        #spacer
        {
                height:auto;
                padding-bottom:15px;
        }
      
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
	
		.active, .toggleMobile:hover {
	
	
}
     
        #mobileMenu
        {
                display: block;
                z-index: 99;
        }
		
		/* width is zero to stop coloured background on click */
        .toggleMobile
        {
	position: fixed;
	top: 10px;
	left: 5px;
	display: block;
	width: 0px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
	background-color: #66FF00;
        }
        .toggleMobile span.menu1, .toggleMobile span.menu2, .toggleMobile span.menu3
        {
	display: block;
	position: absolute;
	width: 26px;
	height: 5px;
	left: 0;
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #4977af;
        }
        .toggleMobile span.menu1
        {
                top: 0;
        }
        .toggleMobile span.menu2
        {
                top: 10px;
        }
        .toggleMobile span.menu3
        {
                top: 20px;
        }
        .toggleMobile.active span.menu1
        {
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000;
        }
        .toggleMobile.active span.menu2
        {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000;
        }
        .toggleMobile.active span.menu3
        {
	opacity: 0;
	-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	background-color: #000;
        }
        header nav
        {
                display:none;
        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }

.topcontact
{
	font-family: 'Gabriela', serif;
	font-size: large;
	color: #0EA7D8;
	letter-spacing: 1px;
	vertical-align: 50%;
	padding-right: 10px;
	text-align: center;
}
	
	#topcolone
{
	width: auto;
	max-width: 276px;
	float: none;
	margin: auto;
}
#topcoltwo
{
	width: auto;
	float: none;
	margin: auto;
}
.topbox
{
	height: auto;
}
.topcontwo
{
	width: 100%;
	float: none;
	margin: auto;
}
.topcontwo1
{
	width: auto;
	max-width: 300px;
	float: none;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
}

.topcontwo2
{
	width: auto;
	max-width: 300px;
	float: none;
	margin: auto;
	text-align: center;
}
.sertwo
{
	width: auto;
	max-width: 1000px;
	margin: auto;
	padding-left: 5px;
	pading-right: 5px;
}
.sertwo1
{
	width: 520px;
	float: left;
}
.sertwo2
{
	width: 320px;
	float: right;
	padding-top: 15px;
}
.hometestwo
{
	width: 830px;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.hometestwo1
{
	width: 410px;
	float: left;
	height: 400px;
}
.hometestwo2
{
	width: 410px;
	float: right;

}
.hometestext
{
	height: 180px;
}
}

@media (max-width: 820px)
{
.sertwo1
{
	width: auto;
	float: none;
	margin: auto;
}
.sertwo2
{
	width: 320px;
	float: none;
	margin: auto;
	padding-top: 5px;

}
.hometestwo
{
	width: auto;
	margin: auto;
	padding-left: 5px;
	padding-right: 5px;
}
.hometestwo1
{
	width: auto;
	max-width: 600px;
	margin: auto;
	float: none;
	height: auto;
}
.hometestwo2
{
	width: auto;
	max-width: 600px;
	margin: auto;
	float: none;
	height: auto;
	margin-top: 20px;

}
.hometestext
{
	height: auto;
}

}

@media (max-width: 768px)
{
	
	.abouttwo
{
	width: auto;
	max-width: 760px;
	margin: auto;
}
.abouttwo1
{
	width: auto;
	float: none;
	margin: auto;
}
.abouttwo2
{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
	margin-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}	
	
	.hometestwo
{
	width: auto;
	margin: auto;
}
.hometestwo1
{
	width: auto;
	max-width: 760px;
	float: none;
	margin: auto;
	padding-bottom: 15px;
}
.hometestwo2
{
	width: auto;
	max-width: 760px;
	float: none;
	margin: auto;
}
	.serlinebreak
{
	font-family: 'Gabriela', serif;
	color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	text-align: center;
	margin-right: 5px;
	margin-left: 5px;
}
.serabouttwo
{
	max-width: 760px;
}
.serabouttwo1
{
	width: auto;
	float: none;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.serabouttwo2
{
	width: auto;
	max-width: 500px;
	float: none;
	margin: auto;
	padding-right: 5px;
	padding-left: 5px;
}	
	.serfour
{
	width: auto;
	max-width: 484px;
	margin: auto;
	background-color: #B8E5FC;
}
.serfour1
{
	width: 240px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5B73AF;
	border-bottom-width: 0px;
}
.serfour2
{
	width: 240px;
	float: left;
	background-color: #B8E5FC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5B73AF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #5B73AF;
	border-bottom-width: 0px;
}
.serfour3
{
	width: 240px;
	float: left;
	background-color: #B8E5FC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5B73AF;
	border-top-width: 0px;
}
.serfour4
{
	width: 240px;
	float: right;
	background-color: #B8E5FC;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #5B73AF;
	border-bottom-color: #5B73AF;
	border-top-width: 0px;
}
	.sertwo
{
	width: auto;
	max-width: 760px;
	margin: auto;
}
.sertwo1
{
	width: auto;
	float: none;
	margin: auto;
}
.sertwo2
{
	width: 320px;
	float: none;
	margin: auto;
}	
	

		.contacttwo
{
	width: auto;
	max-width: 740px;
	margin: auto;
}
.contacttwo1
{
	width: 350px;
	float: left;
	font-family: 'Gabriela', serif;
	font-size: 17px;
	color: #000;
	padding-left: 5px;
	line-height: 20px;
}
.contacttwo2
{
	width: 300px;
	float: right;
}

.britext	{
	padding-left: 5px;
	padding-right: 5px;
}
	
	#twocolone
{
	width: auto;
	float: none;
	margin: auto;
}
#twocoltwo
{
	width: auto;
	float: none;
    margin: auto;
}
      

}

@media (max-width: 580px)
{
	.aqua01
	{
	font-size: x-large;
	line-height: 30px;
	}
		.contacttwo
{
	width: auto;
	margin: auto;
}
.contacttwo1
{
	width: auto;
	float: none;
	margin: auto;
}
.contacttwo2
{
	width: auto;
	float: none;
	margin: auto;
}
.britext2
{
	text-align: left;
}

}
@media (max-width: 350px)
{

	.topcontact
{
	font-size: medium;
	text-align: centre;
}
	
}
/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}
