
.videos {
  display:flex;
  justify-content: center;
}

.minisitio * {
  font-family: 'Interstate' !important;
}

.minisitio .api-producto figure {
  margin: 0;
}

.minisitio .api-producto a{
  width: 100%;
  text-decoration: none;
}

.minisitio .api-producto .wrap-img-producto-api {
  min-height: 260px;
  display:flex;
  align-items: center;
  justify-content: center;
  background: white;
}

.minisitio .api-producto a img{

}

.minisitio .api-producto a img.img-opex{
  width: 10px;
  height: 10px;
  margin: 5px 0 0 5px;
}

.minisitio .api-producto .wrap-opex{
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.minisitio .api-producto a h2{
  font-size: 14px !important;
  color: #919191;
  text-transform: uppercase ;
}

.minisitio .api-producto li.precio-normal{
  color: #919191!important;
  font-size: 14px;
}

.minisitio .api-producto li.precio-internet{
  color: #919191!important;
  font-size: 14px;
}

.minisitio .api-producto .btn-comprar{
  border: 2px solid #909090;
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 4px;
  color: #909090;
}

.minisitio .api-producto .wrap-producto-api{
  padding: 20px;
  min-height: 203px !important;
}

.minisitio .api-producto .wrap-producto-api img {
  width: 100%;
}

.minisitio .api-producto .wrap-datos-productos-api{
  padding: 20px 10px;
  background: #e0e0e0;
  min-height: 203px !important;
}

.videos section {
  width: 100%;
}

.videos .item-carousel {
  padding: 0 10px;  
}

.carrousel-categorias {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  justify-content: center;
}

.carrousel-categorias li {
  margin: 0 15px;
}

@media (max-width: 1000px) {
  .carrousel-categorias li {
    margin: 0 10px !important;
  }  
  .carrousel-categorias li a {
    font-size: .6rem !important;
    padding: 8px 20px !important;
  }
}

@media (max-width: 768px) {
  .carrousel-categorias {
    flex-flow: column nowrap;
  }
  
  .carrousel-categorias li {
    margin: 5px 15px !important;
  }
}

.carrousel-categorias li a {
  font-size: .8rem;
  color: #919191;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid #919191;
}

.carrousel-categorias li a:hover,
.carrousel-categorias li a.active {
  background: #919191; 
  border: 1px solid transparent;
  color: #ececec;
}


/*.minisitio .api-producto .wrap-datos-productos-api ul{
  height: 70px;
}*/

.minisitio .owl-carousel-producto.active {
  display: block !important;
}

.minisitio .owl-carousel-producto {
  display: none !important;
}

.minisitio .owl-carousel-producto .owl-prev img {
  width: 50px;
  top: 50%;
  left: -5%;
  position: absolute;
}

.minisitio .owl-carousel-producto .owl-next img {
  width: 50px;
  top: 50%;
  right: -5%;
  position: absolute;
}

.minisitio .owl-videos .owl-prev img {
  width: 50px;
  top: 30%;
  left: -5%;
  position: absolute;
}

.minisitio .owl-videos .owl-next img {
  width: 50px;
  top: 30%;
  right: -5%;
  position: absolute;
}

/*
	===================== Colores =================
*/
/*
	===================== background =============
*/
@import url(../css/fonts.css);
.ics_bg__primary {
  background-color: #4A4A4A;
}

.ics_bg__light-grey {
  background-color: #F2F2F2;
}

.ics_bg__grey {
  background-color: #2F2F2F;
}

.ics_color__primary {
  color: #4A4A4A;
}

.ics_color__white {
  color: #919191;
}

.ics_color__base {
  color: #000000;
}

/*
	===================== Base =====================
*/
/*
	===================== Base =====================
*/
/*
	===================== font-weight ==============
*/
/*
	=====================     Mixin ================
*/
.margin-top-1 {
  margin-top: 10px !important;
}

.margin-n-top-1 {
  margin-top: -10px !important;
}

.margin-left-1 {
  margin-left: 10px !important;
}

.margin-n-left-1 {
  margin-left: -10px !important;
}

.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.margin-n-bottom-1 {
  margin-bottom: -10px !important;
}

.margin-right-1 {
  margin-right: 10px !important;
}

.margin-n-right-1 {
  margin-right: -10px !important;
}

.margin-top-2 {
  margin-top: 20px !important;
}

.margin-n-top-2 {
  margin-top: -20px !important;
}

.margin-left-2 {
  margin-left: 20px !important;
}

.margin-n-left-2 {
  margin-left: -20px !important;
}

.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.margin-n-bottom-2 {
  margin-bottom: -20px !important;
}

.margin-right-2 {
  margin-right: 20px !important;
}

.margin-n-right-2 {
  margin-right: -20px !important;
}

.margin-top-3 {
  margin-top: 8px !important;
}

.margin-n-top-3 {
  margin-top: -30px !important;
}

.margin-left-3 {
  margin-left: 30px !important;
}

.margin-n-left-3 {
  margin-left: -30px !important;
}

.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.margin-n-bottom-3 {
  margin-bottom: -30px !important;
}

.margin-right-3 {
  margin-right: 30px !important;
}

.margin-n-right-3 {
  margin-right: -30px !important;
}

.margin-top-4 {
  margin-top: 40px !important;
}

.margin-n-top-4 {
  margin-top: -40px !important;
}

.margin-left-4 {
  margin-left: 40px !important;
}

.margin-n-left-4 {
  margin-left: -40px !important;
}

.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.margin-n-bottom-4 {
  margin-bottom: -40px !important;
}

.margin-right-4 {
  margin-right: 40px !important;
}

.margin-n-right-4 {
  margin-right: -40px !important;
}

.margin-top-5 {
  margin-top: 50px !important;
}

.margin-n-top-5 {
  margin-top: -50px !important;
}

.margin-left-5 {
  margin-left: 50px !important;
}

.margin-n-left-5 {
  margin-left: -50px !important;
}

.margin-bottom-5 {
  margin-bottom: 50px !important;
}

.margin-n-bottom-5 {
  margin-bottom: -50px !important;
}

.margin-right-5 {
  margin-right: 50px !important;
}

.margin-n-right-5 {
  margin-right: -50px !important;
}

.margin-top-6 {
  margin-top: 60px !important;
}

.margin-n-top-6 {
  margin-top: -60px !important;
}

.margin-left-6 {
  margin-left: 60px !important;
}

.margin-n-left-6 {
  margin-left: -60px !important;
}

.margin-bottom-6 {
  margin-bottom: 60px !important;
}

.margin-n-bottom-6 {
  margin-bottom: -60px !important;
}

.margin-right-6 {
  margin-right: 60px !important;
}

.margin-n-right-6 {
  margin-right: -60px !important;
}

.margin-top-7 {
  margin-top: 70px !important;
}

.margin-n-top-7 {
  margin-top: -70px !important;
}

.margin-left-7 {
  margin-left: 70px !important;
}

.margin-n-left-7 {
  margin-left: -70px !important;
}

.margin-bottom-7 {
  margin-bottom: 70px !important;
}

.margin-n-bottom-7 {
  margin-bottom: -70px !important;
}

.margin-right-7 {
  margin-right: 70px !important;
}

.margin-n-right-7 {
  margin-right: -70px !important;
}

.margin-top-8 {
  margin-top: 80px !important;
}

.margin-n-top-8 {
  margin-top: -80px !important;
}

.margin-left-8 {
  margin-left: 80px !important;
}

.margin-n-left-8 {
  margin-left: -80px !important;
}

.margin-bottom-8 {
  margin-bottom: 80px !important;
}

.margin-n-bottom-8 {
  margin-bottom: -80px !important;
}

.margin-right-8 {
  margin-right: 80px !important;
}

.margin-n-right-8 {
  margin-right: -80px !important;
}

.margin-top-9 {
  margin-top: 90px !important;
}

.margin-n-top-9 {
  margin-top: -90px !important;
}

.margin-left-9 {
  margin-left: 90px !important;
}

.margin-n-left-9 {
  margin-left: -90px !important;
}

.margin-bottom-9 {
  margin-bottom: 90px !important;
}

.margin-n-bottom-9 {
  margin-bottom: -90px !important;
}

.margin-right-9 {
  margin-right: 90px !important;
}

.margin-n-right-9 {
  margin-right: -90px !important;
}

.margin-top-10 {
  margin-top: 100px !important;
}

.margin-n-top-10 {
  margin-top: -100px !important;
}

.margin-left-10 {
  margin-left: 100px !important;
}

.margin-n-left-10 {
  margin-left: -100px !important;
}

.margin-bottom-10 {
  margin-bottom: 100px !important;
}

.margin-n-bottom-10 {
  margin-bottom: -100px !important;
}

.margin-right-10 {
  margin-right: 100px !important;
}

.margin-n-right-10 {
  margin-right: -100px !important;
}

.margin-top-11 {
  margin-top: 110px !important;
}

.margin-n-top-11 {
  margin-top: -110px !important;
}

.margin-left-11 {
  margin-left: 110px !important;
}

.margin-n-left-11 {
  margin-left: -110px !important;
}

.margin-bottom-11 {
  margin-bottom: 110px !important;
}

.margin-n-bottom-11 {
  margin-bottom: -110px !important;
}

.margin-right-11 {
  margin-right: 110px !important;
}

.margin-n-right-11 {
  margin-right: -110px !important;
}

.margin-top-12 {
  margin-top: 120px !important;
}

.margin-n-top-12 {
  margin-top: -120px !important;
}

.margin-left-12 {
  margin-left: 120px !important;
}

.margin-n-left-12 {
  margin-left: -120px !important;
}

.margin-bottom-12 {
  margin-bottom: 120px !important;
}

.margin-n-bottom-12 {
  margin-bottom: -120px !important;
}

.margin-right-12 {
  margin-right: 120px !important;
}

.margin-n-right-12 {
  margin-right: -120px !important;
}

/*
	===================== fin Mixin =====================
*/
/*
	===================== font-size =====================
*/
/*
	===================== fin font-size =====================
*/
/*
	===================== mediaqueries =====================
*/
/*
	===================== mediaqueries =====================
*/
/*
	===================== margenes =====================
*/
/*
	===================== fin margenes =====================
*/
/*
  ===================== Base =====================
*/
/*
  ===================== Titulos =====================
*/
.ic h1, .ic .h1,
.ic h2, .ic .h2,
.ic h3, .ic .h3,
.ic h4, .ic .h4,
.ic h5, .ic .h5,
.ic h6, .ic .h6 {
  line-height: 120%;
  margin-bottom: 4px;
  /*font-family: "r-futura_stdmedium", sans-serif;*/
  font-family: 'Interstate';
  font-weight: 500;
}

.ic h1,
.ic .h1 {
  font-size: 45px !important;
}

.ic h2,
.ic .h2 {
  font-size: 30px !important;
  font-weight: 400;
}

@media (max-width: 560px) {
  .ic h2,
  .ic .h2 {
    font-size: 22px !important;
  }
}

.ic h3,
.ic .h3 {
  font-size: 22px !important;
  font-weight: 300;
}

.ic h4,
.ic .h4 {
  font-size: 18px !important;
  font-weight: 300;
}

.ic h5,
.ic .h5 {
  font-size: 16px;
  font-weight: 400;
}

.ic h6,
.ic .h6 {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 16px;
  /*font-family: "r-futura_stdmedium", sans-serif;*/
  font-family: 'Interstate';
  font-weight: 500;
}

.ic strong {
  font-weight: 700;
  /*font-family: "r-futura_stdbold";*/
  font-family: 'Interstate';
  font-weight: bold;
}

.ic p + p {
  margin-top: 10px;
}

.ic img {
  display: block;
}

.ic a {
  text-decoration: none;
}

.ic {
  text-rendering: optimizeLegibility;
  color: #000000;
  font-weight: normal;
  position: relative;
  width: 100%;
  overflow-x: hidden;
  /*font-family: "r-futura_stdmedium", sans-serif;*/
  font-family: 'Interstate';
  font-weight: 500;
  font-size: 16px;
  margin-top: 40px !important;
  margin-bottom: -40px !important;
}

.ics_medium, .ic .ics_notify p {
  font-weight: 500;
  /*font-family: "r-futura_stdmedium";*/
  font-family: 'Interstate';
  font-weight: 500;
}

.small {
  font-size: 12px !important;
}

.small-two {
  font-size: 14px !important;
}

/*
  ===================== Helpers  =====================
*/
.ics_to-the-right {
  float: right;
}

.ics_to-the-left {
  float: left;
}

.ics_inline {
  display: inline-block;
}

.ics_text__center {
  text-align: center !important;
}

.ics_text__left {
  text-align: left;
}

.ics_text__right {
  text-align: right;
}

.ics_elastic-img {
  width: 100%;
}

.ics_relative {
  position: relative;
}

/*.ics_box {
  padding: 12px 15px;
}*/

.ics_box__double {
  padding: 40px;
}

/*@media (max-width: 560px) {
  .ics_box {
    padding: 15px;
  }
}*/

.ics_margin-clear {
  margin: 0;
}

* {
  padding: 0;
  margin: 0;
  outline: none !important;
  box-sizing: border-box;
}

li {
  list-style: none;
}

fieldset {
  border: 0;
}

.ic {
  /*
  ===================== Slider =====================
*/
  /*
  ===================== Header =====================
*/
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /*@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }

  100% { 
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}*/
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  /*
  ===================== Botones =====================
*/
  /*
==============================================
Modal
==============================================
*/
  /*
  ===================== Categorias =====================
*/
}

#ics-slider .owl-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*height: 100%;*/
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#ics-slider .owl-pagination {
  padding: 10px 0;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.ic .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .ic .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .ic .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .ic .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .ic .container {
    width: 1180px;
  }
}

