@charset "utf-8";
/* MAINS CSS Document - Chennai plastic surgery */
/*css reset*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
.aBn{
	border:none !important;
}
.aBn:hover{
	border:none !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;  
	outline:none !important; 
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
a{text-decoration:none !important}
/*end of css reset*/

@font-face{ 
 font-family: 'proximanova-regular';
 src:url(../fonts/ProximaNovaA-Regular.eot);
 src:url(../fonts/ProximaNovaA-Regular.eot) format('eot'),
      url(../fonts/ProximaNovaA-Regular.otf) format('otf'),
      url(../fonts/ProximaNovaA-Regular.woff) format('woff'),
      url(../fonts/ProximaNovaA-Regular.ttf) format('truetype'),
      url(../fonts/ProximaNovaA-Regular.svg) format('svg')
}

@font-face{ 
 font-family: 'proximanova-thin';
 src:url(../fonts/ProximaNovaT-Thin.eot);
 src:url(../fonts/ProximaNovat-Thin.eot) format('eot'),
      url(../fonts/ProximaNovat-Thin.otf) format('otf'),
      url(../fonts/ProximaNovat-Thin.woff) format('woff'),
      url(../fonts/ProximaNovaT-Thin.ttf) format('truetype'),
      url(../fonts/ProximaNovat-Thin.svg) format('svg')
}

@font-face{ 
 font-family: 'proximanova-semibold';
 src:url(../fonts/ProximaNova-Semibold.eot);
 src:url(../fonts/ProximaNova-Semibold.eot) format('eot'),
      url(../fonts/ProximaNova-Semibold.otf) format('otf'),
      url(../fonts/ProximaNova-Semibold.woff) format('woff'),
      url(../fonts/ProximaNova-Semibold.ttf) format('truetype'),
      url(../fonts/ProximaNova-Semibold.svg) format('svg')
}

/* fonts
font-family: 'Open Sans', sans-serif; 
font-family: 'proximanova-thin', sans-serif;
font-family: 'proximanova-regular', sans-serif;
font-family: 'proximanova-semibold', sans-serif;
*/

