body {
  background-color: #fafafa !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.oe-box-testimonials:after,
.oe-box-testimonials:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.container-fluid:after,
.container:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.oe-box-testimonials:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.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: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.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;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.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;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(1000px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(1000px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -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: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(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% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(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;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(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;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    -ms-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    -ms-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    -ms-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    -ms-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    -ms-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    -ms-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    -ms-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    -ms-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    -ms-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    -ms-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes pulseBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }
}
@keyframes pulseBig {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fromLeft {
  from {
    opacity: 0;
    -moz-transform: translate(-50%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@keyframes fromLeft {
  from {
    opacity: 0;
    transform: translate(-50%, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fromRight {
  from {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fromRight {
  from {
    opacity: 0;
    -moz-transform: translate(50%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@keyframes fromRight {
  from {
    opacity: 0;
    transform: translate(50%, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fromBottom {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fromBottom {
  from {
    opacity: 0;
    -moz-transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@keyframes fromBottom {
  from {
    opacity: 0;
    transform: translate(0, 50%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fromTop {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes fromTop {
  from {
    opacity: 0;
    -moz-transform: translate(0, -50%);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@keyframes fromTop {
  from {
    opacity: 0;
    transform: translate(0, -50%);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes growUp {
  from {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes growUp {
  from {
    opacity: 0;
    -moz-transform: scale(0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
  }
}
@keyframes growUp {
  from {
    opacity: 0;
    transform: scale(0, 0);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@media only screen and (min-width: 991px) {
  .oe-animate-fadein {
    -webkit-animation: fadeIn 1000ms;
    animation: fadeIn 1000ms;
  }
  .oe-animate-fadein-left {
    -webkit-animation: fadeInLeftBig 1000ms;
    animation: fadeInLeftBig 1000ms;
  }
  .oe-animate-fadein-right {
    -webkit-animation: fadeInRightBig 1000ms;
    animation: fadeInRightBig 1000ms;
  }
  .oe-animate-fadein-up {
    -webkit-animation: fadeInUpBig 1000ms;
    animation: fadeInUpBig 1000ms;
  }
  .oe-animate-flip {
    -webkit-animation: flip 1s;
    animation: flip 1s;
  }
  .oe-animate-flip-x {
    -webkit-animation: flipInX 1s;
    animation: flipInX 1s;
  }
  .oe-animate-flip-y {
    -webkit-animation: flipInY 1s;
    animation: flipInY 1s;
  }
  .oe-animate-spin {
    -webkit-animation: spin 1s;
    animation: spin 1s;
  }
  .oe-effects {
    zoom: 1;
    position: relative;
    z-index: 10;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .oe-fadein,
  .oe-flip,
  .oe-flipx,
  .oe-flipy,
  .oe-frombottom,
  .oe-fromleft,
  .oe-fromright,
  .oe-fromtop,
  .oe-growup,
  .oe-spin,
  .oe-tada {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .oe-fromleft {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .oe-fromright {
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
  .oe-frombottom {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  .oe-fromtop {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .oe-growup {
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  .animate-started .oe-fadein,
  .flex-active-slide .oe-fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  .animate-started .oe-fromleft,
  .flex-active-slide .oe-fromleft {
    -webkit-animation-name: fromLeft;
    animation-name: fromLeft;
  }
  .animate-started .oe-fromright,
  .flex-active-slide .oe-fromright {
    -webkit-animation-name: fromRight;
    animation-name: fromRight;
  }
  .animate-started .oe-frombottom,
  .flex-active-slide .oe-frombottom {
    filter: alpha(opacity=100) !important;
    -webkit-animation-name: fromBottom;
    animation-name: fromBottom;
  }
  .animate-started .oe-fromtop,
  .flex-active-slide .oe-fromtop {
    -webkit-animation-name: fromTop;
    animation-name: fromTop;
  }
  .animate-started .oe-growup,
  .flex-active-slide .oe-growup {
    -webkit-animation-name: growUp;
    animation-name: growUp;
  }
  .animate-started .oe-flip,
  .flex-active-slide .oe-flip {
    -webkit-animation-name: fadeIn, flip;
    animation-name: fadeIn, flip;
  }
  .animate-started .oe-tada,
  .flex-active-slide .oe-tada {
    -webkit-animation-name: fadeIn, tada;
    animation-name: fadeIn, tada;
  }
  .animate-started .oe-spin,
  .flex-active-slide .oe-spin {
    -webkit-animation-name: fadeIn, rotateIn;
    animation-name: fadeIn, rotateIn;
  }
  .animate-started .oe-flipx,
  .flex-active-slide .oe-flipx {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
  }
  .animate-started .oe-flipy,
  .flex-active-slide .oe-flipy {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
  }
}
.oe-sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #ddd;
}
.oe-sidebar-nav li {
  display: block;
}
.oe-sidebar-nav li a {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-top: 0;
}
.oe-sidebar-nav li a:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: FontAwesome;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.oe-sidebar-nav li a:hover {
  padding-left: 25px;
}
.oe-sidebar-nav li a:hover:before {
  right: 15px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-sidebar-nav li.active a {
  border-left: 0;
  color: #444;
}
.oe-shortcode-sidebar-left .oe-main-col {
  float: right;
}
.oe-shortcode-sidebar-left .oe-sidebar-nav li.active a {
  border-right: 0;
  border-left: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f3f3f3;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f3f3f3;
}
.panel-body {
  padding-bottom: 20px;
}
.panel-group {
  margin-bottom: 0px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 0;
  border-top: 0;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
}
.panel-group .panel-heading > h4 {
  margin: 0;
  padding: 0;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f3f3f3;
}
.panel-title > a {
  padding: 8px;
  font-size: 14px;
  color: #484848;
}
.panel-title > a > div.edades {
  font-size: 12px;
  color: #999;
  margin: 0 !important;
  padding: 4px 0 0 0 !important;
}
.panel-title > a > .panel-icon {
  position: absolute;
  top: 0;
  display: block;
  padding-top: 10px;
  width: 30px;
  height: 100%;
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  color: #1688cb !important;
}
.panel-title > a > .panel-icon-left {
  left: 18px;
}
.panel-title > a > .panel-icon-right {
  right: 0;
}
.panel-title > a > .panel-icon-plus:before {
  content: "\f078";
}
.panel-title > a > .panel-icon-sort {
  top: 5px;
}
.panel-title > a > .panel-icon-sort:before {
  content: "\f0de";
}
.panel-title > a.collapsed > .panel-icon-plus:before {
  content: "\f054";
}
.panel-title > a.collapsed > .panel-icon-sort {
  top: -2px;
}
.panel-title > a.collapsed > .panel-icon-sort:before {
  content: "\f0dd";
}
.panel-group-1 .panel-title > a {
  padding-left: 65px;
}
.panel-group-1 .panel-title > a > .panel-icon {
  border-right: 1px solid #ddd;
}
.panel-group-1 .panel-body {
  padding-left: 60px;
}
.panel-group-2 .panel-title > a {
  padding-left: 45px;
}
.panel-group-2 .panel-body {
  padding-left: 25px;
  margin: 0 20px;
}
.panel-group-3 {
  border: 1px solid #ddd;
}
.panel-group-3 .panel {
  border-left: 0;
  border-right: 0;
  margin: 0;
}
.panel-group-3 .panel:first-child {
  border-top: 0;
}
.panel-group-3 .panel:last-child {
  border-bottom: 0;
}
.panel-group-3 .panel-title {
  padding: 0;
  margin: 0;
}
.panel-group-3 .panel-title > a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.panel-group-3 .panel-title > a > .panel-icon-right {
  right: -15px;
}
.panel-group-3 .panel-body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.panel-group-3 .panel-heading {
  padding: 0 10px;
  margin: 0;
}
.panel-group-4 .panel {
  border: none;
  margin: 0;
}
.panel-group-4 .panel-title {
  padding: 0;
  margin: 0;
}
.panel-group-4 .panel-title > a {
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.panel-group-4 .panel-title > a > .panel-icon-right {
  right: -15px;
}
.panel-group-4 .panel-body {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.panel-group-5 .panel {
  border: 0;
}
.panel-group-5 .panel + .panel {
  margin-top: 10px;
  border: 0;
}
.panel-group-5 .panel-heading {
  border-bottom: 0;
}
.panel-group-5 .panel-heading + .panel-collapse .panel-body {
  border-top: 0;
}
.panel-group-5 .panel-title > a {
  padding-left: 20px;
  background: #eee;
}
.oe-form-label {
  font-weight: 400;
  margin-bottom: 10px;
}
.oe-select {
  position: relative;
}
.oe-select select {
  position: relative;
  z-index: 11;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  height: 50px;
  padding: 1em 5.5em 1em 1.8em;
  line-height: 1.5em;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #444;
  color: #444;
}
.oe-select .fa {
  background: #fff;
  border-right: 1px solid #444;
  position: absolute;
  top: 1px;
  right: 0;
  z-index: 11;
  pointer-events: none;
  padding: 1em 1.2em 0.9em 1.4em;
  line-height: 1.5em;
  color: #444;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.oe-select .fa:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.oe-btn,
.oe-btn2 {
  position: relative;
  overflow: hidden;
  height: 50px;
  padding: 0;
  outline: 0;
  background-color: none;
  border: 1px solid #36b5e7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}
.oe-btn2 {
  border: 1px solid #1e9d5a;
}
.oe-btn span,
.oe-btn2 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 1em 1.8em;
  line-height: 1.5em;
  color: #36b5e7;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.oe-btn2 span {
  color: #1e9d5a;
}
.oe-btn .fa:after,
.oe-btn span:before,
.oe-btn:before,
.oe-btn2 .fa:after,
.oe-btn span2:before,
.oe-btn2:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding: 1em 1.3em;
  line-height: 1.5em;
  color: #fff;
  background-color: #0077b9;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
oe-btn2 .fa:after,
.oe-btn span2:before,
.oe-btn2:before {
  background-color: #d6e9c6;
}
.oe-btn .fa,
.oe-btn2 .fa {
  position: relative;
  z-index: 10;
  padding: 1em 1.2em 1em 1.4em;
  line-height: 1.5em;
  color: #444;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
}
.oe-btn .fa:after,
.oe-btn2 .fa:after {
  z-index: -1;
  right: -100%;
  left: auto;
}
.oe-btn:hover span {
  color: #fff;
}
.oe-btn2:hover span {
  color: #1e9d5a;
}
.oe-btn:hover span:before,
.oe-btn2:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-btn:hover:before {
  left: 0;
  background-color: #0077b9;
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-btn2:hover:before {
  left: 0;
  background-color: #d6e9c6;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #1e9d5a !important;
}
.oe-btn:hover .fa,
.oe-btn2:hover .fa {
  color: #fff;
}
.oe-btn:hover .fa:after,
.oe-btn2:hover .fa:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-btn:active,
.oe-btn2:active {
  -webkit-transform: translate(0, 3px);
  -ms-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.oe-btn:active:focus,
.oe-btn:focus,
.oe-btn2:active:focus,
.oe-btn2:focus {
  outline: 0;
}
.oe-btn-hover-overlap:before {
  display: none;
}
.oe-btn-hover-overlap span:before {
  content: attr(data-btn-text);
}
.oe-btn-hover-overlap .fa {
  background-color: #fff;
}
.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.oe-btn-hover-overlap:hover .fa {
  color: #444;
}
.oe-btn-hover-up:before {
  left: 0;
  top: 100%;
}
.oe-btn-hover-up .fa:after {
  right: 0;
  top: -100%;
}
.oe-btn-hover-up:hover .fa:after,
.oe-btn-hover-up:hover:before {
  top: 0;
}
.oe-btn-hover-up.oe-btn-reflect-icon:hover .fa {
  color: #444;
}
.oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after {
  background-color: #fff;
}
.oe-btn-hover-up.oe-btn-hover-overlap span:before {
  left: 0;
  top: 100%;
}
.oe-btn-hover-up.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.oe-btn-hover-down:before {
  left: 0;
  top: -100%;
}
.oe-btn-hover-down .fa:after {
  right: 0;
  top: 100%;
}
.oe-btn-hover-down:hover:before {
  top: 0;
}
.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #444;
}
.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  top: 0;
  background-color: #fff;
}
.oe-btn-hover-down.oe-btn-hover-overlap span:before {
  left: 0;
  top: -100%;
}
.oe-btn-hover-down.oe-btn-hover-overlap:hover span {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.oe-btn-3d-box,
.oe-btn-3d-left,
.oe-btn-3d-right,
.oe-btn-hover-flap {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  overflow: visible;
  border: 0;
}
.oe-btn-3d-box:before,
.oe-btn-3d-left:before,
.oe-btn-3d-right:before,
.oe-btn-hover-flap:before {
  display: none;
}
.oe-btn-3d-box span,
.oe-btn-3d-left span,
.oe-btn-3d-right span,
.oe-btn-hover-flap span {
  background-color: #fff;
  border: 1px solid #00c0ef;
  outline: transparent solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.oe-btn-3d-box span:before,
.oe-btn-3d-left span:before,
.oe-btn-3d-right span:before,
.oe-btn-hover-flap span:before {
  content: attr(data-btn-text);
  display: block;
  position: absolute;
  padding: 1em 0;
  color: #fff;
  background-color: #00c0ef;
  border: 1px solid #00c0ef;
}
.oe-btn-3d-box-verde {
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  overflow: visible;
  border: 0;
}
.oe-btn-3d-box-verde:before {
  display: none;
}
.oe-btn-3d-box-verde span {
  background-color: #fff;
  border: 1px solid #1e9d5a;
  outline: transparent solid 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.oe-btn-3d-box-verde span:before {
  content: attr(data-btn-text);
  display: block;
  position: absolute;
  padding: 1em 0;
  color: #fff;
  background-color: #1e9d5a;
  border: 1px solid #1e9d5a;
}

.oe-btn-3d-box .fa,
.oe-btn-3d-left .fa,
.oe-btn-3d-right .fa,
.oe-btn-hover-flap .fa {
  margin: 0 -1px;
  border: 1px solid #01c0f4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oe-btn-3d-box .fa:after,
.oe-btn-3d-left .fa:after,
.oe-btn-3d-right .fa:after,
.oe-btn-hover-flap .fa:after {
  display: none;
}

.oe-btn-3d-box-verde .fa {
  margin: 0 -1px;
  border: 1px solid #1e9d5a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.oe-btn-3d-box-verde .fa:after {
  display: none;
}

.oe-btn-hover-flap span:before {
  left: -1px;
  top: -100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.oe-btn-hover-flap:hover span {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(-90deg) translateY(100%);
  -moz-transform: rotateX(-90deg) translateY(100%);
  transform: rotateX(-90deg) translateY(100%);
}
.oe-btn-3d-left span:before {
  top: -1px;
  left: -100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
}
.oe-btn-3d-left:hover span {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotateY(90deg) translateX(100%);
  -moz-transform: rotateY(90deg) translateX(100%);
  transform: rotateY(90deg) translateX(100%);
}
.oe-btn-3d-right span:before {
  top: -1px;
  left: 100%;
  width: 101%;
  height: 105%;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.oe-btn-3d-right:hover span {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateY(-90deg) translateX(-100%);
  -moz-transform: rotateY(-90deg) translateX(-100%);
  transform: rotateY(-90deg) translateX(-100%);
}
.oe-btn-3d-box span,
.oe-btn-3d-box-verde span {
  -webkit-transform: rotateX(8deg);
  -ms-transform: rotateX(8deg);
  transform: rotateX(8deg);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.oe-btn-3d-box span:before {
  top: 100%;
  left: -1px;
  width: 101%;
  height: 105%;
  color: #3d84ce;
  background-color: #00acd6;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.oe-btn-3d-box-verde span:before {
  top: 100%;
  left: -1px;
  width: 101%;
  height: 105%;
  color: #fff;
  background-color: #0e5a32;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.oe-btn-3d-box:hover span,
.oe-btn-3d-box-verde:hover span {
  color: #444;
  -webkit-transform: rotateX(5deg) translateY(2px);
  -moz-transform: rotateX(5deg) translateY(2px);
  transform: rotateX(5deg) translateY(2px);
}
.oe-btn-3d-box:hover span:before {
  background-color: #1e9d5a;
}
.oe-btn-3d-box-verde:hover span:before {
  background-color: #0e5a32;
}
.oe-btn-3d-box:hover .fa,
.oe-btn-3d-box-verde:hover .fa {
  color: #444;
}
.oe-btn-3d-box:active span,
.oe-btn-3d-box-verde:active span {
  -webkit-transform: rotateX(0);
  -ms-transform: rotateX(0);
  transform: rotateX(0);
}
.oe-btn-3d-box.oe-btn-reflect span:before,
.oe-btn-3d-box-verde.oe-btn-reflect span:before {
  color: #00acd6;
}
.oe-btn-3d-box.oe-btn-reflect:hover span:before {
  background-color: #00acd6;
}
.oe-btn-3d-box-verde.oe-btn-reflect-verde:hover span:before {
  background-color: #0e5a32;
}
.oe-btn-reflect {
  background-color: #2c69a2;
}
.oe-btn-reflect-verde {
  background-color: #0e5a32;
}
.oe-btn-reflect .fa:after,
.oe-btn-reflect span:before,
.oe-btn-reflect:before {
  color: #444;
}
.oe-btn-reflect-verde .fa:after,
.oe-btn-reflect-verde span:before,
.oe-btn-reflect-verde:before {
  color: #000;
}
.oe-btn-reflect .fa,
.oe-btn-reflect span {
  color: #fff;
}
.oe-btn-reflect-verde .fa,
.oe-btn-reflect-verde span {
  color: #fff;
  background: #1e9d5a;
}
.oe-btn-reflect:hover span:before,
.oe-btn-reflect:hover:before {
  background-color: #fff;
}
.oe-btn-reflect-verde:hover span:before,
.oe-btn-reflect-verde:hover:before {
  background-color: #0e5a32;
}
.oe-btn-reflect:hover .fa,
.oe-btn-reflect:hover span {
  color: #444;
}
.oe-btn-reflect-verde:hover .fa,
.oe-btn-reflect-verde:hover span {
  color: #fff;
}
.oe-btn-reflect.oe-btn-reflect-icon .fa {
  color: #444;
  background-color: #fff;
}
.oe-btn-reflect.oe-btn-hover-overlap .fa {
  background-color: #3d84ce;
}
.oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #fff;
}
.oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #3d84ce;
}
.oe-btn-reflect.oe-btn-3d-box,
.oe-btn-reflect.oe-btn-3d-left,
.oe-btn-reflect.oe-btn-3d-right,
.oe-btn-reflect.oe-btn-hover-flap {
  background-color: transparent;
}
.oe-btn-reflect-verde.oe-btn-3d-box-verde {
  background-color: transparent;
}
.oe-btn-reflect.oe-btn-3d-box:before,
.oe-btn-reflect.oe-btn-3d-left:before,
.oe-btn-reflect.oe-btn-3d-right:before,
.oe-btn-reflect.oe-btn-hover-flap:before {
  display: none;
}
.oe-btn-reflect.oe-btn-3d-box span,
.oe-btn-reflect.oe-btn-3d-left span,
.oe-btn-reflect.oe-btn-3d-right span,
.oe-btn-reflect.oe-btn-hover-flap span {
  color: #fff;
  background-color: #01c0f4;
}
.oe-btn-reflect.oe-btn-3d-box .fa,
.oe-btn-reflect.oe-btn-3d-left .fa,
.oe-btn-reflect.oe-btn-3d-right .fa,
.oe-btn-reflect.oe-btn-hover-flap .fa {
  background-color: #00c0ef;
}
.oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-btn-reflect.oe-btn-hover-flap:hover .fa {
  color: #fff;
}
.oe-btn-reflect-icon .fa {
  color: #fff;
  background-color: #36b5e7;
}
.oe-btn-reflect-icon2 .fa {
  color: #fff;
  background-color: #1e9d5a;
}
.oe-btn-reflect2 {
  background-color: #1e9d5a !important;
}
.oe-btn-reflect2 span {
  color: #fff !important;
  font-weight: 700 !important;
}
.oe-btn-reflect2:hover {
  color: #1e9d5a !important;
}
.oe-btn-split .fa {
  border-left: 1px solid #444;
}
.oe-btn-split:hover .fa {
  border-left-color: #fff;
}
.oe-btn-split.oe-btn-icon-left {
  border-left: 0;
  border-right: 1px solid #444;
}
.oe-btn-split.oe-btn-icon-left:hover .fa {
  border-right-color: #fff;
}
.oe-btn-split-short span:after {
  content: "";
  display: block;
  position: absolute;
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background-color: #ddd;
}
.oe-btn-split-short.oe-btn-icon-left span:after {
  right: auto;
  left: 0;
}
.oe-btn-grey {
  color: #444;
  border-color: #ddd;
  background-color: #ddd;
}
.oe-reflect .oe-btn,
.oe-reflect-bg .oe-btn {
  border: 1px solid #fff;
}
.oe-reflect .oe-btn span,
.oe-reflect-bg .oe-btn span {
  color: #fff;
}
.oe-reflect .oe-btn .fa:after,
.oe-reflect .oe-btn span:before,
.oe-reflect .oe-btn:before,
.oe-reflect-bg .oe-btn .fa:after,
.oe-reflect-bg .oe-btn span:before,
.oe-reflect-bg .oe-btn:before {
  color: #444;
  background-color: #fff;
}
.oe-reflect .oe-btn .fa,
.oe-reflect-bg .oe-btn .fa {
  color: #fff;
}
.oe-reflect .oe-btn:hover span,
.oe-reflect-bg .oe-btn:hover span {
  color: #444;
}
.oe-reflect .oe-btn:hover:before,
.oe-reflect-bg .oe-btn:hover:before {
  background-color: #fff;
}
.oe-reflect .oe-btn:hover .fa,
.oe-reflect-bg .oe-btn:hover .fa {
  color: #444;
}
.oe-reflect .oe-btn-hover-overlap .fa,
.oe-reflect-bg .oe-btn-hover-overlap .fa {
  background-color: #444;
}
.oe-reflect .oe-btn-hover-overlap:hover .fa,
.oe-reflect .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-hover-overlap:hover .fa,
.oe-reflect-bg .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa {
  color: #fff;
}
.oe-reflect .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-hover-up.oe-btn-reflect-icon:hover .fa:after {
  background-color: #444;
}
.oe-reflect .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #fff;
}
.oe-reflect .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #444;
}
.oe-reflect .oe-btn-3d-box,
.oe-reflect .oe-btn-3d-left,
.oe-reflect .oe-btn-3d-right,
.oe-reflect .oe-btn-hover-flap,
.oe-reflect-bg .oe-btn-3d-box,
.oe-reflect-bg .oe-btn-3d-left,
.oe-reflect-bg .oe-btn-3d-right,
.oe-reflect-bg .oe-btn-hover-flap {
  border: 0;
}
.oe-reflect .oe-btn-3d-box span,
.oe-reflect .oe-btn-3d-left span,
.oe-reflect .oe-btn-3d-right span,
.oe-reflect .oe-btn-hover-flap span,
.oe-reflect-bg .oe-btn-3d-box span,
.oe-reflect-bg .oe-btn-3d-left span,
.oe-reflect-bg .oe-btn-3d-right span,
.oe-reflect-bg .oe-btn-hover-flap span {
  background-color: #444;
  border: 1px solid #fff;
}
.oe-reflect .oe-btn-3d-box span:before,
.oe-reflect .oe-btn-3d-left span:before,
.oe-reflect .oe-btn-3d-right span:before,
.oe-reflect .oe-btn-hover-flap span:before,
.oe-reflect-bg .oe-btn-3d-box span:before,
.oe-reflect-bg .oe-btn-3d-left span:before,
.oe-reflect-bg .oe-btn-3d-right span:before,
.oe-reflect-bg .oe-btn-hover-flap span:before {
  color: #444;
  background-color: #fff;
  border: 1px solid #fff;
}
.oe-reflect .oe-btn-3d-box .fa,
.oe-reflect .oe-btn-3d-left .fa,
.oe-reflect .oe-btn-3d-right .fa,
.oe-reflect .oe-btn-hover-flap .fa,
.oe-reflect-bg .oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-3d-left .fa,
.oe-reflect-bg .oe-btn-3d-right .fa,
.oe-reflect-bg .oe-btn-hover-flap .fa {
  border: 1px solid #fff;
}
.oe-reflect .oe-btn-reflect,
.oe-reflect-bg .oe-btn-reflect {
  background-color: #fff;
}
.oe-reflect .oe-btn-reflect .fa:after,
.oe-reflect .oe-btn-reflect span:before,
.oe-reflect .oe-btn-reflect:before,
.oe-reflect-bg .oe-btn-reflect .fa:after,
.oe-reflect-bg .oe-btn-reflect span:before,
.oe-reflect-bg .oe-btn-reflect:before {
  color: #fff;
}
.oe-reflect .oe-btn-reflect .fa,
.oe-reflect .oe-btn-reflect span,
.oe-reflect-bg .oe-btn-reflect .fa,
.oe-reflect-bg .oe-btn-reflect span {
  color: #444;
}
.oe-reflect .oe-btn-reflect:hover span:before,
.oe-reflect .oe-btn-reflect:hover:before,
.oe-reflect-bg .oe-btn-reflect:hover span:before,
.oe-reflect-bg .oe-btn-reflect:hover:before {
  background-color: #444;
}
.oe-reflect .oe-btn-reflect:hover .fa,
.oe-reflect .oe-btn-reflect:hover span,
.oe-reflect-bg .oe-btn-reflect:hover .fa,
.oe-reflect-bg .oe-btn-reflect:hover span {
  color: #fff;
}
.oe-reflect .oe-btn-reflect.oe-btn-reflect-icon .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-reflect-icon .fa {
  color: #fff;
  background-color: #444;
}
.oe-reflect .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa {
  color: #444;
}
.oe-reflect .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-down.oe-btn-reflect-icon:hover .fa:after {
  background-color: #fff;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap {
  background-color: transparent;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-box span,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left span,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right span,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap .fa,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right span,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap span {
  background-color: #fff;
}
.oe-reflect .oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-reflect .oe-btn-reflect.oe-btn-hover-flap:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-box:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-left:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-3d-right:hover .fa,
.oe-reflect-bg .oe-btn-reflect.oe-btn-hover-flap:hover .fa {
  color: #444;
}
.oe-reflect .oe-btn-reflect-icon .fa,
.oe-reflect-bg .oe-btn-reflect-icon .fa {
  color: #444;
  background-color: #fff;
}
.oe-reflect .oe-btn-split .fa,
.oe-reflect-bg .oe-btn-split .fa {
  border-left: 1px solid #fff;
}
.oe-reflect .oe-btn-split:hover .fa,
.oe-reflect-bg .oe-btn-split:hover .fa {
  border-left-color: #444;
}
.oe-reflect .oe-btn-split-short span:after,
.oe-reflect-bg .oe-btn-split-short span:after {
  background-color: #ddd;
}
.oe-reflect .oe-btn-grey,
.oe-reflect-bg .oe-btn-grey {
  border-color: #666;
  background-color: #666;
}
.oe-reflect .oe-btn-3d-box span:before,
.oe-reflect-bg .oe-btn-3d-box span:before {
  color: #ddd;
  background-color: #ddd;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.oe-reflect .oe-btn-3d-box .fa,
.oe-reflect-bg .oe-btn-3d-box .fa {
  border: 0;
}
.oe-reflect .oe-btn-3d-box:hover span,
.oe-reflect-bg .oe-btn-3d-box:hover span {
  color: #fff;
}
.oe-reflect .oe-btn-3d-box:hover span:before,
.oe-reflect-bg .oe-btn-3d-box:hover span:before {
  background-color: #ddd;
}
.oe-reflect .oe-btn-3d-box:hover .fa,
.oe-reflect-bg .oe-btn-3d-box:hover .fa {
  color: #fff;
}
.oe-reflect .oe-btn-3d-box.oe-btn-reflect .fa,
.oe-reflect .oe-btn-3d-box.oe-btn-reflect span,
.oe-reflect-bg .oe-btn-3d-box.oe-btn-reflect .fa,
.oe-reflect-bg .oe-btn-3d-box.oe-btn-reflect span {
  color: #444;
}
.oe-btn-inline-icon span {
  height: 50px;
}
.oe-btn-inline-icon .fa {
  padding: 0;
  margin-right: 15px;
  border: 0;
}
.oe-btn-inline-icon .fa:after {
  display: none;
}
.oe-btn-hover-blue span:before,
.oe-btn-hover-red span:before,
.oe-btn-hover-sapphire span:before {
  width: 101%;
}
.oe-btn-blue .fa,
.oe-btn-blue span,
.oe-btn-blue span:before,
.oe-btn-hover-blue:hover .fa,
.oe-btn-hover-blue:hover span,
.oe-btn-hover-blue:hover span:before,
.oe-btn-hover-red:hover .fa,
.oe-btn-hover-red:hover span,
.oe-btn-hover-red:hover span:before,
.oe-btn-hover-sapphire:hover .fa,
.oe-btn-hover-sapphire:hover span,
.oe-btn-hover-sapphire:hover span:before,
.oe-btn-red .fa,
.oe-btn-red span,
.oe-btn-red span:before,
.oe-btn-sapphire .fa,
.oe-btn-sapphire span,
.oe-btn-sapphire span:before {
  color: #fff;
}
.oe-btn-blue:hover,
.oe-btn-red:hover,
.oe-btn-sapphire:hover {
  border-color: #444;
}
.oe-btn-blue:hover .fa,
.oe-btn-red:hover .fa,
.oe-btn-sapphire:hover .fa {
  background-color: #444;
}
.oe-btn-blue.oe-btn-reflect:hover span:before,
.oe-btn-red.oe-btn-reflect:hover span:before,
.oe-btn-sapphire.oe-btn-reflect:hover span:before {
  color: #444;
}
.oe-btn-blue.oe-btn-reflect:hover .fa,
.oe-btn-red.oe-btn-reflect:hover .fa,
.oe-btn-sapphire.oe-btn-reflect:hover .fa {
  background-color: #fff;
}
.oe-btn-blue,
.oe-btn-hover-blue:hover {
  border-color: #fff !important;
}
.oe-btn-blue,
.oe-btn-blue .fa,
.oe-btn-blue span:before,
.oe-btn-blue:before,
.oe-btn-hover-blue:hover .fa,
.oe-btn-hover-blue:hover span:before,
.oe-btn-hover-blue:hover:before {
  background-color: #01c0f4;
}
.oe-btn-hover-sapphire:hover,
.oe-btn-sapphire {
  border-color: #28baba;
}
.oe-btn-hover-sapphire:hover .fa,
.oe-btn-hover-sapphire:hover span:before,
.oe-btn-hover-sapphire:hover:before,
.oe-btn-sapphire,
.oe-btn-sapphire .fa,
.oe-btn-sapphire span:before,
.oe-btn-sapphire:before {
  background-color: #28baba;
}
.oe-btn-hover-red:hover,
.oe-btn-red {
  border-color: #f6504c;
}
.oe-btn-hover-red:hover .fa,
.oe-btn-hover-red:hover span:before,
.oe-btn-hover-red:hover:before,
.oe-btn-red,
.oe-btn-red .fa,
.oe-btn-red span:before,
.oe-btn-red:before {
  background-color: #f6504c;
}
.oe-btn-size-4x {
  height: 40px;
}
.oe-btn-size-4x span {
  padding: 0 1.2em;
}
.oe-btn-size-4x .fa {
  padding: 10px 12px 7px;
}
.oe-btn-size-4x.oe-btn-split-short span:after {
  top: 0;
  height: 100%;
}
.oe-label-btn .fa:after,
.oe-label-btn span:before,
.oe-label-btn:before {
  display: none;
}
.oe-label-btn:hover .fa,
.oe-label-btn:hover span {
  color: #444;
}
.oe-label-btn.oe-btn-reflect-icon .fa {
  color: #fff;
}
.oe-btn-border-grey {
  border-color: #ddd;
}
.oe-btn-large {
  height: 100px;
}
.oe-boxed {
  min-height: 20px;
  padding: 16px 20px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #888;
}
.oe-boxed-gray {
  background-color: #eee;
  border: 1px solid #eee;
  color: #666;
}
.oe-boxed-black {
  background-color: #444;
  border: 1px solid #444;
  color: #ccc;
}
.oe-boxed-green {
  background-color: #28baba;
  border: 1px solid #28baba;
  color: #fff;
}
.oe-boxed-blue {
  background-color: #36b5e7;
  border: 1px solid #36b5e7;
  color: #fff;
}
.oe-boxed-red {
  background-color: #f6504c;
  border: 1px solid #f6504c;
  color: #fff;
}

h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.7em;
}
h4 {
  font-size: 1.57em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.25em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 15px 0;
  padding: 10px 0;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1em;
}
.oe-reflect .oe-heading-2:before,
.oe-reflect .oe-heading-3:after,
.oe-reflect .oe-heading-4:after,
.oe-reflect .oe-heading-5:after,
.oe-reflect .oe-heading-5:before,
.oe-reflect .oe-heading-6:after,
.oe-reflect .oe-heading-6:before,
.oe-reflect-bg .oe-heading-2:before,
.oe-reflect-bg .oe-heading-3:after,
.oe-reflect-bg .oe-heading-4:after,
.oe-reflect-bg .oe-heading-5:after,
.oe-reflect-bg .oe-heading-5:before,
.oe-reflect-bg .oe-heading-6:after,
.oe-reflect-bg .oe-heading-6:before {
  background-color: #ccc;
}
.oe-reflect .oe-heading-6:after,
.oe-reflect .oe-heading-6:before,
.oe-reflect-bg .oe-heading-6:after,
.oe-reflect-bg .oe-heading-6:before {
  -webkit-box-shadow: 10px 0 0 #ccc, -10px 0 0 #ccc;
  box-shadow: 10px 0 0 #ccc, -10px 0 0 #ccc;
}
.oe-heading-2 {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 0;
  color: #0077b9;
}
.oe-heading-2:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ddd;
  content: "";
}
.oe-heading-3,
.oe-heading-4,
.oe-heading-5,
.oe-heading-6 {
  position: relative;
  text-align: center;
  color: #0077b9;
  margin: 4px 0 !important;
}

.oe-heading-4:after {
  display: block;
  margin: 28px auto 0;
  width: 30px;
  height: 2px;
  background-color: #444;
  content: "";
}
.oe-heading-5:after,
.oe-heading-5:before {
  position: relative;
  top: -0.3em;
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: #444;
  content: "";
}
.oe-heading-5:before {
  left: -20px;
}
.oe-heading-5:after {
  right: -20px;
}
.oe-heading-6:after,
.oe-heading-6:before {
  position: relative;
  display: inline-block;
  top: -0.25em;
  width: 5px;
  height: 5px;
  background-color: #444;
  content: "";
  -webkit-box-shadow: 10px 0 0 #444, -10px 0 0 #444;
  box-shadow: 10px 0 0 #444, -10px 0 0 #444;
}
.oe-heading-6:before {
  left: -30px;
}
.oe-heading-6:after {
  right: -30px;
}
.oe-heading-deco-reflect:after,
.oe-heading-deco-reflect:before {
  background-color: #ddd;
}
.oe-reflect .oe-heading-deco-reflect:after,
.oe-reflect .oe-heading-deco-reflect:before,
.oe-reflect-bg .oe-heading-deco-reflect:after,
.oe-reflect-bg .oe-heading-deco-reflect:before {
  background-color: #555;
}
blockquote {
  font-size: 1em;
}
.oe-quote-1 {
  border-left: 3px solid #444;
  padding: 0 0 0 20px;
}
.oe-quote-2 {
  border: 1px solid #ddd;
  padding: 20px 25px 10px;
  font-size: 1.15em;
}
.oe-quote-2 .fa-quote-left,
.oe-quote-2 .fa-quote-right {
  font-size: 1.5em;
}
.oe-column-one-half,
.oe-column-three-fourth {
  float: left;
  width: 98.71795%;
  position: relative;
  min-height: 1px;
  padding-right: 2.5641%;
}
@media (min-width: 768px) {
  .oe-column-one-half {
    float: left;
    width: 48.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-one-half {
    float: left;
    width: 48.71795%;
  }
}
@media (min-width: 768px) {
  .oe-column-three-fourth {
    float: left;
    width: 23.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-three-fourth {
    float: left;
    width: 73.71795%;
  }
}
.oe-column-one-fourth {
  float: left;
  width: 32.05128333%;
  position: relative;
  min-height: 1px;
  padding-right: 2.5641%;
}
@media (min-width: 768px) {
  .oe-column-one-fourth {
    float: left;
    width: 23.71795%;
  }
}
@media (min-width: 992px) {
  .oe-column-one-fourth {
    float: left;
    width: 23.71795%;
  }
}
.oe-column-last {
  padding-left: 0;
  padding-right: 0;
}
.oe-image-item {
  position: relative;
  overflow: hidden;
  display: block;
}
.oe-image-item img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.oe-image-item .oe-image-title {
  margin-top: 25px;
  text-align: center;
  font-size: 1em;
  color: #444;
}
.oe-image-hover-dark:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  cursor: pointer;
}
.oe-image-hover-dark:focus:after,
.oe-image-hover-dark:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-dark:focus img,
.oe-image-hover-dark:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.oe-image-hover-dark .oe-image-caption,
.oe-image-hover-dark .oe-image-caption:focus,
.oe-image-hover-dark .oe-image-caption:hover,
.oe-image-hover-dark a,
.oe-image-hover-dark a:focus,
.oe-image-hover-dark a:hover,
.oe-image-hover-dark i.fa,
.oe-image-hover-dark i.fa:focus,
.oe-image-hover-dark i.fa:hover,
.oe-image-hover-dark span,
.oe-image-hover-dark span:focus,
.oe-image-hover-dark span:hover {
  color: #fff;
}
.oe-image-hover-light:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 1);
  content: "";
}
.oe-image-hover-light:focus:after,
.oe-image-hover-light:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-light:focus img,
.oe-image-hover-light:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.oe-image-hover-light .oe-image-caption,
.oe-image-hover-light a,
.oe-image-hover-light i.fa,
.oe-image-hover-light span {
  color: #444;
}
.oe-image-hover-zoom-in:focus img,
.oe-image-hover-zoom-in:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.oe-image-hover-zoom-out:focus img,
.oe-image-hover-zoom-out:hover img {
  -webkit-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
}
.oe-image-hover-blur:focus img,
.oe-image-hover-blur:hover img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
}
.oe-image-hover-gray-scale img {
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.oe-image-hover-gray-scale:focus img,
.oe-image-hover-gray-scale:hover img {
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.oe-image-no-margin {
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
}
.oe-image-no-margin img {
  width: initial;
}
.oe-image-no-margin:focus img,
.oe-image-no-margin:hover img {
  -webkit-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.oe-image-rounded img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.oe-image-rounded:focus img,
.oe-image-rounded:hover img {
  -webkit-transform: scale(0.98, 0.98);
  -ms-transform: scale(0.98, 0.98);
  transform: scale(0.98, 0.98);
}
.oe-image-rotate:focus img,
.oe-image-rotate:hover img {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.oe-image-hover-caption {
  position: relative;
}
.oe-image-hover-caption .fa,
.oe-image-hover-caption .oe-image-caption {
  position: absolute;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-image-hover-caption .oe-image-caption-top {
  top: 0;
  left: 30px;
}
.oe-image-hover-caption .oe-image-caption-bot {
  bottom: 0;
  left: 30px;
}
.oe-image-hover-caption i.fa {
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
}
.oe-image-hover-caption:focus .fa,
.oe-image-hover-caption:focus .oe-image-caption,
.oe-image-hover-caption:hover .fa,
.oe-image-hover-caption:hover .oe-image-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-image-hover-caption:focus .oe-image-caption-top,
.oe-image-hover-caption:hover .oe-image-caption-top {
  top: 20px;
  left: 30px;
}
.oe-image-hover-caption:focus .oe-image-caption-bot,
.oe-image-hover-caption:hover .oe-image-caption-bot {
  bottom: 20px;
  left: 30px;
}
.oe-image-hover-caption:focus i.fa,
.oe-image-hover-caption:hover i.fa {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin: -0.5em;
}
.oe-image-tiles .oe-image-item {
  float: left;
  margin-left: 0;
}
.oe-image-tiles .oe-image-item:after {
  display: block;
  content: "";
}
.oe-image-tiles.x12 .oe-image-item {
  width: 7.63358779%;
  margin-right: 0.76335878%;
}
.oe-image-tiles.x12 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x12 .oe-image-item:nth-child(12n) {
  margin-right: 0;
}
.oe-image-tiles.x12.gapless .oe-image-item {
  width: 8.33333333%;
  margin-right: 0;
}
.oe-image-tiles.x12.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x11 .oe-image-item {
  width: 8.33333333%;
  margin-right: 0.83333333%;
}
.oe-image-tiles.x11 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x11 .oe-image-item:nth-child(11n) {
  margin-right: 0;
}
.oe-image-tiles.x11.gapless .oe-image-item {
  width: 9.09090909%;
  margin-right: 0;
}
.oe-image-tiles.x11.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x10 .oe-image-item {
  width: 9.17431193%;
  margin-right: 0.91743119%;
}
.oe-image-tiles.x10 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x10 .oe-image-item:nth-child(10n) {
  margin-right: 0;
}
.oe-image-tiles.x10.gapless .oe-image-item {
  width: 10%;
  margin-right: 0;
}
.oe-image-tiles.x10.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x9 .oe-image-item {
  width: 10.20408163%;
  margin-right: 1.02040816%;
}
.oe-image-tiles.x9 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x9 .oe-image-item:nth-child(9n) {
  margin-right: 0;
}
.oe-image-tiles.x9.gapless .oe-image-item {
  width: 11.11111111%;
  margin-right: 0;
}
.oe-image-tiles.x9.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x8 .oe-image-item {
  width: 11.49425287%;
  margin-right: 1.14942529%;
}
.oe-image-tiles.x8 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x8 .oe-image-item:nth-child(8n) {
  margin-right: 0;
}
.oe-image-tiles.x8.gapless .oe-image-item {
  width: 12.5%;
  margin-right: 0;
}
.oe-image-tiles.x8.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x7 .oe-image-item {
  width: 13.15789474%;
  margin-right: 1.31578947%;
}
.oe-image-tiles.x7 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x7 .oe-image-item:nth-child(7n) {
  margin-right: 0;
}
.oe-image-tiles.x7.gapless .oe-image-item {
  width: 14.28571429%;
  margin-right: 0;
}
.oe-image-tiles.x7.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x6 .oe-image-item {
  width: 15.38461538%;
  margin-right: 1.53846154%;
}
.oe-image-tiles.x6 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x6 .oe-image-item:nth-child(6n) {
  margin-right: 0;
}
.oe-image-tiles.x6.gapless .oe-image-item {
  width: 16.66666667%;
  margin-right: 0;
}
.oe-image-tiles.x6.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x5 .oe-image-item {
  width: 18.51851852%;
  margin-right: 1.85185185%;
}
.oe-image-tiles.x5 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x5 .oe-image-item:nth-child(5n) {
  margin-right: 0;
}
.oe-image-tiles.x5.gapless .oe-image-item {
  width: 20%;
  margin-right: 0;
}
.oe-image-tiles.x5.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x4 .oe-image-item {
  width: 23.25581395%;
  margin-right: 2.3255814%;
}
.oe-image-tiles.x4 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x4 .oe-image-item:nth-child(4n) {
  margin-right: 0;
}
.oe-image-tiles.x4.gapless .oe-image-item {
  width: 25%;
  margin-right: 0;
}
.oe-image-tiles.x4.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x3 .oe-image-item {
  width: 31.25%;
  margin-right: 3.125%;
}
.oe-image-tiles.x3 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x3 .oe-image-item:nth-child(3n) {
  margin-right: 0;
}
.oe-image-tiles.x3.gapless .oe-image-item {
  width: 33.33333333%;
  margin-right: 0;
}
.oe-image-tiles.x3.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x2 .oe-image-item {
  width: 47.61904762%;
  margin-right: 4.76190476%;
}
.oe-image-tiles.x2 .oe-image-item:after {
  padding-bottom: 10%;
}
.oe-image-tiles.x2 .oe-image-item:nth-child(2n) {
  margin-right: 0;
}
.oe-image-tiles.x2.gapless .oe-image-item {
  width: 50%;
  margin-right: 0;
}
.oe-image-tiles.x2.gapless .oe-image-item:after {
  padding-bottom: 0;
}
.oe-image-tiles.x1 .oe-image-item {
  width: 100%;
  margin-right: 0;
}
.oe-image-container {
  position: relative;
}
.oe-image-container .overlay {
  -webkit-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
}
.oe-image-container .overlay .south {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.oe-image-container:focus .overlay,
.oe-image-container:hover .overlay {
  opacity: 1;
  z-index: 10;
}
.fa.oe-icon {
  font-size: 1.43em;
}
.fa.oe-icon-2x {
  font-size: 2.85em;
}
.fa.oe-icon-lg {
  font-size: 2.14em;
}
.oe-shortcode-list-item li,
.oe-ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.fa-li.oe-li,
.oe-li {
  margin-right: 15px;
  color: #444;
  font-style: normal;
  top: 0.3em;
  text-align: left;
}
.fa-li.oe-li.oe-li-top-short,
.oe-li.oe-li-top-short {
  top: 0;
}
.fa-fw.oe-li-fw-2x {
  width: 2em;
  text-align: center;
  top: 0;
  line-height: 0.9em;
}
.oe-list-icon:before {
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}
.oe-list-icon.oe-list-icon-dot:before {
  background-image: url(../img/icon/icon-dot.png);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 4px;
  height: 4px;
}
.oe-list-icon.oe-list-icon-square:before {
  background-image: url(../img/icon/icon-square.png);
  width: 5px;
  height: 5px;
}
.oe-list-icon.oe-list-icon-circle:before {
  background-image: url(../img/icon/icon-circle.png);
  width: 6px;
  height: 6px;
}
.oe-chart-holder {
  text-align: center;
}
.oe-circle-chart {
  position: relative;
  margin: 0 auto 20px;
}
.oe-circle-chart span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 28px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.oe-circle-chart .oe-color-track {
  color: #888;
  border-color: rgba(136, 136, 136, 0.2);
}
.oe-circle-chart.darken .oe-color-track {
  color: #444;
  border-color: transparent;
}
.oe-reflect .oe-circle-chart .oe-color-track,
.oe-reflect-bg .oe-circle-chart .oe-color-track {
  color: #ccc;
  border-color: rgba(255, 255, 255, 0.2);
}
.oe-reflect .oe-circle-chart.darken .oe-color-track,
.oe-reflect-bg .oe-circle-chart.darken .oe-color-track {
  color: #fff;
}
.oe-chart-md {
  width: 150px;
  height: 150px;
}
.oe-chart-sm {
  width: 120px;
  height: 120px;
}
.oe-devider {
  margin: 30px 0 55px;
}
.oe-devider.oe-devider-thin {
  border-top: 1px solid #ddd;
}
.oe-devider.oe-devider-bold {
  border-top: 2px solid #ddd;
}
.oe-devider.oe-devider-blurred {
  border-top: 1px solid #eee;
}
.oe-devider.oe-devider-dark {
  border-top: 1px solid #444;
}
.oe-table thead {
  color: #444;
}
.oe-table thead tr td,
.oe-table thead tr th {
  border-bottom-width: 1px;
  text-shadow: none;
  font-weight: 400;
}
.oe-table tbody tr td,
.oe-table tbody tr th,
.oe-table thead tr td,
.oe-table thead tr th {
  padding: 10px 15px;
}
.oe-table-padding tbody tr {
  position: relative;
}
.oe-table-padding tbody tr td:first-child:before {
  display: block;
  content: " ";
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: -15px;
  left: -15px;
  bottom: -24px;
  background: #fff;
}
.oe-table-padding tbody tr td:last-child:after {
  display: block;
  content: " ";
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: -15px;
  right: -100%;
  bottom: -3px;
  background: #fff;
}
.oe-table-padding tbody tr:last-child td:first-child:before,
.oe-table-padding tbody tr:last-child td:last-child:after {
  display: none;
}
.oe-table-border-clear tbody tr td,
.oe-table-border-clear tbody tr th,
.oe-table-border-clear thead tr td,
.oe-table-border-clear thead tr th {
  border-color: transparent;
}
.oe-table-paddingleft-clear tbody tr td:first-child,
.oe-table-paddingleft-clear tbody tr th:first-child,
.oe-table-paddingleft-clear thead tr td:first-child,
.oe-table-paddingleft-clear thead tr th:first-child {
  padding-left: 0;
}
.oe-banner-holder.oe-banner-taller {
  height: 400px;
}
.oe-banner-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.oe-text-right {
  text-align: right;
}
.text-dropcap {
  display: inline-block;
  float: left;
  padding: 0 10px;
  font-size: 3em;
  line-height: 1;
}
.text-dropcap-1 {
  margin: 0;
}
.text-dropcap-2 {
  margin: 0 5px;
  padding: 6px 9.5px;
  background-color: #444;
  color: #fff;
  font-size: 1.7em;
}
.text-highlight {
  padding: 2px 5px;
  color: #fff;
}
.text-highlight-1 {
  background-color: #444;
}
.text-highlight-2 {
  background-color: #ddd;
  color: #888;
}
.alert {
  padding: 1.24em 1.24em 1.24em 1.8em;
  border: none;
  border-radius: 0;
  font-size: 1.3em;
  color: #fff;
}
.alert .close {
  margin-top: 3px;
  line-height: 1.3em;
  font-size: 0.8em;
  color: #fff;
  opacity: 1;
}
.alert-success {
  background: #44c1e6;
}
.alert-warning {
  background: #feb654;
}
.alert-info {
  background: #4ae388;
}
.alert-danger {
  background: #f57a7a;
}
.oe-callout {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
}
.oe-callout .oe-callout-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.85em;
  left: 4%;
}
.oe-callout .oe-callout-icon:before {
  font-size: 1.8em;
}
.oe-callout .oe-callout-content {
  width: 65%;
  border-left: 1px solid #ddd;
  padding: 0 10px;
  margin: 0 0 0 9%;
}
.oe-callout .oe-callout-content h3 {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 18px;
}
.oe-callout .oe-callout-content p {
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 13px;
}
.oe-callout .btn,
.oe-callout .btn2 {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -25px;
}
.oe-tabs li a {
  margin-right: 0;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0;
  padding: 1em 1.7em;
  background: #fff;
}
.oe-tabs li a i.fa {
  margin-right: 5px;
}
.oe-tabs li a:hover {
  border-color: #ddd;
}
.oe-tabs li.active a,
.oe-tabs li.active a:hover {
  border-left: 0;
}
.oe-tabs li.active:first-child a,
.oe-tabs li:first-child a {
  border-left: 1px solid #ddd;
}
.oe-tabs-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: none;
  background: #fff;
}
.oe-tours {
  display: block;
  float: left;
  width: 20%;
  max-width: 200px;
  border-bottom: 0;
}
.oe-tours li {
  float: none;
  margin-bottom: 0;
}
.oe-tours li a {
  margin-right: 0;
  padding: 1em 1.7em;
  border: 1px solid #ddd;
  border-top: 0;
  border-right: 0;
  border-radius: 0;
  text-align: center;
}
.oe-tours li a i.fa {
  margin-right: 5px;
}
.oe-tours li a:hover {
  border-bottom: 1px solid;
  border-color: #ddd;
}
.oe-tours li.active a {
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
}
.oe-tours li.active a:after {
  position: absolute;
  left: auto;
  right: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 2px;
  background: #fff;
  z-index: 1;
  content: "";
}
.oe-tours li.active a:hover {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.oe-tours li.active:first-child a,
.oe-tours li:first-child a {
  border-top: 1px solid #ddd;
}
.oe-tours-content {
  width: 80%;
  float: left;
  border: 1px solid #ddd;
  padding: 20px;
}
.oe-pricing-table {
  margin: 30px 45px 50px;
}
.oe-pricing-table .oe-pricing-column {
  border-left: 0;
  width: 100%;
}
.oe-pricing-table .oe-pricing-column.active {
  margin-left: -1px;
  margin-right: -1px;
}
.oe-pricing-table.two-cols .oe-pricing-column {
  width: 50%;
}
.oe-pricing-table.three-cols .oe-pricing-column {
  width: 33.3333%;
}
.oe-pricing-table.five-cols .oe-pricing-column {
  width: 20%;
}
.oe-pricing-table.oe-column-spacing {
  margin: 30px 30px 50px;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column {
  margin-left: 1%;
  border-left: 1px solid #ddd;
  width: 97%;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column:first-child {
  margin-left: 0;
}
.oe-pricing-table.oe-column-spacing .oe-pricing-column.active {
  border-left: 1px solid #444;
}
.oe-pricing-table.oe-column-spacing.two-cols .oe-pricing-column {
  width: 49.5%;
}
.oe-pricing-table.oe-column-spacing.three-cols .oe-pricing-column {
  width: 32.66667%;
}
.oe-pricing-table.oe-column-spacing.five-cols .oe-pricing-column {
  width: 19.2%;
}
.oe-pricing-table.owl-carousel .owl-wrapper-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.oe-pricing-column {
  overflow: hidden;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
}
.oe-pricing-column.active {
  position: relative;
  z-index: 50;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-bottom: 40px;
  border: 1px solid #444;
}
.oe-pricing-column.active .oe-pricing-head {
  height: 180px;
  background-color: #444;
}
.oe-pricing-column.active .oe-pricing-head h3 {
  color: #fff;
}
.oe-pricing-head {
  height: 160px;
  background-color: rgba(238, 238, 238, 0.5);
}
.oe-pricing-head h3 {
  margin: 0;
  padding: 35px 0 0;
  color: #444;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.oe-pricing-price {
  width: 130px;
  height: 130px;
  margin: -80px auto 0;
  padding: 35px 0 0;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.oe-pricing-price .cost {
  display: block;
  color: #444;
  font-size: 2.56em;
  line-height: 1em;
}
.oe-pricing-price .unit {
  color: #666;
}
.oe-pricing-body {
  margin: 30px 0;
}
.oe-pricing-body ul li {
  margin: 0;
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.oe-pricing-body ul li:first-child {
  border-top: 1px solid #ddd;
}
.oe-pricing-body ul li .oe-li {
  top: 1em;
  left: 10px;
}
.oe-pricing-foot {
  text-align: center;
  margin-bottom: 35px;
}
.oe-group-progress .oe-progress {
  height: 10px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  overflow: inherit;
}
.oe-group-progress .oe-progress .progress-bar {
  position: relative;
  background-color: #fff;
  height: 0;
}
.oe-group-progress .oe-progress .progress-bar:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 0;
  height: 10px;
  content: "";
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oe-group-progress .oe-progress-title {
  display: block;
  font-size: 1.07em;
  margin: 30px 0 0 0;
  padding: 20px 0 0 0;
}
.oe-group-progress .oe-progress-title:nth-of-type(1) {
  margin-top: 0;
}
.oe-group-progress .oe-progress-2 {
  background: #fff;
  border-color: #fff;
}
.oe-progress-active .oe-progress .progress-bar:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.oe-progress-active .oe-progress-1 .progress-bar:after {
  background: #88ac5a;
  background: -moz-linear-gradient(left, #88ac5a 10%, #e5c10d 50%, #d81919 90%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #88ac5a),
    color-stop(50%, #e5c10d),
    color-stop(90%, #d81919)
  );
  background: -webkit-linear-gradient(left, #88ac5a 10%, #e5c10d 50%, #d81919 90%);
  background: -o-linear-gradient(left, #88ac5a 10%, #e5c10d 50%, #d81919 90%);
  background: -ms-linear-gradient(left, #88ac5a 10%, #e5c10d 50%, #d81919 90%);
  background: linear-gradient(to right, #88ac5a 10%, #e5c10d 50%, #d81919 90%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ac5a', endColorstr='#d81919',GradientType=1 );
}
.oe-progress-active .oe-progress-2 .progress-bar:after {
  background-color: #888;
}
.oe-reflect .oe-group-progress .oe-progress,
.oe-reflect-bg .oe-group-progress .oe-progress {
  height: 10px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 0;
  overflow: inherit;
}
.oe-reflect .oe-group-progress .oe-progress .progress-bar,
.oe-reflect-bg .oe-group-progress .oe-progress .progress-bar {
  position: relative;
  background-color: #fff;
  height: 0;
}
.oe-reflect .oe-group-progress .oe-progress .progress-bar:after,
.oe-reflect-bg .oe-group-progress .oe-progress .progress-bar:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 0;
  height: 10px;
  content: "";
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.oe-reflect .oe-group-progress .oe-progress-title,
.oe-reflect-bg .oe-group-progress .oe-progress-title {
  display: block;
  font-size: 1.07em;
  margin: 30px 0 20px;
  padding: 0;
}
.oe-reflect .oe-group-progress .oe-progress-2,
.oe-reflect-bg .oe-group-progress .oe-progress-2 {
  background: #fff;
  border-color: #eee;
}
.oe-reflect .oe-progress-active .oe-progress .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress .progress-bar:after {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.oe-reflect .oe-progress-active .oe-progress-1 .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress-1 .progress-bar:after {
  background-color: #444;
}
.oe-reflect .oe-progress-active .oe-progress-2 .progress-bar:after,
.oe-reflect-bg .oe-progress-active .oe-progress-2 .progress-bar:after {
  background-color: #888;
}
.oe-box-testimonials .oe-testimonials-content {
  posistion: relative;
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.oe-box-testimonials .oe-tabs-testimonials img {
  width: 35px;
  height: 35px;
}
.oe-box-testimonials .oe-tabs-testimonials li {
  margin: 0;
  padding: 0;
}
.oe-box-testimonials .oe-tabs-testimonials li a {
  margin: 0;
  padding: 11.5px 12.5px;
}
.oe-box-testimonials .oe-image-item {
  overflow: inherit;
}
.oe-box-testimonials-1 .oe-tabs-testimonials {
  position: relative;
  display: block;
  text-align: center;
  border: none;
  float: left;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.oe-box-testimonials-1 .oe-tabs-testimonials li {
  display: block;
  list-style: none;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li a {
  border: none;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li:first-child a {
  border-left: 1px solid #ddd;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a {
  position: relative;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:active,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:focus,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:hover {
  border-bottom: 1px solid #ddd;
  border-top: 0;
  border-left: 0;
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active a:after {
  position: absolute;
  left: auto;
  top: -2px;
  right: 0;
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  z-index: 1;
  content: "";
}
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:active,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:focus,
.oe-box-testimonials-1 .oe-tabs-testimonials li.active:first-child a:hover {
  border-left: 1px solid #ddd;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane p {
  font-size: 1.42em;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane p:after {
  display: block;
  margin: 20px auto 0;
  width: 150px;
  height: 1px;
  background-color: #e9e9e9;
  content: "";
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane span {
  display: block;
}
.oe-box-testimonials-1 .oe-testimonials-content .tab-pane span.oe-testimonials-author {
  font-size: 1em;
  font-weight: 700;
}
.oe-box-testimonials-2 {
  position: relative;
  padding-left: 60px;
  padding-bottom: 40px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li a {
  padding: 11.5px 12.5px;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li.active a {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.oe-box-testimonials-2 .oe-tabs-testimonials li.active:first-child a {
  border-top: 1px solid #ddd;
}
.oe-box-testimonials-2 .oe-testimonials-content {
  position: relative;
  padding-bottom: 0;
  width: 100%;
  text-align: left;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-author {
  margin: 0;
  padding: 5px 0;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-source {
  position: relative;
  margin-bottom: 40px;
}
.oe-box-testimonials-2 .oe-testimonials-content .oe-testimonials-source:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 1px;
  background: #ddd;
  content: "";
}
.oe-box-testimonials-2 .oe-testimonials-content .pagination {
  position: absolute;
  top: 100%;
  margin: 0;
  right: -1px;
}
.oe-box-testimonials-2 .oe-testimonials-content .pagination a {
  border-radius: 0;
}
.oe-box-testimonials-3 {
  padding: 40px 0;
  width: 100%;
  overflow: hidden;
}
.oe-box-testimonials-3 h1,
.oe-box-testimonials-3 h5,
.oe-box-testimonials-3 p,
.oe-box-testimonials-3 span {
  margin: 0;
  padding: 0;
  color: #6cd5ff;
  text-shadow: 1px 1px 0 #182131;
}
.oe-box-testimonials-3 h1 span {
  text-transform: uppercase;
}
.oe-box-testimonials-3 .oe-testimonials-author {
  margin-bottom: 15px;
  font-size: 24px;
}
.oe-box-testimonials-3 .oe-testimonials-source {
  margin-bottom: 14px;
  font-size: 14px;
}
.oe-box-testimonials-3 .oe-testimonials-source span {
  font-size: 18px;
}
.oe-box-testimonials-3 .oe-testimonials-author a {
  color: #fff;
}
.oe-box-testimonials-3 .oe-testimonials-author a:hover {
  color: #6cd5ff;
}
.oe-box-testimonials-3 .oe-testimonials-slider {
  position: relative;
  padding-bottom: 60px;
}
.oe-box-testimonials-3 .oe-testimonials-slider ul,
.oe-box-testimonials-3 .oe-testimonials-slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe-box-testimonials-3 .oe-testimonials-slider img {
  max-width: 120px;
  max-height: 120px;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav li a.flex-active {
  background: #444;
  cursor: default;
}
.oe-box-testimonials-3 .oe-flexslider-content {
  width: 100%;
  margin-top: 45px;
  padding: 20px 0 0 20px;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-testimonials-ava {
  margin: 0;
  padding: 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-testimonials-content {
  margin: 0;
  padding: 0 15px 0 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item {
  margin: 0 0 0 20px;
  padding: 0;
}
.oe-box-testimonials-3 .oe-flexslider-content .oe-flexslider-content-item:first-child {
  margin-left: -20px;
}
.oe-reflect .oe-box-testimonials-3 h1,
.oe-reflect .oe-box-testimonials-3 h5,
.oe-reflect .oe-box-testimonials-3 p,
.oe-reflect .oe-box-testimonials-3 span,
.oe-reflect-bg .oe-box-testimonials-3 h1,
.oe-reflect-bg .oe-box-testimonials-3 h5,
.oe-reflect-bg .oe-box-testimonials-3 p,
.oe-reflect-bg .oe-box-testimonials-3 span {
  color: #fff;
}
.oe-reflect .oe-box-testimonials-3 .flex-control-nav li a,
.oe-reflect-bg .oe-box-testimonials-3 .flex-control-nav li a {
  border: 1px solid #fff;
}
.oe-reflect .oe-box-testimonials-3 .flex-control-nav li a.flex-active,
.oe-reflect-bg .oe-box-testimonials-3 .flex-control-nav li a.flex-active {
  background: #fff;
}
.tab-content .tab-pane {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tab-content .active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-social {
  padding: 9px 10px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #999;
  color: #888;
  border: 0;
  line-height: 1.3em;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.oe-social:hover {
  line-height: 1.3em;
}
.oe-social.oe-social-transparent {
  background: 0 0;
  color: #444;
  border: 1px solid #444;
  width: 39px;
  height: 39px;
  padding: 8px 9px;
}
.oe-social.oe-social-transparent:hover {
  background: #444;
  color: #fff;
}
.oe-social-hover-light:hover,
.oe-social-light {
  background: #ddd;
  color: #999;
}
.oe-social-dark,
.oe-social-hover-dark:hover {
  background: #999;
  color: #fff;
}
.oe-social-hover-twitter:hover,
.oe-social-twitter {
  background: #54afe2;
  color: #fff;
}
.oe-social-facebook,
.oe-social-hover-facebook:hover {
  background: #4671ad;
  color: #fff;
}
.oe-social-hover-linkedin:hover,
.oe-social-linkedin {
  background: #64abcc;
  color: #fff;
}
.oe-social-google,
.oe-social-hover-google:hover {
  background: #dc4a38;
  color: #fff;
}
.oe-social-dribbble,
.oe-social-hover-dribbble:hover {
  background: #d64d74;
  color: #fff;
}
.oe-social-hover-skype:hover,
.oe-social-skype {
  background: #00c6ff;
  color: #fff;
}
.oe-social-behance,
.oe-social-hover-behance:hover {
  background: #0099fd;
  color: #fff;
}
.oe-social-deviantart,
.oe-social-hover-deviantart:hover {
  background: #c7d419;
  color: #fff;
}
.oe-social-hover-tumblr:hover,
.oe-social-tumblr {
  background: #385874;
  color: #fff;
}
.oe-social-hover-rss:hover,
.oe-social-rss {
  background: #fe9900;
  color: #fff;
}
.oe-social-hover-vimeo:hover,
.oe-social-vimeo {
  background: #a6caea;
  color: #fff;
}
.oe-social-hover-pinterest:hover,
.oe-social-pinterest {
  background: #ce2027;
  color: #fff;
}
.oe-social-flickr,
.oe-social-hover-flickr:hover {
  background: #f4789b;
  color: #fff;
}
.oe-social-hover-youtube:hover,
.oe-social-youtube {
  background: #e70031;
  color: #fff;
}
.oe-social-hover-instagram:hover,
.oe-social-instagram {
  background: #2c6a91;
  color: #fff;
}
.oe-social-apple,
.oe-social-hover-apple:hover {
  background: #5f5f5f;
  color: #fff;
}
.oe-reflect .oe-social-transparent,
.oe-reflect-bg .oe-social-transparent {
  background: #0077b9;
  color: #fff;
  border: 1px solid #4f94ba;
}
.oe-reflect .oe-social-transparent:hover,
.oe-reflect-bg .oe-social-transparent:hover {
  background: #fff;
  color: #0077b9;
}
.oe-social-group-nospace .oe-social {
  margin-right: -4px;
}
.oe-social-group-smallspace .oe-social {
  margin-right: -3px;
}
.oe-social-group-largespace .oe-social {
  margin-right: 8px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  color: #888;
  background-color: transparent;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #2a6496;
  background-color: #eee;
  border-color: #555;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #444;
  background-color: transparent;
  border-color: #555;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
}
.oe-pagination li {
  position: relative;
}
.oe-pagination li a {
  width: 40px;
  height: 40px;
  padding: 9px 0;
  text-align: center;
}
.oe-pagination li a:hover {
  border-color: transparent;
}
.oe-pagination li:first-child > a,
.oe-pagination li:first-child > span,
.oe-pagination li:last-child > a,
.oe-pagination li:last-child > span {
  border-radius: 0;
}
.oe-pagination > li > a:focus,
.oe-pagination > li > a:hover {
  color: #444;
}
.oe-content-boxes-center {
  text-align: center;
}
.oe-content-boxes-left {
  text-align: left;
}
.oe-content-boxes-right {
  text-align: right;
}
.oe-content-boxes-white {
  background: #fff;
  color: #999;
}
.oe-content-boxes-white h6 {
  color: #444;
}
.oe-content-boxes {
  display: block;
  padding: 40px 20px 15px;
  margin: 10px 0;
}
.oe-content-boxes > a {
  display: block;
  cursor: pointer;
}
.oe-content-boxes i {
  color: #444;
}
.oe-content-boxes .icon-center {
  text-align: center;
}
.oe-content-boxes h6 {
  margin: 25px 0 10px;
}
.oe-content-boxes .circle-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.oe-content-boxes .square-border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.oe-content-boxes.oe-bordered {
  border-color: #fff;
}
.oe-circle-dashed-border .fa-stack,
.oe-circle-solid-border .fa-stack {
  backface-visibility: hidden;
  border-radius: 3.4em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 6.8em;
  height: 6.8em;
  line-height: 6.8em;
}
.oe-circle-dashed-border .fa-stack:hover,
.oe-circle-solid-border .fa-stack:hover {
  border-style: dashed;
}
.oe-circle-dashed-border .fa-stack,
.oe-square-dashed-border .fa-stack {
  border: 1px dashed #fff;
  background: #6bb9d8;
  color: #fff;
}

.oe-circle-solid-border .fa-stack,
.oe-square-solid-border .fa-stack {
  border: 1px solid #fff;
  background: #6bb9d8;
}
.oe-square-dashed-border .fa-stack,
.oe-square-solid-border .fa-stack {
  backface-visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 7.1em;
  height: 7.1em;
  line-height: 7.1em;
}
.oe-square-dashed-border .fa-stack:hover,
.oe-square-solid-border .fa-stack:hover {
  border-style: solid;
}
.oe-icon-boxes-hover-darken .fa-stack:hover {
  background: #fff;
  border-color: #fff;
}
.oe-icon-boxes-hover-darken .fa-stack:hover i {
  color: #6bb9d8;
}
.oe-icon-boxes-hover-white .fa-stack:hover {
  background: #fff;
  border-color: #444;
}
.oe-icon-boxes-hover-white .fa-stack:hover i {
  color: #444;
}
.oe-icon-boxes-hover-light .fa-stack:hover {
  background: #ddd;
}
.oe-icon-boxes-hover-light .fa-stack:hover i {
  color: #444;
}
.oe-icon-boxes-hover-double-border .fa-stack:hover i.circle-border,
.oe-icon-boxes-hover-double-border .fa-stack:hover i.square-border {
  border-width: 2px;
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border-color: inherit;
  border-style: inherit;
}
.oe-content-boxes-inline {
  display: inline-block;
  vertical-align: top;
}
.oe-content-boxes-inline .fa-stack-small {
  width: 4.4em;
  height: 4.4em;
  line-height: 4.4em;
  position: absolute;
}
.oe-content-boxes-inline h6 {
  margin: 10px 0 5px;
}
.oe-content-boxes-inline.oe-content-boxes-right {
  padding-right: 120px;
}
.oe-content-boxes-inline.oe-content-boxes-right .fa-stack-small {
  right: 30px;
}
.oe-content-boxes-inline.oe-content-boxes-right.oe-content-boxes-none-border {
  padding-right: 90px;
}
.oe-content-boxes-inline.oe-content-boxes-left {
  padding-left: 120px;
}
.oe-content-boxes-inline.oe-content-boxes-left .fa-stack-small {
  left: 30px;
}
.oe-content-boxes-inline.oe-content-boxes-left.oe-content-boxes-none-border {
  padding-left: 90px;
}
.oe-content-boxes-column .fa-stack {
  width: auto;
  height: auto;
}
.oe-content-boxes-column .fa-stack .fa-4x {
  font-size: 4em;
}
.oe-content-boxes-column h2 {
  margin: 30px 0 -2px;
}
.oe-border-grey,
.oe-border-grey .fa-stack {
}
.oe-border-grey .fa-stack i {
  color: #fff;
}
.oe-boxes-fa-darken,
.oe-msnry-active .fa-stack {
  background: #444;
}
.oe-boxes-fa-darken i,
.oe-msnry-active .fa-stack i,
.oe-reflect .oe-content-boxes .fa,
.oe-reflect-bg .oe-content-boxes .fa {
  color: #fff;
}
.oe-reflect .oe-content-boxes .fa-stack,
.oe-reflect-bg .oe-content-boxes .fa-stack {
  border-color: #eee;
}
.oe-content-boxes {
  overflow: hidden;
}
.oe-maps {
  height: 450px;
}
div.pp_default .pp_loaderIcon {
  background-color: #fff;
  border-radius: 20px;
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  height: 13px;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_next:hover,
div.pp_default .pp_previous:hover {
  cursor: pointer;
}
div.pp_default .pp_expand {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  cursor: pointer;
}
div.pp_default .pp_contract {
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  border: 1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: inherit;
  line-height: 25px;
  top: 2px;
  margin: 0;
}
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 15px;
  font-weight: 300;
  line-height: 14px;
  margin: 10px 50px 10px 0;
}
div.pp_pic_holder a:focus {
  outline: 0;
}
div.pp_overlay {
  background-color: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  display: none;
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}
a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 26px;
  margin: -12px 0 0 -12px;
  padding: 1px 5px 5px 5px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details {
  position: relative;
}
.pp_bottom,
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_bottom,
* html .pp_top {
  padding: 0 20px;
}
.pp_bottom .pp_left,
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle,
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right,
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
div.pp_overlay {
  opacity: 0.7 !important;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right {
  background: 0;
  padding: 0;
}
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  background: 0;
  display: none;
}
div.pp_default .pp_expand {
  display: none !important;
}
div.pp_default .pp_content {
  background: 0;
}
a.pp_next,
a.pp_previous {
  background: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
div.pp_default .pp_content:hover a.pp_next,
div.pp_default .pp_content:hover a.pp_previous {
  opacity: 1;
}
a.pp_next:after {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "\f105";
  display: block !important;
  font-family: FontAwesome;
  font-size: 30px;
  height: 54px;
  line-height: 51px;
  margin: -27px 0 0;
  position: absolute;
  right: 25px;
  text-align: center;
  top: 50%;
  width: 54px;
  text-indent: 0;
}
a.pp_previous:after {
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  content: "\f104";
  display: block !important;
  font-family: FontAwesome;
  font-size: 30px;
  height: 54px;
  line-height: 51px;
  margin: -27px 0 0;
  position: absolute;
  left: 25px;
  text-align: center;
  top: 50%;
  width: 54px;
  text-indent: 0;
}
div.pp_default .pp_content_container .pp_details {
  opacity: 0.7;
}
div.pp_default .pp_description {
  display: none !important;
}
div.pp_default .pp_nav {
  float: none;
  width: auto;
  margin: 0;
}
div.pp_default .pp_nav .currentTextHolder {
  left: auto;
  position: relative;
  float: left;
  padding: 0 20px;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}
.pp_gallery {
  display: none !important;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  display: none;
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: 0;
  position: relative;
  left: 0;
}
div.pp_default a.pp_arrow_previous:after {
  color: #fff;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
div.pp_default a.pp_arrow_next:after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
}
div.pp_default .pp_close {
  background: 0;
  opacity: 1 !important;
}
div.pp_default .pp_close:after {
  color: #fff;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 15px;
  height: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: 300;
  color: #888;
  font-size: 14px;
  font-family: Muli, Helvetica, Arial, sans-serif;
  background-color: #fff;
  text-shadow: 0 0 0 rgba(136, 136, 136, 0.1);
}
a {
  color: #666;
  -webkit-transition: all linear 200ms;
  transition: all linear 200ms;
}
a:hover {
  text-decoration: none;
  color: #444;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
.oe-text-reflect,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}
.oe-null-color {
  color: #888;
}
.oe-text-light {
  font-weight: 300;
}
.oe-reflect,
.oe-reflect-bg {
  color: #ccc;
  text-shadow: 0 0 0 rgba(204, 204, 204, 0.1);
}
.oe-reflect .oe-text-reflect,
.oe-reflect h1,
.oe-reflect h2,
.oe-reflect h3,
.oe-reflect h4,
.oe-reflect h5,
.oe-reflect h6,
.oe-reflect-bg .oe-text-reflect,
.oe-reflect-bg h1,
.oe-reflect-bg h2,
.oe-reflect-bg h3,
.oe-reflect-bg h4,
.oe-reflect-bg h5,
.oe-reflect-bg h6 {
  color: #fff;
}
.oe-reflect .oe-null-color,
.oe-reflect-bg .oe-null-color {
  color: #ccc;
}
.oe-reflect-bg {
  background-color: #444;
}
.oe-circle-border .fa-stack {
  border: 2px solid #ddd;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.oe-circle-border .fa-stack.fa-1x {
  border: 1px solid #ddd;
}
.oe-circle-border .fa-stack:hover {
  color: #fff;
  background-color: #444;
  border-color: transparent;
}
.oe-cleaner {
  margin: 0 !important;
  padding: 0 !important;
}
.oe-top-page {
  background-color: #fafafa;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.oe-main-content {
  padding-top: 25px;
  padding-bottom: 20px;
}
.oe-breadcrumb {
  float: right;
  padding: 49px 0;
}
.oe-breadcrumb a,
.oe-breadcrumb i,
.oe-breadcrumb span {
  display: inline-block;
  margin-left: 10px;
}
.oe-breadcrumb span {
  color: #444;
}
.oe-page-title {
  float: left;
  margin: 37px 0;
  font-size: 22px;
}
.oe-bordered {
  border: 1px solid #ddd;
}
.oe-ul-clean.fa-ul {
  margin-left: 0;
}
.oe-ul-clean.fa-ul li {
  padding-left: 2.14285714em;
}
.oe-ul-clean.fa-ul.oe-li {
  left: 0;
  margin-right: 0;
}
.oe-full-banner {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.dark-element:after,
.oe-full-banner.dark-overlay:before,
.oe-image-container .overlay:before,
.oe-image-short-cap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  background-color: #000;
}
.oe-full-banner.oe-fixed-banner {
  background-attachment: fixed;
}
.oe-full-banner.oe-banner-repeat {
  background-repeat: repeat;
  background-size: initial;
}
.dark-element {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.dark-element-20:after {
  opacity: 0.2;
}
.dark-element-40:after {
  opacity: 0.4;
}
.dark-element-50:after {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.oe-mtop {
  margin-top: 30px;
}
.oe-mbot {
  margin-bottom: 30px;
}
.oe-mtop-2x {
  margin-top: 60px;
}
.oe-mbot-2x {
  margin-bottom: 0;
}
.oe-pad-normal {
  padding: 40px 30px;
}
.oe-pad-notop {
  padding-top: 0;
}
.oe-non-space-top {
  margin-top: 0;
  padding-top: 0;
}
.oe-non-space-bot {
  margin-bottom: 0;
  padding-bottom: 0;
}
.oe-image-item {
  width: 100%;
}
.oe-col-non-mg {
  margin: 0;
}
.oe-col-non-pd {
  padding: 0;
}
.oe-col-non-mp {
  margin: 0;
  padding: 0;
}
.mlr-items > * {
  margin-left: 15px;
  margin-right: 15px;
}
.oe-slider {
  position: relative;
  /*overflow:hidden;*/
}
.oe-slider .slides {
  margin: 0;
  padding: 0;
}
.oe-slider .flex-direction-nav {
  list-style: none;
}
.oe-slider .flex-direction-nav li {
  position: static;
}
.oe-slider .flex-direction-nav .flex-next,
.oe-slider .flex-direction-nav .flex-prev {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  font-family: FontAwesome;
  font-size: 0;
  z-index: 100;
}
.oe-slider .flex-direction-nav .flex-next:before,
.oe-slider .flex-direction-nav .flex-prev:before {
  display: block;
  padding: 10px 17px;
  color: #444;
  text-indent: 0;
  font-size: 14px;
}
.oe-slider .flex-direction-nav .flex-next:active,
.oe-slider .flex-direction-nav .flex-next:hover,
.oe-slider .flex-direction-nav .flex-prev:active,
.oe-slider .flex-direction-nav .flex-prev:hover {
  background: rgba(0, 0, 0, 0.6);
}
.oe-slider .flex-direction-nav .flex-next:active:before,
.oe-slider .flex-direction-nav .flex-next:hover:before,
.oe-slider .flex-direction-nav .flex-prev:active:before,
.oe-slider .flex-direction-nav .flex-prev:hover:before {
  color: #fff;
}
.oe-slider .flex-direction-nav .flex-prev {
  left: 5%;
}
.oe-slider .flex-direction-nav .flex-prev:before {
  content: "\f104";
}
.oe-slider .flex-direction-nav .flex-next {
  right: 5%;
}
.oe-slider .flex-direction-nav .flex-next:before {
  content: "\f105";
}
.oe-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.oe-slider ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.oe-slider .flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: 10%;
  text-align: center;
  z-index: 1000;
  display: none !important;
}
.oe-slider .flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
}
.oe-slider .flex-control-nav li a {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.oe-slider .flex-control-nav li a.flex-active {
  background: #fff;
  cursor: default;
}
.oe-slider-non-control-nav .flex-control-nav,
.oe-slider-non-direction-nav .flex-direction-nav {
  display: none;
}
.oe-fonts-medium {
  font-size: 1.2em;
}
.oe-fonts-large {
  font-size: 2.86em;
  line-height: 1.5em;
}
.oe-fonts-giant {
  font-size: 3.43em;
}
.oe-fonts-giant-super {
  line-height: 1.5em;
}
.oe-letter-spacing {
  letter-spacing: 2px;
}
.oe-letter-spacing-2x {
  letter-spacing: 9px;
}
.oe-block-float,
.oe-image-container .overlay .center {
  position: absolute;
  bottom: 50px;
  right: 0;
}
.oe-float-vertical-centered {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.oe-float-centered,
.oe-image-container .overlay .center {
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.oe-float-centered-2x {
  float: left;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.oe-push-front {
  z-index: 100;
}
.no-width {
  width: 0;
}
.oe-icon-boxes-masonry {
  text-align: center;
  font-size: 0;
  word-spacing: -1px;
}
.oe-icon-boxes-masonry .oe-content-boxes {
  display: inline-block;
  padding: 1em;
  font-size: 14px;
}
.oe-image-masonry-group .oe-image-item img {
  width: 100%;
}
.loading-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.loading-overlay.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.loading-overlay div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #444;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-overlay span {
  -webkit-animation: flash 2s infinite;
  animation: flash 2s infinite;
}
.oe-animate-delay {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.x24 {
  -webkit-animation-delay: 7.2s;
  animation-delay: 7.2s;
}
.x23 {
  -webkit-animation-delay: 6.9s;
  animation-delay: 6.9s;
}
.x22 {
  -webkit-animation-delay: 6.6s;
  animation-delay: 6.6s;
}
.x21 {
  -webkit-animation-delay: 6.3s;
  animation-delay: 6.3s;
}
.x20 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.x19 {
  -webkit-animation-delay: 5.7s;
  animation-delay: 5.7s;
}
.x18 {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.x17 {
  -webkit-animation-delay: 5.1s;
  animation-delay: 5.1s;
}
.x16 {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.x15 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.x14 {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.x13 {
  -webkit-animation-delay: 3.9s;
  animation-delay: 3.9s;
}
.x12 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.x11 {
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}
.x10 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.x9 {
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}
.x8 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.x7 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.x6 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.x5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.x4 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.x3 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.x2 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.count-number {
  display: block;
  margin: 30px 0 -2px;
  padding: 10px 0;
  font-weight: 400;
  line-height: 1.1em;
  font-size: 2em;
}
.red-heart {
  font-size: 2.5em;
  color: #e84a4a;
}
.neg-mt {
  margin-top: -90px;
}
.neg-child {
  float: left;
  width: 100%;
}
.oe-fullwidth.oe-page-videobg,
.video-iframe {
  width: 100%;
}
.oe-header {
  position: relative;
}
.logo {
  margin: 0 0 0 0;
}
.menu-header {
  position: static;
}
.oe-mainmenu {
  float: right;
}
.oe-mainmenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.oe-mobile-menu {
  display: none;
}
.menu-header .oe-menu-dad > li {
  position: relative;
  float: left;
  padding: 25px 15px;
}
.menu-header .oe-menu-dad > li a {
  display: block;
  position: relative;
  color: #666;
}
.menu-header .oe-menu-dad > li a:after,
.menu-header .oe-menu-dad > li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #444;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu-header .oe-menu-dad > li a:after {
  right: 50%;
  left: auto;
}
.menu-header .oe-menu-dad:hover .current-menu-item > a {
  color: #666;
}
.menu-header .oe-menu-dad:hover .current-menu-item > a:after,
.menu-header .oe-menu-dad:hover .current-menu-item > a:before {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 0;
}
.menu-header .oe-menu-dad > li.current-menu-item:hover > a,
.menu-header .oe-menu-dad > li.current-menu-item > a,
.menu-header .oe-menu-dad > li:hover > a {
  color: #444;
}
.menu-header .oe-menu-dad > li.current-menu-item:hover > a:after,
.menu-header .oe-menu-dad > li.current-menu-item:hover > a:before,
.menu-header .oe-menu-dad > li.current-menu-item > a:after,
.menu-header .oe-menu-dad > li.current-menu-item > a:before,
.menu-header .oe-menu-dad > li:hover > a:after,
.menu-header .oe-menu-dad > li:hover > a:before {
  opacity: 1;
  filter: alpha(opacity=100);
  width: 50%;
}
.menu-header .oe-menu-dad > li > .submenu {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 100%;
  z-index: -1;
  height: 0;
  width: auto;
  min-width: 250px;
  border: 1px solid #f1f1f1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s 0.3s;
  transition: opacity linear 0.2s 0.3s;
}
.menu-header .oe-menu-dad > li > .submenu > li {
  margin-bottom: -1px;
}
.menu-header .oe-menu-dad > li .menu-item-has-child {
  display: none;
  float: left;
  border-right: 1px solid #f1f1f1;
}
.menu-header .oe-menu-dad > li .menu-item-has-child:last-child {
  border-right: 0;
}
.menu-header .oe-menu-dad > li.menu-right {
  position: static;
}
.menu-header .oe-menu-dad > li.menu-right > .submenu {
  right: 15px;
}
.menu-header .oe-menu-dad > li.menu-left > .submenu {
  right: 0;
}
.menu-header .oe-menu-dad > li.menu-center > .submenu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.menu-header .oe-menu-dad > li.col-2 > .submenu {
  min-width: 500px;
}
.menu-header .oe-menu-dad > li.col-2 .menu-item-has-child {
  width: 50%;
}
.menu-header .oe-menu-dad > li.col-3 > .submenu {
  min-width: 750px;
}
.menu-header .oe-menu-dad > li.col-3 .menu-item-has-child {
  width: 33.33333%;
}
.menu-header .oe-menu-dad > li.col-4 {
  position: static;
}
.menu-header .oe-menu-dad > li.col-4 > .submenu {
  left: 0;
  right: 0;
}
.menu-header .oe-menu-dad > li.col-4 .menu-item-has-child {
  width: 25%;
}
.menu-header .oe-menu-dad > li:hover > .submenu {
  z-index: 800;
  height: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu-header .oe-menu-dad > li:hover > .submenu .menu-item-has-child {
  display: block;
}
.menu-header .oe-menu-dad > li.no-border .submenu > li a {
  border: 0;
}
.menu-header .oe-menu-dad > li.no-border .submenu > li.menu-item-has-child {
  padding: 10px 0;
}
.menu-header .oe-menu-dad .submenu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  background-color: #fff !important;
}
.menu-header .oe-menu-dad .submenu > li a {
  display: block;
  padding: 0.7em 0 0.7em 2.3em;
  border-bottom: 1px solid #f1f1f1;
  background-color: transparent;
  -webkit-transition-duration: 0;
  transition-duration: 0;
}

.menu-header .oe-menu-dad .submenu > li a:hover {
  color: #fff;
  background-color: #1d6cae;
}
.menu-header .oe-menu-dad .shop-menu > .submenu {
  width: 100%;
  left: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu > li {
  width: 27%;
  padding-bottom: 20px;
  border-left: 1px solid #f1f1f1;
  border-right: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu > li a {
  border: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child > a {
  padding: 20px 0 20px 30px;
  color: #444;
  font-size: 20px;
  font-weight: 400;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child > a:hover {
  background-color: #fff;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a {
  min-width: 100%;
  padding: 10px 20px 10px 30px;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a img {
  float: left;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child li:not(.menu-item-has-child) a span {
  display: block;
}
.menu-header
  .oe-menu-dad
  .shop-menu
  > .submenu
  .menu-item-has-child
  li:not(.menu-item-has-child)
  a:hover
  .menu-shop-price,
.menu-header
  .oe-menu-dad
  .shop-menu
  > .submenu
  .menu-item-has-child
  li:not(.menu-item-has-child)
  a:hover
  .menu-shop-title {
  color: #fff;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child .submenu li.menu-item-has-child {
  width: 100%;
  border: 0;
}
.menu-header .oe-menu-dad .shop-menu > .submenu .menu-item-has-child.shop-cat {
  width: 19%;
  padding-top: 15px;
  border-left: 0;
}
.menu-header .menu-shop-cat,
.menu-header .menu-shop-price,
.menu-header .menu-shop-title {
  margin-bottom: 3px;
}
.menu-header .menu-shop-title {
  color: #444;
}
.menu-header .menu-shop-cat {
  color: #666;
  font-size: 13px;
}
.menu-header .menu-shop-price {
  color: #f6504c;
}
.oe-header-extra {
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 50;
}
.oe-menu-cart {
  display: block;
  float: right;
  color: #444;
  margin-left: 15px;
}
.oe-search-btn-box {
  float: right;
}
.oe-custom-search-form {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  color: #444;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.oe-custom-search-form form {
  height: 100%;
}
.oe-custom-search-form .search-input {
  position: relative;
  top: 50%;
  border: 0;
  outline: 0;
  width: 80%;
  height: 70%;
  font-size: 30px;
  background-color: transparent;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.oe-custom-search-form .search-box {
  height: 100%;
}
.oe-custom-search-form.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.oe-custom-search-form .search-close {
  position: absolute;
  top: 49%;
  right: 65px;
  outline: 0;
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.search-btn {
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #444;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.search-btn:hover i {
  -webkit-animation: bounceIn 300ms linear;
  animation: bounceIn 300ms linear;
}
.oe-mobile-menu {
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  text-align: left;
  overflow: hidden;
  z-index: 100;
}
.oe-mobile-menu .oe-menu-dad {
  padding: 0;
  margin: 0;
}
.oe-mobile-menu .oe-menu-dad li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
}
.oe-mobile-menu .oe-menu-dad li:last-child {
  border: 0;
}
.oe-mobile-menu .oe-menu-dad li a {
  position: relative;
  display: block;
  font-size: 13px;
  padding: 10px 0;
  text-transform: none;
  line-height: 26px;
}
.oe-mobile-menu .oe-menu-dad li a:hover {
  color: #444;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > .submenu {
  display: none;
  border-top: 1px solid #f1f1f1;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > .submenu .submenu {
  padding: 0;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child > a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  float: right;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.oe-mobile-menu .oe-menu-dad > .menu-item-has-child.active > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/************************************************************************************************************************/

/************************************************************************************************************************/
.oe-mobile-menu .oe-menu-dad .shop-menu > .submenu > .menu-item-has-child {
  display: none;
}
.oe-mobile-menu .oe-menu-dad .shop-menu > .submenu > .menu-item-has-child.shop-cat {
  display: block;
}
.oe-header > .container {
  position: relative;
}
.oe-header-style2:before,
.oe-header-style3:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
}
.oe-header-style2 .header-main,
.oe-header-style3 .header-main {
  width: 100%;
}
.oe-header-style2 .header-main .logo,
.oe-header-style3 .header-main .logo {
  margin: 0;
  padding: 15px 0 20px;
  text-align: center;
}
.oe-header-style2 .menu-header,
.oe-header-style3 .menu-header {
  margin-bottom: -1px;
}
.oe-header-style2 .menu-header .oe-menu-dad > li,
.oe-header-style3 .menu-header .oe-menu-dad > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.oe-header-style2 .menu-header .oe-menu-dad > li.menu-item:first-child,
.oe-header-style3 .menu-header .oe-menu-dad > li.menu-item:first-child {
  padding-left: 0;
}
.oe-header-style2 .menu-header .oe-menu-dad > li.menu-right,
.oe-header-style3 .menu-header .oe-menu-dad > li.menu-right {
  position: relative;
}
.oe-header-style2 .menu-header .oe-menu-dad > li.menu-right > .submenu,
.oe-header-style3 .menu-header .oe-menu-dad > li.menu-right > .submenu {
  left: -15px;
  right: auto;
}
.oe-header-style2 .menu-header .oe-menu-dad > li.shop-menu,
.oe-header-style3 .menu-header .oe-menu-dad > li.shop-menu {
  position: static;
}
.oe-header-style2 .oe-mainmenu,
.oe-header-style3 .oe-mainmenu {
  float: none;
}
.oe-header-style2 .oe-header-extra {
  top: auto;
  bottom: 9px;
}
@media only screen and (min-width: 991px) {
  .oe-header-style2 .oe-custom-search-form {
    top: auto;
    bottom: 0;
    height: 50px;
  }
}
.oe-header-style3 .header-main .logo {
  text-align: left;
}
.oe-header-style3 .oe-header-extra {
  top: 21px;
}
@media only screen and (min-width: 991px) {
  .oe-header-style3 .oe-custom-search-form {
    height: auto;
    bottom: 61px;
  }
  .oe-header-float2 {
    max-height: 70px;
  }
  .header-fixed.header-sticky .oe-header {
    max-height: 60px !important;
    -webkit-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
    -moz-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
    box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
}

[class*="oe-header-float"] {
  position: absolute;
  float: left;
  z-index: 9999;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.oe-header-float1 {
  top: 0;
}
.oe-header-float2 {
  top: 20px;
  border-bottom: 4px solid #6bb9d8;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  -webkit-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
  -moz-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
  box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
}
.top-drawer {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}
.top-drawer.oe-reflect,
.top-drawer.oe-reflect-bg {
  border-bottom: 0;
}
.draw-text {
  margin: 15px;
}
.drawer-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  z-index: 999;
}
.drawer-link .accordion-toggle {
  font-size: 24px;
}
.oe-reflect .drawer-link .accordion-toggle,
.oe-reflect-bg .drawer-link .accordion-toggle {
  color: #fff;
}
.header-fixed .oe-header {
  position: fixed;
  height: auto;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
  -webkit-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
  -moz-box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
  box-shadow: 0 8px 10px -6px rgba(25, 105, 180, 0.8);
}
.header-fixed .oe-header.oe-header-basic,
.header-fixed .oe-header.oe-header-style2,
.header-fixed .oe-header.oe-header-style3 {
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateZ(0);
}
.header-fixed .oe-header.oe-header-float1,
.header-fixed .oe-header.oe-header-float2 {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.header-fixed .oe-header * {
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.uk-offcanvas-page .header-fixed .oe-header {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  margin-left: -290px;
}
.header-fixed .top-drawer {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.header-fixed .top-drawer.in ~ .oe-header {
  margin-top: 51px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
/*encabezado scroll*/
.header-fixed.header-sticky .oe-header {
  border-bottom: 2px solid #6bb9d8;
}
.header-fixed.header-sticky .top-drawer.in ~ .oe-header {
  margin-top: 0;
}
/*logo scroll*/
.header-fixed.header-sticky .logo {
  margin: -5px 0 0 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
/*menu scroll*/
.header-fixed.header-sticky .menu-header .oe-menu-dad > li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-fixed.header-sticky .oe-header-extra {
  top: 14px;
}
.header-fixed.header-sticky .btn-reservar-car {
  top: -6px;
}
.btn-faqs {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute;
  top: 18px;
  right: 34px;
  font-size: 22px !important;
}
.oe-header-extra .btn-faqs {
  top: 0;
  left: 15%;
}
.header-fixed.header-sticky .header-tit-excursiones h3 {
  margin: 7px 0 0 0 !important;
}
.header-fixed.header-sticky .header-tit-excursiones button {
  margin: 4px 50px 0 0;
  float: right;
}

.header-fixed.header-sticky .oe-header-style2 .header-main,
.header-fixed.header-sticky .oe-header-style3 .header-main {
  display: none;
}
.header-fixed.header-sticky .oe-header-style2 .menu-header .oe-menu-dad > li,
.header-fixed.header-sticky .oe-header-style3 .menu-header .oe-menu-dad > li {
  padding-top: 15px;
  padding-bottom: 17px;
}
.header-fixed.header-sticky .oe-header-style2 .oe-header-extra,
.header-fixed.header-sticky .oe-header-style3 .oe-header-extra {
  top: auto;
  bottom: 5px;
}
.offset-canvas-btn {
  display: block;
  float: right;
  margin-left: 20px;
}
.offset-canvas-btn a {
  display: block;
  padding: 5px 0;
}
.uk-offcanvas {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
.uk-offcanvas-page {
  position: fixed;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 290px;
  max-width: 100%;
  padding: 0 20px;
  background-color: #444;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.uk-offcanvas-bar a {
  color: #fff;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.uk-nav-offcanvas {
  list-style: none;
  margin: 0;
  padding: 0;
}
.uk-nav-offcanvas li {
  display: block;
  padding: 0;
}
.uk-nav-offcanvas li a {
  display: block;
  padding: 10px 0;
  color: #ccc;
  border-bottom: 1px solid rgba(241, 241, 241, 0.2);
}
.uk-nav-offcanvas li a:hover {
  color: #fff;
}
.uk-nav-offcanvas li.menu-item-has-child > a:after {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  float: right;
  margin-right: 10px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.uk-nav-offcanvas li.menu-item-has-child.active > a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uk-nav-offcanvas li .submenu {
  display: none;
  padding: 0;
}
.uk-nav-offcanvas li .submenu a {
  padding-left: 40px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.3);
}
.oe-footer {
  border-top: 4px solid #6bb9d8;
}
.oe-footer .input-lg {
  height: 50px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select.oe-footer .input-lg {
  height: 50px;
  line-height: 50px;
}
select[multiple].oe-footer .input-lg,
textarea.oe-footer .input-lg {
  height: auto;
}
.oe-footer form .row {
  margin: 0 -7px;
}
.oe-footer form .row [class*="col-"] {
  padding: 0 7px;
}
.oe-footer form .form-control {
  border-color: #555;
}
.oe-footer form .form-control:active,
.oe-footer form .form-control:focus {
  border-color: #ddd;
}
.oe-footer .oe-footer-social .oe-social-group-smallspace {
  margin-top: 15px;
}
.oe-footer .oe-footer-social .oe-social-group-smallspace .oe-social {
  border: 1px solid #555;
}
.oe-footer .oe-footer-social .oe-ul {
  margin: 96px 0 0;
}
.oe-footer .oe-footer-social li {
  margin: 15px 0 15px 46px;
}
.oe-main-foot {
  padding: 20px 0 50px 0;
  background-color: #0077b9;
}
.oe-last-foot {
  padding: 20px 0;
  background-color: #1470a3;
}
.oe-last-foot a {
  color: #ccc;
}
.oe-last-foot a:hover {
  color: #fff;
}
.oe-last-foot .oe-mainmenu {
  margin-right: 0;
}
.oe-last-foot .oe-mainmenu li {
  float: left;
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 20px;
}
.oe-last-foot .oe-mainmenu li:first-child {
  margin-left: 0;
}
.oe-last-foot .oe-mainmenu li a {
  display: block;
  float: left;
  color: #fff;
}
.oe-last-foot .oe-mainmenu li a:after,
.oe-last-foot .oe-mainmenu li a:before {
  background-color: #fff;
}
.oe-last-foot .oe-menu-dad {
  float: right;
}
.oe-foot-content .fa-li.oe-li,
.oe-foot-content .oe-li,
.oe-foot-content .oe-social.oe-social-transparent {
  color: #fff;
}
.oe-foot-content .oe-social.oe-social-transparent:hover {
  color: #000;
  background-color: #fff;
}
.oe-shortcode .oe-shortcode-icon-article {
  color: #444;
}
.oe-shortcode .oe-shortcode-title {
  margin-bottom: 35px;
}
.oe-shortcode .shortcode-icon-clear {
  height: 15px;
}
.oe-shortcode .oe-shortcode-list-row .col-md-4 {
  margin-bottom: 25px;
}
.oe-shortcode .oe-table {
  margin-top: 30px;
  margin-bottom: 55px;
}
.col-shortcode-icon {
  float: left;
  width: 11.11111111%;
  height: 80px;
  color: #444;
}
.oe-shortcode-image-animation .oe-media .btn-group-vertical > .btn-group,
.oe-shortcode-image-animation .oe-media .btn-toolbar,
.oe-shortcode-image-animation .oe-media .clearfix,
.oe-shortcode-image-animation .oe-media .container,
.oe-shortcode-image-animation .oe-media .container-fluid,
.oe-shortcode-image-animation .oe-media .form-horizontal .form-group,
.oe-shortcode-image-animation .oe-media .modal-footer,
.oe-shortcode-image-animation .oe-media .nav,
.oe-shortcode-image-animation .oe-media .navbar,
.oe-shortcode-image-animation .oe-media .navbar-collapse,
.oe-shortcode-image-animation .oe-media .navbar-header,
.oe-shortcode-image-animation .oe-media .oe-box-testimonials,
.oe-shortcode-image-animation .oe-media .pager,
.oe-shortcode-image-animation .oe-media .panel-body,
.oe-shortcode-image-animation .oe-media .row {
  height: 20px;
}
.oe-shortcode-image-animation .oe-media-flip a {
  overflow: hidden;
}
.oe-shortcode-image-animation .oe-media-zoom-in img {
  -webkit-transition: 300ms linear;
  transition: 300ms linear;
  -webkit-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
}
.oe-shortcode-image-animation img {
  width: 100%;
}
.oe-shortcode-image-hover .oe-shortcode-article h1,
.oe-shortcode-image-hover .oe-shortcode-article h2,
.oe-shortcode-image-hover .oe-shortcode-article h3,
.oe-shortcode-image-hover .oe-shortcode-article h4,
.oe-shortcode-image-hover .oe-shortcode-article h5,
.oe-shortcode-image-hover .oe-shortcode-article h6 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.oe-shortcode-image-hover .oe-row {
  margin-bottom: 50px;
}
.oe-shortcode-image-hover .oe-image-no-margin img {
  width: 100%;
}
.oe-shortcode-heading .oe-shortcode-article .oe-row {
  content: " ";
  display: table;
  width: 100%;
}
.oe-shortcode-heading .oe-shortcode-article .oe-box-heading-demo {
  margin-bottom: 40px;
}
.oe-shortcode-heading .oe-shortcode-article .oe-box-heading-demo-2 .col-md-6 {
  padding: 0 0 35px 10px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-12 {
  margin-bottom: 10px;
  padding: 10px 0;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6 {
  padding-top: 10px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h1,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h2,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h3,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h4,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h5,
.oe-shortcode-heading .oe-shortcode-article .col-md-6 h6 {
  margin: 10px 20px 20px;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child {
  margin-left: 0;
  padding-left: 0;
}
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h1,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h2,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h3,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h4,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h5,
.oe-shortcode-heading .oe-shortcode-article .col-md-6:first-child h6 {
  margin-left: 0;
}
.oe-shortcode-buttons .oe-btn {
  margin-top: 10px;
}
.oe-shortcode-tab-tour .oe-shortcode-article .oe-box-tab {
  margin-bottom: 60px;
  overflow: hidden;
}
.oe-shortcode-progress .oe-shortcode-article .oe-box-progress {
  margin-bottom: 60px;
}
.oe-shortcode-progress .oe-shortcode-article .oe-box-progress p {
  margin-top: 35px;
}
.oe-shortcode-progress .oe-shortcode-article h3 {
  margin: 60px 0 30px;
}
.oe-shortcode-progress .oe-shortcode-article h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-chart .oe-main-content {
  padding-top: 40px;
}
.oe-shortcode-chart .oe-chart-holder {
  margin: 20px 0 40px;
}
.ih-block {
  margin-bottom: 60px;
}
.ih-block h4 {
  margin-bottom: 20px;
}
.oe-shortcode-style1 {
  margin-bottom: 60px;
}
.oe-shortcode-style1 h4 {
  margin-bottom: 20px;
}
.oe-shortcode-social-row {
  text-align: center;
  margin-bottom: 20px;
}
.oe-shortcode-social-row-medium {
  padding: 15px 10px;
}
.oe-shortcode-icon-boxes-row {
  margin-bottom: 15px;
}
.oe-shortcode-icon-boxes-row h4 {
  margin-bottom: 20px;
}
.oe-shortcode-icon-boxes-row.btn-group-vertical > .btn-group,
.oe-shortcode-icon-boxes-row.btn-toolbar,
.oe-shortcode-icon-boxes-row.clearfix,
.oe-shortcode-icon-boxes-row.container,
.oe-shortcode-icon-boxes-row.container-fluid,
.oe-shortcode-icon-boxes-row.form-horizontal .form-group,
.oe-shortcode-icon-boxes-row.modal-footer,
.oe-shortcode-icon-boxes-row.nav,
.oe-shortcode-icon-boxes-row.navbar,
.oe-shortcode-icon-boxes-row.navbar-collapse,
.oe-shortcode-icon-boxes-row.navbar-header,
.oe-shortcode-icon-boxes-row.oe-box-testimonials,
.oe-shortcode-icon-boxes-row.pager,
.oe-shortcode-icon-boxes-row.panel-body,
.oe-shortcode-icon-boxes-row.row {
  margin-bottom: -40px;
}
.oe-shortcode-icon-boxes-row .oe-content-boxes {
  margin: 0;
}
.oe-shortcode-pagination-center {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 40px;
}
.oe-shortcode-section {
  padding: 30px 0 40px;
  position: relative;
  background-color: #eee;
}
.oe-shortcode-section-image {
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
}
.oe-shortcode-section-image h2,
.oe-shortcode-section-image i {
  color: #fff;
}
.oe-shortcode-section-image .dark-overlay {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.oe-shortcode-section-image .container {
  z-index: 1;
  position: relative;
}
.oe-shortcode-maps-row h4 {
  margin-bottom: 30px;
}
.oe-shortcode-maps-row .oe-maps {
  margin-bottom: 60px;
}
.oe-shortcode-social-row-large {
  padding: 35px 10px;
}
.oe-shortcode-social-icon-article {
  padding: 15px 10px;
}
.oe-shortcode-testimonial h3 {
  margin: 70px 0 30px;
}
.oe-shortcode-testimonial h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-testimonial .container {
  padding-bottom: 0;
}
.oe-shortcode-icons-fullwidth {
  color: #fff;
  background-size: cover;
  padding: 0;
}
.oe-shortcode-icons-fullwidth .oe-main-content {
  padding-top: 55px;
  padding-bottom: 50px;
}
.oe-shortcode-accordion .oe-shortcode-article h3 {
  margin: 60px 0 30px;
}
.oe-shortcode-accordion .oe-shortcode-article h3.oe-non-space-top {
  margin-top: 0;
}
.oe-shortcode-boxed .oe-shortcode-article .oe-non-space-top {
  margin-bottom: 30px;
}
.oe-shortcode-message-callout .oe-shortcode-article h3.oe-shortcode-title {
  margin: 60px 0 30px;
}
.oe-shortcode-message-callout .oe-shortcode-article h3.oe-non-space-top {
  margin-top: 0;
  margin-bottom: 30px;
}
.oe-blog-item {
  position: relative;
}
.oe-blog-item .oe-blog-title {
  padding: 0 0 5px;
  margin-top: 0;
}
.oe-blog-item .oe-blog-icon-box {
  margin-bottom: 20px;
}
.oe-blog-item .oe-blog-icon-box .oe-blog-date {
  margin-right: 40px;
}
.oe-blog-item .oe-blog-icon-box span {
  margin-right: 20px;
}
.oe-blog-item .oe-blog-icon-box i.fa {
  margin-right: 5px;
  font-size: 1.2em;
}
.oe-blog-item .oe-blog-quote .oe-btn {
  margin-top: 10px;
}
.oe-blog-item .oe-devider {
  margin: 40px 0 50px;
}
.oe-blog-item .oe-quote-2 {
  font-size: 1em;
}
.oe-blog-content {
  padding-bottom: 20px;
}
.oe-blog-content .oe-social-group-smallspace {
  margin-right: 3px;
}
.oe-blog-comments {
  padding-top: 15px;
}
.mejs-container {
  border: 1px solid #ddd;
  background: #fff;
}
.mejs-container .mejs-controls {
  bottom: 10px;
  background: #fff;
}
.mejs-container .mejs-controls .mejs-time-rail {
  padding-left: 20px;
  padding-right: 130px;
  padding-top: 7px;
  font-family: FontAwesome;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  border-radius: 0;
  background: #ddd;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  border-radius: 0;
  background: #888;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  border-radius: 0;
  background: #666;
}
.mejs-container .mejs-controls div.mejs-playpause-button {
  width: 50px;
  height: 50px;
  margin-top: -10px;
  padding: 10px 0 0 12px;
  border-right: 1px solid #ddd;
}
.mejs-container .mejs-controls .mejs-button button {
  font-family: FontAwesome;
  background: 0 0;
  width: 0;
  height: 0;
  margin: 16px 9px;
}
.mejs-container .mejs-controls .mejs-button button:after {
  display: block;
  height: 100%;
  font-size: 16.8px;
  position: absolute;
  top: 0;
  left: -2px;
}
.mejs-container .mejs-controls .mejs-play button:after {
  content: "\f04b";
}
.mejs-container .mejs-controls .mejs-pause button:after {
  content: "\f04c";
}
.mejs-container .mejs-controls .mejs-volume-button {
  margin-left: -110px;
  padding-left: 15px;
  padding-top: 0;
  width: 25px;
  height: 34px;
  border-left: 1px solid #ddd;
  font-family: FontAwesome;
  color: #666;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  left: 15px;
  z-index: 9999;
}
.mejs-container .mejs-controls .mejs-volume-button button {
  font-family: FontAwesome;
  background: 0 0;
  width: 10px;
  height: 0;
  margin: 16px 9px;
}
.mejs-container .mejs-controls .mejs-volume-button button:after {
  display: block;
  height: 100%;
  font-size: 15.4px;
  position: absolute;
  top: 0;
  left: -2px;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
  top: -108px;
}
.mejs-container .mejs-controls .mejs-mute button:after {
  content: "\f028";
}
.mejs-container .mejs-controls .mejs-unmute button:after {
  content: "\f026";
}
.oe-audio-player {
  position: relative;
}
.oe-audio-player .oe-audio-menu-icon,
.oe-audio-player .oe-audio-share-icon {
  font-family: FontAwesome;
  display: block;
  font-size: 15.4px;
  position: absolute;
  top: 15px;
}
.oe-audio-player .oe-audio-share-icon {
  right: 45px;
  content: "\f0c1";
}
.oe-audio-player .oe-audio-menu-icon {
  right: 20px;
  content: "\f03a";
}
.oe-audio-menu,
.oe-audio-share {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  border-top: 0;
  position: absolute;
  z-index: -1;
  top: 100%;
  right: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.oe-audio-menu.oe-audio-visible,
.oe-audio-share.oe-audio-visible {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1000;
}
.oe-blog-timeline {
  background-color: #fafafa;
}
.oe-blog-timeline .oe-timeline-container {
  padding-bottom: 50px;
}
.oe-blog-timeline .oe-blog-item,
.oe-blog-timeline .oe-timeline-mark .btn {
  background-color: #fff;
}
.oe-comments {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.oe-comments .oe-comment {
  display: inline-block;
  width: 100%;
  padding: 25px 0 30px;
  border-top: 1px solid #eee;
}
.oe-comments li:first-child .oe-comment {
  border-top: 0;
  padding-top: 0;
}
.oe-comments .oe-comment-author {
  display: block;
  color: #444;
  font-weight: 500;
}
.oe-comments .oe-comment-avatar {
  display: block;
  float: left;
}
.oe-comments .oe-comment-content {
  margin-left: 100px;
}
.oe-comments .oe-comments-child {
  margin-top: 25px;
  padding-left: 50px;
  list-style: none;
}
.oe-comments .oe-comment-has-childs {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.oe-comments .oe-comment-time {
  display: block;
  font-size: 0.92em;
}
.oe-comments .oe-comment-quote {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.71em;
}
.oe-blog-author {
  overflow: hidden;
  background-color: #fafafa;
}
.oe-blog-author .oe-blog-author-inner {
  display: block;
  float: left;
  margin: 0 auto 0 50%;
  padding: 25px 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.oe-blog-author .oe-blog-author-avatar img {
  max-width: 100px;
}
.oe-blog-author .oe-blog-author-avatar,
.oe-blog-author .oe-blog-author-quote {
  display: block;
  float: left;
}
.oe-blog-author .oe-blog-author-des,
.oe-blog-author .oe-blog-author-name {
  margin-left: 10px;
  display: block;
}
.oe-blog-author .oe-blog-author-name {
  margin-top: 25px;
  color: #444;
  font-weight: 500;
}
.oe-home {
  width: 100%;
  overflow-x: hidden;
}
.oe-latest-article {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.oe-latest-article .info {
  padding: 8px 8px 0 8px !important;
  text-align: center;
}
.oe-latest-article .info .precio-listado {
  font-size: 20px !important;
  color: #4cc039 !important;
  font-weight: 700;
}
.oe-latest-article .info .info-like {
  margin-right: 10px;
}
.oe-latest-article-content {
  padding: 15px;
}
.oe-latest-article-content a {
  color: #1c79b5 !important;
}
.oe-latest-article-content a:hover {
  color: #555 !important;
}
.oe-blog-item.oe-image-short-cap:hover img {
  -webkit-transform: translate(0, -5%);
  -ms-transform: translate(0, -5%);
  transform: translate(0, -5%);
}
.oe-blog-item .oe-blog-caption {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: left;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.oe-blog-item .oe-blog-caption.oe-reflect,
.oe-blog-item .oe-blog-caption.oe-reflect-bg {
  color: #fff;
}
.oe-blog-item .oe-content-hover-show {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.oe-blog-item:hover .oe-blog-caption {
  background-color: rgba(0, 0, 0, 0.6);
}
.oe-blog-item:hover .oe-content-hover-show {
  height: 200px;
  overflow: visible;
}
.oe-content-hover-show span a {
  font-size: 18px;
}
.precio-flotante {
  z-index: 100;
  color: #fff;
  background: rgba(253, 93, 33, 0.7);
  width: 160px;
  position: absolute;
  top: 60px;
  left: 0;
  text-align: center;
  font-size: 30px;
}
.precio-flotante sup {
  font-size: 16px;
}
.oe-blog-item .oe-blog-content {
  max-height: 65px;
  overflow: hidden;
}
.oe-home-client img {
  width: auto;
}
.oe-home-topslider {
  padding: 0;
}
.oe-home-topslider .oe-testimonials-slider {
  padding-bottom: 0;
}
.oe-home-topslider .oe-testimonials-slider img {
  width: 100%;
  height: auto;
}
.oe-home-topslider .oe-testimonials-slider .flex-control-nav {
  bottom: 30px;
  z-index: 2;
}
.oe-callout-reflect {
  background: #fff;
}
.aboutus-tabs {
  border-bottom: 0;
}
.aboutus-tabs li a {
  border-radius: 0;
}
.aboutus-tabs li.active a,
.aboutus-tabs li.active a:focus,
.aboutus-tabs li.active a:hover {
  border-bottom-color: #ddd;
}
.oe-arrow {
  width: 0;
  height: 0;
  position: absolute;
  z-index: 10;
}
.oe-arrow.oe-arrow-down {
  left: 50%;
  margin-left: -10px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.video-large-icon {
  width: 20%;
  float: left;
}
.oe-home-client.oe-client .oe-col-non-mp {
  margin-right: 0;
}
.oe-home-client.oe-client .oe-bordered {
  border-right: 0;
}
.oe-home-heightfix .oe-home-heightfix-content {
  height: 400px;
  position: relative;
}
.oe-home-heightfix .oe-home-heightfix-content .oe-block-float,
.oe-home-heightfix .oe-home-heightfix-content .oe-image-container .overlay .center {
  width: 80%;
}
.oe-home-heightfix .oe-home-heightfix-image {
  height: 240px;
}
.home-layer-slider {
  position: relative;
  height: 400px;
  width: 1040px;
  margin: 0 auto;
}
.home-layer-slider img {
  position: absolute;
}
.home-silent-feature {
  max-width: 850px;
  margin: 0 auto;
}
.oe-product-video .oe-videobg-control-btn {
  width: auto;
}
.oe-fonts-home-large {
  font-size: 2.85em;
  color: #666;
}
.oe-home-product-absolute {
  position: relative;
  overflow-x: hidden;
}
.oe-home-product-blackbg {
  background: #222;
  height: 500px;
}
.oe-home-product-blackbg img {
  position: relative;
  z-index: 10;
}
.oe-home-layer-slider {
  height: 650px;
  background-size: auto 100%;
  background-position: center center;
}
.home-product-layer2 {
  margin-top: -285px;
}
.home-product-layer2 .hp-layer1 {
  left: 0;
}
.home-product-layer2 .hp-layer2 {
  left: 735px;
  top: 70px;
}
.home-product-vid3 {
  width: 100%;
  height: 550px;
}
.home-video-giant {
  height: 1080px;
}
.oe-slider-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 650px;
  background-position: center 0;
}
.owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
  padding: 0;
  margin: 2px;
}
.owl-theme .owl-controls .owl-page {
  margin: 0 4px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: 0 0;
  margin: 0;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  cursor: default;
}
.oe-fonts-giant.oe-bordered {
  width: 2em;
  height: 2em;
  border: 1px solid #ccc;
  padding: 25px;
}
.oe-page .dark-overlay > div {
  position: relative;
  z-index: 1;
}
.oe-page .dark-overlay:before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.oe-page .dark-overlay-20:after,
.oe-page .dark-overlay-20:before {
  opacity: 0.2;
}
.oe-page .dark-overlay-30:after,
.oe-page .dark-overlay-30:before {
  opacity: 0.3;
}
.oe-page .dark-overlay-40:after,
.oe-page .dark-overlay-40:before {
  opacity: 0.4;
}
.oe-page .dark-overlay-50:after,
.oe-page .dark-overlay-50:before {
  opacity: 0.5;
}
.oe-page .dark-overlay-60:after,
.oe-page .dark-overlay-60:before {
  opacity: 0.6;
}
.oe-page .aboutus-devider {
  border-width: 5px;
  width: 30px;
  margin: 10px auto 50px;
}
.oe-page .oe-content-boxes {
  margin-top: 0;
}
.oe-page .oe-shortcode-section {
  padding-top: 45px;
}
.oe-page .oe-shortcode-section .oe-page-aboutus-title,
.oe-page .oe-shortcode-section p {
  margin-bottom: 45px;
}
.oe-fullwidth {
  position: relative;
  top: 0;
  left: 0;
}
.oe-fullwidth.oe-page-border-bottom {
  border-bottom: 1px solid #eee;
}
.oe-page-videobg {
  overflow: hidden;
  position: relative;
}
.oe-page-videobg .mejs-controls {
  display: none !important;
  visibility: hidden !important;
}
.oe-videobg {
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.oe-videobg h4 {
  color: #fff;
}
.oe-videobg .mejs-container {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.oe-videobg .mejs-layers .mejs-poster {
  width: 100% !important;
  height: 100% !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.oe-videobg .mejs-layers .mejs-overlay-button {
  display: none;
}
.oe-videobg.dark-overlay:before {
  z-index: 2;
}
.oe-bgvideo-full .mejs-container {
  width: 100% !important;
  border: 0;
}
.oe-fullwidth.oe-page-videobg .mejs-container {
  border: 0;
}
.mejs-mediaelement video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto !important;
  height: auto !important;
}
.oe-videobg-control {
  z-index: 2;
}
.oe-videobg-control-btn {
  width: 102px;
  height: 102px;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  line-height: 102px;
  text-align: center;
  border: 1px solid #ccc;
}
.oe-videobg-control-btn-normal {
  border-color: transparent;
  width: auto;
  height: auto;
  line-height: 50px;
}
.control-btn-circle {
  border-radius: 100%;
}
.control-btn-small {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.oe-videobg-control-btn-large {
  width: 328px;
  height: 102px;
  line-height: 101px;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
}
.oe-videobg-control-btn-large .oe-fonts-giant {
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  border-right: 1px solid #ccc;
}
.oe-videobg-control-btn-large .fa {
  width: 102px;
  height: 102px;
  position: relative;
  top: -10px;
  line-height: 102px;
}
.oe-block-content {
  color: #999;
}
.oe-block-content-darken {
  color: #444;
}
.oe-block-content-darken a {
  color: #999;
}
.oe-block-address {
  margin-bottom: 45px;
}
.oe-page-maintenance-row {
  height: 700px;
}
.oe-page-maintenance-row .dark-element img {
  height: 100%;
  width: auto;
}
.oe-comming-item {
  float: left;
}
.oe-comming-item .oe-fonts-giant {
  border: 1px solid #ccc;
  padding: 25px;
  min-width: 108px;
}
.oe-fonts-giant-super {
  font-size: 4.3em;
}
.oe-fonts-giant-bigspace {
  letter-spacing: 10px;
}
.oe-row-fullwidth {
  overflow: hidden;
}
.page-about-company-message .container {
  padding-top: 0;
  padding-bottom: 0;
}
.page-about-company-message .oe-callout {
  margin-bottom: 0;
  border-width: 0;
}
.page-about-company-team .oe-image-no-margin {
  width: 100%;
}
.page-about-company-team .oe-image-no-margin img {
  min-width: 100%;
}
.oe-image-client {
  height: 191px;
  padding: 1px;
}
.oe-image-client img {
  min-width: initial;
}
.col-team {
  width: 98%;
}
.oe-client .oe-col-non-mp {
  margin-right: -1px;
  margin-bottom: -1px;
}
.oe-client img {
  width: auto;
}
.oe-image-hover-caption .oe-image-caption-full {
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  text-align: left;
  padding: 7px;
}
.oe-image-hover-caption .oe-image-caption-full p {
  margin-bottom: 0;
}
.oe-image-hover-caption .oe-image-caption-full .oe-username {
  color: #444;
}
.oe-image-hover-caption .oe-image-caption-full .oe-jobname {
  color: #888;
}
.oe-image-hover-caption:hover .oe-image-caption-full {
  bottom: 0;
  left: 0;
}
.oe-image-short-cap {
  position: relative;
  overflow: hidden;
}
.oe-image-short-cap > img {
  display: block;
  width: 110%;
  margin: 0 -5% -10%;
  position: relative;
  z-index: 3;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}
.oe-image-short-cap .oe-image-caption {
  position: absolute;
  z-index: 10;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.oe-image-short-cap .oe-image-caption h4 {
  font-size: 14px;
}
.oe-image-short-cap .oe-image-caption p {
  color: #888;
}
.oe-image-short-cap .oe-sc-links {
  margin-top: -10px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.oe-image-short-cap:before {
  z-index: 5;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.oe-image-short-cap:hover .oe-image-caption {
  bottom: 0;
}
.oe-image-short-cap:hover > img {
  -webkit-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  transform: translate(0, -10%);
}
.oe-image-short-cap:hover:before {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.oe-image-short-cap:hover .oe-sc-links {
  margin-top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.oe-page-member-infomation {
  padding: 50px 50px 20px;
}
.oe-employee-pagination h6 {
  margin-top: 20px;
}
.oe-search-result {
  display: block;
  padding: 30px;
  border-width: 1px;
  border-style: solid;
}
.oe-search-result img {
  width: auto;
}
.oe-search-result .oe-image-item {
  display: inline;
  width: 70px;
  height: 70px;
  background-color: #eee;
  margin-right: 25px;
  color: #444;
}
.oe-search-input {
  position: relative;
}
.oe-search-input .form-control {
  border-color: #444;
  padding-right: 4em;
}
.oe-search-input .form-control:focus {
  border-color: #eee;
}
.oe-search-input .oe-search-submit {
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  padding: 0;
  height: auto;
}
.oe-search-input .oe-search-submit:active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.oe-search-input .oe-search-submit .fa {
  background: #444;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 1.5em;
  padding: 0.8em 1.2em;
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.oe-search-input .oe-search-submit .fa:after {
  opacity: 0.5;
  z-index: 1;
  transition: all 0.4s ease-out 0s;
  line-height: 1.5em;
}
.oe-slider .slides img {
  width: 100%;
}
.oe-msnry-item {
  display: inline-block;
}
.oe-msnry-hidden {
  display: none;
}
.oe-portfolio .oe-portfolio-nav {
  margin-top: 0;
  margin-bottom: 40px;
}
.oe-portfolio .oe-portfolio-nav .btn {
  margin-bottom: 10px;
  margin-right: 5px;
}
.oe-portfolio .oe-devider {
  margin: 20px 0;
}
.oe-portfolio .pagination > li > a {
  margin-right: 5px;
}
.oe-portfolio .oe-portfolio-item {
  margin-bottom: 30px;
}
.oe-portfolio img {
  width: 100%;
}
.oe-portfolio-single-aside .oe-label-btn {
  display: block;
  margin-bottom: 10px;
  float: left;
}
.oe-portfolio-single-aside .oe-label-btn:last-child {
  margin-bottom: 20px;
}
.oe-portfolio-fullwidth-mansory .oe-heading-3 {
  font-size: 1.85em;
}
@media only screen and (min-width: 1199px) {
  .col-5-items {
    width: 20%;
  }
}
.oe-image-caption {
  padding-bottom: 5px;
  text-align: center;
  color: #333;
}
.oe-image-caption-captain {
  text-align: center;
  color: #898989;
  font-size: 1.14em;
}
.oe-image-caption-captain a,
.oe-image-caption-captain span {
  color: #898989;
}
.oe-portfolio-standard {
  padding-bottom: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-portfolio-standard .oe-image-item {
  margin-bottom: 20px;
}
.oe-portfolio-standard .oe-image-caption,
.oe-portfolio-standard .oe-image-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.oe-portfolio-standard:hover {
  border-color: #ddd;
}
.oe-portfolio-standard:hover .oe-image-caption,
.oe-portfolio-standard:hover .oe-image-item {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.oe-portfolio-two-gallery .oe-image-caption,
.oe-portfolio-two-gallery .oe-image-caption a,
.oe-portfolio-two-gallery .oe-image-caption span,
.oe-portfolio-two-standard .oe-image-caption,
.oe-portfolio-two-standard .oe-image-caption a,
.oe-portfolio-two-standard .oe-image-caption span {
  font-size: 1.14em;
}
.oe-portfolio-two-gallery .oe-image-caption-top h3,
.oe-portfolio-two-standard .oe-image-caption-top h3 {
  font-size: 1.5em;
}
.oe-portfolio-two-gallery .oe-image-caption-top a,
.oe-portfolio-two-gallery .oe-image-caption-top span,
.oe-portfolio-two-standard .oe-image-caption-top a,
.oe-portfolio-two-standard .oe-image-caption-top span {
  font-size: 1em;
}
.oe-portfolio-two-gallery .oe-image-hover-caption:hover i.fa,
.oe-portfolio-two-standard .oe-image-hover-caption:hover i.fa {
  -webkit-transform: scale(2.5, 2.5);
  -ms-transform: scale(2.5, 2.5);
  transform: scale(2.5, 2.5);
}
.oe-container-top {
  padding-top: 40px;
  padding-bottom: 40px;
}
.oe-container-top .oe-pagination {
  margin: 0 20px 0 0;
  float: left;
}
.oe-container-top .oe-pagination li > a {
  margin-right: 0;
}
.oe-portfolio-single {
  padding-top: 50px;
}
.oe-shop .oe-stars {
  font-size: 18px;
  padding-bottom: 10px;
}
.overlay .oe-shop .oe-stars {
  padding-bottom: 8px;
}
.oe-shop.oe-shop-fullwidth .leading-banner {
  height: 440px;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee {
  float: left;
  position: relative;
  display: block;
  max-width: 100%;
  padding: 8px 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee:after,
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee:before {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee:before {
  top: -5px;
  left: -5px;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee:after {
  top: 5px;
  left: 5px;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee.hoverable:hover:after,
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .tweenee.hoverable:hover:before {
  top: 0;
  left: 0;
}
.oe-shop.oe-shop-fullwidth .leading-banner .welcome .action {
  clear: both;
}
.oe-shop.oe-shop-fullwidth .categories .circle {
  width: 35%;
  font-size: 16px;
}
.oe-shop.oe-shop-fullwidth .categories .circle .inner {
  padding-top: 20%;
}
.oe-shop.oe-shop-category .action {
  margin-top: 20px;
  margin-bottom: 20px;
}
.oe-shop.oe-shop-cart .cart th:first-child {
  width: 18%;
}
.oe-shop.oe-shop-cart .summary:after,
.oe-shop.oe-shop-cart .summary:before {
  content: " ";
  display: table;
}
.oe-shop.oe-shop-cart .summary:after {
  clear: both;
}
.oe-shop.oe-shop-cart .summary table {
  float: right;
  text-align: right;
}
.oe-shop.oe-shop-cart .summary table td:last-child {
  padding-left: 30px;
}
.oe-shop.oe-shop-product .product .specs td:last-child {
  padding-left: 20px;
}
.oe-shop.oe-shop-product .qtt input.form-control {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 60px;
  margin-left: -60px;
  text-align: center;
}
.oe-shop .oe-slider-nav img {
  margin-bottom: 0;
}
.oe-timeline-container:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.oe-timeline-container .oe-timeline-event {
  position: relative;
}
.oe-timeline-container .oe-timeline-event + .oe-timeline-event {
  margin-top: 60px;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 40px;
  background: #fafafa;
  opacity: 0;
  text-align: center;
}
.oe-timeline-container .oe-timeline-event .oe-timeline-mark .btn {
  height: 100%;
  line-height: 100%;
}
.oe-timeline-container .oe-timeline-event.left .oe-timeline-mark {
  right: 0;
  opacity: 1;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.oe-timeline-container .oe-timeline-event.right .oe-timeline-mark {
  left: 0;
  opacity: 1;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.oe-tagz:after,
.oe-tagz:before {
  content: " ";
  display: table;
}
.oe-tagz:after {
  clear: both;
}
.oe-tagz .oe-tag {
  float: left;
}
.oe-tag {
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  display: inline-block;
  margin: 0 10px 8px 0;
}
.oe-tag:focus,
.oe-tag:hover {
  text-decoration: none;
}
.oe-tag.active,
.oe-tag:active {
  outline: 0;
}
.oe-tag.disabled,
.oe-tag[disabled],
fieldset[disabled] .oe-tag {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oe-tag.active,
.oe-tag:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.oe-tag.active,
.oe-tag:active,
.oe-tag:focus,
.oe-tag:hover,
.open .dropdown-toggle.oe-tag {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.oe-tag.active,
.oe-tag:active,
.open .dropdown-toggle.oe-tag {
  background-image: none;
}
.oe-tag .badge {
  color: #fff;
  background-color: #333;
}
.oe-stars {
  display: inline-block;
  direction: rtl;
  unicode-bidi: bidi-override;
}
.oe-stars,
.oe-stars .star,
.oe-stars .star .fa {
  color: inherit;
  font-size: inherit;
}
.oe-stars .star {
  display: inline;
}
.oe-stars .star .i,
.oe-stars .star.i .o,
.oe-stars .star:hover .o,
.oe-stars .star:hover ~ .star .o,
.oe-stars.oe-unstarred-1 .star:nth-child(n + 2) .o,
.oe-stars.oe-unstarred-10 .star:nth-child(n + 11) .o,
.oe-stars.oe-unstarred-2 .star:nth-child(n + 3) .o,
.oe-stars.oe-unstarred-3 .star:nth-child(n + 4) .o,
.oe-stars.oe-unstarred-4 .star:nth-child(n + 5) .o,
.oe-stars.oe-unstarred-5 .star:nth-child(n + 6) .o,
.oe-stars.oe-unstarred-6 .star:nth-child(n + 7) .o,
.oe-stars.oe-unstarred-7 .star:nth-child(n + 8) .o,
.oe-stars.oe-unstarred-8 .star:nth-child(n + 9) .o,
.oe-stars.oe-unstarred-9 .star:nth-child(n + 10) .o {
  display: none;
}
.oe-stars .star .o,
.oe-stars .star.i .i,
.oe-stars .star:hover .i,
.oe-stars .star:hover ~ .star .i,
.oe-stars.oe-unstarred-1 .star:nth-child(n + 2) .i,
.oe-stars.oe-unstarred-10 .star:nth-child(n + 11) .i,
.oe-stars.oe-unstarred-2 .star:nth-child(n + 3) .i,
.oe-stars.oe-unstarred-3 .star:nth-child(n + 4) .i,
.oe-stars.oe-unstarred-4 .star:nth-child(n + 5) .i,
.oe-stars.oe-unstarred-5 .star:nth-child(n + 6) .i,
.oe-stars.oe-unstarred-6 .star:nth-child(n + 7) .i,
.oe-stars.oe-unstarred-7 .star:nth-child(n + 8) .i,
.oe-stars.oe-unstarred-8 .star:nth-child(n + 9) .i,
.oe-stars.oe-unstarred-9 .star:nth-child(n + 10) .i {
  display: inline-block;
}
.oe-shape.oe-shape-bordered {
  border: 1px solid #fff;
}
.oe-shape.circle,
.oe-shape.square {
  position: relative;
}
.oe-shape.circle:before,
.oe-shape.square:before {
  display: block;
  content: "";
  padding-top: 100%;
}
.oe-shape.circle .inner,
.oe-shape.square .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.oe-shape.circle {
  border-radius: 50%;
}
.oe-white {
  color: #ccc;
}
.oe-white h1,
.oe-white h2,
.oe-white h3,
.oe-white h4,
.oe-white h5,
.oe-white h6,
.oe-white p {
  color: #fff;
}
.oe-white .oe-btn {
  border-color: #fff;
}
.oe-white .oe-btn:before {
  background-color: #fff;
}
.oe-white .oe-btn .fa,
.oe-white .oe-btn span {
  color: #fff;
}
.oe-white .oe-btn.oe-btn-reflect-icon .fa {
  color: #444;
  background-color: #fff;
}
.oe-white .oe-btn:hover .fa,
.oe-white .oe-btn:hover span {
  color: #444;
}
.oe-white .oe-content-boxes i {
  color: #fff;
}
.oe-white .oe-content-boxes .oe-circle-dashed-border .fa-stack,
.oe-white .oe-content-boxes .oe-square-dashed-border .fa-stack {
  border-color: #fff;
}
.oe-white .oe-content-boxes .fa-stack {
  border-color: #eee;
}
.oe-white .oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav a.flex-active {
  background-color: #fff;
}
.oe-white .oe-box-testimonials-3 .oe-testimonials-slider .flex-control-nav a {
  border-color: #fff;
}
.oe-white .oe-text-reflect {
  color: #fff;
}
.oe-white .oe-circle-chart.darken .oe-color-track {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}
.oe-white .oe-social.oe-social-transparent {
  color: #fff;
  border-color: #fff;
}
.oe-white .oe-social.oe-social-transparent:hover {
  color: #444;
  background-color: #fff;
}
.oe-black h1,
.oe-black h2,
.oe-black h3,
.oe-black h4,
.oe-black h5,
.oe-black h6 {
  color: #444;
}
.oe-black .oe-callout-reflect {
  background-color: #fff;
  border-color: #ddd;
}
.oe-black .oe-callout-reflect .oe-callout-content {
  border-color: #ddd;
}
.oe-black .oe-heading-5:after,
.oe-black .oe-heading-5:before {
  background-color: #444;
}
.oe-black .oe-pricing-column {
  background-color: #fff;
  border-color: #ddd;
}
.oe-black .oe-pricing-column.active {
  border-color: #444;
}
.oe-black .oe-pricing-column.active .oe-pricing-head {
  background-color: #444;
}
.oe-black .oe-pricing-column.active .oe-pricing-head h3 {
  color: #fff;
}
.oe-black .oe-pricing-price {
  background-color: #fff;
}
.oe-black .oe-pricing-price .cost {
  color: #444;
}
.oe-black .oe-pricing-body ul li {
  border-color: #ddd;
}
.oe-black .oe-circle-dashed-border .fa-stack,
.oe-black .oe-square-dashed-border .fa-stack {
  border-color: #444;
}
.oe-black .oe-content-boxes i {
  color: #444;
}
.oe-black .oe-icon-boxes-hover-darken .fa-stack:hover {
  background-color: #444;
}
.oe-black .oe-icon-boxes-hover-darken .fa-stack:hover i {
  color: #fff;
}
.oe-black .fa-li.oe-li,
.oe-black .oe-li {
  color: #444;
}
.oe-black .oe-btn {
  border-color: #444;
}
.oe-black .oe-btn:before {
  background-color: #444;
}
.oe-black .oe-btn .fa,
.oe-black .oe-btn span {
  color: #444;
}
.oe-black .oe-btn.oe-btn-reflect-icon .fa {
  color: #fff;
  background-color: #444;
}
.oe-black .oe-btn:hover .fa,
.oe-black .oe-btn:hover span {
  color: #fff;
}
.flex-viewport {
  z-index: 1;
}

/*****************************************************************************************************/
.tit-menu-idioma {
  margin: 5px 0;
  background: url(../img/items-down.png) right center no-repeat;
  padding: 8px 0;
  color: #c5c5c5;
  border-bottom: 1px solid #666;
}
.tit-menu-idioma-item {
  margin: 5px 0;
  padding: 8px 0 8px 38px;
  font-style: italic;
  border-bottom: 1px solid #666;
  color: #818181;
}
.tit-menu-idioma-item a {
  color: #555;
}
.tit-menu-idioma-item a:hover {
  color: #fff;
}

.titulos-h1-slider {
  margin-top: 10%;
  font-family: "Open Sans", sans-serif;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}
.titulos-h6-slider {
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  text-shadow: 1px 1px 1px #000;
  color: #a9eaff !important;
}

.slider-excursion {
  text-transform: uppercase;
  padding: 8px 15px;
  width: 260px;
  font-size: 14px;
  margin: 145px 15% 0 65%;
  color: #fff;
  background: rgba(255, 255, 255, 0.3);
}
.widgets {
  width: 360px !important;
  height: 68px;
  position: relative;
  margin: 385px 0 0 63%;
  color: #fff !important;
  text-align: right;
}
.widgets .TA_socialButtonBubbles {
  position: absolute;
  top: 26px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .div-widget,
  .widget-resp {
    display: none !important;
  }
}
.widgets .precio {
  position: absolute;
  top: 25px;
  right: 110px;
}

.pie-slider {
  padding: 0 30px;
  overflow: hidden;
}
.pie-slider h6 {
  float: left;
  width: 48%;
  margin: 5px 0;
  font-size: 15px;
}
.pie-slider div {
  float: right;

  text-align: right;
  padding: 24px 0 0 0;
  font-size: 14px;
}
.pie-slider div img {
  margin-left: 10px;
}
.pie-slider div span {
  margin: 0 10px;
}
.pie-slider div a {
  color: #c0c0c0;
}
.pie-slider div a:hover {
  color: #0077b9;
}

.f-s-12 {
  font-size: 12px;
}
.f-s-13 {
  font-size: 13px !important;
}
.f-s-14 {
  font-size: 14px !important;
}
.f-s-16 {
  font-size: 16px !important;
}
.f-s-18 {
  font-size: 18px !important;
}
.f-s-20 {
  font-size: 20px !important;
}
.f-s-22 {
  font-size: 22px;
}
.f-s-24 {
  font-size: 24px !important;
}
.f-s-26 {
  font-size: 26px;
}

.m-5 {
  margin: 5px 0;
}
.m-5-5 {
  margin: 5px;
}
.m-12-ul {
}
.m-12-ul li {
  margin: 12px 0;
}
.m-20 {
  margin: 20px;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-t-115 {
  margin-top: 97px;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-70 {
  margin-bottom: 70px !important;
}
.m-t-b-10 {
  margin: 10px 0 !important;
}
.m-btn-contacto {
  margin: 15px 0 0 2px;
}

.p-5 {
  padding: 10px !important;
}
.p-0-5 {
  padding: 0 5px !important;
}
.p-10-15 {
  padding: 10px 15px !important;
}
.p-12-15 {
  padding: 13px 15px 12px 15px !important;
}
.p-18-15 {
  padding: 18px 15px !important;
}
.p-0-15 {
  padding: 0 15px;
}
.p-0 {
  padding: 0 !important;
}

.bg-blanco {
  background: #fff;
}
.bg-gris {
  background: #f5f5f5;
}
.bg-gris2 {
  background: #fafafa;
}
.bg-verde {
  background: #e3f1cc;
}
.bg-verde p strong {
  color: #3c8256 !important;
}
.bg-gris-forms {
  background: #f7f7f7;
}
.bg-gris-forms .input-lg {
  background: #fff;
}
.borde-tabla {
  border: 1px solid #ddd;
}
.float-left {
  float: left;
  margin: 5px 0 5px 8px;
}
.verde {
  color: #4cc039;
}

.centrado {
  text-align: center !important;
}
.col-cel {
  color: #0077b9 !important;
}
.col-gris {
  color: #7f7f7f;
}

.links-cel,
.col-cel2 {
  color: #8be2ff !important;
}
.links-cel:hover {
  color: #fff !important;
}
.listados-pie {
  font-size: 24px !important;
  margin: -9px 0 0 30px;
  width: 1px;
}
.links-bco {
  color: #fff !important;
}
.links-bco:hover {
  color: #8be2ff !important;
}
.links-cel-osc {
  color: #0077b9;
}
.links-cel-2 {
  color: #46acee;
}
.links-cel-osc:hover,
.links-cel-2:hover {
  color: #000;
}
.col-verde {
  color: #1a6c2f;
}

@media only screen and (max-width: 360px) {
  .pie-slider h6,
  .pie-slider div {
    width: 100% !important;
    float: none !important;
    text-align: center;
  }
  .pie-slider div {
    padding: 10px 0 !important;
  }
  .m-t-40 {
    margin-top: 20px;
  }
}

.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 10px;
  background-color: #1d597b;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  outline: 0 !important;
  z-index: 9999;
}
.back-to-top:hover {
  background-color: #0077b9;
  color: #fff;
}

.alto-fijo-top {
  height: 90px;
}
.borde-pie-celeste {
  border-bottom: 4px solid #6bb9d8;
}

.header-tit-excursiones {
  overflow: hidden;
}
.header-tit-excursiones h3 {
  margin: 12px 0 0 0;
  font-weight: 300 !important;
  float: left;
}
.header-tit-excursiones button {
  margin: 9px 50px 0 0;
  float: right;
}

.precio-ficha {
  border: 3px solid #e0e0e0;
  background: #fff;
  padding: 4px 0;
  margin: 0 auto 20px auto;
  font-size: 28px;
  width: 178px;
  text-align: center;
}
.precio-ficha sup {
  font-size: 15px;
}
.precio-ficha i {
  font-size: 15px;
  vertical-align: middle;
}
/*.precio-ficha span{
	display:inline-block;
	border-left:1px solid #e0e0e0;
	margin:0 0 0 4px; 
}*/

.btn-inc button {
  margin: 0 0 0 50px !important;
  float: none !important;
}

.color-gris {
  color: #444 !important;
}
.color-negro {
  color: #000 !important;
}
.color-verde {
  color: #6f8346 !important;
}
.color-verde2 {
  color: #63c064 !important;
}
.color-celeste {
  color: #01c0f4 !important;
}
.td-50 {
  width: 50px;
}

.imagenes-resp img {
  width: 90% !important;
  margin: 0 5% !important;
}

.bg-color-con-borde {
  background-color: #eee !important;
  border-top: 2px solid #e2e2e2 !important;
  border-bottom: 2px solid #f1f1f1;
  margin: 0 !important;
  padding: 0 !important;
}

.faqs-contacto input[type="text"] {
  width: 70%;
  display: inline-block;
  vertical-align: baseline;
  margin-top: 0;
  background: #fff;
}
.cortos,
.cortos2 {
  width: 31.5% !important;
  margin: 0 4px 0 0;
}
.cortos2 {
  float: left;
}

.faqs-contacto input[type="button"] {
  vertical-align: baseline;
}

.textarea-contacto {
  width: 97.5%;
  margin: 10px 0 0 0;
  background: #fff;
  border-radius: 3px;
}
.datos-contacto {
  margin: 5px 0 20px 10px;
}
.datos-contacto p {
  margin: 8px 0;
}
.datos-contacto p i {
  color: #393939;
  margin-right: 10px;
  vertical-align: middle;
}

.alertas {
  background: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  border: 1px solid #d2d2d2;
  margin: 20px 0;
  display: inline-block;
}
.alertas i {
  color: #f1cb13;
  font-size: 26px;
  vertical-align: middle;
}
.alertas span {
  color: #000;
}
.iframe-medios {
  width: 100%;
  height: 1115px;
}

.pasos {
  width: 100%;
  max-width: 480px !important;
  margin: 20px 0 40px 0;
}
.titulos-tabla {
  color: #2e2e2e;
  font-size: 20px;
}
.td-check {
  width: 40px;
}
.precios-tabla {
  color: #1ab01d;
  text-align: center;
  font-size: 26px;
  line-height: 24px;
  width: 125px;
}
.precios-tabla sup {
  font-size: 15px;
}
.precios-tabla span {
  font-size: 15px;
  display: block;
}
.mod-incluye {
  color: #000;
  padding: 12px 18px;
  margin: 40px 0;
}
.mod-incluye strong {
  color: #567431;
  font-size: 18px;
  font-weight: 400;
}
.mod-incluye p {
  margin: 5px 0;
}
.uppercase {
  text-transform: uppercase;
}
.input-calendario {
  width: 85%;
  float: left;
  margin-right: 10px;
}

.ficha-precios {
}
.ficha-precios h6 {
  margin: 0 10px 20px 10px;
  color: #026fc4;
}
.ficha-precios p {
  border-bottom: none;
  margin: 5px 10px !important;
  padding: 0 !important;
}
.ficha-precios div {
  padding: 10px 0 0 0;
}
.ficha-precios div ul {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.ficha-precios div ul li {
  color: #026fc4;
  font-weight: bold;
  padding: 0 0 0 15px;
  margin: 5px 0;
  position: relative;
  background: url(../img/bg-items-menu2.gif) 0 6px no-repeat;
}
.ficha-preciosdiv ul li.ultimo {
  color: #000;
  font-weight: normal;
  font-size: 11px !important;
  background: none !important;
  padding: 0 0 0 2px;
  margin: 5px 0;
  position: relative;
}
.importe {
  font-weight: normal;
  font-size: 12px !important;
  text-align: right;
  display: block;
  margin-bottom: 18px;
  color: #656565;
}
.totales {
  font: normal 12px Arial, Helvetica, sans-serif;
  text-align: right;
  display: block;
  padding: 5px 0 14px 0 !important;
  border-top: 1px solid #e1e1e1;
  margin: 0 10px;
}
.totales strong {
  font-weight: bold !important;
  font-size: 14px !important;
  color: #000;
}
.centrados {
  color: #656565;
  font-weight: normal;
  font-size: 11px !important;
  text-align: center;
  display: block;
  margin-top: 24px !important;
}
.ficha-precios div ul li span {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  color: #000;
  font-weight: bold;
}

.mod-feclicidades {
  background: #e3f1cc;
  margin: 20px 0 0 0;
  padding: 10px;
  text-align: center;
}
.mod-feclicidades strong {
  color: #3f8458;
  font-size: 18px;
  font-weight: 400;
}
.mod-feclicidades span {
  color: #000;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  display: block;
  padding: 10px 20px 20px 30px;
}

.a-r {
  text-align: right;
}
.h4-paso2 {
  position: relative;
}
.h4-paso2 span {
  position: absolute;
  top: 15px;
  right: 10px;
}
.bg-gris-claro {
  background-color: #fafafa;
}
.listado-paso2 {
}
.listado-paso2 td {
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.p-l-80 {
  width: 200px;
}
.p-l-80.precioAcordeon {
  text-align: right;
}
.tit-p2 {
  padding-left: 60px !important;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-t-0 {
  padding-top: 0px !important;
}
.listado-paso2 .sep {
  border: 1px solid #f4f4f4;
  margin-top: 4px;
  display: none;
}
.total,
.total2 {
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 0;
  background: #dff0fb;
  text-align: right;
  color: #3c83c9;
  padding-right: 80px;
  overflow: hidden;
  font-size: 18px;
}
.totalB {
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 0;
  background: #dff0fb;
  text-align: right;
  color: #3c83c9;
  padding-right: 10px;
  overflow: hidden;
  font-size: 22px;
}
.totalGris {
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 0;
  background: #fafafa;
  text-align: right;
  color: #3c83c9;
  padding-right: 10px;
  overflow: hidden;
  font-size: 18px;
}
.total span,
.totalGris span,
.totalB span {
  padding-left: 20px;
  float: left;
}
.total2 {
  color: #000;
  font-weight: 700;
  margin: 0 15px 20px 15px;
  font-size: 16px;
  border-top: 1px solid #ddd;
}
.total2 span {
  padding-right: 10px;
}
.reset {
  clear: both;
}
.tit-desc {
  float: left;
  margin-left: 10px;
}

a:focus {
  outline: 0px;
  text-decoration: none;
}

.input-datepicker2 {
  width: 100%;
}

.modulo-itinerario-gris {
  width: 80%;
  background: #f1f1f1;
  padding: 15px;
  margin: 20px auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.modulo-itinerario-gris h2 {
  border-bottom: 1px solid #686868;
  padding-bottom: 8px;
}
.modulo-itinerario-gris .tit {
  color: #2e7cc7;
  font-size: 16px;
  font-weight: 500;
}
.modulo-itinerario-gris .cele {
  color: #45acee;
  font-size: 14px;
  font-weight: 500;
}
.altura-mod-iti {
  height: 45px;
}

.modulo-itinerario,
.modulo-itinerario-col {
  background: #fff;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
  color: #686868;
}
.modulo-itinerario-col {
  padding: 8px 10px;
}
.modulo-itinerario h3 {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.modulo-itinerario h3 a {
  font-size: 22px;
  font-weight: 700;
  color: #1c79b5;
}
.modulo-itinerario-col h6 {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #4e5255;
}
.encabezados-itinerario {
  background: #1078b7;
  padding: 10px;
  height: 60px;
  position: relative;
}
.itinerarios-fechas {
  text-align: center;
  color: #fff;
  font-size: 24px !important;
  font-weight: 700;
  width: 100%;
  line-height: 20px;
}
.itinerarios-fechas span {
  color: #46acee;
  font-size: 16px;
  font-weight: 400 !important;
}
.btn-sig,
.btn-ant {
  position: absolute;
  top: 8px;
  width: 34px;
  height: 34px;
  margin: 5px;
  border-radius: 50%;
  background: #adadad;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.btn-sig {
  right: 20px;
  padding: 2px 0 0 3px;
}
.btn-ant {
  left: 20px;
  padding: 2px 3px 0 0;
}
a.btn-sig,
a.btn-ant {
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #fff !important;
  color: #007bb9 !important;
  cursor: pointer;
}
a.btn-sig:hover,
a.btn-ant:hover {
  opacity: 0.8;
}
.switch {
  margin: 10px 10px 0 10px;
  color: #000;
}
.switch span {
  float: left;
  display: block;
  width: 150px;
  padding: 3px 0 0 0;
}
.btn-switch {
  float: left;
  display: block;
  width: 78px;
}
.switch2 {
  margin: 10px 10px 0 10px !important;
  color: #000;
}
.switch2 span {
  float: left;
  display: block;
  width: 108px;
  padding: 3px 0 0 0;
}
.btn-switch {
  float: left;
}
.m-b-10 {
  margin-bottom: 10px;
}
.modulo-precio-itinerarios,
.modulo-precio-itinerarios-selecc,
.modulo-precio-itinerarios-no {
  background: #f0f7e7;
  height: 144px;
  padding-top: 12px;
}
.modulo-precio-itinerarios-selecc {
  background: #c0e6f0 !important;
}
.modulo-precio-itinerarios-no {
  background: #ed746d !important;
}
.itinerarios-tits {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin: 0 !important;
}
.itinerarios-precios,
.itinerarios-precios2,
.itinerarios-precios3 {
  text-align: center;
  font-size: 24px !important;
  width: 100%;
  color: #30ac34;
}
.itinerarios-precios2 {
  color: #1c79b5 !important;
}
.itinerarios-precios3 {
  color: #fff !important;
}
.itinerarios-precios2 span {
  color: #1c79b5 !important;
  font-size: 24px;
  font-weight: 700 !important;
}
.itinerarios-precios3 span {
  text-decoration: line-through;
  color: #fff !important;
  font-size: 24px;
  font-weight: 700 !important;
}
.itinerarios-precios p,
.itinerarios-precios2 p,
.itinerarios-precios3 p {
  text-align: center;
  margin: 0 !important;
}
.itinerarios-precios p sup,
.itinerarios-precios2 sup,
.itinerarios-precios3 sup {
  font-size: 11px;
  font-weight: 400;
  text-decoration: none !important;
}
.itinerarios-items,
.itinerarios-items2 {
  margin: 0 0 0 0;
  line-height: 15px;
  display: table-cell;
}
.itinerarios-items span,
.itinerarios-items2 span {
  color: #555;
  font-size: 13px;
  display: block;
  margin: 0 0 0 26px;
  font-weight: 500;
}
.itinerarios-items i {
  margin: 0 6px 0 0;
  color: #c7c7c7;
  vertical-align: middle;
}
.btn-reservar {
  display: inline-block;
  background: #4cc039;
  border: 2px solid #4cc039;
  color: #fff;
  padding: 3px 10px 5px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: 17px;
  margin: 10px auto 12px auto;
}
.btn-reservar:hover {
  color: #4cc039;
  background: #fff;
}
.btn-reservar-selecc {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px auto 12px auto;
  background: #1c79b5;
}
.btn-reservar-selecc-btn {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px auto 12px auto;
  background: #1c79b5;
}
.btn-reservar-selecc-btn:hover {
  background: #fff;
  border-color: #1c79b5;
  color: #1c79b5;
}
.btn-no-disponible {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px auto 12px auto;
  background: #e54642;
}
.btn-no-disponible-btn {
  display: inline-block;
  color: #e54642;
  border: 2px solid #e54642;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 10px auto 12px auto;
  background: #fff;
}
.btn-no-disponible-btn:hover {
  background: #e54642;
  border-color: #fff;
  color: #fff;
}
.txt-reservar,
.txt-reservar2 {
  color: #88888a;
  font-size: 11px;
  line-height: 11px !important;
}
.txt-reservar2 {
  color: #1c79b5 !important;
}
.txt-reservar a:hover {
  color: #000 !important;
}
.mod-mas-opc {
  padding: 5px 5px 0 5px !important;
}
.icns-exc {
  padding-top: 30px;
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .modulo-itinerario-gris {
    width: 300px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .itinerarios-tits {
    max-width: 50% !important;
    font-size: 12px !important;
  }
}

.itin-seleccionado {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
  -moz-box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
  box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
}

.img-redon {
  border-radius: 50%;
  border: 2px solid #ccc;
}
.borde-pie {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
}

.gal-itinerarios {
  margin: 8px 30px;
}
.gal-itinerarios div img {
  margin: 0 4px;
  max-height: 140px;
}
.textos-itinerarios-cel {
  color: #46acee !important;
  font-size: 11px !important;
  font-weight: 700;
}
.textos-itinerarios-roj {
  color: #db181b !important;
  font-size: 11px !important;
  font-weight: 700;
}
.cele2 {
  display: block;
  color: #45acee;
  text-align: center;
  font-size: 14px;
  margin: 30px auto 4px auto;
}
.verde {
  color: #1e9d5a;
}
.cel3 {
  color: #0a80c1 !important;
}
.negrita-negro {
  color: #000 !important;
  font-weight: 700 !important;
}
.btn-agregar-pasajero {
  display: inline-block;
  color: #00c0ef;
  border: 2px solid #00c0ef;
  background: #fff;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 30px auto 4px auto;
}
.btn-agregar-pasajero:hover {
  background: #00c0ef;
  color: #fff;
}
.btn-eliminar-pasajero {
  display: inline-block;
  color: #f85a5b;
  border: 2px solid #f85a5b;
  background: #fff;
  padding: 3px 14px 5px 14px;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin: 30px auto 4px auto;
}
.btn-eliminar-pasajero:hover {
  background: #f85a5b;
  color: #fff;
}

.display-responsive {
}
.oculta-itinerario2 {
  display: block;
}
.oculta-itinerario {
  display: none;
}
.ordenamiento-excursiones {
}
.ordenamientos {
  margin: 0px 0 20px 0;
  overflow: hidden;
}
.ordenamientos .tit-orden {
  padding: 10px 20px 0 10px;
  float: left;
}
.elementos-ficha {
}

.modulo-linea-tiempo {
  background: #fff !important;
  border: 1px solid #ddd;
  padding: 20px;
  width: 90%;
  margin: 0 auto 20px auto;
}
.col-ref {
  width: 40px;
  text-align: right;
  padding-right: 10px;
  font-size: 12px;
}
.col-desc {
  padding-left: 10px;
  font-size: 12px;
}
.col-ref strong,
.col-desc strong {
  color: #000;
  font-size: 13px;
}
.col-bg {
  width: 18px;
  height: 18px;
}
.col-bg-cel {
  background: url(../images/bg-lin-tiem-cel.png) center top repeat-y;
  padding: 33px 0;
}
.col-bg-roj {
  background: url(../images/bg-lin-tiem-roj.png) center top repeat-y;
  padding: 33px 0;
}
.col-bg-pel {
  background: url(../images/lin-tiem-pel.png) center center no-repeat;
  background-size: contain;
}

.col-bg-vacio {
  padding: 19px 0 !important;
}
.modulo-linea-tiempo p {
  font-size: 12px;
}

.m-tit-col {
  margin-top: 50px;
  padding-top: 0;
}
.precios1 {
  width: 33%;
  padding: 10px;
  font-size: 26px;
  color: #1c79b5;
  border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -webkit-border-radius: 6px 0px 0px 6px;
}
.precios2 {
  width: 34%;
  padding: 10px;
  font-size: 26px;
  color: #1c79b5;
}
.precios3 {
  width: 33%;
  padding: 10px;
  font-size: 26px;
  color: #1c79b5;
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
}

.m-0-der {
  margin-right: 0 !important;
  background: #fff;
}

.aui-message {
  display: block;
  margin: 10px auto 20px auto !important;
}
.mod-alerta {
  width: 60% !important;
}
.aui-message p {
  margin: 0 !important;
}
.aui-message p a {
  color: #1884c6;
}
.aui-message p a:hover {
  color: #000;
}
.aui-message {
  background: #fff;
  border: 1px solid #5295fa;
  border-radius: 3px;
  color: #888;
  line-height: 20px;
  margin: 20px 0 0 0;
  overflow-wrap: break-word;
  padding-bottom: 6px;
  padding-left: 50px;
  padding-right: 5px;
  padding-top: 6px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  /** deprecated; replaced with icon font */
}
.aui-message:before {
  background-color: #5295fa;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
  color: #5295fa;
}
.aui-message:after {
  color: #5295fa;
  font-family: "FontAwesome";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  /* Improves the rendering of icons */
  font-style: normal;
  font-weight: normal;
  left: 12px;
  line-height: 1;
  margin-top: -8px;
  position: absolute;
  speak: none;
  /* This prevents screen readers from pronouncing the pseudo element text content used to trigger the icon font */
  top: 50%;
}
.aui-message:after {
  content: "\f05a";
  color: #fff;
}
.aui-message:before {
  background-color: #5295fa;
}

.aui-message-success,
.aui-message.success {
  background: #fff;
  border-color: #e7f2dd;
  color: #2d692e;
  font-family: "Open Sans", sans-serif !important;
  text-align: left;
  border-radius: 5px;
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 253, 252, 1) 49%,
    rgba(249, 250, 249, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(49%, rgba(252, 253, 252, 1)),
    color-stop(100%, rgba(249, 250, 249, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 253, 252, 1) 49%,
    rgba(249, 250, 249, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 253, 252, 1) 49%,
    rgba(249, 250, 249, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 253, 252, 1) 49%,
    rgba(249, 250, 249, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(252, 253, 252, 1) 49%,
    rgba(249, 250, 249, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9faf9', GradientType=0 );
}
.aui-message-success p,
.aui-message.success p {
  margin-top: 12px !important;
}
.aui-message-success:after,
.aui-message.success:after {
  content: "\f00c";
  color: #fff;
}
.aui-message-success:before,
.aui-message.success:before {
  background-color: #63c064;
}

.bg-bco {
  background: #fff;
}
.bg-amarillo {
  background-color: #ffe9b2;
}
.mod-itinerarios-seleccionar {
  background: #f1f7e6;
  margin: 10px 0;
  padding-bottom: 15px;
}
.encabezado-itinerarios-seleccionar {
  background: #30ac35;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 8px 0;
}
.mod-itinerarios-elegido {
  background: #c0e6f0;
  margin: 10px 0;
  padding-bottom: 15px;
}
.encabezado-itinerarios-elegido {
  background: #2379b3;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 8px 0;
}
.mod-itinerarios-no {
  background: #ed746d;
  margin: 10px 0;
  padding: 10px 20px 15px 20px;
  color: #fff;
  text-align: center;
}
.mod-itinerarios-no p {
  font-size: 16px;
}
.mod-itinerarios-no p strong {
  font-size: 18px !important;
}
.mod-itinerarios-no p span {
  font-size: 13px !important;
}
.txt-rojo-popups {
  font-size: 13px !important;
}
.txt-elegido {
  color: #1c79b5;
  font-size: 12px;
  text-align: center;
  margin: 0 20px 20px 20px;
}
.line-h-14 {
  line-height: 14px;
}
.pie-itinerario {
  text-align: center;
  margin: 10px 0 0 0;
}
.btn-desplegar {
  background: #f5f5f5;
  padding: 0 15px;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  margin: 10px 0 5px 0;
}
.btn-desplegar h4.panel-title {
  background: url(../img/info.svg) 3px center no-repeat;
  padding-left: 35px;
  background-size: 5%;
}
.h3-resp {
}
.widget-resp {
}
.datepicker-slider .row .contenedor-picker {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  position: absolute;
  top: 370px;
  left: 28%;
  z-index: 900;
  width: 700px;
}
.datepicker-slider .row .bg-bco {
  background: #fff;
}
.datepicker-slider .row .input-datepicker {
  border: 1px solid #fff;
  max-width: 145px;
  margin-right: 10px;
  text-align: center;
}
.margen-tits-slider {
}
.datepicker-responsive .contenedor-picker {
  padding: 10px;
  margin: 0 auto 20px auto;
}
.datepicker-responsive .bg-bco {
  background: #fff;
}
.datepicker-responsive .text-right {
  text-align: center !important;
}
.datepicker-responsive .input-datepicker {
  border: 1px solid #fff;
  width: 140px !important;
  margin-right: 8px;
  text-align: center;
}
.centrado-picker {
}
.socialWidgetContainer,
.socialWidget,
.socialWidgetCore {
  float: right !important;
}
.masinfo-listas {
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin: 18px 0 10px 0;
}

@media only screen and (max-width: 360px) {
  .h4-paso2 span {
    display: none;
  }
  .listado-paso2 td {
    display: block !important;
    width: 100% !important;
    text-align: center;
    border-bottom: none !important;
    padding: 4px 0;
  }
  .p-l-80 {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #ccc !important;
  }
  .listado-paso2 .sep {
    display: block;
  }
  .total,
  .totalGris {
    padding-right: 0;
    text-align: center !important;
  }
  .thumb-lista {
    display: none;
  }
}

.separador {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #e1e1e1;
  margin: 15px 0;
  clear: both;
}
.m-b-0 {
  margin-bottom: 0;
}
.p-r-0 {
  padding-right: 0;
}
.p-r-20 {
  padding-right: 40px !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.m-12-0 {
  margin: 12px 0;
}
.m-10-0 {
  margin: 12px 0;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-110 {
  margin-top: 110px !important;
}
.m-p-0 {
  margin: 0 !important;
  padding: 0 !important;
}
.b-r-1 {
  border-right: 1px solid #e4e4e4;
}
.estados span {
  margin: 10px 5px;
  display: inline-block;
}
.estados span img {
  margin: 0 6px 0 0;
}
.bg-celeste {
  background-color: #dff0fb;
}
.txt-gris-o {
  color: #474747 !important;
}
.bg-user {
  background: url(../img/icn-user.png) left center no-repeat;
  padding: 8px 0 8px 40px;
}

.mod-lista-excu {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
  padding-bottom: 1px !important;
}
.mod-lista-excu:hover {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
  -moz-box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
  box-shadow: 0px 0px 12px 2px rgba(58, 130, 200, 0.75);
}

.pasos-p2 {
  overflow: hidden;
  margin: 12px 0;
  font-size: 11px !important;
}
.pasos-p2 div {
  width: 25%;
  float: left;
  padding: 5px 0 10px 8px;
  border-bottom: 3px solid #eaeaea;
  color: #d7d7d7;
}
.pasos-p2 div span {
  display: inline-block;
  color: #fafafa;
  background: #d7d7d7;
  border-radius: 3.4em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.2em;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 6px;
}
.pasos-p2 div.ok {
  color: #2fac34;
}
.pasos-p2 div span.ok {
  background: #2fac34;
  color: #fafafa;
}
.pasos-p2 div.activo {
  color: #0077b9;
  border-color: #0077b9;
}
.pasos-p2 div span.activo {
  background: #0077b9;
  color: #fafafa;
}
.confirm-hs .imagePie {
  margin-right: 5px;
  width: 30px;
}
.col-444 {
  color: #444 !important;
}

.precio-celestes {
  color: #01c0f4 !important;
}
.precio-celestes p {
  font-size: 11px !important;
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 8px;
  margin: 8px 0 0 0;
}
.precio-celestes p span {
  color: #0077b9 !important;
}
.oculto {
}

.carro-col {
  margin: 0 0 60px 0;
}
.carro-lateral {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.carro-lateral li {
  margin: 5px 0px !important;
  padding: 8px 0px !important;
  border-bottom: 1px solid #666 !important;
  position: relative;
  width: 100%;
  font-size: 13px;
}
.carro-lateral li div,
.carro-lateral li span {
  max-width: 220px !important;
  color: #c5c5c5;
}
.carro-lateral li a.cd-item-remove,
.carro-lateral li .cd-item-remove {
  position: absolute;
  right: 0 !important;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carro-lateral li .cart-precio-listado {
  color: #00c0ef;
}
.carro-lateral li .bco {
  color: #fff !important;
}
.texto-faja-gris {
}
.cd-cart-total p {
  color: #fff;
}
.oe-header-extra {
  width: 45px !important;
}
#cd-cart-trigger {
  width: 38px !important;
}
.iconos-pie {
  margin: 0 20px;
  display: inline-block;
}
.bg-eee {
  background: #eee !important;
}
.ocultar {
}
.btn-ch {
}
.col-exc {
}
.esconde-esplegar {
}
.p-20 {
}
.p-30 {
}
.pad-0 {
}

.tit-a {
  display: block;
}
.tit-b {
  display: none !important;
}

.contenedor-modulos-slider {
  position: absolute;
  top: 80px;
  left: 0;
}
.mod-slider {
  position: relative;
  width: 1200px;
  left: 5%;
}
.marquesina {
  z-index: 1;
  position: absolute;
  top: 300px;
  right: -30px;
  width: 720px;
}
.buscador-home {
  position: absolute;
  top: 50px;
  left: 15%;
  width: 280px;
  z-index: 1;
}
.m-l-iconos-modal {
}

/* Modulo fijo pie */
.modulo-fijo-pie {
  display: none;
}
.modulo-titinerario-resp {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .modulo-fijo-pie {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #444;
    color: #fff;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    display: block;
    z-index: 200000;
  }
  .modulo-fijo-pie table {
    margin: 0;
  }
  .modulo-fijo-pie table td {
    text-align: center !important;
  }
  .modulo-fijo-pie a img {
  }
  .btn-comprar-itin {
    background: #01c0f4;
    color: #fff;
    height: 32px;
    text-align: center;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-top: 3px;
    border: 3px solid #01c0f4;
  }
  .btn-comprar-itin:hover {
    background: #fff;
    color: #01c0f4;
  }
  .btn-open {
    width: 70px;
  }
  .modulo-fijo-pie table table {
    max-width: 350px !important;
    margin: 0 auto !important;
  }
  .modulo-titinerario-resp {
    display: block !important;
    height: 60px !important;
  }

  #content {
    width: 100%;
    padding: 0;
    position: fixed;
    bottom: 69px;
    left: 0;
    z-index: 2000000 !important;
  }
  #close {
    text-align: center;
    padding: 5px 0;
    display: block;
  }
  #close a {
    color: #ff0000;
  }
  #close a:hover {
    color: #444;
  }
  #element {
    margin: 0 auto;
    height: 410px !important;
    width: 100% !important;
    background: #f3f4f6;
    padding: 0;
    overflow: hidden;
  }
  #element h3 {
    color: #00bef4;
    margin: 0 0 0 10px !important;
  }
  #element .mod-iti {
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 0 8px;
  }
  #element .mod-iti h1 {
    color: #01c0f4 !important;
    padding: 40px 5px !important;
    margin: 0 0 8px 0 !important;
    font-size: 18px !important;
  }
  .base-mods {
    border-bottom: 1px solid #dcdcdf !important;
    border-top: 1px solid #dcdcdf !important;
    padding: 15px 20px;
    margin: 0 0 20px 0 !important;
    background: #fff !important;
  }

  .ul-mod-fijo {
    border: 1px solid #dddce0;
    margin: 10px 0;
    background: #fff;
    padding: 0;
    list-style: none;
  }
  .ul-mod-fijo li {
    margin: 5px 10px;
    border-bottom: 1px solid #e3e2e5;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .ul-mod-fijo li:last-child {
  }
  .ul-mod-fijo li a {
    color: #aaaaaa !important;
  }
  .ul-mod-fijo li a span {
    color: #1874b4 !important;
    font-size: 15px !important;
    display: block !important;
    font-weight: 400 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .modulo-fijo-pie table {
    width: 96%;
  }
  .modulo-fijo-pie table table {
    max-width: 260px !important;
  }
  .btn-comprar-itin {
    width: 240px !important;
  }
  .ul-mod-fijo li a {
    font-size: 11px !important;
  }
  .btn-open {
    width: 50px !important;
  }
}
@media only screen and (min-width: 479px) and (max-width: 1199px) {
  .modulo-fijo-pie table {
    width: 98% !important;
  }
  .modulo-fijo-pie table table {
    max-width: 350px !important;
  }
  .btn-comprar-itin {
    width: 350px !important;
  }
}
@media only screen and (min-width: 479px) and (max-width: 640px) {
  .ul-mod-fijo li a strong {
    display: inline-block !important;
    margin-right: 6px;
    font-size: 13px !important;
  }
  .oculta-resp {
    display: none !important;
  }
  #element {
    margin: 0 auto;
    height: 300px !important;
  }
}
@media only screen and (device-width: 410px) {
  #element {
    height: 490px !important;
  }
}
@media only screen and (max-width: 410px) {
  .mod-slider {
    width: 360px;
    left: 0;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .marquesina {
    top: 230px;
    left: 26px;
    width: 310px !important;
  }
  .oculto {
    display: none;
  }
  .buscador-home {
    top: 310px !important;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
  }
  .buscador-home .box-inputs {
    background: #f3f3f3 !important;
    margin: 0 !important;
  }
  .m-p-0 {
    margin: 0;
    padding: 0;
  }
  .oe-btn-blue,
  .oe-btn span,
  .btn span {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .btn-home-calendario {
    height: 36px !important;
  }
  .btn-home-calendario span {
    padding-top: 6px !important;
  }
  .texto-faja-gris a {
    display: block !important;
  }
}

@media only screen and (min-width: 1280px) {
  #sidebar {
    float: right;
    width: 360px;
  }
}
@media only screen and (device-width: 1024px) {
  #sidebar {
    float: right;
    width: 280px;
  }
}
@media only screen and (device-width: 768px) {
  #sidebar {
    float: none !important;
    width: 690px !important;
  }
  .col-exc {
    width: 380px !important;
  }
}

.datepicker-slider {
  display: block;
  z-index: 900;
}
.datepicker-responsive {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .datepicker-slider {
    display: none !important;
  }
  .datepicker-responsive {
    display: block !important;
    border-bottom: 8px solid #e4e4e4;
    overflow: hidden;
  }
  .widget-resp {
    padding: 0 0 20px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .widget-resp {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .b-r-1 {
    border-right: none;
  }
  .centrado-picker {
    text-align: center !important;
  }
  .tit-p2 {
    padding-left: 0 !important;
  }
  .texto-faja-gris {
    font-size: 14px !important;
  }
  .oe-header-extra {
    width: 62px !important;
  }
  #cd-cart-trigger {
    width: 28px !important;
  }
  .esconde-nav {
    display: none !important;
  }
  .oe-header-float2,
  .oe-header,
  .header-main,
  .oe-header > .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 360px) {
  .buscador-home {
    width: 308px !important;
    top: 100px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 410px) {
  .oe-heading-5 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .pie-slider span {
    display: block;
  }
  .ocultar {
    display: none;
  }
}
@media only screen and (device-width: 320px) {
  .buscador-home {
    left: 6px !important;
  }
  .texto-faja-gris {
    font-size: 13px !important;
    padding-right: 10px;
  }
}
@media only screen and (device-width: 360px) {
  .buscador-home {
    left: 26px !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 640px) {
  /*.buscador-home{display:none!important}*/
  .oe-header-extra {
    width: 68px !important;
  }
  #cd-cart-trigger {
    width: 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .buscador-home {
    top: 90px;
    left: 10px;
  }
  .buscador-home p {
    display: none !important;
  }
  /*.marquesina{margin-top:-150px;margin-bottom:150px;margin-left:260px;}*/
}
@media only screen and (min-width: 320px) and (max-width: 1023px) {
  .oculta-pie {
    display: none;
  }
  .margen-991 {
    margin: 30px auto 10px auto !important;
  }
  .menu {
    margin-top: 30px !important;
  }
}
@media only screen and (device-width: 980px) {
  .buscador-home {
    left: 12%;
  }
}
@media only screen and (device-width: 1024px) {
  .buscador-home {
    left: 26px;
  }
  /*.marquesina{margin-top:-150px;margin-bottom:150px;margin-left:200px;}*/
  .contenedor-modulos-slider {
    position: absolute;
    top: 100px !important;
    left: 0;
  }
  .btn-ch {
    max-width: 110px !important;
    border: none !important;
  }
  .btn-ch span {
    margin-left: -6px;
  }
}
@media only screen and (device-width: 1192px) {
  .btn-ch {
    max-width: 110px !important;
    border: none !important;
  }
  .btn-ch span {
    margin-left: -6px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 980px) {
  .display-responsive {
    display: block;
    width: 100% !important;
    margin: 0 auto;
  }
  .modulo-linea-tiempo {
    width: 100% !important;
  }
  .img-responsive {
    width: 100% !important;
  }
  .itinerarios-items {
    margin: 10px 0 !important;
  }
  .socialWidgetContainer,
  .socialWidget,
  .socialWidgetCore {
    float: left !important;
  }
  .m-l-iconos-modal {
    margin-left: 5px !important;
    margin-right: 14px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
  .ordenamiento-excursiones li,
  .ordenamientos .tit-orden {
    font-size: 14px !important;
    float: none !important;
    display: block !important;
  }
}
@media only screen and (min-width: 360px) and (max-width: 980px) {
  .ordenamiento-excursiones li {
    float: left !important;
    padding-left: 6px !important;
  }
  .ordenamientos .tit-orden {
    padding: 10px 8px 0 0 !important;
    float: left !important;
  }
}
@media only screen and (device-width: 360px) {
  .ordenamiento-excursiones li {
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .oculta-itinerario {
    display: block !important;
  }
  .oculta-itinerario2 {
    display: none !important;
  }
  .h3-resp {
    margin: 10px 0 2px 0 !important;
  }
  .pasos-p2 div {
    width: 100% !important;
    float: none;
    margin-top: 10px;
  }
  .oculta-pie {
    display: none;
  }
  .tit-b {
    display: block !important;
  }
  .esconde-767 {
    display: none !important;
  }
  h3 a.tit-a {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 800px) {
  .pasos-p2 div {
    font-size: 15px;
  }
  .pasos-p2 div {
    width: 100% !important;
    float: none;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .oculta-itinerario {
    display: block !important;
  }
  .oculta-itinerario2 {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1920px) {
  .oculta-itinerario {
    display: none !important;
  }
  .oculta-itinerario2 {
    display: block !important;
  }
  .m-0-der {
    width: 380px !important;
  }
}
@media only screen and (device-width: 1024px) {
  .modulo-linea-tiempo {
    width: 90% !important;
  }
  .widget-resp {
    padding: 0 !important;
  }
  .buscador-home .oculto {
    display: block;
  }
  .modulo-precio-itinerarios,
  .modulo-precio-itinerarios-selecc,
  .modulo-precio-itinerarios-no {
    height: 155px !important;
    margin-bottom: 3px;
  }
  .modulo-linea-tiempo {
    width: 860px !important;
    margin: 0 auto;
  }
}
@media only screen and (device-width: 320px) {
  .mod-slider {
    width: 320px;
    left: 0;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .marquesina {
    top: 230px;
    left: 5px;
    width: 310px !important;
  }
}
@media only screen and (device-width: 480px) {
  .mod-slider {
    width: 480px;
    left: 0;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .marquesina {
    top: 200px;
    left: 2px;
    width: 466px !important;
  }
  .oculto {
    display: none;
  }
  .buscador-home {
    top: 215px !important;
    left: 86px;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 308px !important;
  }
  .buscador-home .box-inputs {
    background: #f3f3f3 !important;
    margin: 0 !important;
  }
  .m-p-0 {
    margin: 0;
    padding: 0;
  }
  .oe-btn-blue,
  .oe-btn span,
  .btn span {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .btn-home-calendario {
    height: 36px !important;
  }
  .btn-home-calendario span {
    padding-top: 6px !important;
  }
  .contentbtn,
  .contenttop,
  .contenttitle {
    line-height: 20px !important;
    font-size: 24px !important;
  }
  .contentbtn {
    top: calc(50% + 30px) !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
  }
  .contenttitle {
    top: calc(50% - 10px) !important;
  }
  .pie-slider h6 {
    width: 100% !important;
  }
  .pie-slider h6 span {
    display: inline !important;
  }
  .pie-slider h6 img {
    display: inline !important;
    max-width: 190px !important;
  }
  .pie-slider h6 {
    font-size: 12px !important;
  }
}
@media only screen and (device-width: 320px) {
  .f-s-26,
  .f-s-24,
  .f-s-22,
  .f-s-20,
  .f-s-18 {
    font-size: 15px !important;
  }
  .mod-feclicidades strong {
    font-size: 15px;
  }
  .slider-excursion {
    margin-top: -30px;
  }
  .margen-tits-slider {
    margin-bottom: 10px !important;
  }
}
@media only screen and (device-width: 480px) {
  .slider-excursion {
    margin: -35px 0 0 38px;
  }
  .margen-tits-slider {
    margin-bottom: 4px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 410px) {
  .pie-slider h6 {
    width: 100% !important;
  }
  .pie-slider h6 span {
    display: block !important;
  }
  .pie-slider h6 img {
    display: block !important;
    margin: 5px auto !important;
  }
  .pie-slider h6 {
    font-size: 12px !important;
  }
}
@media only screen and (min-width: 666px) and (max-width: 991px) {
  .pie-slider h6 {
    width: 100% !important;
    text-align: center !important;
  }
  .pie-slider h6 span {
    display: inline !important;
  }
  .pie-slider h6 img {
    display: inline !important;
    max-width: 210px !important;
  }
  .pie-slider h6 {
    font-size: 13px !important;
  }
}
@media only screen and (device-width: 1024px) {
  .pie-slider {
    padding: 0 5px !important;
  }
  .pie-slider h6 {
    font-size: 13px !important;
  }
  .pie-slider h6 img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 558px) and (max-width: 640px) {
  .mod-slider {
    width: 640px;
    left: 0;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .marquesina {
    top: 190px;
    left: 26%;
    width: 460px !important;
  }
  .oculto {
    display: none;
  }
  .buscador-home {
    top: 190px !important;
    left: 166px;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 308px !important;
  }
  .buscador-home .box-inputs {
    background: #f3f3f3 !important;
    margin: 0 !important;
  }
  .m-p-0 {
    margin: 0;
    padding: 0;
  }
  .oe-btn-blue,
  .oe-btn span,
  .btn span {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .btn-home-calendario {
    height: 36px !important;
  }
  .btn-home-calendario span {
    padding-top: 6px !important;
  }
  .contentbtn,
  .contenttop,
  .contenttitle {
    line-height: 20px !important;
    font-size: 24px !important;
  }
  .contentbtn {
    top: calc(50% + 30px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% - 10px) !important;
    left: 35% !important;
  }
  .pie-slider h6 {
    width: 100% !important;
  }
  .pie-slider h6 span {
    display: inline !important;
  }
  .pie-slider h6 img {
    display: inline !important;
    max-width: 210px !important;
  }
  .pie-slider h6 {
    font-size: 13px !important;
  }
}
@media only screen and (device-width: 600px) {
  .mod-slider {
    width: 570px;
    left: 2px;
  }
  .oculta-pie {
    display: none !important;
  }
  .marquesina {
    left: 140px !important;
    top: 200px;
  }
  .buscador-home {
    left: 146px !important;
  }
}
@media only screen and (device-width: 559px) {
  .mod-slider {
    width: 510px;
    left: 2px;
  }
  .oculta-pie {
    display: none !important;
  }
  .marquesina {
    left: 116px !important;
    top: 200px;
  }
  .buscador-home {
    left: 124px !important;
  }
}
@media only screen and (device-width: 637px) {
  .marquesina {
    top: 215px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
  .mod-slider {
    width: 640px;
    left: 0;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .oculto {
    display: none;
  }
  .marquesina {
    top: 240px !important;
    left: 440px !important;
    width: 240px !important;
  }
  .buscador-home {
    top: 100px !important;
    left: 60px;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 268px !important;
  }
  .buscador-home .box-inputs {
    background: #f3f3f3 !important;
    margin: 0 !important;
  }
  .m-p-0 {
    margin: 0;
    padding: 0;
  }
  .oe-btn-blue,
  .oe-btn span,
  .btn span {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .btn-home-calendario {
    height: 36px !important;
  }
  .btn-home-calendario span {
    padding-top: 6px !important;
  }
  .contentbtn,
  .contenttop,
  .contenttitle {
    line-height: 20px !important;
    font-size: 24px !important;
  }
  .contentbtn {
    top: calc(50% + 30px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% - 10px) !important;
    left: 35% !important;
  }
}

@media only screen and (device-width: 667px) {
  .mod-slider {
    width: 610px;
    left: 2px;
  }
  .buscador-home {
    top: 120px !important;
  }
  .marquesina {
    left: 390px !important;
    width: 250px !important;
  }
  .contentbtn {
    top: calc(50% + 60px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% + 10px) !important;
    left: 35% !important;
  }
}
@media only screen and (device-width: 768px) {
  .mod-slider {
    width: 720px;
    left: 2px;
  }
  .buscador-home {
    top: 120px !important;
    left: 75px !important;
  }
  .marquesina {
    left: 440px !important;
    width: 250px !important;
  }
  .contentbtn {
    top: calc(50% + 60px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% + 10px) !important;
    left: 35% !important;
  }
  .oe-header-float2,
  .oe-header,
  .header-main,
  .oe-header > .container {
    width: 700px !important;
  }
  .col-exc {
    max-width: 375px;
  }
  .oe-main-content {
    max-width: 735px;
  }
}
@media only screen and (min-width: 801px) and (max-width: 991px) {
  .oculto {
    display: none;
  }
  .marquesina {
    top: 240px !important;
    left: 440px !important;
    width: 240px !important;
  }
  .buscador-home {
    top: 100px !important;
    left: 60px;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: 268px !important;
  }
  .buscador-home .box-inputs {
    background: #f3f3f3 !important;
    margin: 0 !important;
  }
  .m-p-0 {
    margin: 0;
    padding: 0;
  }
  .oe-btn-blue,
  .oe-btn span,
  .btn span {
    margin: 0 !important;
    width: 100% !important;
    border: none !important;
  }
  .btn-home-calendario {
    height: 36px !important;
  }
  .btn-home-calendario span {
    padding-top: 6px !important;
  }
  .contentbtn,
  .contenttop,
  .contenttitle {
    line-height: 20px !important;
    font-size: 24px !important;
  }
  .contentbtn {
    top: calc(50% + 30px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% - 10px) !important;
    left: 35% !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1034px) {
  .mod-slider {
    width: 1000px;
    left: 2px;
  }
  .contenedor-modulos-slider {
    top: 60px;
  }
  .oculto {
    display: none;
  }
  .buscador-home {
    left: 110px !important;
  }
  .marquesina {
    top: 240px !important;
    left: 500px !important;
    width: 490px !important;
  }
  .contentbtn {
    top: calc(50% + 60px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% + 10px) !important;
    left: 35% !important;
  }
}
@media only screen and (device-width: 930px) {
  .mod-slider {
    width: 900px !important;
    left: 2px;
  }
  .marquesina {
    left: 500px !important;
    width: 400px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
  .widgets {
    display: none !important;
  }
  .idiomas {
    display: none !important;
  }
}

@media only screen and (device-width: 1034px) {
  .contenedor-modulos-slider {
    top: 80px;
  }
  .oculto {
    display: block;
  }
}
@media only screen and (device-width: 980px) {
  .mod-slider {
    width: 950px;
    left: 2px;
  }
  .oculta-pie {
    display: none !important;
  }
  .buscador-home {
    left: 140px !important;
  }
  .marquesina {
    left: 510px !important;
    width: 400px !important;
  }
}
@media only screen and (device-width: 900px) {
  .mod-slider {
    width: 890px;
    left: 2px;
  }
  .oe-white {
    display: none !important;
  }
  .buscador-home {
    left: 80px !important;
    top: 130px;
  }
  .marquesina {
    left: 400px !important;
  }
}
@media only screen and (device-width: 1280px) {
  .mod-slider {
    width: 1200px;
    left: 2px;
  }
  .contenedor-modulos-slider {
    top: 80px;
  }
  .buscador-home,
  .mod-tarjetas {
    left: 80px !important;
  }
  .marquesina {
    top: 290px !important;
    left: 600px !important;
    width: 500px !important;
  }
  .contentbtn {
    top: calc(50% + 60px) !important;
    left: 35% !important;
  }
  .contenttop {
    top: calc(50% - 40px) !important;
    left: 35% !important;
  }
  .contenttitle {
    top: calc(50% + 10px) !important;
    left: 35% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .contenedor-modulos-slider {
    position: absolute;
    top: 80px;
    left: 10%;
  }
}
@media only screen and (min-width: 700px) and (max-width: 1023px) {
  .esconde-esplegar {
    display: none !important;
  }
  .p-20 {
    width: 130px !important;
  }
  .p-30 {
    width: 62.5% !important;
  }
  .modulo-precio-itinerarios,
  .modulo-precio-itinerarios-no,
  .modulo-precio-itinerarios-selecc {
    width: 100% !important;
    height: 130px !important;
    padding-top: 5px !important;
    margin-right: 5px !important;
  }
  .pad-0 {
    padding: 30px 0 0 0 !important;
  }
  .mod-mas-opc {
    padding: 5px !important;
  }
}

.demo a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.demo a:hover {
  opacity: 0.5;
}

#section03 a {
  padding-top: 0px;
}
#section03 a span {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
}
#section03 a span::after {
  box-shadow: -1px 1px 1px rgba(106, 106, 106, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#section03 a span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb03 3s infinite;
  animation: sdb03 3s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#section04 a {
  padding-top: 60px;
}
#section04 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

.cartel-gratis {
  color: white;
  background-image: url(/images/fondo-gratis.png);
  background-size: contain;
  padding: 7px;
  background-repeat: no-repeat;
  font-weight: bold;
}

.checkout-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #00c0ef;
  color: #fff;
  text-align: center;
}

.add-cart {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #929092;
  color: #fff;
  text-align: center;
}

.timeline {
  width: 96%;
  margin: 0 auto;
}
.timeline dl {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0 0 20px 0;
}
.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  margin-left: -1px;
  width: 2px;
  content: "";
  background-color: #ccd1d9;
  z-index: 100;
}
.timeline dl dt {
  position: relative;
  top: 30px;
  padding: 3px 5px;
  margin: 0 15px 30px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1178b7;
  font-weight: 400;
  color: #fff;
  width: 120px;
  z-index: 200;
  left: 3%;
}
.timeline dl dd {
  position: relative;
  z-index: 200;
}
.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 30%;
  margin-left: -11px;
  border: 4px solid #f0f7e9;
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #56bc4a;
  z-index: 200;
}
.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 30%;
  padding: 10px 20px;
  width: 100px;
  display: inline-block;
  color: #545454;
  font-size: 12px;
}
.timeline dl dd .events {
  position: relative;
  margin-top: 33px;
  padding: 10px 10px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #f0f7e9;
  width: 60%;
  right: 0;
}
.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: "";
  border-width: 6px;
  border-style: solid;
}
.timeline dl dd .events .events-object {
  margin-right: 10px;
}
.timeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1;
}
.timeline dl dd .events .events-body .events-heading {
  margin: 0 0 10px;
  font-size: 12px;
  color: #56bc4a;
  font-weight: bold;
}
.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right;
}
.timeline dl dd.pos-right .events {
  float: right;
}
.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent #e6e9ed transparent transparent;
}
.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left;
}
.timeline dl dd.pos-left .events {
  float: left;
}
.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent #e6e9ed;
}
@media only screen and (device-width: 410px) {
  .timeline dl dt {
    left: 15% !important;
  }
  .timeline dl dd .time {
    width: 100px !important;
    left: 26%;
  }
  .timeline dl dd .events {
    width: 63% !important;
  }
}
@media only screen and (device-width: 559px) {
  .timeline dl dt {
    left: 15% !important;
  }
  .timeline dl dd .time {
    width: 150px !important;
    left: 20%;
  }
  .timeline dl dd .events {
    width: 65% !important;
  }
}
@media only screen and (device-width: 480px) {
  .timeline dl dt {
    left: 15% !important;
  }
  .timeline dl dd .time {
    width: 100px !important;
    left: 26%;
  }
  .timeline dl dd .events {
    width: 63% !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 640px) {
  .timeline dl dt {
    left: 18% !important;
  }
  .timeline dl dd .time {
    width: 150px !important;
    left: 20%;
  }
  .timeline dl dd .events {
    width: 65% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .timeline dl dt {
    left: 22% !important;
  }
  .timeline dl dd .time {
    width: 150px !important;
    left: 22%;
  }
  .timeline dl dd .events {
    width: 68% !important;
  }
}
@media only screen and (device-width: 1024px) {
  .timeline dl dt {
    left: 22% !important;
  }
  .timeline dl dd .time {
    width: 150px !important;
    left: 25%;
  }
  .timeline dl dd .events {
    width: 68% !important;
  }
}

.itinerarios-items2,
.btn-ver-ficha,
.precio-resp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .desaparece {
    display: none !important;
  }
  .thumb-resp {
    width: 32% !important;
    height: 82px !important;
    float: left;
    display: inline-block;
    margin: 0 !important;
  }
  .medio-resp {
    width: 68% !important;
    height: 82px !important;
    display: inline-block;
    float: right;
    margin: 0 !important;
    padding: 0 !important;
  }
  .medio-resp > .h3-resp {
    margin: 0 !important;
    padding: 0 !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 0 0 12px 7px !important;
    line-height: 12px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .pie-fecha-precio-resp {
    width: 67% !important;
    display: inline-block;
    float: right;
    margin: 0 !important;
  }
  .itinerarios-items2 {
    margin: 0 !important;
    display: block !important;
    font-size: 11px !important;
  }
  .itinerarios-items2 span {
    margin: 0 0 0 7px !important;
    font-size: 11px !important;
  }
  .itinerarios-items {
    display: none !important;
  }
  .h124 {
    height: 117px !important;
  }
  .modulo-precio-itinerarios,
  .modulo-precio-itinerarios-selecc,
  .modulo-precio-itinerarios-no {
    overflow: hidden;
    padding: 6px !important;
    margin: 0 !important;
    height: 25px !important;
  }
  .itinerarios-precios,
  .itinerarios-precios2,
  .itinerarios-precios3 {
    float: right !important;
    display: inline-block !important;
    width: 45% !important;
    font-size: 14px !important;
  }
  .txt-reservar,
  .txt-reservar2 {
    float: left !important;
    display: inline-block !important;
    width: 55% !important;
    text-align: left !important;
  }
  .btn-ver-ficha {
    position: absolute !important;
    top: 40% !important;
    right: 8px !important;
    display: block !important;
    z-index: 20;
  }
  .precio-resp {
    display: block !important;
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    float: right;
    line-height: 14px !important;
    font-weight: 700 !important;
  }
  .mod-mas-opc {
    position: relative;
    padding-bottom: 5px !important;
  }
  .tachado {
    text-decoration: line-through;
  }
  .modulo-itinerario {
    margin-top: 10px !important;
  }
  .titulo-azul-resp {
    display: none !important;
  }
  #map-canvas {
    height: 500px !important;
  }
}
@media only screen and (device-width: 320px) {
  .thumb-resp {
    height: 65px !important;
  }
  .medio-resp {
    height: 65px !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 0 0 4px 7px !important;
    line-height: 9px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 11px !important;
  }
  .itinerarios-items2 {
    font-size: 10px !important;
  }
  .itinerarios-items2 span {
    margin: 0 0 0 7px !important;
    font-size: 10px !important;
    line-height: 9px;
  }
  .h124 {
    height: 103px !important;
  }
  .itinerarios-precios,
  .itinerarios-precios2,
  .itinerarios-precios3 {
    width: 40% !important;
    font-size: 12px !important;
  }
  .txt-reservar,
  .txt-reservar2 {
    width: 60% !important;
    text-align: left !important;
  }
  .txt-reservar i,
  .txt-reservar2 i {
    display: none;
  }
  .precio-resp {
    line-height: 11px !important;
  }
}
@media only screen and (device-width: 360px) {
  .thumb-resp {
    height: 76px !important;
  }
  .medio-resp {
    height: 76px !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 0 0 4px 7px !important;
  }
  .h124 {
    height: 113px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 12px !important;
  }
}
@media only screen and (device-width: 480px) {
  .thumb-resp {
    height: 88px !important;
    width: 26% !important;
  }
  .medio-resp {
    height: 88px !important;
    width: 74% !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 0 0 10px 7px !important;
  }
  .pie-fecha-precio-resp {
    width: 73% !important;
  }
  .h124 {
    height: 120px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 12px !important;
  }
}
@media only screen and (device-width: 559px) {
  .thumb-resp {
    height: 110px !important;
    width: 26% !important;
  }
  .medio-resp {
    height: 110px !important;
    width: 74% !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 0 0 12px 7px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .pie-fecha-precio-resp {
    width: 73% !important;
  }
  .h124 {
    height: 145px !important;
  }
}
@media only screen and (device-width: 640px) {
  .thumb-resp {
    height: 131px !important;
    width: 26% !important;
  }
  .medio-resp {
    height: 131px !important;
    width: 74% !important;
  }
  .medio-resp > .h3-resp h3 {
    margin: 18px 0 12px 7px !important;
  }
  .medio-resp > .h3-resp h3 a {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .pie-fecha-precio-resp {
    width: 73% !important;
  }
  .h124 {
    height: 167px !important;
  }
}

.h-80 {
  height: 78px;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  .h-80 {
    height: 73px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1920px) {
  .h-80 {
    height: 67px;
  }
}

@media only screen and (device-width: 320px) {
  .medio-resp > .h3-resp h3 a {
    font-size: 11px !important;
  }
}

.azul {
  color: #2289cb !important;
}
.h6-home {
  background: #1078b7;
  margin: 0 0 10px 0;
  padding: 10px;
  color: #fff;
}
.mod-tarjetas {
  background: #1078b7;
  margin: 8px 0 0 0;
  padding: 10px;
  color: #fff;
  overflow: hidden;
  width: 280px;
  position: absolute;
  top: 420px;
  left: 15%;
  z-index: 1;
}
.mod-tarjetas img {
  margin-top: 4px;
}
.mod-tarjetas div {
  display: inline-block;
  width: 58%;
}
.mod-tarjetas div span {
  display: block;
  font-size: 16px;
  line-height: 16px;
}
.top-secc {
  height: 500px;
  background-size: contain;
  margin-top: -2px;
}
.tarjetas {
}
.muestra-360 {
  height: 70px;
  display: none;
}
.esconde-640 {
  display: block;
}
.muestra-640 {
  display: none !important;
}
.modulo-reservas {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  background-color: #fff;
  font-weight: 500;
  color: #6a6a6a;
  z-index: 12;
}
#PasajerosDrop,
#turnosDropdown {
  margin-bottom: 10px;
}
.f-s-11 {
  font-size: 11px !important;
}
.links {
  color: #0e78bb;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 25px;
  display: inline-block;
  font-weight: 500;
}
.subrayado {
  text-decoration: underline;
}
.celeste-reserva {
  color: #13c1f0 !important;
}
.gris-claro {
  color: #c3c3c3;
}
.mod-alertas {
  color: #5295fa !important;
  width: 100% !important;
}
.txt-open {
  font-family: "Open Sans", sans-serif !important;
}
.btn-reservas,
.btn-reservas-xs {
  display: block;
  background: #13c1f0;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  border-bottom: 3px solid #02a1cb;
  margin: 8px auto;
}
.btn-reservas-xs {
  font-size: 11px;
}
.btn-reservas:hover,
.btn-reservas-xs:hover {
  border-bottom: 3px solid #13c1f0;
  color: #fff;
  padding: 16px 0 12px 0;
}
.btn-reservas:active,
.btn-reservas-xs:active {
  display: block;
  background: #0f91b4;
  border-bottom: 3px solid #0f91b4;
}
.btn-reservas-gris {
  display: block;
  background: #808080;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  border-bottom: 3px solid #4b4b4b;
  margin: 8px auto;
}
.btn-reservas-gris:hover {
  border-bottom: 3px solid #808080;
  color: #fff;
  padding: 16px 0 12px 0;
}
.btn-reservas-gris:active {
  display: block;
  background: #4d4d4d;
  border-bottom: 3px solid #4d4d4d;
}

.btn-reservas-verde {
  display: block;
  background: #63c064;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 14px 0;
  border-radius: 5px;
  border-bottom: 3px solid #53ad54;
  margin: 8px auto;
}
.btn-reservas-verde:hover {
  border-bottom: 3px solid #63c064;
  color: #fff;
  padding: 16px 0 12px 0;
}
.btn-reservas-verde:active {
  display: block;
  background: #53ad54;
  border-bottom: 3px solid #53ad54;
}

.btn-reservas:focus,
.btn-reservas-gris:focus,
.btn-reservas-verde:focus {
  color: #fff !important;
}
.m-l-10 {
  margin-left: 10px;
}
.block {
  display: inline-block;
  margin-left: 16px;
}
.btn-filtro {
  margin-top: 10px;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
  .block {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .btn-filtro {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .btn-filtro {
    text-align: right;
  }
}

#map-canvas {
  height: 75%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-bottom: 42%;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 20px;
}
.div-widget {
  display: block;
  overflow: hidden;
  width: 100%;
}
.TA_socialButtonBubbles {
  float: none !important;
}
.socialWidgetContainer,
.socialWidget,
.socialWidgetCore {
  float: left !important;
}
.disabled:hover {
  cursor: url(/images/not-allow-cursor.gif), not-allowed;
}
.disabled {
  cursor: url(/images/not-allow-cursor.gif), not-allowed;
}

.loading-overlay-ajax {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
}
.loading-overlay-ajax.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 9999;
}
.loading-overlay-ajax div {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #444;
  font-size: 24px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loading-overlay-ajax img {
}
.modulo-titinerario-resp {
  display: none !important;
}

.input-datepicker-col {
  border: none;
  margin-right: 10px;
  width: 100%;
  padding: 4px 0;
  overflow: hidden;
}
.box-inputs #datepicker2,
.box-inputs #datepicker,
.box-inputs #datepicker3,
.box-inputs #datepicker4 {
  width: 85% !important;
  background: #f3f3f3 !important;
}
.box-inputs input::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #333 !important;
}
.box-inputs input:-moz-placeholder {
  font-size: 12px !important;
  color: #333 !important;
}
.box-inputs input::-moz-placeholder {
  font-size: 12px !important;
  color: #333 !important;
}
.box-inputs input:-ms-input-placeholder {
  font-size: 12px !important;
  color: #333 !important;
}
.box-inputs {
  padding: 2px 5px;
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
  background: #f3f3f3 !important;
  color: #333 !important;
  border-radius: 3px !important;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.input-datepicker::-webkit-input-placeholder {
  color: #353535 !important;
}
.input-datepicker:-moz-placeholder {
  color: #353535 !important;
}
.input-datepicker::-moz-placeholder {
  color: #353535 !important;
}
.input-datepicker:-ms-input-placeholder {
  color: #353535 !important;
}

.txt-labels {
  color: #0a80c1 !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.red {
  border: 1px solid red !important;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .box-inputs #datepicker2,
  .box-inputs #datepicker,
  .box-inputs #datepicker3,
  .box-inputs #datepicker4 {
    width: 80% !important;
  }
  .sin-padd {
    padding: 0 !important;
  }
}

@media only screen and (device-width: 640px) {
  .box-inputs #datepicker2,
  .box-inputs #datepicker,
  .box-inputs #datepicker3,
  .box-inputs #datepicker4 {
    width: 90% !important;
  }
}

.txt-labels {
  color: #0a80c1 !important;
  font-weight: 500;
}

.styled-select {
  background: url(/assets/img/down.png) no-repeat right center;
  height: 29px;
  overflow: hidden;
  width: 230px;
  background-color: #f3f3f3 !important;
}

.styled-select select {
  background: transparent;
  height: 29px;
  padding: 5px; /* If you add too much padding here, the options won't show in IE */
  width: 280px;
  border: none !important;
}

.styled-select.slate {
  background: url(/assets/img/down.png) no-repeat right center;
  height: 34px;
  width: 100%;
  font-size: 12px !important;
  color: #353535;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
}

.styled-select.slate select {
  border: none !important;
  height: 34px;
  width: 280px;
  font-weight: 700;
}

.m-resp {
}
.p-r-10 {
  padding: 0 10px 0 0 !important;
}
.p-r-10a {
  padding: 0 5px 0 0 !important;
}
.p-r-10b {
  padding: 0 0 0 5px !important;
}

@media only screen and (min-width: 320px) and (max-width: 639px) {
  .styled-select {
    width: 100% !important;
  }
  .styled-select.slate {
    width: 100% !important;
  }
}
@media only screen and (device-width: 640px) {
  .styled-select {
    width: 50% !important;
  }
  .styled-select.slate {
    width: 50% !important;
  }
}

.azul-2 {
  color: #0a80c1 !important;
}
.gris-osc {
  color: #6a6a6a !important;
}
.gris-44 {
  color: #444 !important;
}
.padd-40-30 {
  padding: 40px 30px;
}
.lista-bvanco {
}
.lista-banco p {
  line-height: 24px;
}
.lista-banco p span {
  color: #000;
  font-weight: 600;
}
.m-l-0 {
  margin-left: 0 !important;
}
.ptlogo {
}

.padd-reservar-resp {
  padding: 0 !important;
}
@media only screen and (min-width: 767px) and (max-width: 981px) {
  .padd-reservar-resp {
    padding: 0 18px 0 0 !important;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1920px) {
  .padd-reservar-resp {
    padding: 10px 18px 10px 0 !important;
  }
  .ptlogo {
    margin-top: 10px;
  }
  .btn-reservar-car {
    right: 60px;
  }
}
@media only screen and (device-width: 320px) {
  .padd-reservar-resp {
    width: 75px !important;
  }
  .btn-reservas-xs {
    width: 75px !important;
    float: right;
    font-size: 10px !important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.p-0-resp {
}
.display-1024 {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 981px) {
  .p-0-resp {
    padding: 0 !important;
  }
  .carro-flota-der {
    float: right !important;
    margin-right: 0 !important;
  }
  .menu-flota-izq {
    text-align: left !important;
    margin-left: 0 !important;
  }
  .largo-100 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 981px) {
  .display-1024 {
    display: block;
  }
  .m-carro {
    margin-right: 15px;
  }
  .margen-nav {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1279px) {
  .txt-md-exc {
    font-size: 2vw !important;
  }
}

/* AGREGADO POR MERY */
.turnosFdE {
  margin: 0;
  padding-left: 18px;
}
.turnosFdE li {
  margin-top: 5px;
}

.blue {
  color: #1688cb !important;
}

.icon {
  font-size: 20px !important;
  margin-top: 2px;
}

.left {
  float: left;
}

.half {
  width: 50%;
  float: left;
}
.sixty {
  width: 60%;
}
.fourty {
  width: 40%;
}
.btn.btn-secondary {
  color: white;
  background-color: #ccc;
  background-image: none;
}
.radio label {
  margin-left: 15px;
}
.radio label:before {
  background: #ccc;
}
.radio.disabled {
  background: #d9d9d9;
}
.radio.disabled label:before {
  background: #ccc;
  content: "\f05e";
  font-family: FontAwesome;
  font-size: 20px;
}

.dropdown-menu {
  /*width : 100%;*/
  border: 1px solid rgb(22, 136, 203);
}
.open > .dropdown-menu {
  display: block;
  padding-left: 8px;
  padding-right: 8px;
}

.dropdown-item {
  padding: 4px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  margin-bottom: 5px !important;
}

.dropdown-menu .dropdown-item.pasajeros {
  border-bottom: 1px solid #d9d9d9;
  height: 75px;
}
.dropdown-menu .dropdown-item.turnos {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 10px !important;
  height: 40px;
}

.dropdown-menu div.titleCategoria {
  color: black;
  font-size: 11px;
  font-weight: bold;
  padding: 7px;
}

.dropdown-menu div.precioCategoria {
  font-size: 10px;
  padding-left: 8px;
}
.dropdown-menu div.precioCategoria span.descuentoCategoria {
  color: #63c064 !important;
}

.dropdown-menu div span.input-group-btn,
.dropdown-menu div a.btn {
  width: 26px;
  height: 26px;
}

.dropdown-menu div input,
.dropdown-menu div input[disabled] {
  background: none;
  border: none;
  position: relative;
  width: 100%;
  top: -30px;
}

.dropdown-menu div span.glyphicon {
  right: 6px;
  top: -2px;
  font-size: 12px;
}

#monedaSelect2 li ul .tit-menu-idioma-item.active {
  margin: 5px 0;
  padding: 8px 0 8px 38px;
  font-style: italic;
  border-bottom: 1px solid #666;
  color: #818181;
}

#monedaSelect2 li ul .tit-menu-idioma-item a {
  border-bottom: none !important;
  color: #555;
}

.codigoCarrito {
  color: #c5c5c5 !important;
  font-size: 11px;
  font-weight: normal !important;
  margin: 0%;
  text-align: center;
}
.codigoCarrito span {
  text-transform: lowercase;
  text-align: center;
}

@media only screen and (min-width: 320px) and (max-width: 977px) {
  .btn-faqs {
    position: absolute;
    top: 12px;
    left: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .pasos-p2 {
    display: none;
  }
}
.mltt.mltt_as_nav {
  margin: 0;
  padding: 0;
  background: #eeeeee;
}
.mltt {
  min-width: 705px;
  max-width: 970px;
}
.mltt {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mltt_as_nav > .mltt__title,
.mltt_as_nav .mltt__viewport {
  background: 0;
  width: 100%;
}

.mltt__legs--current .mltt__leg--done {
  -webkit-box-shadow: 0 0 0 1px #0ab21b;
  -moz-box-shadow: 0 0 0 1px #0ab21b;
  -ms-box-shadow: 0 0 0 1px #0ab21b;
  box-shadow: 0 0 0 1px #0ab21b;
}

.mltt__legs--current .mltt__leg--search {
  -webkit-box-shadow: 0 0 0 1px #febb02;
  -moz-box-shadow: 0 0 0 1px #febb02;
  -ms-box-shadow: 0 0 0 1px #febb02;
  box-shadow: 0 0 0 1px #febb02;
}

.mltt__leg--done {
  border-bottom-color: #0ab21b;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.mltt__title {
  margin: 0 auto;
  padding: 8px;
  font-size: 14px;
  line-height: 1.2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mltt_as_nav .mltt__viewport {
  margin: 0;
}
.mltt > .mltt__viewport {
  padding: 3px 0 3px;
}
.mltt__viewport {
  background-color: #f2f2f2;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  overflow: hidden;
  position: relative;
}

.mltt > .mltt__viewport > .mltt__button {
  margin: -4px 0 -10px;
}

.mltt_as_nav .mltt__button--left {
  background: repeat-y;
  background: -webkit-linear-gradient(0deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  background: linear-gradient(90deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  left: 0;
}

.mltt__button--left {
  background: repeat-y;
  background: -webkit-linear-gradient(0deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  background: linear-gradient(90deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  left: 0;
}

.mltt__button {
  cursor: pointer;
  height: 105%;
  position: absolute;
  top: 0;
  width: 90px;
  z-index: 100;
}

.mltt_as_nav .mltt__button--left .b-icon {
  left: 5px;
}

.mltt__button--left .b-icon {
  left: 10px;
}

.mltt__button .b-icon {
  color: #383838;
  font-size: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: 20px;
}

[class^="bicon-"],
[class*=" bicon-"],
[class*="\A bicon-"] {
  font-family: "arial";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mltt_as_nav .mltt__button--right {
  background: repeat-y;
  background: -webkit-linear-gradient(180deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  background: linear-gradient(270deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  right: 0;
}

.mltt__button--right {
  background: repeat-y;
  background: -webkit-linear-gradient(180deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  background: linear-gradient(270deg, #eeeeee 25px, rgba(238, 238, 238, 0)) repeat-y;
  right: 0;
}

.lang_is_ltr .mltt__track {
  left: 0;
}

.mltt__track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow-x: hidden;
  padding-top: 1px;
}

.lang_is_ltr .mltt_as_nav .mltt__bucket:first-child {
  padding-left: 8px;
}

.lang_is_ltr .mltt__bucket:first-child {
  padding-left: 10px;
}

.mltt__bucket {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mltt__legs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.mltt__legs--current:first-child {
  padding-left: 10px;
}
.mltt__legs--current {
  padding: 0 20px;
}

.mltt__legs > * {
  margin-right: 4px;
}

.mltt__legs > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mltt__leg--current {
  border-style: solid;
  border-color: red;
  border-width: 12px;
}

.mltt__leg:last-child {
  margin-right: 0;
}

.mltt__leg {
  cursor: pointer;
  min-width: 110px;
}

.mltt__leg {
  background-color: #fff;
  border-bottom: 3px solid;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  display: block;
  padding: 7px 10px 4px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  vertical-align: middle;
}

.lang_is_ltr .mltt__leg--booking .mltt__leg__title,
.lang_is_ltr .mltt__leg--search .mltt__leg__title {
  padding-right: 8px;
}

.mltt__leg__title {
  display: block;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  max-width: 200px;
  text-overflow: ellipsis;
}

.mltt__leg__title--search {
  color: #febb02;
  font-weight: bold;
}

.mltt__leg__title--done {
  color: #0ab21b;
  font-weight: bold;
}

.mltt__leg__icon_boxed {
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  float: right;
  font-size: 20px;
  text-align: center;
  position: relative;
  right: -5px;
  top: -2px;
}

.mltt__leg__subtitle:not(:first-child) {
  padding-top: 2px;
}

.mltt__leg__subtitle {
  clear: both;
  color: #383838;
  display: block;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

.mltt__leg__subtitle--current {
  font-weight: 700;
}

.mltt__leg_divider {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 4px;
  vertical-align: middle;
  width: 20px;
}

a.mltt__leg--suggestion {
  color: #07c;
}

.mltt__leg--suggestion {
  background-color: #fff;
  border: 3px dashed rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  color: #07c;
}

.mltt__leg--search {
  border-width: 0;
  border-bottom: 3px solid #febb02;
}

.mltt__leg--done {
  border-width: 0;
  border-bottom: 3px solid #0ab21b;
}

.mltt__leg--buy {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  background: #0ab21b;
  color: #fff;
  text-align: center;
  width: 100px;
  padding: 14px 0;
  border-radius: 5px;
  border-bottom: 3px solid #098305;
  text-decoration: none;
  transition: all linear 200ms;
}

a.mltt__leg--buy:hover {
  border-bottom: 3px solid #0ab21b;
  color: #fff;
  padding: 16px 0 12px 0;
}

.mltt__leg__subtitle:nth-child(2) {
  padding-top: 6px;
}

.mltt_as_nav .mltt__button--right .b-icon {
  right: 0;
}

.mltt__button--right .b-icon {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .hide_767 {
    display: none;
  }
}

.mltt__track::-webkit-scrollbar {
  display: none;
}

.modulo-itinerario .oe-shortcode-section {
  background: none;
}

.ui-datepicker {
  border: 1px solid rgb(22, 136, 203) !important;
  border-radius: 4px !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

html {
  overflow: -moz-scrollbars-none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ddd;
  background: #21c1f2 !important;
  color: #fff !important;
}

td.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
  border: 1px solid #ddd !important;
  background: #fbcdce !important;
  color: #000 !important;
}

a.ui-state-default {
  border: 1px solid #ddd !important;
  background: #c8e7a8 !important;
  color: #000 !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .label-shopcart {
    vertical-align: text-top;
  }
}
@media screen and (max-width: 767px) {
  div#divHotelOcultoCheck {
    margin-top: -35px !important;
  }
}
@media screen and (max-width: 767px) {
  div#contenido {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .contenedor-descripcion-acordeon {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media screen and (min-width: 760px) and (max-width: 991px) {
  .modulo-linea-tiempo {
    max-width: 335px;
  }
  .esconde-767 {
    display: none !important;
  }
  #linea-tiempo .esconde-640 {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  #datepicker2 .ui-widget-content {
    width: 100% !important;
    max-width: 100% !important;
  }
}