.ic .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.ic .row {
  margin-left: -10px;
  margin-right: -10px;
}

.ic .col-xs-1, .ic .col-sm-1, .ic .col-md-1, .ic .col-lg-1, .ic .col-xs-2, .ic .col-sm-2, .ic .col-md-2, .ic .col-lg-2, .ic .col-xs-3, .ic .col-sm-3, .ic .col-md-3, .ic .col-lg-3, .ic .col-xs-4, .ic .col-sm-4, .ic .col-md-4, .ic .col-lg-4, .ic .col-xs-5, .ic .col-sm-5, .ic .col-md-5, .ic .col-lg-5, .ic .col-xs-6, .ic .col-sm-6, .ic .col-md-6, .ic .col-lg-6, .ic .col-xs-7, .ic .col-sm-7, .ic .col-md-7, .ic .col-lg-7, .ic .col-xs-8, .ic .col-sm-8, .ic .col-md-8, .ic .col-lg-8, .ic .col-xs-9, .ic .col-sm-9, .ic .col-md-9, .ic .col-lg-9, .ic .col-xs-10, .ic .col-sm-10, .ic .col-md-10, .ic .col-lg-10, .ic .col-xs-11, .ic .col-sm-11, .ic .col-md-11, .ic .col-lg-11, .ic .col-xs-12, .ic .col-sm-12, .ic .col-md-12, .ic .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.ic .col-xs-1, .ic .col-xs-2, .ic .col-xs-3, .ic .col-xs-4, .ic .col-xs-5, .ic .col-xs-6, .ic .col-xs-7, .ic .col-xs-8, .ic .col-xs-9, .ic .col-xs-10, .ic .col-xs-11, .ic .col-xs-12 {
  float: left;
}