body{font-family: 'proximanova-regular', sans-serif; background:#000;color: white;}
.clr{clear:both;}
h1,h3
{
    font-family: 'proximanova-regular', sans-serif;
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 10px;
}
h3
{
    font-size: 27px;
    color: #84be46;
    text-align: left;
}
p
{
    font-family: 'proximanova-thin', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.sections
{
    padding:70px 0px 22px 0px;
}

/*header style*/
.header_div
{
    font-family: 'proximanova-thin', sans-serif;
}
.brand img 
{
    width: 255px;
    margin-top: 35px;
}
.navigation
{
    min-height: 100px;
    background: #000;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.59);
    position: relative;
    z-index: 555;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
    display: inline-block;
    padding: 0 0px 0px 0px;
    margin: 0px 11px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

nav ul li a:after,.active_nav:after {
	content: '';
	display: block;
	margin: 9px auto 0px auto;
	height: 1px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
nav ul li a:hover:after,.active_nav:after,nav ul li a:active:after,.active_nav:after,nav ul li a:focus:after,.active_nav:after {
	width: 100%;
	background: #7ab03a;
}
nav ul li.CTA a:hover:after,.active_nav:after {
	width: 0px;
	background: transparent;
}


nav ul li a:hover,
nav ul li a:visited:hover,nav ul li a:focus {
  color: #7ab03a;
  /*border-bottom: 1px solid #FBBE36;*/
}
/*nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}*/
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  background: white;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-dropdown li a
{
  padding:15px 15px;
  border-bottom: none !important;
}

.active_nav
{
    color: #7ab03a !important;
}
/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }
  .header_div img 
  {
    width: 70px;
    margin-top: 0px;
  }
  .brand 
  {
    line-height: 0;
    font-size: 0;
  }
  .navigation 
  {
    min-height: unset;
    height:70px;
  }
  /*.nav-list 
{
    background: white;
}*/
.active_nav,nav ul li a:hover, nav ul li a:visited:hover
{
    border-bottom: none !important;
}

  nav {
    width: 100%;
    padding:55px 0 15px; /* 70px 0 15px; */
    background: black;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
  .header_div img 
{
    width: 180px !important;
    margin-top: 25px !important;
}
.main_nav:first-child
{
    margin-top: 28px;
}
}
@media screen and (min-width: 799px) {
.nav-list 
{
    display: block !important;
    position: relative;
}
.nav-list li.main_nav
{
    padding-top:39px;
}
.nav-list li.main_nav:last-child
{

    background: #89C249 !important; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(top left, #89C249, #426719) !important;
    background-image: -moz-linear-gradient(top left, #89C249, #426719) !important;
    background-image: -o-linear-gradient(top left, #89C249, #426719) !important;
    background-image: linear-gradient(to bottom right, #89C249, #426719) !important;
    border: none !important;
    padding: 39px 24px 30px 24px !important;
    margin-right: 0px !important;
    position:relative;
    z-index: 100;
}
.nav-list li.main_nav:last-child:before
{

    background: #426719 !important; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(top left, #426719, #89C249) !important;
    background-image: -moz-linear-gradient(top left, #426719, #89C249) !important;
    background-image: -o-linear-gradient(top left, #426719, #89C249) !important;
    background-image: linear-gradient(to bottom right, #426719, #89C249) !important;
    border: none !important;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top:0;left:0;
    opacity: 0;
    width:100%;
    z-index: -100;
    -webkit-transition: opacity 1.0s;
    -moz-transition: opacity 1.0s;
    -o-transition: opacity 1.0s;
    transition: opacity 1.0s;
    transition: opacity 1.0s;
}
.nav-list li.main_nav:last-child:hover:before
{
   opacity:1;  
}
.nav-list li.CTA a
{
        color: white !important;
        border:none !important;
}
.main_nav.CTA 
{
    margin-left: 41px;
    cursor: pointer;
}
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 10px;
  height: 5px;
  width: 35px;
  background: #7ab03a;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.drp
{
  position: relative;
  bottom: 0px;
  margin-left: 4px;
}
/* end of header */
.cvr_img
{
    background-image: url(../images/cover-image.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    background-position: center;
    position: relative;
    z-index: 444;
}
.ovly_img
{
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cvr_img h1
{
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-weight: lighter;
    font-family: 'proximanova-regular', sans-serif;
}
.cvr_img p
{
    font-size: 17px;
    line-height: 25px;
    font-weight: 100;
    font-family: 'proximanova-thin', sans-serif;
}
.txt_oncovr
{
    color: white;
    position: absolute;
    left: 3.5%;
    top: 20%;
    width: 550px;
    text-shadow: 0px 0px 4px rgba(113, 100, 100, 0.62);
    z-index: 44444;
}
.genrl_CTA
{
  width: 220px;
  font-size: 14px;
  background: #89C249 !important; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #89C249, #426719) !important;
  display: inline-block;
  letter-spacing: 0.5px;
  text-align: center;
  color: white;
  line-height: 21px;
  padding: 13px 18px 12px 18px;
  border: 1px solid white;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 17px;
  position:relative;
  z-index: 100;
}
.genrl_CTA:hover
{
  color:white !important;
}
.genrl_CTA:before
{
  background: #426719 !important; /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom right, #426719, #89C249) !important;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top:0;left:0;
  opacity: 0;
  width:100%;
  z-index: -100;
  -webkit-transition: opacity 1.0s;
  -moz-transition: opacity 1.0s;
  -o-transition: opacity 1.0s;
  transition: opacity 1.0s;
  transition: opacity 1.0s;
}
.genrl_CTA:hover:before
{
   opacity:1;  
}

/*body styling*/
.bdy_div
{
    padding-left: 35px;
    padding-right: 35px;
}
.bdy_div h1
{
    text-transform: capitalize;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.frm_fld input,.frm_fld textarea
{
    padding:10px 15px;
    width: 100%;
    border:1px solid #cecece;
    border-radius: 0;
    /*outline:none !important;*/
    outline-color: #7ab03a;
}
.frm_fld textarea
{
    resize: none;
}
.form_div
{
    background: #01060A !important; /* For browsers that do not support gradients */
    background-image: -webkit-linear-gradient(to bottom right, #01060A, #4D4D4D) !important;
    background-image: -moz-linear-gradient(to bottom right, #01060A, #4D4D4D) !important;
    background-image: -o-linear-gradient(to bottom right, #01060A, #4D4D4D) !important;
    background-image: linear-gradient(to bottom right, #0f1419, #4D4D4D) !important;
    padding:35px 20px;
    box-shadow: 0px 0px 13px rgb(180, 255, 99);
    color: black;
}
.form_div h3 
{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    color: white;
}
.frm_fld 
{
    margin-bottom: 13px;
}
.submit_d input
{
    border:1px solid white;
}
.bdy_div ul 
{
    padding-left: 20px;
    bottom: 0;
}
.spcr
{
    height:25px;
}
.spcr2
{
    height: 75px;
}
.bdy_div h4 
{
    text-align: center;
    font-size: 20px;
    margin: 10px 0px;
    font-family: 'proximanova-thin', sans-serif;
    color: #fff;
}
.bdy_div img
{
    max-width: 100%;
    margin:0 auto;
    display: block;
}
.brd_beaf
{
    border:1px solid white;
    height: 99.229%;
}
.genrl_cta2
{
    margin: 17px auto;
    display: block;
    padding: 9px;
    width: 122px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'proximanova-thin', sans-serif;
}
/*footer styling*/
.grad_bg
{
    background: #83bc45;
    background-image: -webkit-linear-gradient(bottom right, #466c1c, #86c148) !important;
    background-image: -moz-linear-gradient(bottom right, #466c1c, #86c148) !important;
    background-image: -o-linear-gradient(bottom right, #466c1c, #86c148) !important;
    background-image: linear-gradient(to bottom right, #466c1c, #86c148) !important;
}
.footrw
{
    padding:30px 0px;
}
.footrw p
{
    color: white;
}
.footrw h4
{
    text-align: left;
    font-family: 'proximanova-semibold', sans-serif;
    color: #fff;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.footrw a
{
    display: inline-block;
    color: #fff;
}
.fa_ics 
{
    margin-right: 6px;
}
.gdir_b a 
{
    color: white;
    padding: 8px 0px;
    font-family: 'proximanova-thin', sans-serif;
    font-size: 12px;
    width: 120px;
    text-transform: capitalize;
}
.brd
{
    background: #9DD55E;
    height: 1px;
    margin-bottom: 20px;
}
.fa_scl 
{
    color: white;
    margin-right: 15px;
    float: right;
}
.fa_scl:hover,.fa_scl:active
{
    color: #9DD55E;
}
.fa_scl22
{
    margin-right: 0px;
}
.error 
{
    color: red;
    font-weight: 100;
    font-family: 'proximanova-thin', sans-serif;
}
.thnk_cntnr 
{
    margin-top: 35%;
    text-align: center;
    color: white;
}
.th_cta 
{
    font-size: 13px;
    letter-spacing: 1px;
}
.fxdiv_f 
{
    background: rgba(0, 0, 0, 0.67);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}
.fxdiv_f img 
{
    width: 55px;
    margin-top: 20%;
}
.cs_arw_prnt
{
    text-align: center;
}
.cs_arw 
{
    position: absolute;
    bottom: -5px;
    font-size: 59px;
    left: 0;
    width: 100%;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
    -webkit-animation: float 3s ease-in-out infinite;
    -moz-animation: float 3s ease-in-out infinite;
    -o-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
    color: white;
}
.nw_img
{
    border: 2px solid #87c43f;
    box-shadow: 0px 0px 15px rgba(134, 196, 62, 0.72);
}

.fxd_mail_div 
{
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 50%;
    background: #83bc45;
    background-image: -webkit-linear-gradient(top left, #466c1c, #86c148) !important;
    background-image: -moz-linear-gradient(top left, #466c1c, #86c148) !important;
    background-image: -o-linear-gradient(top left, #466c1c, #86c148) !important;
    background-image: linear-gradient(to bottom right, #466c1c, #86c148) !important;
    color: white;
    border-radius: 10px 0px 0px 10px;
    padding: 20px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
    text-align: center;
}
.fxd_mail_div  p
{
    color: white;
    text-align: center
}
.fix_pop_div_id 
{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: rgba(156, 160, 162, 0.82);
}
.form_fxdi 
{
    background: white;
    padding: 30px 20px 12px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: relative;
}
.marg_fr_idrow 
{
    margin-top: 10%;
}
.fix_pop_div_id h3
{
    text-align: center;
}
.close_pop_fx 
{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: black;
}
.form_div p
{   
    color:#fff;
}
.nw_te_row h1
{
    text-align: center;
    margin-bottom: 25px;
}
.nw_te_row
{
    margin-bottom: 40px;
    text-align: center;
}
.nw_te_row img
{
    display: block;
    margin: 0 auto 20px auto;
    border-radius: 100%;
    width: 200px;
    border: 2px solid #83bf46;
    box-shadow: 0px 0px 22px #83bf46;
}
.nw_te_row p
{
    margin-bottom: 10px;
    min-height: 100px;
}
.nw_te_row h3
{
    text-align: center;
}
.nw_te_row h6 span
{
    display: block;
    font-family: 'proximanova-thin', sans-serif;
    margin-top: 4px;
}
.carousel-item 
{
    padding: 20px 0px;
}
.grad_bg
{
    padding-top:12px;
}
.new_slc h6
{
    margin-bottom: 20px;
    text-align: center;
}
.new_slc h3
{
    text-shadow: 1px 1px 8px rgba(0, 0, 0,0.4);
    color: #7cb240;
    text-align: center;
}
.new_slc
{
    margin-top: 15px;
}
.middle_rw
{
    border-left: 1px solid;
    border-right: 1px solid;
}
/*responsive code*/
@media screen and (min-width: 1235px){
.h1_larg
{
    margin-top:45px;
}
}
@media (min-width: 0px) and (max-width:1040px) {
.fxd_mail_div 
{
    right: 20px;
    bottom: 20px;
    top: unset;
    border-radius: 10px;
    padding: 20px;
}
}
@media (min-width: 0px) and (max-width:991px) {
.nw_img
{
    margin-top:30px !important;
}
.form_div
{
    margin-bottom: 30px;
}
.spcr2 
{
    height: 50px;
}
.brd_beaf {
    border: 1px solid white;
    height: unset;
    margin: 20px 0px;
}
.bdy_div 
{
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (min-width: 0px) and (max-width:767px) {
.new_slc h6,.new_slc h3 
{
    text-align: left;
}
.middle_rw
{
    border: none;
}
.fxd_mail_div p
{
    display: none;
}
.gdir_b a 
{
    margin-bottom: 26px;
}
.fa_scl
{
    float: none;
    margin-bottom: 10px;
}
.fa_scl22
{
    margin-right: 15px;
}
.cs_arw
{
    display: none;
}
}
@media (min-width: 601px) and (max-width:767px) {
.txt_oncovr
{
    left: 0;
    padding: 20px 0px 20px 15px;
    top: 0;
    width: 100%;
    position: relative;
}
}

@media (min-width: 0px) and (max-width:600px) {
.txt_oncovr
{
    left: 0;
    padding: 20px 0px 20px 15px;
    top: 0;
    width: 100%;
    position: relative;
}
.new_slc
{
     overflow: hidden;
}
.cvr_img p 
{
    font-size: 14px;
    line-height: 23px;
}
.cvr_img h1 
{
    font-size: 26px;
}
/*.cvr_img 
{
    background-image: url(../images/cover-image-mobile.jpeg);
    min-height: 334px;
    background-position: 0px;
}*/
}
@media (min-width: 0px) and (max-width:450px) {
.fxd_mail_div
{
    bottom:20px;
}
.bdy_div 
{
    padding-left: 0;
    padding-right: 0;
}
p 
{
    font-size: 15px;
}
h3
{
    font-size: 20px;
}
h1
{
    font-size: 25px;
}
.sections 
{
    padding: 30px 0px;
}
.end_footrw p
{
    font-size: 14px;
}
.genrl_cta2 
{
    width: 142px;
}
}


/*animation css*/

@-o-keyframes pulse {
  0% {
    -o-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
      -o-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
      box-shadow: 0 0 0 10px rgba(255,255,255, 0);
  }
  100% {
      -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
  }
  70% {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-o-keyframes float {
  0% {

    -o-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    
    -o-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {

    -o-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-moz-keyframes float {
  0% {
    
    -moz-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    
    -moz-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    
    -moz-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes float {
  0% {
    
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}