
@import url(http://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Hind+Vadodara:400,300,600,700);
@font-face {
    font-family: 'jeanne';
    src: url('fonts/jeannemoderno-webfont.eot');
    src: url('fonts/jeannemoderno-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jeannemoderno-webfont.woff2') format('woff2'),
         url('fonts/jeannemoderno-webfont.woff') format('woff'),
         url('fonts/jeannemoderno-webfont.ttf') format('truetype'),
         url('fonts/jeannemoderno-webfont.svg#jeanne') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {background: url("../img/fd-flors.jpg") repeat scroll;}
body {
  font-family: "Hind Vadodara",sans-serif;
  font-size: 120%;
  font-weight: 100;
  line-height: 1.4em;
  color: #007abc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {color: #f90c50;text-decoration: none;}
a[href^="#"] {color: #007abc;text-decoration:none;}
a[href^="#"]:hover {color: #007abc;text-decoration:none;}
a[name], a[name]:hover {text-decoration: none;color:#007abc;}
a[href^="mailto:"] {color: #f90c50;}
a[href^="mailto:"]:hover {color: #000000;text-decoration: none;text-shadow: 2px 1px 6px rgba(0,0,0,0.6);}
a[href^="http:"], p a[href$=".htm"], p a[href$=".html"] {
  background-position: 0 91%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #f90c50;
  outline: medium none;
  text-decoration: none;
}
a[href^="http:"]:hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(-35%,#fff), color-stop(50%,#444), color-stop(160%,#fff));
  background-image: -webkit-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
  background-image: -moz-linear-gradient(left, #fff -35%, #444 50%, #fff 160%);
  background-image: -ms-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
  background-image: -o-linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
  background-image: linear-gradient(left, #fff -35%,#444 50%,#fff 160%);
  color: #f90c50;
  text-decoration: none;
}
a[href$=".pdf"] {
  background: transparent url("doc-pdf.png") no-repeat scroll 40px 0 / 30px auto;
  cursor: help;
  display: inline-block;
  height: 40px;
  width: 70px;
}
a[href$=".pdf"]:hover {
  background: transparent url("doc-pdf.png") no-repeat scroll 30px 0 / 30px auto;
}

img {max-width: 100%;}
h1, h2, h3, h4, h5, h6 {
  font-family: "Jeanne",serif;
  line-height: 1em;
}

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}
.cd-main-content {
  position: absolute;
  width: 100%;
}

/*...................................................................MOBIL.(rojo)...................................*/
.testsize {
  background-color: red;
  height: 60px;
  left: -90px;
  opacity: 0.7;
  position: absolute;
  top: -10px;
  transform: rotate(33deg);
  width: 180px;
  z-index: 2147483647;
}

.cd-header {
  background-color: #c90f50;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#cd-logo img {
  display: block;
  float: left;
  margin: 4px 10px;
  max-width: 25px;
	z-index:3;
}
/*==============INTRO MONTAGE========*/
#cb-intro {
  background: url("../img/intro-fd.jpg") repeat-x scroll right top #c90f50;
  height: 80%;
  overflow: hidden;
  position: unset;
}
.cb-intro-tx {
  max-width: 51%;
  position: absolute;
  right: 10px;
  top: 27px;
}
.cb-intro-tx h1 {
  color: #000000;
  font-family: hind vadodara,sans-serif;
  font-size: 72%;
  font-weight: 100;
  letter-spacing: 0;
  padding: 0;
  position: relative;
  right: -5px;
  text-align: right;
  text-transform: uppercase;
  top: -10px;
  white-space: nowrap;
}
.cb-intro-modelo {
  bottom: -6px;
  margin: -15px;
  max-width: 65%;
  padding: 0;
  position: relative;
  z-index: 2;
}
.cb-intro-modelo > img {max-width: 95%;}
.cb-intro-tools {
  float: right;
  margin-top: -25.8%;
  max-width: 47%;
  position: relative;
  bottom: -12px;
}
.cd-primary-nav {/* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  background: url("../img/cd-icon-menu.svg") no-repeat scroll right center / 48px 44px rgba(0, 0, 0, 0);
  float: right;
  height: 100%;
  margin-right: 2%;
  position: absolute;
  right: 0;
  top: 0;
  width: 165px;
  z-index: 3;
}
.cd-primary-nav ul {
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
  z-index: 1;

  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
	transition: transform 0.3s, visibility 0s 0.3s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
}
.cd-primary-nav ul.is-visible {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  transition: transform 0.3s, visibility 0s 0.3s;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
}
.cd-primary-nav a {
  background-color: #c90f50;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px 3px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.698);
  color: rgba(255, 255, 255, 0.5);
  display: block;
  height: 45px;
  line-height: 42px;
  margin-bottom: -2px;
  padding-left: 8%;
}
.cd-primary-nav a:hover {
  border: 2px solid #fff;
  background-image: none;
  position: relative;
  color: #ffffff;
  z-index: 8888;
}
.cd-btn {
  display: inline-block;
  padding: 1em 1.8em;
  background-color: rgba(245, 72, 74, 0.9);
  margin-top: 1em;
  border-radius: 20em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: white;
}
.no-touch .cd-btn:hover {background-color: #f5484a;}
.cd-secondary-nav {
  position: relative;
  z-index: 3;
}
.cd-secondary-nav ul {/* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
  backface-visibility: hidden;
  background: none repeat scroll 0 0 rgba(200,15,80, 0.8);
  border-radius: 0.75em;
  bottom: 20px;
  max-width: 400px;
  position: fixed;
  right: 5%;
  transform: scale(0);
  transform-origin: 100% 100% 0;
  transition: transform 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
  width: 80%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
}
.cd-secondary-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
.cd-secondary-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #092645;
  color: rgba(255,255,255,0.6);
}
.cd-secondary-nav li a:hover, .cd-secondary-nav li:last-child a:hover {color: #ffffff;}
.cd-secondary-nav li:last-child a {border-bottom: none;}
.cd-secondary-nav-trigger {
  background: none repeat scroll 0 0 rgba(200, 15, 80, 0.8);
  border-radius: 0.55em;
  bottom: 20px;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  white-space: nowrap;
  width: 44px;
  z-index: 2;
}
.cd-secondary-nav-trigger span {/* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f0eee1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
  content: '';
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cd-secondary-nav-trigger span::before {
  right: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
  left: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger.menu-is-open {
  background: transparent;
}
.cd-secondary-nav-trigger.menu-is-open span {
  background: rgba(240, 238, 225, 0);
  width: 20px;
  height: 2px;
}
.cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
  background: #f0eee1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
}
.cd-secondary-nav-trigger.menu-is-open span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-secondary-nav-trigger.menu-is-open span::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cd-section {
  margin: 0 auto;
  padding: 2em 0;
}
.cd-section h2 {
  color: #c90f50;
  font-size: 210%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.cd-section .page-icono {
  float: left;
  margin: 10px 10px 0 0;
  max-width: 30%;
}
.cd-section p {
  font-size: 95%;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cd-footnote, .cbpage-footnote {
  border-top: 1px dotted #bababa;
  margin-top: 30px;
  padding: 10px;
}
.cd-footnote p, .cd-footnote sup {
  font-size: 90%!important;
  line-height: 1;
  margin-bottom: 10px;
  vertical-align: 0;
}
.parraf-iconos p {margin-bottom: 40px;}
.parraf-iconos br {
  margin-bottom: 20px;
  display: block;
  content: "";
}
.icono-mini {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  width: 80px;
}
.icono-social {
  float: left;
  margin: -2px 5px 0 0;
  width: 35px;
}

/*---------------------------------------BOTONES--+info---------------*/
.masinfo {
  background-color: rgba(200, 15, 80, 0.1);
  border: 1px solid #f90c50;
  border-radius: 3px 0;
  color: #007abc;
  display: inline-block;
  float: right;
  font-size: 60%;
  font-weight: 200;
  letter-spacing: 2px;
  margin-bottom: 10px;
  margin-left: 100%;
  margin-top: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  white-space: nowrap;
}
.masinfo:hover, .masinfo:focus, .masinfo a:hover {
  background-color: #f90c50;
  color: #ffffff;
  text-decoration: none;
}

.footer-list {
  border: 4px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  display: inline-block;
  list-style: outside none square;
  margin: 10px 2%;
  padding: 10px 20px;
}
.footer-list > li {
  float: left;
  margin: 3px 20px;
}


/*---------------------------------------MULTIREFLEX special-----------------*/
.copyrights {font-size: 80%;padding: 1% 2%;}
bqc{ font-variant:small-caps;}/*para los puntos·bqc en versalita*/
yysup {/*para los + y los - de las fórmulas de puntos·bqc*/
  color: #fff;
  font-family: arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -5px;
  line-height: 0;
  position: relative;
  top: 8px;
  vertical-align: baseline;
}
sup {/* para las notas de pie de página*/
  color: #000;
  font-family: helvetica,sans-serif;
  font-size: 0.65em;
  vertical-align: super;
}

/*..........................................................................TABLET.(yellow).....................*/
@media only screen and (min-width: 768px) {
.testsize{background-color:yellow;}
  	#cd-logo {float: left; margin-left:2%;}
  	#cd-logo img {
	  margin-left: -30px;
	  max-width: 60%;
	  opacity: 0;
	  position: relative;
	}
		/*==============INTRO MONTAGE========*/
    #cb-intro {
      background: url("../img/intro-fd.jpg") repeat-x scroll right top #c90f50;
      overflow: hidden;
      position: relative;
    	height:100%;
    }
    .cb-intro-tx {
	  right: 18px;
	  top: 48px;
	}
    .cb-intro-tx h1 {
      font-size: 140%;
      letter-spacing: 3px;
    }
    .cb-intro-modelo {max-width: 60%;}
    .cb-intro-tools {
	  bottom: -8px;
	  max-width: 38%;
	  overflow: hidden;
	  position: absolute;
	  right: 0;
	}
  	.cd-primary-nav {/* reset navigation values */
  		width: auto;
  		height: auto;
  		background: none;
  	}
  	.cd-primary-nav ul {
  		line-height: 40px;
  		position: static;
  		transform: translateY(0px);
  		width: auto;
    	-webkit-transform: translateY(0);
    	-moz-transform: translateY(0);
    	-ms-transform: translateY(0);
    	-o-transform: translateY(0);
  	}
  	.cd-primary-nav ul.is-visible {
  		-webkit-transform: translateY(0);
  		-moz-transform: translateY(0);
  		-ms-transform: translateY(0);
  		-o-transform: translateY(0);
  		transform: translateY(0);
  	}
  	.cd-primary-nav li {
  		display: inline-block;
  		margin-left: 20px;
  	}
  .cd-primary-nav a {
    background: none repeat scroll 0 0 transparent;
    background-image: none;
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    box-shadow: none;
    color: rgba(200,15,80,0.7);
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 5px 0;
  }
  .cd-primary-nav a:hover {
    border-left: medium none;
    background-image: none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
    box-shadow: none;
    color: #f90c50;
  }
	#cd-intro {height: 400px;}
	#cd-intro #cd-intro-tagline {padding-top: 160px;}
  #cd-intro h1 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
	#cd-intro {
		position: relative;
		height: 630px;
		background: url(../img/intro-background.jpg) no-repeat center right;
		background-size: cover;
		z-index: 2;
	}
	#cd-intro #cd-intro-tagline {
		margin: 0 auto;
		max-width: 1170px;
		padding-top: 25%;
		text-align: right;
		width: 83%;
	}
	#cd-intro h1 {
	color: #000;
	float: right;
	font-variant: all-small-caps;
	font-weight: 200;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	}
	.cd-section h2 {font-size: 3.8rem;}
	.cd-section .page-icono {max-width: 35%;}
	.cd-section p {font-size: 1.30rem;}

	}


/*........................................................iPad horizontal .(blue) ..................*/
@media only screen and (min-width: 1024px) {
.testsize{background-color:blue;}
		
	.has-top-margin {
		-webkit-animation: animate-margin-top 0.3s;
		-moz-animation: animate-margin-top 0.3s;
		animation: animate-margin-top 0.3s;
		margin-top: 70px;
	}
	#cd-logo.is-hidden {/* assign a position fixed and move outside the viewport (on the left) */
		opacity: 0;
		position: fixed;
		left: -20%;
		margin-left: 0;
		-webkit-transition: left 0.5s, opacity 0.5s;
		-moz-transition: left 0.5s, opacity 0.5s;
		transition: left 0.5s, opacity 0.5s;
	}
	#cd-logo.is-hidden.slide-in {/* slide in when the secondary navigation gets fixed */
		left: 4%;
		opacity: 1;
		z-index:3;
	}
	#cd-logo.is-hidden.slide-in img {
		max-width:100px;
		z-index: 3;
		opacity: 1;
		-webkit-transition: opacity 2s ease 1s;
		-moz-transition: opacity 2s ease 1s;
		transition: opacity 2s ease 1s;
	}

    /*==============INTRO MONTAGE========*/
  
    .cb-intro-tx {max-width: 55%;top: 30px;}
    .cb-intro-tx h1 {font-size: 160%;top: -15px;}
    .cb-intro-modelo {max-width: 90%;}
    .cb-intro-tools {max-width: 40%;}

	.cd-btn.is-hidden {/* assign a position fixed and move outside the viewport (on the right) */
		opacity: 0;
		position: fixed;
		right: -20%;
		top: 0;
		padding: .8em 1.2em;
		margin: 14px 0 0;
		-webkit-transition: right 0.3s, opacity 0.3s;
		-moz-transition: right 0.3s, opacity 0.3s;
		transition: right 0.3s, opacity 0.3s;
	}
	.cd-btn.is-hidden.slide-in {/* slide in when the secondary nav gets fixed */
		right: 5%;
		opacity: 1;
	}
  	.cd-secondary-nav {
      background-color: #c90f50;
      height: 65px;
      transition: height 0.3s ease 0s;
      z-index: 1;
    }
	.cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {height: 100%;}
	.cd-secondary-nav ul { /* reset navigation values */
		position: static;
		width: auto;
		max-width: 100%;
		visibility: visible;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		text-align: center;
		background-color: transparent;
	}
	.cd-secondary-nav li {
		display: inline-block;
		margin-left: -4px;
	}
	.cd-secondary-nav li a {
		position: relative;
		text-align: center;
		display: block;
		padding: 40px 40px 0 40px;
		border-bottom: none;
		-webkit-transition: padding 0.2s;
		-moz-transition: padding 0.2s;
		transition: padding 0.2s;
	}
  	.cd-secondary-nav li a b {
      color: rgba(255, 255, 255, 0.7);
      font-size: 73%;
      font-weight: 600;
      text-transform: uppercase;
    }
	.cd-secondary-nav li a span {
		position: absolute;
		display: inline-block;
		width: 40px;
		height: 40px;
		top: 0px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		background-repeat: no-repeat;
		background-image: url(../img/cb-nav-icons.svg);
		-webkit-transition: opacity 0.2s;
		-moz-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	.cd-secondary-nav li a span:hover {cursor:help;}
	.cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {color: #ffffff;}
	.cd-secondary-nav li:nth-child(1) a span {background-position: 0 0;}
	.cd-secondary-nav li:nth-child(2) a span {background-position: -40px 0;}
	.cd-secondary-nav li:nth-child(3) a span {background-position: -80px 0;}
	.cd-secondary-nav li:nth-child(4) a span {background-position: -120px 0;}
	.cd-secondary-nav li:nth-child(5) a span {background-position: -160px 0;}
	.cd-secondary-nav.is-fixed {
		/* on Firefox CSS transition/animation fails when parent element changes position attribute*/
		/* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
		position: fixed;
		left: 0;
		top: 0;
		height: 70px;
		width: 100%;
	}
	.cd-secondary-nav.animate-children {
		/* on Firefox CSS transition/animation fails when parent element changes position attribute*/
		/* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}
	.cd-secondary-nav.animate-children li a {padding: 26px 30px 0 30px;}
	.cd-secondary-nav.animate-children li a span {opacity: 0;}
	.cd-secondary-nav-trigger {display: none;}
	.cd-section {padding: 4em 0;}
	.cd-section h2 {font-size: 4rem;}
	.cd-section .page-icono {margin-left: -40px;max-width: 50%;}
	.cd-section p {font-size: 1.65rem;}
} /*............................................END_1170px.................................*/

/*........................................................PANTALLA GRANDE.(violet)..................*/
@media only screen and (min-width: 1170px) {
.testsize{background-color: purple;}

	.cd-secondary-nav li a b {font-size: 90%;}
	.cb-intro-tx {max-width: 64%;top: 10px;}
	.cb-intro-tools {max-width: 35%;}
} /*............................................END_1170px.................................*/

/*........................................................PANTALLA MUY GRANDE.(turquoise)..................*/
@media only screen and (min-width: 1410px) {
.testsize{background-color: turquoise;}
	
	.cd-secondary-nav li a b {font-size: 100%;}
	.cb-intro-tx {max-width: 100%;top: 10px;left: 37%}
	.cb-intro-tx h1 {
	  left: 20%;
	  letter-spacing: 0.5rem;
	  right: unset;
	  top: 190px;
	  position: absolute;
	}
	.cb-intro-modelo > img {width: 54%;max-width: 720px;}
	.cd-section .page-icono {margin-left: -195px;max-width: 60%;}
} /*............................................END_1410px.................................*/

@-webkit-keyframes animate-margin-top {
  0% {margin-top: 100px;}
  100% {margin-top: 70px;}
}
@-moz-keyframes animate-margin-top {
  0% {margin-top: 100px;}
  100% {margin-top: 70px;}
}
@keyframes animate-margin-top {
  0% {margin-top: 100px;}
  100% {margin-top: 70px;}
}