.ic .col-xs-12 {
  width: 100%;
}

.ic .col-xs-11 {
  width: 91.66666667%;
}

.ic .col-xs-10 {
  width: 83.33333333%;
}

.ic .col-xs-9 {
  width: 75%;
}

.ic .col-xs-8 {
  width: 66.66666667%;
}

.ic .col-xs-7 {
  width: 58.33333333%;
}

.ic .col-xs-6 {
  width: 50%;
}

.ic .col-xs-5 {
  width: 41.66666667%;
}

.ic .col-xs-4 {
  width: 33.33333333%;
}

.ic .col-xs-3 {
  width: 25%;
}

.ic .col-xs-2 {
  width: 16.66666667%;
}

.ic .col-xs-1 {
  width: 8.33333333%;
}

.ic .col-xs-pull-12 {
  right: 100%;
}

.ic .col-xs-pull-11 {
  right: 91.66666667%;
}

.ic .col-xs-pull-10 {
  right: 83.33333333%;
}

.ic .col-xs-pull-9 {
  right: 75%;
}

.ic .col-xs-pull-8 {
  right: 66.66666667%;
}

.ic .col-xs-pull-7 {
  right: 58.33333333%;
}

.ic .col-xs-pull-6 {
  right: 50%;
}

.ic .col-xs-pull-5 {
  right: 41.66666667%;
}

.ic .col-xs-pull-4 {
  right: 33.33333333%;
}

.ic .col-xs-pull-3 {
  right: 25%;
}

.ic .col-xs-pull-2 {
  right: 16.66666667%;
}

.ic .col-xs-pull-1 {
  right: 8.33333333%;
}

.ic .col-xs-pull-0 {
  right: auto;
}

.ic .col-xs-push-12 {
  left: 100%;
}

.ic .col-xs-push-11 {
  left: 91.66666667%;
}

.ic .col-xs-push-10 {
  left: 83.33333333%;
}

.ic .col-xs-push-9 {
  left: 75%;
}

.ic .col-xs-push-8 {
  left: 66.66666667%;
}

.ic .col-xs-push-7 {
  left: 58.33333333%;
}

.ic .col-xs-push-6 {
  left: 50%;
}

.ic .col-xs-push-5 {
  left: 41.66666667%;
}

.ic .col-xs-push-4 {
  left: 33.33333333%;
}

.ic .col-xs-push-3 {
  left: 25%;
}

.ic .col-xs-push-2 {
  left: 16.66666667%;
}

.ic .col-xs-push-1 {
  left: 8.33333333%;
}

.ic .col-xs-push-0 {
  left: auto;
}

.ic .col-xs-offset-12 {
  margin-left: 100%;
}

.ic .col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.ic .col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.ic .col-xs-offset-9 {
  margin-left: 75%;
}

