/*Color principal #5BAE01*/
.filter-menu .uk-active * {
  background: transparent !important;
  border-bottom: 2px solid  #5BAE01;
  color: #000 !important;
}

.ws {
  color: #5BAE01;
}

.ws:hover {
  color: #5BAE01;
  text-decoration: none;
  text-shadow: 5px 5px 10px #5BAE01;
}

.activesearch {
  color: green !important;
}

.focusable {
  border: 1px solid red !important;
}

span.highlight{
  background: #f1c40f !important;
}

body, html {
  overflow-x: hidden;
  scroll-behavior: auto !important;
}

body::-webkit-scrollbar {
  width: 5px;
  position: absolute !important;
  transition: all .5s !important;
}

body::-webkit-scrollbar:hover {
  width: 10px
}

body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar-track {
  background: #222A35;
}

body::-webkit-scrollbar-thumb {
  background: #5BAE01;
}

.hidemenu {
  margin-left: -200vw !important;
}

.fiexednav {
  position: fixed !important;
  min-width: calc(100% - 2rem) !important;
  max-width: calc(100% - 2rem) !important;
  z-index: 98;
}
.grey {
  background: #2A323C !important
}

.menu {
  transition: .5s all;
  display: none;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: white;
  z-index: 99;
  padding: 2rem;
}

.menu ul {
  margin-top: 7rem;
  text-align: center;
  padding-bottom: 2rem;
  overflow-y: auto;
}
.menu ul li {
  min-width: calc(100% - 6rem);
  max-width: calc(100% - 6rem);
  list-style: none;
  margin: .5rem 0;
}

.menu ul li a {
  font-size: 25px;
  color: #555;
  font-weight: bold;
}

.menu ul li a span {
  color: #5BAE01;
}

.navimenu {
  min-width: calc(100vw - 4rem);
  max-width: calc(100vw - 4rem);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 2rem
}
.navimenu > div > button {
  color: #5BAE01;
  font-size: 35px
}


.navimenu > div > h3 img {
  width: 10rem;
  margin-top: 2rem;
}

.navibar {
  transition: all .5s;
  background: transparent;
  border-bottom: 1px solid #999;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;

}
.navibar h3 {
  color: white;
  display: flex;
  align-items: flex-end;
}
.navibar a {
  color: white;
  font-size: 17px;
  font-weight: 600;
}

.navibar .button-right {
  width: 25rem;
}
.navibar .button-right > button {
  display: none;
}

.navibar .menu-center {
  width: 30rem;
}