.ic .col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.ic .col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.ic .col-xs-offset-6 {
  margin-left: 50%;
}

.ic .col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.ic .col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.ic .col-xs-offset-3 {
  margin-left: 25%;
}

.ic .col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.ic .col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.ic .col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .ic .col-sm-1, .ic .col-sm-2, .ic .col-sm-3, .ic .col-sm-4, .ic .col-sm-5, .ic .col-sm-6, .ic .col-sm-7, .ic .col-sm-8, .ic .col-sm-9, .ic .col-sm-10, .ic .col-sm-11, .ic .col-sm-12 {
    float: left;
  }
  .ic .col-sm-12 {
    width: 100%;
  }
  .ic .col-sm-11 {
    width: 91.66666667%;
  }
  .ic .col-sm-10 {
    width: 83.33333333%;
  }
  .ic .col-sm-9 {
    width: 75%;
  }
  .ic .col-sm-8 {
    width: 66.66666667%;
  }
  .ic .col-sm-7 {
    width: 58.33333333%;
  }
  .ic .col-sm-6 {
    width: 50%;
  }
  .ic .col-sm-5 {
    width: 41.66666667%;
  }
  .ic .col-sm-4 {
    width: 33.33333333%;
  }
  .ic .col-sm-3 {
    width: 25%;
  }
  .ic .col-sm-2 {
    width: 16.66666667%;
  }
  .ic .col-sm-1 {
    width: 8.33333333%;
  }
  .ic .col-sm-pull-12 {
    right: 100%;
  }
  .ic .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ic .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ic .col-sm-pull-9 {
    right: 75%;
  }
  .ic .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ic .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ic .col-sm-pull-6 {
    right: 50%;
  }
  .ic .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ic .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ic .col-sm-pull-3 {
    right: 25%;
  }
  .ic .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ic .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ic .col-sm-pull-0 {
    right: auto;
  }
  .ic .col-sm-push-12 {
    left: 100%;
  }
  .ic .col-sm-push-11 {
    left: 91.66666667%;
  }
  .ic .col-sm-push-10 {
    left: 83.33333333%;
  }
  .ic .col-sm-push-9 {
    left: 75%;
  }
  .ic .col-sm-push-8 {
    left: 66.66666667%;
  }
  .ic .col-sm-push-7 {
    left: 58.33333333%;
  }
  .ic .col-sm-push-6 {
    left: 50%;
  }
  .ic .col-sm-push-5 {
    left: 41.66666667%;
  }
  .ic .col-sm-push-4 {
    left: 33.33333333%;
  }
  .ic .col-sm-push-3 {
    left: 25%;
  }
  .ic .col-sm-push-2 {
    left: 16.66666667%;
  }
  .ic .col-sm-push-1 {
    left: 8.33333333%;
  }
  .ic .col-sm-push-0 {
    left: auto;
  }
  .ic .col-sm-offset-12 {
    margin-left: 100%;
  }
  .ic .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ic .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ic .col-sm-offset-9 {
    margin-left: 75%;
  }
  .ic .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ic .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ic .col-sm-offset-6 {
    margin-left: 50%;
  }
  .ic .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ic .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ic .col-sm-offset-3 {
    margin-left: 25%;
  }
  .ic .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ic .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ic .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .ic .col-md-1, .ic .col-md-2, .ic .col-md-3, .ic .col-md-4, .ic .col-md-5, .ic .col-md-6, .ic .col-md-7, .ic .col-md-8, .ic .col-md-9, .ic .col-md-10, .ic .col-md-11, .ic .col-md-12 {
    float: left;
  }
  .ic .col-md-12 {
    width: 100%;
  }
  .ic .col-md-11 {
    width: 91.66666667%;
  }
  .ic .col-md-10 {
    width: 83.33333333%;
  }
  .ic .col-md-9 {
    width: 75%;
  }
  .ic .col-md-8 {
    width: 66.66666667%;
  }
  .ic .col-md-7 {
    width: 58.33333333%;
  }
  .ic .col-md-6 {
    width: 50%;
  }
  .ic .col-md-5 {
    width: 41.66666667%;
  }
  .ic .col-md-4 {
    width: 33.33333333%;
  }
  .ic .col-md-3 {
    width: 25%;
  }
  .ic .col-md-2 {
    width: 16.66666667%;
  }
  .ic .col-md-1 {
    width: 8.33333333%;
  }
  .ic .col-md-pull-12 {
    right: 100%;
  }
  .ic .col-md-pull-11 {
    right: 91.66666667%;
  }
  .ic .col-md-pull-10 {
    right: 83.33333333%;
  }
  .ic .col-md-pull-9 {
    right: 75%;
  }
  .ic .col-md-pull-8 {
    right: 66.66666667%;
  }
  .ic .col-md-pull-7 {
    right: 58.33333333%;
  }
  .ic .col-md-pull-6 {
    right: 50%;
  }
  .ic .col-md-pull-5 {
    right: 41.66666667%;
  }
  .ic .col-md-pull-4 {
    right: 33.33333333%;
  }
  .ic .col-md-pull-3 {
    right: 25%;
  }
  .ic .col-md-pull-2 {
    right: 16.66666667%;
  }
  .ic .col-md-pull-1 {
    right: 8.33333333%;
  }
  .ic .col-md-pull-0 {
    right: auto;
  }
  .ic .col-md-push-12 {
    left: 100%;
  }
  .ic .col-md-push-11 {
    left: 91.66666667%;
  }
  .ic .col-md-push-10 {
    left: 83.33333333%;
  }
  .ic .col-md-push-9 {
    left: 75%;
  }
  .ic .col-md-push-8 {
    left: 66.66666667%;
  }
  .ic .col-md-push-7 {
    left: 58.33333333%;
  }
  .ic .col-md-push-6 {
    left: 50%;
  }
  .ic .col-md-push-5 {
    left: 41.66666667%;
  }
  .ic .col-md-push-4 {
    left: 33.33333333%;
  }
  .ic .col-md-push-3 {
    left: 25%;
  }
  .ic .col-md-push-2 {
    left: 16.66666667%;
  }
  .ic .col-md-push-1 {
    left: 8.33333333%;
  }
  .ic .col-md-push-0 {
    left: auto;
  }
  .ic .col-md-offset-12 {
    margin-left: 100%;
  }
  .ic .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ic .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ic .col-md-offset-9 {
    margin-left: 75%;
  }
  .ic .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ic .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ic .col-md-offset-6 {
    margin-left: 50%;
  }
  .ic .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ic .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ic .col-md-offset-3 {
    margin-left: 25%;
  }
  .ic .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ic .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ic .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .ic .col-lg-1, .ic .col-lg-2, .ic .col-lg-3, .ic .col-lg-4, .ic .col-lg-5, .ic .col-lg-6, .ic .col-lg-7, .ic .col-lg-8, .ic .col-lg-9, .ic .col-lg-10, .ic .col-lg-11, .ic .col-lg-12 {
    float: left;
  }
  .ic .col-lg-12 {
    width: 100%;
  }
  .ic .col-lg-11 {
    width: 91.66666667%;
  }
  .ic .col-lg-10 {
    width: 83.33333333%;
  }
  .ic .col-lg-9 {
    width: 75%;
  }
  .ic .col-lg-8 {
    width: 66.66666667%;
  }
  .ic .col-lg-7 {
    width: 58.33333333%;
  }
  .ic .col-lg-6 {
    width: 50%;
  }
  .ic .col-lg-5 {
    width: 41.66666667%;
  }
  .ic .col-lg-4 {
    width: 33.33333333%;
  }
  .ic .col-lg-3 {
    width: 25%;
  }
  .ic .col-lg-2 {
    width: 16.66666667%;
  }
  .ic .col-lg-1 {
    width: 8.33333333%;
  }
  .ic .col-lg-pull-12 {
    right: 100%;
  }
  .ic .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ic .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ic .col-lg-pull-9 {
    right: 75%;
  }
  .ic .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ic .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ic .col-lg-pull-6 {
    right: 50%;
  }
  .ic .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ic .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ic .col-lg-pull-3 {
    right: 25%;
  }
  .ic .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ic .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ic .col-lg-pull-0 {
    right: auto;
  }
  .ic .col-lg-push-12 {
    left: 100%;
  }
  .ic .col-lg-push-11 {
    left: 91.66666667%;
  }
  .ic .col-lg-push-10 {
    left: 83.33333333%;
  }
  .ic .col-lg-push-9 {
    left: 75%;
  }
  .ic .col-lg-push-8 {
    left: 66.66666667%;
  }
  .ic .col-lg-push-7 {
    left: 58.33333333%;
  }
  .ic .col-lg-push-6 {
    left: 50%;
  }
  .ic .col-lg-push-5 {
    left: 41.66666667%;
  }
  .ic .col-lg-push-4 {
    left: 33.33333333%;
  }
  .ic .col-lg-push-3 {
    left: 25%;
  }
  .ic .col-lg-push-2 {
    left: 16.66666667%;
  }
  .ic .col-lg-push-1 {
    left: 8.33333333%;
  }
  .ic .col-lg-push-0 {
    left: auto;
  }
  .ic .col-lg-offset-12 {
    margin-left: 100%;
  }
  .ic .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ic .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ic .col-lg-offset-9 {
    margin-left: 75%;
  }
  .ic .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ic .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ic .col-lg-offset-6 {
    margin-left: 50%;
  }
  .ic .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ic .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ic .col-lg-offset-3 {
    margin-left: 25%;
  }
  .ic .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ic .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ic .col-lg-offset-0 {
    margin-left: 0;
  }
}

.ic .clearfix:before,
.ic .clearfix:after,
.ic .container:before,
.ic .container:after,
.ic .container-fluid:before,
.ic .container-fluid:after,
.ic .row:before,
.ic .row:after {
  content: " ";
  display: table;
}

.ic .clearfix:after,
.ic .container:after,
.ic .container-fluid:after,
.ic .row:after {
  clear: both;
}

@media (max-width: 768px) {
  .ic .hidden-sm {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .ic .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ic .hidden-desktop {
    display: none !important;
  }
}

.ic .no-row {
  display: table;
  width: 100%;
}

.ic .no-row [class^="col-md-"] {
  display: table-cell;
  float: none;
  vertical-align: top;
}

.ic .reset [class^="col-"] {
  padding: 0;
}

.ic .slick-dots, .ic .owl-dots, .ic .owl-controls {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.ic .slick-dots .owl-page, .ic .owl-dots .owl-page, .ic .owl-controls .owl-page {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D8D8D8;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  margin: 0 5px;
}

.ic .slick-dots .owl-page.active, .ic .owl-dots .owl-page.active, .ic .owl-controls .owl-page.active {
  background-color: #6a6a6a;
}

.ic .slick-dots li, .ic .owl-dots li, .ic .owl-controls li {
  display: inline-block;
  width: 12px;
  height: 12px;
}

.ic .slick-dots li button, .ic .owl-dots li button, .ic .owl-controls li button {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #D8D8D8;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
}

.ic .slick-dots li.slick-active button, .ic .owl-dots li.slick-active button, .ic .owl-controls li.slick-active button {
  background-color: #6a6a6a;
}




.ic .video-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 99999;
  flex-flow: column nowrap; 
  justify-content: center;
  align-items: center;
  display: none;
  /*opacity: 0;*/
}

.ic .video-modal .video-modal__close {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

.ic .video-modal .video-modal__close:before {
  content: '';
  display:block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ljk3MSA0Ny45NzEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ljk3MSA0Ny45NzE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjguMjI4LDIzLjk4Nkw0Ny4wOTIsNS4xMjJjMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MmMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwTDIzLjk4NiwxOS43NDRMNS4xMjEsMC44OCAgIGMtMS4xNzItMS4xNzItMy4wNy0xLjE3Mi00LjI0MiwwYy0xLjE3MiwxLjE3MS0xLjE3MiwzLjA3MSwwLDQuMjQybDE4Ljg2NSwxOC44NjRMMC44NzksNDIuODVjLTEuMTcyLDEuMTcxLTEuMTcyLDMuMDcxLDAsNC4yNDIgICBDMS40NjUsNDcuNjc3LDIuMjMzLDQ3Ljk3LDMsNDcuOTdzMS41MzUtMC4yOTMsMi4xMjEtMC44NzlsMTguODY1LTE4Ljg2NEw0Mi44NSw0Ny4wOTFjMC41ODYsMC41ODYsMS4zNTQsMC44NzksMi4xMjEsMC44NzkgICBzMS41MzUtMC4yOTMsMi4xMjEtMC44NzljMS4xNzItMS4xNzEsMS4xNzItMy4wNzEsMC00LjI0MkwyOC4yMjgsMjMuOTg2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: cover;
  fill: red;
}

.ic .video-modal .video-modal__wrapper {
  width: 50vw;
  height: 30vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
  .ic .video-modal .video-modal__wrapper {
    width: 80vw;
    height: 60vw;
  }
}

.ic .video-modal iframe {
  width: 100%;
  height: 100%;
}

.ic #ics-slider-recomendados {
  overflow: hidden;
}

.ic #ics-slider-recomendados .owl-item div {
  margin: 0 5px;
}