.navibar .menu-center ,.navibar .button-right {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.navibar .uk-navbar-left {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.navibar a:hover {
  color: #5BAE01;
  text-decoration: none;
}

main {
  max-width: 100vw;
  min-height: 37rem;
  max-height: 37rem;
  background: -webkit-linear-gradient(to right, rgba(0,0,0,0.5), rgba(91,174,1,.3)) , url('../media/fondo1.jpg');  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(91,174,1,.3)) , url('../media/fondo1.jpg'); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  background-size: 100% 100%;
  background-repeat: no-repeat;
}


main > div {
  width: 100%;
  min-height: inherit;
  background-color: rgba(40, 40, 40, 0.5);
}

.content-main {
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-main .text {
  height: 100%;
}

.content-main .text h5 {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 22px
}

.content-main .text h1 {
  color: white;
  margin: 0;
  padding: 0;
  font-weight: 900;
  font-size: 60px;
  margin :0;
  padding: 0;
}

.content-main .text h6 {
  color: white;
  margin: 0;
  padding: 0;
  margin :30px 0;
  padding: 0;
}
.finder {
  display: flex;
  padding: 0;
  justify-content: space-around;
}

.finder > button {
  min-width: 18%;
  max-width: 18%;
  font-size: 16px;
  color: white;
  background: #5BAE01;
  border-radius: 5px;
  border: none;
}

.finder > .inp {
  min-width: 78%;
  max-width: 78%;
  background: transparent !important;
  color: white !important;
}
.finder > .inp input {
  min-width:100%;
  max-width:100%;
  color: white !important;
  background: transparent !important;
  padding-left: 2rem;
  border-radius: 5px
}

.finder > .inp span {
  color: white !important;
}

.content-main .grid {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.content-main .grid .card-main {
  padding: 10px;
}

.content-main .grid .card-main div {
  border: 1px solid white;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all .5s
}

.content-main .grid .card-main div:hover {
  background: white;
}

.content-main .grid .card-main div:hover p {
  color: #000;
}

.content-main .grid .card-main div i {
  color: #5BAE01;
  font-size: 200%;
  margin-top: 1rem;
}

.main-2 {
  display: flex;
  background: #5BAE01;
  justify-content: space-around;
  align-items: center;
  padding:2rem;
}

.main-2 > div {
  margin: 1rem;
  height: 4rem;
  display: flex;
  justify-content: space-around;
}

.main-2 > div .img {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-2 > div .img i {
  font-size: 40px;
  color: white;
}

.main-2 > div .text {
  width: 60%;
  padding-top: 10px;
}

.main-2 > div .text * {
  margin: 0;
  padding: 0;
  color: white;
}

.main-2 > div .text h5 {
  font-weight: 900
}

.main-3,
.main-5 {
  padding: 5rem;
}

.main-3 > h5,
.main-3 > h1,
.main-5 > h5,
.main-5 > h1 {
  margin: 0;
}

.main-3 > h1,
.main-5 > h1 {
  font-size: 400%;
  font-weight: bold;
}

.filter-menu {
  justify-content: center;
  margin: 3em 0;
}
.container-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.container-cards > li {
  padding: 0;
  width:calc(100% / 3);
  min-height: 500px;
  max-height: 500px;
}

.js-filter-content {
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.js-filter {
  width: 100%;
  margin: 0 !important;
}

.target-content {
  min-height: inherit;
  max-height: inherit;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0;
  display: block;
  overflow: hidden;
  margin: 0 1rem;
  position: relative;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
	box-shadow: 0px 10px 15px -5px rgba(0,0,0,0.65);
  -webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.target-content .img {
  width: 100%;
  height: 50%;
  margin: 0;
}

.target-content .texto {
  max-width: 100%;
  height: 50%;
  margin: 0;
  padding: 2rem;
  padding-top: 0rem;
}

.adelante, .atras{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
  transition: .5s ease
}

.adelante{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 1;
}

.atras{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	color: #000;
}

.content-atras {
  padding: 2rem;
  width: 100%;
  max-height: calc(100% - 4rem);
  min-height: calc(100% - 4rem);
  color: white;
}


.content-atras h3,
.content-atras h5 {
  color: white;
  margin: 1rem 0;
}

.target:hover > .target-content .adelante,.target:hover > .target-content{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.target:hover > .target-content .atras{
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: #222A35;
}

.target:hover > .target-content .adelante{
  opacity: 0
}

.startcontent {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #5BAE01;
}

.tags {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 2rem
}
.tags p {
  padding: 8px;
  border: 1px solid #5BAE01;
  border-radius: 5px;
  font-size: 16px;
  margin : 5PX;
}

.btnvermas {
  border: 2px solid #5BAE01;
  background: #5BAE01;
  padding: 1rem 1.5rem;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  cursor: pointer;
  margin: 2rem 0;
  transition: .3s all
}

.btnvermas:hover {
  background: transparent;
}

.main-4 {
  min-width: 100vw;
  max-width: 100vw;
  background-image: url('../media/paralax.jpg');
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

.main-4 > div {
  min-width: calc(100vw - 6rem);
  max-width: calc(100vw - 6rem);
  height: 100%;
  background: rgba(10,10,10,.5);
  padding: 3rem;
}

.main-4 > div h1,
.main-4 > div h3,
.main-4 > div h5 {
  color: white;
  margin: 0;
}

.main-4 > div h5 {
  font-size: 17px
}

.main-4 > div h1 {
  font-size: 400%;
  font-weight: 800
}

.outilne-cards-content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2rem 0;
  width: 100%;
  padding: 0;
}

.outilne-cards-content > div {
  padding: 0;
  width: calc(100% / 4);
  margin: 0;
}

.outilne-cards-content > div > div {
  text-align: center;
  cursor: pointer;
  padding: 1.5rem;
}

.outilne-cards-content > div > div > div {
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow:hidden;
}

.outilne-cards-content > div > div > div img {
  width: 100%;
  margin: 0;
  height: 300px;
}

.outilne-cards-content > div > div > div > div {
  padding: 0rem 2rem;
  padding-top: 1.5rem;
  text-align: center;
}

.outilne-cards-content > div > div > div:hover .social-media-links {
  margin-top: -3rem;
  opacity: 1
}

.outilne-cards-content > div > div > div > div .social-media-links {
  position: absolute;
  left: calc(50% - 1rem);
  margin-top: -4rem;
  opacity: 0;
  transition: all .3s;
}

.outilne-cards-content > div > div > div > div .social-media-links button {
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  border: 1px solid #666;
  cursor: pointer;
}

.outilne-cards-content > div > div > div > div .social-media-links button:hover {
  background: #5BAE01;
  border-color: white;
}

.outilne-cards-content > div > div > div > div .social-media-links button:hover i {
  color: #fff !important;
}

.outilne-cards-content > div > div > div > div .social-media-links button i {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.outilne-cards-content > div > div > div > div * {
  margin: .5rem 0;
}

.outilne-cards-content > div > div i {
  font-size: 50px;
  color: #5BAE01;
}

.outilne-cards-content > div > div h5 {
  font-weight: bold;
}

.outilne-cards-content > div > div > div:hover {
  border-color: #CDF5A2;
  box-shadow: 0 0 20px #333;
}

.slider {
  min-width: 100vw;
  max-width: 100vw;
}

.slider .uk-slider-items li {
  background: #EEF5FD;
  padding: 3rem;
  display: block;
}

.slider .uk-slider-items li h4 {
  text-align: center;
  color: #666;
}

.slider .uk-slider-items li .name {
  text-align: center;
  color: #222;
  margin-bottom: 0;
  padding: 0;
}

.slider .uk-slider-items li .subname {
  text-align: center;
  color: #777;
  margin: 0;
  padding: 0;
}

.slider .uk-slider-items li .img {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
#next,
#prev {
  color: #5BAE01;
}

.slider .uk-slider-items li .img .perfil {
  border-radius: 50%;
}

.uk-dotnav {
  background: #EEF5FD;
  height: 3rem;
  align-items: center;
  padding-bottom: 2rem;
}
.uk-dotnav li a {
  border: 1px solid #5BAE01 !important;
}

.uk-dotnav .uk-active a {
  background: #5BAE01 !important;
}

.main-7 {
  min-width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
}

.main-7 > div {
  width: 50%;
  height: 30rem
}

#particles-js {
  position: absolute;
  height: inherit;
  width:inherit;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

.main-7 > .text {
  background: #5BAE01;
  background: -webkit-linear-gradient(to right, #1a1a1a, #5BAE01);
  background: linear-gradient(to right, #1a1a1a, #5BAE01);
  background-size: 100% 100;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.main-7 > .text div {
  width: 100%;
}

.main-7 > .text h1,
.main-7 > .text h4,
.main-7 > .text h6,
.main-7 > .text h5 {
  color: white;
  margin: 0;
}

.main-7 > .video {
  background: #2A323C;
  padding: 0rem;
}

.main-7 > .video iframe {
  width: 100%;
  height:100%;
  margin: 0;
  padding: 0rem;
}

.main-8 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 3rem;
}

.main-8 a {
  margin:1rem
}

footer {
  display: block;
  width: 100%;
  bottom: 0;
}

footer .copy-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #2A323C;
}

footer .copy-right p a {
  color: white;
  margin: 0;
}

footer .content-footer {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  background: #222A35;
}

footer .content-footer ul {
  width: 25%;
  margin: 0 2rem;
  color: white;
}

footer .content-footer ul li {
  list-style: none;
  margin: 1rem 0;
}

footer .content-footer ul li a {
  color: white;
}
footer .copy-right p a:hover,
footer .content-footer ul li a:hover {
  color: #5BAE01;
  text-decoration: none;
}

footer .content-footer ul li h3 {
  color: white;
  display: flex;
  align-items: flex-end;
}

.tags-content-footer {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.tags-content-footer .tag {
  margin: .5rem;
  font-size: 15px;
  border: 1px solid #5BAE01;
  border-radius: 5px;
  padding: .2rem .5rem;
  cursor: pointer;
  transition: .3s all
}

.tags-content-footer .tag:hover {
  background: #5BAE01;
  color: white;
}




.followus li {
  display: flex;
  align-items: center;
}
.followus li i {
  margin-right: .5rem;
}

.buscador-navigate {
  position: fixed;
  right: -1000rem;
  top:1rem;
  border:1px solid #5BAE01;
  border-radius: 50px;
  background: rgba(0,0,0,0.5);
  padding: .5rem;
  z-index: 9999;
  transition: all .5s;
}

.buscador-navigate button {
  border-radius: 50px;
  border: 1px solid white;
  background: white;
  color: #5BAE01;
  margin-top:-1rem;
}

.pais {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0
}

.pais span {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: 1rem !important
}

.pais span img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  padding: 0 !important;
  margin: 0 !important;
}

.formulario {
  position: fixed;
  top: 5vh;
  height: 90vh;
  width: 30rem;
  background: white;
  z-index: 999;
  border-radius: 8px;
  overflow: hidden;
  left: calc(50vw - 15rem);
  -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.75);
  transition: all .5s ease-in-out;
}

.formulario .header {
  padding: 0rem 1rem;
  height: 5rem;
  display: flex;
  justify-content: flex-end;
  max-width: calc(100% - 2rem);
  min-width: calc(100% - 2rem);
}

.formulario .header button:hover {
  color: #5BAE01;
  cursor: pointer;
}

.formulario .header button:focus {
  outline: none;
}

.hide-form {
  top: 250vw !important;
  transition: all .5s ease-in-out;
}

.formulario form {
  padding: 2rem;
  padding-top: 0;
  height: calc(100% - 7rem);
  max-width: calc(100% - 4rem);
  min-width: calc(100% - 4rem);
  overflow-y:scroll;
}

.formulario form::-webkit-scrollbar {
  width: 10px !important;
  background: #ccc !important;
}

.formulario form::-webkit-scrollbar-thumb {
  background: #5BAE01;
}

.formulario form h2 {
  color: #5BAE01;
}

.formulario form button {
  float: right;
  width: 40%;
  padding: 1rem;
  background: #5BAE01;
  color: white;
  border: none;
  margin-top: 1rem;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

.formulario form input,
.formulario form textarea {
  width: 100%;
  margin : .5rem 0 !important;

}

@media (max-width : 1200px) {
  .content-main .grid {
    width: 40%
  }
  .content-main .text {
    width: 60%
  }
  .content-main > div {
    height: 80%;
  }
  .navibar .button-right {
    width: 20rem;
  }

  .navibar .menu-center {
    width: 25rem;
  }

}

@media (max-width : 1000px) {
  .outilne-cards-content > .outline-card {
    width: calc(100% / 3);
  }
  .container-cards > li {
    width: calc(100% / 2)
  }
  .content-main .grid {
    width: 38%
  }
  .content-main .text {
    width: 58%
  }
  main {
    max-height:30rem;
    min-height:30rem;
  }
  main .content-main {
    padding: 1rem;
    max-height:24rem;
    min-height:24rem;
  }
  main .content-main .text h6 {
    font-size: 18px
  }
  main .content-main .text h1 {
    font-size:340%
  }
  /*main .content-main .grid .card-main {
    min-height: 7rem;
    max-height: 7rem;
  }*/
  .navibar {
    padding: 0 1rem;
  }
  .navibar .button-right {
    width: 10rem;
  }

  .navibar .menu-center {
    width: 22rem;
  }

  .finder > button {
    min-width: 37%;
    max-width: 37%;
    font-size: 17px;
    height: 3rem
  }

  .finder > .inp {
    min-width: 60%;
    max-width: 60%;
    height: 3rem
  }

  .finder > .inp input {
    height: inherit;
  }
}

@media (max-width : 850px) {

  .menu {
    display: block;
  }

  .content-main .grid {
    width: 45%
  }
  .content-main .text {
    width: 50%
  }
  main .content-main .text h1 {
    font-size:270%
  }

  footer .content-footer {
    display:block;
    padding: 1rem;
  }

  footer .content-footer ul {
    width: 100%;
    margin: 1rem 0;
    padding: 0;
    color: white;
  }
  .navibar {
    padding:0 1rem;
  }
  .navibar .menu-center,
  .button-right > a {
    display: none;
  }
  .button-right {
    justify-content: flex-end !important;
    padding: 0;
  }
  .button-right > button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 30px;
    display: block !important;
  }
  main {
    position: static;
  }
}

@media (max-width : 750px) {

  main {
    min-height: 40rem !important;
    max-height: 40rem !important;
    background-size: 100% 15rem;
    background-color:#2A323C;
  }
  main .content-main {
    position: absolute;
    top: 15rem;
    display: block;
  }
  .content-main {
    display: block;
  }
  .content-main .grid {
    display: none;
  }
  .content-main .text {
    width: 100%;
    text-align: center;
  }
  main .content-main .text h1 {
    font-size:270%
  }
  .main-2 {
    display: none;
  }
  .container-cards > li {
    width: calc(100% / 1);
    height: 90vh;
  }
  .target .target-content .adelante .img {
    height: 50%
  }
  .target .target-content .adelante .img img {
    height: 100%;
    width: 100%;
  }
  .main-4 > div {
    padding: 1.5rem;
    max-width: calc(100% - 3rem);
    min-width: calc(100% - 3rem);
  }
  .main-4 > div h1 {
    font-size: 250%
  }
  .outilne-cards-content > div {
    width: 50% !important;
  }
}

@media (max-width : 600px) {
  .outilne-cards-content > div {
    width: 100% !important;
  }
  .main-7 {
    display:block;
  }
  .main-7 > div {
    min-width: 100%;
    max-width: 100%;
    height: 25rem
  }
}

@media (max-width : 500px) {
  .main-3 {
    padding:2rem 1rem
  }
  .main-5 {
    padding: 1rem
  }
  .main-5 h1 {
    font-size: 250%;
  }
  .formulario {
    width: 25rem;
    left: calc(50vw - 12.5rem)
  }
}


@media (max-width : 400px) {
  .target .target-content .adelante .img {
    height: 40%
  }
  .target .target-content .atras > div {
    padding: 1rem;
    width: 100%;
  }
  .formulario {
    width: 20rem;
    left: calc(50vw - 10rem)
  }
}

@media (max-width : 300px) {
  .container-cards > li {
    min-height: 600px !important;
    max-height: 600px !important;
  }
  .formulario {
    width: 16rem;
    left: calc(50vw - 8rem)
  }
}

#loaderwrapper{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:120%;
  z-index:1000;
  background-color: #fff;
  margin-top: -10vh;
}

#loader{
  display: block;
  position: relative;
  left:50%;
  top:50%;
  width:200px;
  height:200px;
  margin:-100px 0 0 -100px;
  border-top:4px solid #3498db;
  border-radius:50%;

  -webkit-animation: spin 3.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before{
  content:"";
  position:absolute;
  top:5px;
  left:5px;
  bottom:5px;
  right:5px;
  border-top: 4px solid #e74c3c;
  border-radius:50%;

  -webkit-animation: spin 2.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after{
  content:"";
  position:absolute;
  top:15px;
  left:15px;
  bottom:15px;
  right:15px;
  border-top: 4px solid #f9c922;
  border-radius:50%;

  -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0%   {
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(0deg);  /* IE 9 */
          transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
      -ms-transform: rotate(360deg);  /* IE 9 */
          transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