.ic #ics-slider-recomendados .owl-item img {
  width: 100%;
}

.ic #ics-slider-recomendados a {
  color: #000000;
}

.ic #ics-slider-recomendados p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.ic #ics-slider-recomendados .owl-controls {
  bottom: -20px;
}

.ic #ics-slider-recomendados .owl-controls .owl-prev {
  display: inline-block;
  float: left;
  color: white;
  margin-left: 10px;
  font-size: 25px;
}

.ic #ics-slider-recomendados .owl-controls .owl-next {
  display: inline-block;
  float: right;
  color: white;
  margin-right: 10px;
  font-size: 25px;
}

.ic #ics-slider-recomendados2 {
  overflow: hidden;
}

.ic #ics-slider-recomendados2 .owl-item div {
  margin: 0 10px;
}

.ic #ics-slider-recomendados2 .owl-item img {
  width: 100%;
}

.ic #ics-slider-recomendados2 a {
  color: #000000;
}

.ic #ics-slider-recomendados2 p {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.ic #ics-slider-recomendados2 .owl-controls {
  bottom: -20px;
}



@media (max-width: 992px) {
  .ic #ics-slider-recomendados p {
    height: 50px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .ic #ics-slider-recomendados .owl-controls {
    bottom: -25px;
  }
}


@media (max-width: 992px) {
  .ic #ics-slider-recomendados2 p {
    height: 50px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .ic #ics-slider-recomendados2 .owl-controls {
    bottom: -25px;
  }
}





.ic #ics-slide-embajadores .slick-slide img {
  width: 100%;
}

@media (max-width: 992px) {
  .ic #ics-slide-embajadores .owl-controls {
    bottom: -25px;
  }
}



nav.newmenu {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../img/patron.jpg) repeat-x;
}

nav.newmenu ul li {
  display:flex;  
  background: black;
  height:100%;
  align-items: center;
  padding: 0 30px;
}

nav.newmenu ul li:first-child:before {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  width: 26px;
  height: 100%;
  transform: translateX(-40px) skew(-20deg);
}

nav.newmenu ul li:last-child:after {
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  background-color: black;
  width: 26px;
  height: 100%;
  transform: translateX(40px) skew(-20deg);
}


nav.newmenu ul li.active a  {
  color: #fff696;
}

nav.newmenu ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 100%;
}

nav.newmenu a {
  color:white;
  display:block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
 }

nav.newmenu a:hover {
  color: #fff696;
}

nav.newmenu .menu-trigger {
  display:none;
  color:#F8ECC2;
}

@media screen and (max-width:568px) {
  nav.newmenu {
    background: black;
  }
  nav.newmenu:after {
    content:"";
    display:block;
    background: url(../img/patron.jpg) repeat-x;
    height: 5px;
    width: 100%;
  }
  nav.newmenu ul li {
    margin: 0;
  }
  nav.newmenu ul {
    justify-content: space-around;
  }
  nav.newmenu a {
    font-size: 14px;
  }
}

@media screen and (max-width:410px) {
  nav.newmenu a {
    font-size: 10px;
  }
}

/*@media screen and (max-width:769px) {
  nav.newmenu .menu-trigger {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  nav.newmenu ul li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    background: #406484;
    padding: 10px 10px;
  }
  nav.newmenu ul {
    display:none;
    position: absolute;
    width: 100%;
  }
}*/





.ic .ics_header-nav {
  /*position: absolute;
        z-index: 1;
        padding: 40px 25px; 
        background-color: white;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
        top: -31px;
        left: 0;
        display: none;*/
  display: block;
  text-transform: uppercase;
  /*border-top: 1px solid #E7E6E6;
  border-bottom: 1px solid #E7E6E6;*/
}

@media (min-width: 1200px) {
  .ic .ics_header-nav.visible {
    display: block;
  }
}

.ic .ics_header-nav > ul > li {
  /*border-bottom: 1px solid #E7E6E6;
  border-left: 1px solid #E7E6E6;
  border-right: 1px solid #E7E6E6;*/
}

.ic .ics_header-nav > ul > li > a {
  transition: all 300ms ease;
  position: relative;
  display: block;
  padding: 12px 10px 12px 30px;
  color: #000000;
  font-size: 11px;
}

.ic .ics_header-nav > ul > li > a.active:before {
  font-size: 20px;
}

.ic .ics_header-nav > ul > li > a:before {
  position: absolute;
  content: "+";
  display: block;
  font-size: 12px;
  left: 15px;
  top: 22px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all ease 600ms;
}

.ic .ics_header-nav > ul > li > a.active {
  /*border-bottom: 1px solid #E7E6E6;*/
}

.ic .ics_header-nav > ul > li > a.active:before {
  content: "-";
}

.ic .ics_header-nav > ul > li:last-child {
  border-bottom: none;
}

.ic .ics_header-nav .ics-menu-secondary-level {
  transition: max-height ease-out 300ms;
  display: block;
  max-height: 0;
  visibility: hidden;
}

.ic .ics_header-nav .ics-menu-secondary-level > li > a {
  display: block;
  padding: 10px 20px;
  font-size: 11px;
  color: #000000;
}

@media (max-width: 768px) {
  .ic .ics_header-nav .ics-menu-secondary-level > li > a {
    color: #FAFAFA;
  }
}

.ic .ics_header-nav .ics-menu-secondary-level > li:last-child {
  border-bottom: none !important;
}

.ic .ics_header-nav .ics-menu-secondary-level.active {
  max-height: 500px;
  visibility: visible;
  -webkit-animation: fadeIn 800ms;
          animation: fadeIn 800ms;
}

.ic .ics_header-nav .ics-menu-secondary-level.active > li {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@media (max-width: 768px) {
  .ic .ics_header-nav .ics-menu-secondary-level.active {
    padding: 10px 0;
  }
}

@media (max-width: 768px) {
  .ic .ics_header-nav {
    display: none;
  }
}

.ic .ics_header-nav.active {
  position: fixed;
  /*top: 70px;*/
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
  display: block;
  text-align: center;
  padding-top: 60px;
  overflow: auto;
}

.ic .ics_header-nav.active a {
  color: #F2F2F2;
}

.ic .ics_header-nav.active a:before {
  left: 20%;
}

.ic .ics_header-nav.active .ics_close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ic .ics_hamburger {
  display: none;
}

@media (max-width: 768px) {
  .ic .ics_hamburger {
    display: inline-block;
    width: 40px;
    height: 28px;
    margin-right: 20px;
  }
  .ic .ics_hamburger span {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ic .ics_hamburger span:before, .ic .ics_hamburger span:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
  }
  .ic .ics_hamburger span:before {
    top: -10px;
  }
  .ic .ics_hamburger span:after {
    top: 10px;
  }
}

.ic .ics_close {
  width: 61px;
  height: 61px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 10001;
  cursor: pointer;
  font-size: 12px;
  display: none;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  padding: 5px;
  background-color: #666;
}

.ic .ics_close:hover::before, .ic .ics_close:hover::after {
  background-color: #ffffff;
}

.ic .ics_close::before, .ic .ics_close::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  width: 50%;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -14px;
}

.ic .ics_close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ic .ics_close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ic .ics_inner {
  padding: 40px 0;
}

.ic .ics_title {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 0 20px;
}

.ic .ics_title h2 {
  color: #e2a74d !important;
}

.ic .ics_title2, .ic .ics_title2 h2 {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 15px;
  /*padding: 0 20px;*/
  /*font-style: italic;*/
  font-size: 19px !important;
  letter-spacing: 3px;
  color: #919191;
  text-transform: uppercase;
}

.ic .ics_title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 2px;
  display: block;
  background-color: #e2a74d;
}

.ic .ics_title-categoria {
  position: relative;
  width: 100%;
  z-index: 10;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ic .ics_title-categoria .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ic .ics_title-categoria h2 {
  position: relative;
  margin: 0;
}

.ic .ics_title-categoria h2:before {
  transition: all 600ms ease-in;
  position: absolute;
  content: "";
  display: block;
  color: #ffffff;
  left: 50%;
  margin-left: -12px;
  bottom: -26px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
}

@media (max-width: 768px) {
  .ic .ics_title-categoria h2 {
    position: absolute;
    right: 40px;
  }
}

.ic .ics_title-categoria .ics_menu-desktop {
  display: inline-block;
  margin: 0 10px 0 0;
}

.ic .ics_title-categoria .ics_menu-desktop span {
  display: inline-block;
  width: 26px;
  height: 3px;
  top: -3px;
  background-color: #ffffff;
  position: relative;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.ic .ics_title-categoria .ics_menu-desktop span:before, .ic .ics_title-categoria .ics_menu-desktop span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
}

.ic .ics_title-categoria .ics_menu-desktop span:before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  top: -8px;
}

.ic .ics_title-categoria .ics_menu-desktop span:after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 8px;
}

@media (min-width: 768px) {
  .ic .ics_title-categoria .ics_menu-desktop.activo span {
    width: 26px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .ic .ics_title-categoria .ics_menu-desktop.activo span:before {
    width: 26px;
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .ic .ics_title-categoria .ics_menu-desktop.activo span:after {
    width: 26px;
    top: 0;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media (max-width: 768px) {
  .ic .ics_title-categoria .ics_menu-desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .ic .ics_title-categoria {
    text-align: right;
  }
}

.ic .ics_box-prod {
  position: relative;
  text-align: center;
  overflow: hidden;
  /*margin-bottom: 20px;*/
  margin-bottom: 15px;
  display: block;
  overflow: hidden;
}

.ic .ics_box-prod img {
  transition: transform 150ms ease-in-out;
}

.ic .ics_box-prod:hover img {
  /*transform: scale(1.1) rotate(1deg);*/
  /*transform: scale(1.05);*/
}

.ic .ics_box-prod .ics_hover {
  text-align: center;
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 600ms ease-in;
  opacity: 0;
  position: absolute;
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.ic .ics_box-prod .ics_hover h4 {
  transition: all 600ms ease;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0;
  color: #ffffff;
}

.ic .ics_box-prod .ics_hover p {
  font-size: 15px;
  color: #ffffff;
  transition: all 600ms ease;
  /*overflow: hidden;
        height: 60px;*/
  -webkit-transform: translate(0, -150%);
      -ms-transform: translate(0, -150%);
          transform: translate(0, -150%);
  opacity: 0;
}

.ic .final-wrapper {
  background: #ececec;
  padding-top: 15px;
  padding-bottom: 14px;
}

@media (max-width: 1200px) {
  .ic .ics_box-prod .ics_hover p {
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  .ic .ics_box-prod .ics_hover p {
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  .ic .ics_box-prod:hover .ics_hover {
    opacity: 1;
  }
  .ic .ics_box-prod:hover .ics_hover h4, .ic .ics_box-prod:hover .ics_hover p {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.ic .ics_box-prod__box-xl .ics_hover p {
  max-height: 60%;
  min-height: 105px;
}

.ic .ics_notify {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.32);
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  -webkit-animation: fadeInDown 900ms;
          animation: fadeInDown 900ms;
}

.ic .ics_notify img {
  margin: 0 10px 0 0;
}

.ic .ics_notify p {
  margin: 0;
  font-size: 13px;
}

@media (max-width: 600px) {
  .ic .ics_notify {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ic .ics_notify img {
    margin: 0 0 10px 0;
  }
}

.ic .ics_video a img {
  transition: all 500ms ease;
  margin-bottom: 15px;
}

.ic .ics_video a:hover img {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}

@media (max-width: 768px) {
  .ic .ics_video {
    margin-bottom: 30px;
  }
}

.ic .ics_close-modal {
  overflow: hidden;
  position: fixed;
  top: -40px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  display: block;
  color: #ffffff;
}

@media (max-width: 769px) {
  .ic .ics_wrapper .col-sm-9 {
    width: 100%;
  }
}

.ic .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ic .animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.ic .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.ic .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.ic .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.ic .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.ic .rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.ic .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.ic .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.ic .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1 !important;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.ic .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.ic .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.ic .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.ic .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.ic .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.ic .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.ic .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ic .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, -90%, 0);
    -ms-transform: translate3d(10%, -90%, 0);
    transform: translate3d(10%, -90%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, -90%, 0);
    -ms-transform: translate3d(10%, -90%, 0);
    transform: translate3d(10%, -90%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
  animation-name: fadeInDown2;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ic .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.ic .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.ic .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ic .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.ic .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.ic .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.ic .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.ic .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.ic .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.ic .animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.ic .flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.ic .flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.ic .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.ic .flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.ic .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

.ic .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.ic .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.ic .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.ic .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.ic .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.ic .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.ic .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.ic .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.ic .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.ic .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.ic .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.ic .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.ic .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.ic .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.ic .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.ic .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.ic .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.ic .slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.ic .slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.ic .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.ic .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.ic .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.ic .ics_btn-primary {
  display: inline-block;
  padding: 10px 55px;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease;
  text-decoration: none !important;
  position: relative;
  vertical-align: middle;
  margin: 20px auto 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 120%;
  font-size: 16px;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: #000000;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
}

.ic .ics_btn-primary:hover {
  background: #4A4A4A;
}

.ic .ripley-videosLightbox .ripley-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8888;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  cursor: pointer;
}

.ic .ripley-videosLightbox .ripley-cont-wrapper {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  z-index: 9999;
  padding: 10px;
}

.ic .ripley-videosLightbox .ripley-cont-video {
  max-width: 800px;
  margin: auto;
}

.ic .ripley-videosLightbox .ripley-video {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.ic .ripley-videosLightbox .ripley-video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.ic .ics_moda .ics_title-categoria,
.ic .ics_moda .ics_notify {
  background-color: #ececec;
}

.ic .ics_moda .ics_title-categoria h2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ececec;
}

.ic .ics_moda .ics_header-nav ul li > a {
  background-color: #ececec !important;
  color: #919191;
}

.ic .ics_moda .ics_header-nav ul li > a.active, .ic .ics_moda .ics_header-nav ul li > a:hover {
  color: #444444;
  background-color: #ececec !important;
}

.ic .ics_moda .ics_header-nav .ics-menu-secondary-level > li {
  /*border-bottom: 1px solid #E7E6E6;*/
}

.ic .ics_moda .ics_header-nav .ics-menu-secondary-level > li > a {
  background-color: #ffffff !important;
  color: #919191;
}

.ic .ics_moda .ics_header-nav .ics-menu-secondary-level > li > a:hover {
  color: #444444;
}

.ic .ics_moda .ics_btn-primary {
  background-color: #914592;
  color: #ffd419;
}

.ic .ics_moda .ics_btn-primary:hover {
  background-color: rgba(145, 69, 146, 0.8);
}

.ic .ics_deportes .ics_title-categoria,
.ic .ics_deportes .ics_notify {
  background-color: #fbcb45;
}

.ic .ics_deportes .ics_title-categoria h2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fbcb45;
}

.ic .ics_deportes .ics_header-nav ul li > a {
  background-color: rgba(251, 203, 69, 0.1) !important;
  color: #fbcb45;
}

.ic .ics_deportes .ics_header-nav ul li > a.active, .ic .ics_deportes .ics_header-nav ul li > a:hover {
  color: #ffffff;
  background-color: rgba(251, 203, 69, 0.7) !important;
}

.ic .ics_deportes .ics_header-nav .ics-menu-secondary-level > li {
  /*border-bottom: 1px solid #E7E6E6;*/
}

.ic .ics_deportes .ics_header-nav .ics-menu-secondary-level > li > a {
  background-color: #ffffff !important;
}

.ic .ics_deportes .ics_header-nav .ics-menu-secondary-level > li > a:hover {
  color: #ffffff;
}

.ic .ics_deportes .ics_btn-primary {
  background-color: #fbcb45;
  color: #914592;
}

.ic .ics_deportes .ics_btn-primary:hover {
  background-color: rgba(251, 203, 69, 0.8);
}

.ic .ics_tecno .ics_title-categoria,
.ic .ics_tecno .ics_notify {
  background-color: #0597BE;
}

.ic .ics_tecno .ics_title-categoria h2:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0597BE;
}

.ic .ics_tecno .ics_header-nav ul li > a {
  background-color: rgba(5, 151, 190, 0.1) !important;
  color: #0597BE;
}

.ic .ics_tecno .ics_header-nav ul li > a.active, .ic .ics_tecno .ics_header-nav ul li > a:hover {
  color: #ffffff;
  background-color: rgba(5, 151, 190, 0.7) !important;
}

.ic .ics_tecno .ics_header-nav .ics-menu-secondary-level > li {
  border-bottom: 1px solid #E7E6E6;
}

.ic .ics_tecno .ics_header-nav .ics-menu-secondary-level > li > a {
  background-color: #ffffff !important;
}

.ic .ics_tecno .ics_header-nav .ics-menu-secondary-level > li > a:hover {
  color: #ffffff;
}

.ic .ics_tecno .ics_btn-primary {
  background-color: #0597BE;
  color: #ffffff;
}

.ic .ics_tecno .ics_btn-primary:hover {
  background-color: rgba(5, 151, 190, 0.8);
}

/*# sourceMappingURL=main.css.map */