@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Coda:400,800);
@import url(https://fonts.googleapis.com/css?family=Duru+Sans);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic);
html {
  font-family: sans-serif;
  margin-top: 0 !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -0 em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

.flex-video {
  position: relative;
  height: 0;
  /* 16:9 */
  padding-top: 25px;
  padding-bottom: 56.25%;
}

.flex-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframedvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.duration-1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -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;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes jello {
  11.1% {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.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: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.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;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.header {
  height: 130px;
  border-bottom: 1px solid #f33;
}

.header .in-frame {
  padding: 0;
}

.header .in-frame .header-top {
  height: 55px;
  padding-left: 10px;
  border-bottom: 2px solid #f33;
  position: relative;
}

.header .in-frame .header-top .logo {
  margin-left: 20px;
  margin-top: 22px;
}

.header .in-frame .header-top .nav-toggle {
  position: absolute;
  text-align: center;
  top: 10px;
  right: 20px;
  background: #999;
  padding: 3px;
  height: 35px;
  width: 42px;
}

.header .in-frame .header-top .nav-toggle i {
  font-size: 32px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
  top: -2px;
}

.header .in-frame .header-top .nav-toggle:hover {
  cursor: pointer;
}

.header .in-frame .header-top .social {
  margin-top: 12px;
  text-align: right;
}

.header .in-frame .header-top .social .soc li a {
  font-size: 18px !important;
  width: 23px;
}

.header .in-frame .header-bottom {
  height: 40px;
  padding: 5px 0 0;
  background: #eee;
}

.header .in-frame .header-bottom nav {
  padding-left: 10px;
  display: none;
}

.header .in-frame .header-bottom nav ul {
  margin: 0;
  padding: 0;
}

.header .in-frame .header-bottom nav ul li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
  position: relative;
}

.header .in-frame .header-bottom nav ul li a {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
}

.header .in-frame .header-bottom nav ul li a:hover,
.header .in-frame .header-bottom nav ul li a.active {
  color: #f33;
}

.header .in-frame .header-bottom aside {
  text-align: left;
  padding-top: 10px;
  background: #fff;
  text-align: center;
  background: #eee;
}

.header .in-frame .header-bottom aside a {
  margin-bottom: 10px;
  display: inline-block;
  width: 280px;
  margin-right: 0;
  height: 35px;
}

.header .in-frame .header-bottom aside a i {
  top: 5px;
  left: 0px;
  font-size: 25px;
}

.header .in-frame .header-bottom aside a span {
  position: relative;
  top: 0;
  left: 0px;
  font-size: 15px;
}

.header .in-frame .header-bottom aside a.gray i {
  top: 5px;
  left: 0px;
  font-size: 30px;
}

.header .in-frame .header-bottom aside a.red i {
  top: 2px;
  left: 0px;
  font-size: 30px;
}

.header .in-frame .header-bottom aside a.red span {
  top: -8px;
  left: 0px;
}

@media (min-width: 325px) {
  .header .in-frame {
    padding: 0;
  }
  .header .in-frame .header-top {
    border-bottom: 0 solid #f33;
  }
  .header .in-frame .header-bottom aside {
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
  }
  .header .in-frame .header-bottom aside a {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
    text-align: center;
  }
  .header .in-frame .header-bottom aside a i {
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0 auto;
    right: 90px;
  }
  .header .in-frame .header-bottom aside a span {
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    right: 10px;
    padding: 0;
  }
  .header .in-frame .header-bottom aside a.gray i {
    top: 0;
    left: 5px;
    font-size: 30px;
    line-height: 25px;
    padding: 0;
    position: absolute;
  }
  .header .in-frame .header-bottom aside a.gray span {
    top: 14px;
    left: 35px;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .header .in-frame .header-bottom aside a.red i {
    top: 5px;
    left: 5px;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    position: absolute;
  }
  .header .in-frame .header-bottom aside a.red span {
    top: 14px;
    left: 26px;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
  }
}

@media (min-width: 641px) {
  .header {
    height: 100px;
  }
}

@media (min-width: 1024px) {
  .header {
    height: 106px;
  }
  .header .in-frame .header-top {
    height: 50px;
    padding-left: 10px;
    border-bottom: 0 solid transparent;
  }
  .header .in-frame .header-top .logo {
    margin-top: 25px;
    margin-left: 18px;
  }
  .header .in-frame .header-top .nav-toggle {
    display: none;
  }
  .header .in-frame .header-top .utility-bar {
    width: 220px;
    position: relative;
  }
  .header .in-frame .header-top .utility-bar .social {
    margin-top: 10px;
    text-align: right;
    margin-right: 10px;
    display: inline-block;
  }
  .header .in-frame .header-top .utility-bar .social .soc li a {
    font-size: 18px !important;
    width: 23px;
    color: #666;
  }
  .header .in-frame .header-top .utility-bar .lang-selector {
    border-left: 1px solid #ccc;
    display: inline-block;
    position: relative;
    padding-left: 5px;
    top: -10px;
    height: 27px;
    cursor: pointer;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .icon-world {
    font-size: 20px;
    position: relative;
    top: 3px;
    color: #666;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .icon-down-open-mini {
    color: #666;
  }
  .header .in-frame .header-top .utility-bar .lang-selector span {
    font-family: "Asap", sans-serif;
    position: relative;
    top: -1px;
    font-size: 13px;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown {
    display: none;
    position: absolute;
    top: 27px;
    left: 0px;
    width: 91px;
    background: #f0f0f0;
    padding: 4px 0 0;
    z-index: 99;
    margin: 0;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown > li {
    list-style-type: none !important;
    display: block;
    padding: 5px;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown > li a {
    color: #999;
    font-size: 12px;
    display: block;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown > li:hover {
    background: #d7d7d7;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown > li.active {
    background: #fafafa;
    position: relative;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .selector-dropdown > li.active:before {
    content: "g";
    position: absolute;
    top: 5px;
    right: 3px;
    color: #999;
    font-family: "resguarda" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .notch:after {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 5px solid #f0f0f0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .header .in-frame .header-top .utility-bar .lang-selector .notch:after {
    border-bottom-color: #f0f0f0;
  }
  .header .in-frame .header-top .utility-bar .lang-selector:hover .selector-dropdown {
    display: block;
  }
  .header .in-frame .header-bottom {
    height: 44px;
    padding: 5px 0 0;
    background: #fff;
  }
  .header .in-frame .header-bottom nav {
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px;
  }
  .header .in-frame .header-bottom nav ul {
    margin: 0;
    padding: 0;
  }
  .header .in-frame .header-bottom nav ul li {
    height: 40px;
    display: inline-block;
    list-style-type: none;
  }
  .header .in-frame .header-bottom nav ul li a {
    font-family: "Asap", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 5px;
  }
  .header .in-frame .header-bottom nav ul li a:hover {
    color: #333;
    border-bottom: 2px solid #f33;
  }
  .header .in-frame .header-bottom nav ul > li.active a {
    border-bottom: 2px solid #f33;
  }
  .header .in-frame .header-bottom aside {
    padding-left: 30px;
    text-align: left;
    background: #fff;
  }
  .header .in-frame .header-bottom aside a {
    display: inline-block;
    width: 132px;
    margin-right: 6px !important;
  }
}

header .in-frame > .header-bottom nav ul li {
  position: relative;
}

header .in-frame > .header-bottom nav ul li .dropdown {
  display: none;
  margin: 0;
  padding: 0;
  width: 300px;
  position: absolute;
  top: 41px;
  z-index: 999;
  background-color: #fff;
}

header .in-frame > .header-bottom nav ul li .dropdown li {
  width: 300px;
  background-color: #fff;
  height: 40px !important;
  text-align: left !important;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  position: relative;
}

header .in-frame > .header-bottom nav ul li .dropdown li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 12px !important;
  text-transform: none !important;
  padding: 5px 5px 10px 5px !important;
  color: #ccc;
}

header .in-frame > .header-bottom nav ul li .dropdown li a:hover {
  border: none !important;
}

header .in-frame > .header-bottom nav ul li .dropdown li:nth-last-child(1) {
  border-bottom: 0 solid #ddd;
}

header .in-frame > .header-bottom nav ul li .dropdown li:hover {
  background-color: #ccc;
}

.in-page-header .in-frame > .header-bottom nav ul,
.hidden-menu .in-frame > .header-bottom nav ul {
  position: relative;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown,
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown {
  display: none;
  margin: 0;
  padding: 0;
  width: 300px;
  position: absolute;
  top: 35px;
  z-index: 999;
  background-color: #fff;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown li,
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown li {
  width: 300px;
  background-color: #fff;
  height: 40px !important;
  text-align: left !important;
  border-bottom: 1px solid #ddd;
  padding: 5px;
  position: relative;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown li a,
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 12px !important;
  text-transform: none !important;
  padding: 5px 5px 10px 5px !important;
  color: #ccc;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown li a:hover,
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown li a:hover {
  border: none !important;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown li:nth-last-child(1),
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown li:nth-last-child(1) {
  border-bottom: 0 solid #ddd;
}

.in-page-header .in-frame > .header-bottom nav ul li .dropdown li:hover,
.hidden-menu .in-frame > .header-bottom nav ul li .dropdown li:hover {
  background-color: #ccc;
}

@media (min-width: 1024px) {
  .in-page-header {
    height: 70px;
  }
  .in-page-header .in-frame .header-top {
    display: none;
  }
  .in-page-header .in-frame .header-bottom {
    padding-top: 20px;
  }
  .in-page-header .in-frame .header-bottom .logo {
    display: block;
    margin: 12px 0 0 25px;
  }
  .in-page-header .in-frame .header-bottom nav {
    padding-top: 5px;
    margin-top: 5px;
  }
  .in-page-header .in-frame .header-bottom aside {
    text-align: right;
    padding-top: 3px;
    padding-left: 0;
  }
  .in-page-header .in-frame .header-bottom aside a {
    position: relative;
    right: 15px;
    float: right;
    display: inline-block;
    width: 32px;
    margin-right: 5px !important;
  }
  .in-page-header .in-frame .header-bottom aside a span {
    display: none;
  }
  .in-page-header .in-frame .header-bottom aside a.red i {
    top: 4px;
    left: 6px;
    font-size: 22px;
  }
  .in-page-header .in-frame .header-bottom aside a.gray i {
    left: 3px;
  }
}

body {
  font-size: 14px;
  background-color: #fff;
}

a:visited,
a:focus,
a {
  text-decoration: none;
  color: #f33;
}

img {
  max-width: 100%;
}

small {
  font-size: 12px;
  line-height: 11px;
}

p {
  font-weight: 300;
  line-height: 20px;
  clear: both;
  color: #000;
  font-size: 14px;
  font-size: 0.91rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Asap", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 40px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 32px;
}

h3 {
  font-size: 26px;
  line-height: 28px;
}

h4 {
  font-size: 18px;
  line-height: 20px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

li {
  font-size: 14px;
}

.in-frame {
  background-color: transparent;
}

.template-full main,
.template-sidebar main,
.template-sidebar main {
  min-height: 500px;
}

.big-button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  height: 28px;
  margin: 0 0 10px;
  padding: 0 10px 5px 5px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
}

.big-button a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.big-button i {
  position: relative;
}

.big-button.red {
  background: #f00;
}

.big-button.red i {
  font-size: 20px;
  top: 4px;
  left: -3px;
}

.big-button.gray {
  background: #666;
}

.big-button.gray i {
  font-size: 25px;
  top: 0;
  left: -6px;
  height: 33px;
  vertical-align: middle;
}

.big-button:visited {
  color: #fff;
}

.big-button:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.5);
}

.hide-at-start {
  display: none;
}

.shadowed:hover {
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=0, Color='#444')";
  filter: url("#drop-shadow");
  -webkit-filter: drop-shadow(0px 0px 3px rgba(50, 50, 50, 0.5));
  filter: drop-shadow(0px 0px 3px rgba(50, 50, 50, 0.5));
}

section#clientes-in .in-frame {
  padding: 0 20px;
}

section#clientes-in .in-frame #frase-clientes h1 {
  margin: 50px 0 18px 0;
}

section#clientes-in .in-frame #frase-clientes p {
  font-size: 18px;
}

section#clientes-in section#slider-clientes {
  padding-bottom: 50px;
  background-color: #fff;
  overflow: hidden;
}

section#clientes-in section#slider-clientes .swiper-pagination {
  height: 30px;
  width: 100%;
  position: relative;
  padding: 0 0 20px 0;
}

section#clientes-in section#slider-clientes .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  border: 1px solid #f00;
  margin: 0px 3px 3px 3px;
  height: 18px;
  width: 18px;
  border-radius: 0;
  opacity: 1;
}

section#clientes-in section#slider-clientes .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f00;
}

section#clientes-in section#slider-clientes .row > figure {
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: -2px;
  overflow: hidden;
}

section#clientes-in section#slider-clientes .row > figure img {
  display: block;
  width: 100%;
}

section#clientes-in section#slider-clientes .row figcaption {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 20px 25px;
  color: #fff;
  font-size: 20px;
  vertical-align: baseline;
  font-weight: 200;
}

section#clientes-in section#clientes-paises {
  min-height: 400px;
  background: transparent;
  text-align: center;
}

section#clientes-in section#clientes-paises header {
  position: relative;
  top: 80px;
}

section#clientes-in section#clientes-paises header span.line {
  border-top: 1px solid #fff;
  position: relative;
  top: 7px;
  height: 30px;
}

section#clientes-in section#clientes-paises header i {
  text-align: center;
  background-color: #ccc;
  padding: 7px 7px 3px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

section#clientes-in section#clientes-paises .country-list {
  padding: 110px 0 0 0;
  -webkit-columns: 300px;
  -moz-columns: 300px;
  columns: 300px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

section#clientes-in section#clientes-paises .country-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  list-style-type: none;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 8px;
}

section#novedades-in article h3 {
  font-weight: 400 !important;
}

section#novedades-in article .article-footer main .button {
  display: block;
  max-width: 85px;
  background: #f33 !important;
  color: #fff !important;
  margin: 45px 0 0;
}

section#novedades-in article .article-footer main .button:hover {
  background: gray !important;
}

@media (min-width: 1024px) {
  section#novedades-in article h3 {
    font-weight: 400 !important;
  }
  section#novedades-in article .article-footer {
    margin-top: 40px;
  }
  section#novedades-in article .article-footer main .button {
    display: block;
    max-width: 85px;
    background: #f33 !important;
    color: #fff !important;
    margin: 10px 0 0;
  }
  section#novedades-in article .article-footer main .button:hover {
    background: gray !important;
  }
  section#novedades-in article .article-footer aside .compartir .soc {
    margin: 15px 0 0 0;
  }
  section#novedades-in article .article-footer aside .compartir .soc li a {
    font-size: 25px !important;
  }
}

.article-content p {
  font-size: 16px;
  line-height: 22px;
}

.article-content ul {
  margin: 0;
  padding: 0;
}

.article-content ul > li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 22px;
  list-style-type: none;
}

.article-content ul > li:before {
  content: "•";
  margin: 0 6px 0 3px;
  font-size: 16px;
  color: red;
  /* or whatever color you prefer */
}

.article-content .swiper-container {
  width: 100%;
}

.article-content .swiper-container .swiper-slide figure {
  margin: 0;
  padding: 0;
}

.article-content .swiper-container .swiper-slide figure img {
  min-width: 100%;
  display: block;
  margin-bottom: 0;
}

.article-content .swiper-container .swiper-slide figure figcaption {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 100;
  font-size: 14px;
  background-color: #f6f6f6;
  padding: 7px 30px;
}

.article-content .swiper-container .swiper-button-prev {
  background: none;
  left: -7px;
  bottom: 0;
  top: auto !important;
  height: 28px;
}

.article-content .swiper-container .swiper-button-prev:before {
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "D";
  font-size: 35px;
  background: #f6f6f6;
  line-height: 28px;
}

.article-content .swiper-container .swiper-button-next {
  background: none;
  right: 0;
  bottom: 0;
  top: auto !important;
  height: 28px;
}

.article-content .swiper-container .swiper-button-next:before {
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "C";
  font-size: 35px;
  background: #f6f6f6;
  height: 28px;
}

@media (min-width: 1024px) {
  .article-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .article-content ul {
    margin: 0;
    padding: 0;
  }
  .article-content ul > li {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    line-height: 22px;
    list-style-type: none;
  }
  .article-content ul > li:before {
    content: "•";
    margin: 0 6px 0 3px;
    font-size: 16px;
    color: red;
    /* or whatever color you prefer */
  }
  .article-content .swiper-container {
    width: 100%;
  }
  .article-content .swiper-container .swiper-slide figure {
    margin: 0;
    padding: 0;
  }
  .article-content .swiper-container .swiper-slide figure img {
    min-width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .article-content .swiper-container .swiper-slide figure figcaption {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
    font-size: 14px;
    background-color: #f6f6f6;
    padding: 7px 30px;
  }
  .article-content .swiper-container .swiper-button-prev {
    background: none;
    left: -7px;
    bottom: 0;
    top: auto !important;
    height: 28px;
  }
  .article-content .swiper-container .swiper-button-prev:before {
    font-family: "resguarda" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "D";
    font-size: 35px;
    background: #f6f6f6;
    line-height: 28px;
  }
  .article-content .swiper-container .swiper-button-next {
    background: none;
    right: 0;
    bottom: 0;
    top: auto !important;
    height: 28px;
  }
  .article-content .swiper-container .swiper-button-next:before {
    font-family: "resguarda" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "C";
    font-size: 35px;
    background: #f6f6f6;
    height: 28px;
  }
}

#novedades-agenda-in .agenda-in-header {
  border-bottom: 1px solid #ddd;
  float: left;
  width: 100%;
  height: 50px;
  margin: 70px 0 0px;
}

#novedades-agenda-in .agenda-in-header h1 {
  margin: 0;
}

#novedades-agenda-in .agenda-in-header aside > .header-icon {
  position: relative;
}

#novedades-agenda-in .agenda-in-header aside > .header-icon i {
  position: absolute;
  font-size: 65px;
  top: -15px;
  right: -20px;
  margin: 0;
  padding: 0;
  color: #f66;
}

#novedades-agenda-in .agenda-in-header aside .agenda-pagination {
  position: relative;
  top: -20px;
}

#novedades-agenda-in article {
  clear: both;
  margin-top: 25px;
  margin-bottom: 60px;
}

#novedades-agenda-in article aside .day {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 10px;
  padding: 5px;
  color: #fff;
  background: #f66;
}

#novedades-agenda-in article main {
  position: relative;
  padding-left: 10px;
}

#novedades-agenda-in article main h2 {
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
}

#novedades-agenda-in article main footer .white-overlay {
  height: 100px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#novedades-agenda-in article figure {
  margin: 0;
  padding: 0;
}

#novedades-agenda-in article figure img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  #novedades-agenda-in .agenda-in-header {
    border-bottom: 1px solid #ddd;
    float: left;
    width: 100%;
    height: 50px;
    margin: 70px 0 40px;
  }
  #novedades-agenda-in .agenda-in-header h1 {
    margin: 0;
  }
  #novedades-agenda-in .agenda-in-header aside > .header-icon {
    position: relative;
  }
  #novedades-agenda-in .agenda-in-header aside > .header-icon i {
    position: absolute;
    font-size: 65px;
    top: -15px;
    right: -20px;
    margin: 0;
    padding: 0;
    color: #f66;
  }
  #novedades-agenda-in .agenda-in-header aside .agenda-pagination {
    position: relative;
    top: -20px;
  }
  #novedades-agenda-in article {
    clear: both;
    margin-top: 25px;
    margin-bottom: 60px;
  }
  #novedades-agenda-in article aside .day {
    font-size: 22px;
    font-weight: 200;
    position: relative;
    top: 10px;
    padding: 5px;
    color: #fff;
    background: #f66;
  }
  #novedades-agenda-in article main {
    position: relative;
    padding-left: 10px;
  }
  #novedades-agenda-in article main h2 {
    margin: 0 0 15px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
  }
  #novedades-agenda-in article main footer .white-overlay {
    height: 100px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  }
  #novedades-agenda-in article figure {
    margin: 0;
    padding: 0;
  }
  #novedades-agenda-in article figure img {
    max-width: 100%;
  }
}

section#slider {
  color: #fff;
  background: #ddd;
}

section#slider .swiper-button-next,
section#slider .swiper-button-prev {
  display: none !important;
}

section#slider .in-frame {
  position: relative;
}

section#slider .in-frame .swiper-pagination {
  right: 10px;
  top: 380px;
  z-index: 15;
  position: absolute;
  width: 100%;
  height: 20px;
}

section#slider .in-frame .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  margin-left: 10px;
}

section#slider .in-frame .swiper-pagination .swiper-pagination-bullet-active {
  background: #ccc;
}

section#slider .swiper-container {
  width: 100%;
  height: 385px;
}

section#slider .swiper-container .swiper-slide .slider-bg {
  height: 495px;
  background-size: cover;
  background-position: center center !important;
  overflow: hidden;
}

section#slider .swiper-container .swiper-slide .slider-caption {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 495px;
  color: #fff;
}

section#slider .swiper-container .swiper-slide .slider-caption .in-frame {
  position: relative;
  height: 100%;
}

section#slider .swiper-container .swiper-slide .slider-caption .in-frame .animated {
  display: none;
}

section#slider .swiper-container .swiper-slide .slider-caption [class^='capt-'],
section#slider .swiper-container .swiper-slide .slider-caption [class*=' capt-'] {
  position: absolute !important;
}

@media (min-width: 325px) {
  section#slider .swiper-container {
    width: 100%;
    height: 400px;
  }
  section#slider .swiper-container .swiper-slide .slider-bg {
    overflow: hidden;
  }
}

@media (min-width: 641px) {
  section#slider .in-frame .swiper-pagination {
    top: 460px;
  }
  section#slider .swiper-container {
    width: 100%;
    height: 495px;
  }
  section#slider .swiper-container .swiper-slide .slider-bg {
    overflow: hidden;
  }
  section#slider .swiper-container .swiper-slide .slider-bg img {
    width: 100%;
    min-width: 100%;
    height: 495px;
  }
}

@media (min-width: 1024px) {
  section#slider .in-frame {
    position: relative;
  }
  section#slider .in-frame .swiper-pagination {
    position: absolute;
    right: 2%;
    top: 20px;
    width: auto;
  }
  section#slider .in-frame .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-left: 10px;
  }
  section#slider .swiper-container {
    width: 100%;
    height: 495px;
  }
  section#slider .swiper-container .swiper-slide .slider-caption {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 495px;
    color: #fff;
  }
  section#slider .swiper-container .swiper-slide .slider-caption .in-frame {
    position: relative;
    height: 100%;
  }
  section#slider .swiper-container .swiper-slide .slider-caption .in-frame .animated {
    display: none;
  }
  section#slider .swiper-container .swiper-slide .slider-caption [class^='capt-'],
  section#slider .swiper-container .swiper-slide .slider-caption [class*=' capt-'] {
    position: absolute !important;
  }
}

.slider-button {
  font-family: "Source Sans Pro", sans-serif;
  background: #f33;
  padding: 14px 32px;
  font-size: 15px;
  color: #fff;
}

.slider-button:hover {
  cursor: pointer;
}

.slider-button:visited {
  color: #fff;
}

@media (min-width: 641px) {
  .slider-button {
    padding: 15px 36px;
    font-size: 18px;
  }
}

.slider-button:hover {
  background-color: #fff !important;
  color: #f33;
}

.home-slider .placa-1 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 50px;
  left: 6%;
  width: 90%;
  text-align: left;
}

.home-slider .placa-1 .capt-empleado-img {
  bottom: 215px;
  left: 7%;
  width: 20%;
}

.home-slider .placa-1 .capt-globo-img {
  bottom: 265px;
  width: 40px;
  left: 24%;
}

.home-slider .placa-1 .capt-empleado-txt {
  bottom: 195px;
  left: 9%;
  font-size: 11px;
}

.home-slider .placa-1 .capt-especialista-img {
  bottom: 215px;
  width: 20%;
  margin: 0 auto;
  left: -1%;
  right: 0;
  text-align: center;
}

.home-slider .placa-1 .capt-especialista-txt {
  bottom: 185px;
  width: 100px;
  margin: 0 auto;
  left: -1%;
  right: 0;
  text-align: center;
  font-size: 11px;
}

.home-slider .placa-1 .capt-especialista {
  top: 100px;
  left: 50%;
}

.home-slider .placa-1 .capt-flecha-1 {
  bottom: 230px;
  left: 30%;
  width: 20px;
}

.home-slider .placa-1 .capt-web {
  bottom: 250px;
  left: -1001%;
}

.home-slider .placa-1 .capt-telefono {
  bottom: 250px;
  left: -1001%;
}

.home-slider .placa-1 .capt-email {
  bottom: 95px;
  left: -1001%;
}

.home-slider .placa-1 .capt-fax {
  bottom: 95px;
  left: -1001%;
}

.home-slider .placa-1 .capt-flecha-2 {
  bottom: 230px;
  left: 61%;
  width: 20px;
}

.home-slider .placa-1 .capt-empresa-img {
  bottom: 215px;
  left: 72%;
  width: 22%;
}

.home-slider .placa-1 .capt-empresa-txt {
  bottom: 195px;
  left: 75%;
  font-size: 11px;
}

@media (min-width: 641px) {
  .home-slider .placa-1 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 87px;
    width: 100%;
    text-align: center;
    left: auto;
  }
  .home-slider .placa-1 .capt-empleado-img {
    bottom: 150px;
    left: 4%;
    width: auto;
  }
  .home-slider .placa-1 .capt-globo-img {
    bottom: 225px;
    width: 70px;
    left: 10.5%;
  }
  .home-slider .placa-1 .capt-empleado-txt {
    bottom: 128px;
    left: 4.7%;
    font-size: 14px;
  }
  .home-slider .placa-1 .capt-especialista-img {
    bottom: 150px;
    width: 300px;
    margin: 0 auto;
    left: 2%;
    right: 0;
    text-align: center;
  }
  .home-slider .placa-1 .capt-especialista-txt {
    bottom: 110px;
    width: 100px;
    margin: 0 auto;
    left: 2%;
    right: 0;
    text-align: center;
    font-size: 14px;
  }
  .home-slider .placa-1 .capt-especialista {
    top: 100px;
    left: 50%;
  }
  .home-slider .placa-1 .capt-flecha-1 {
    bottom: 170px;
    left: 21%;
    width: auto;
  }
  .home-slider .placa-1 .capt-web {
    bottom: 250px;
    left: 32%;
  }
  .home-slider .placa-1 .capt-telefono {
    bottom: 250px;
    left: 63.5%;
  }
  .home-slider .placa-1 .capt-email {
    bottom: 95px;
    left: 32%;
  }
  .home-slider .placa-1 .capt-fax {
    bottom: 95px;
    left: 63.5%;
  }
  .home-slider .placa-1 .capt-flecha-2 {
    bottom: 170px;
    left: 77%;
    width: auto;
  }
  .home-slider .placa-1 .capt-empresa-img {
    bottom: 150px;
    left: 85%;
  }
  .home-slider .placa-1 .capt-empresa-txt {
    bottom: 128px;
    left: 87%;
    font-size: 14px;
  }
}

.home-slider .placa-2 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 32px;
  font-weight: 400;
  top: 30px;
  line-height: 32px;
  left: 6%;
  width: 90%;
}

.home-slider .placa-2 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 150px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.home-slider .placa-2 .capt-button {
  top: 240px;
  left: 6%;
}

.home-slider .placa-2 .capt-icon-img {
  bottom: 145px;
  right: -10000%;
}

@media (min-width: 641px) {
  .home-slider .placa-2 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 2%;
    width: 40%;
  }
  .home-slider .placa-2 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 180px;
    width: 40%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-2 .capt-button {
    top: 282px;
    left: 2%;
  }
  .home-slider .placa-2 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

@media (min-width: 641px) and (min-width: 1024px) {
  .home-slider .placa-2 .capt-header {
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 45px;
    width: 36%;
    left: 2%;
  }
  .home-slider .placa-2 .capt-description {
    font-size: 18px;
    color: #fff;
    top: 220px;
    width: 36%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-2 .capt-button {
    top: 332px;
    left: 2%;
  }
  .home-slider .placa-2 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

.home-slider .placa-3 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 32px;
  font-weight: 400;
  top: 30px;
  line-height: 32px;
  left: 6%;
  width: 90%;
}

.home-slider .placa-3 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 130px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.home-slider .placa-3 .capt-button {
  top: 240px;
  left: 6%;
}

.home-slider .placa-3 .capt-icon-img {
  bottom: 145px;
  right: -10000%;
}

@media (min-width: 641px) {
  .home-slider .placa-3 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 2%;
    width: 40%;
  }
  .home-slider .placa-3 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 160px;
    width: 40%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-3 .capt-button {
    top: 322px;
    left: 2%;
  }
  .home-slider .placa-3 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

@media (min-width: 1024px) {
  .home-slider .placa-3 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 45px;
    left: 2%;
    width: 36%;
  }
  .home-slider .placa-3 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 170px;
    width: 36%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-3 .capt-button {
    top: 300px;
    left: 2%;
  }
  .home-slider .placa-3 .capt-icon-img {
    bottom: 185px;
    right: 18%;
  }
}

.home-slider .placa-4 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 32px;
  font-weight: 400;
  top: 30px;
  line-height: 32px;
  left: 6%;
  width: 80%;
}

.home-slider .placa-4 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 180px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.home-slider .placa-4 .capt-button {
  top: 280px;
  left: 6%;
}

.home-slider .placa-4 .capt-icon-img {
  bottom: 145px;
  right: -10000%;
}

@media (min-width: 641px) {
  .home-slider .placa-4 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 2%;
    width: 40%;
  }
  .home-slider .placa-4 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 180px;
    width: 40%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-4 .capt-button {
    top: 322px;
    left: 2%;
  }
  .home-slider .placa-4 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

@media (min-width: 1024px) {
  .home-slider .placa-4 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 45px;
    left: 2%;
    width: 40%;
  }
  .home-slider .placa-4 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 220px;
    width: 36%;
    left: 2%;
    line-height: 22px;
  }
  .home-slider .placa-4 .capt-button {
    top: 355px;
    left: 2%;
  }
  .home-slider .placa-4 .capt-icon-img {
    bottom: 170px;
    right: 15.5%;
  }
}

.home-slider .placa-5 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 40px;
  font-weight: 400;
  top: 45px;
  width: 100%;
  text-align: center;
  right: 0;
}

.home-slider .placa-5 .capt-mail-link {
  font-family: "Asap", sans-serif;
  font-size: 18px;
  color: #fff;
  top: 150px;
  width: 100%;
  text-align: center;
  left: -1000%;
}

.home-slider .placa-5 .capt-mail-link a {
  color: #fff;
}

.home-slider .placa-5 .capt-mail-link a:visited {
  color: #fff !important;
}

.home-slider .placa-5 .capt-seguimiento {
  left: 0;
  color: #fff;
  display: block;
  top: 248px;
  width: 100%;
  text-align: center;
  position: relative;
}

.home-slider .placa-5 .capt-seguimiento h1 {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
  background: #666;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 210px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.home-slider .placa-5 .capt-seguimiento img {
  position: relative;
  z-index: 3;
  margin: 0;
  top: 20px;
  left: -23%;
  width: 10%;
  -webkit-filter: brightness(10%);
}

.home-slider .placa-5 .capt-seguimiento span {
  position: absolute;
  top: 15px;
  width: 142px;
  text-align: center;
  font-size: 22px;
  left: 35px;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.home-slider .placa-5 .capt-seguimiento:hover h1 {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.home-slider .placa-5 .capt-reporte {
  left: 0;
  color: #fff;
  display: block;
  top: 180px;
  width: 100%;
  text-align: center;
  position: relative;
}

.home-slider .placa-5 .capt-reporte h1 {
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0;
  position: absolute;
  background: #f33;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 210px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.home-slider .placa-5 .capt-reporte img {
  position: relative;
  z-index: 3;
  margin: 0;
  top: 18px;
  width: 18px;
  left: -23%;
  z-index: 4;
}

.home-slider .placa-5 .capt-reporte span {
  position: absolute;
  top: 15px;
  width: 142px;
  text-align: center;
  font-size: 22px;
  left: 35px;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.home-slider .placa-5 .capt-reporte:hover h1 {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 325px) {
  .home-slider .placa-5 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 400;
    top: 45px;
    width: 100%;
    text-align: center;
    right: 0;
  }
  .home-slider .placa-5 .capt-mail-link {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 150px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .home-slider .placa-5 .capt-mail-link a {
    color: #fff;
  }
  .home-slider .placa-5 .capt-mail-link a:visited {
    color: #fff !important;
  }
  .home-slider .placa-5 .capt-seguimiento {
    left: 0;
    color: #fff;
    display: block;
    top: 300px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .home-slider .placa-5 .capt-seguimiento h1 {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    background: #666;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 210px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .home-slider .placa-5 .capt-seguimiento img {
    position: relative;
    z-index: 3;
    margin: 0;
    top: 18px;
    left: -80px;
    width: 40px;
    -webkit-filter: brightness(10%);
  }
  .home-slider .placa-5 .capt-seguimiento span {
    position: absolute;
    top: 15px;
    width: 142px;
    text-align: center;
    font-size: 22px;
    left: 35px;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .home-slider .placa-5 .capt-seguimiento:hover h1 {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .home-slider .placa-5 .capt-reporte {
    left: 0;
    color: #fff;
    display: block;
    top: 220px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .home-slider .placa-5 .capt-reporte h1 {
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
    position: absolute;
    background: #f33;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 210px;
    height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .home-slider .placa-5 .capt-reporte img {
    position: relative;
    z-index: 3;
    margin: 0;
    top: 18px;
    width: 18px;
    left: -80px;
    z-index: 4;
  }
  .home-slider .placa-5 .capt-reporte span {
    position: absolute;
    top: 15px;
    width: 142px;
    text-align: center;
    font-size: 22px;
    left: 35px;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  .home-slider .placa-5 .capt-reporte:hover h1 {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 641px) {
  .home-slider .placa-5 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 87px;
    width: 100%;
    text-align: center;
    right: -5px;
  }
  .home-slider .placa-5 .capt-mail-link {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 150px;
    width: 100%;
    text-align: center;
    left: 0;
  }
  .home-slider .placa-5 .capt-mail-link a {
    color: #fff;
  }
  .home-slider .placa-5 .capt-mail-link a:visited {
    color: #fff !important;
  }
  .home-slider .placa-5 .capt-seguimiento {
    left: 29%;
    color: #fff;
    display: block;
    top: 228px;
    width: 142px;
    text-align: center;
    position: relative;
  }
  .home-slider .placa-5 .capt-seguimiento h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    width: 142px;
    height: 122px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .home-slider .placa-5 .capt-seguimiento img {
    position: relative;
    z-index: 3;
    margin: 0;
    top: 40px;
    width: auto;
    left: auto;
    -webkit-filter: none;
  }
  .home-slider .placa-5 .capt-seguimiento span {
    position: absolute;
    top: 148px;
    width: 142px;
    left: 0;
    text-align: center;
    font-size: 18px;
  }
  .home-slider .placa-5 .capt-seguimiento:hover h1 {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .home-slider .placa-5 .capt-reporte {
    right: 29%;
    color: #fff;
    left: auto;
    display: block;
    top: 228px;
    width: 142px;
    text-align: center;
    position: relative;
  }
  .home-slider .placa-5 .capt-reporte h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    background: #f33;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    width: 142px;
    height: 122px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 2;
  }
  .home-slider .placa-5 .capt-reporte img {
    position: relative;
    z-index: 3;
    margin: 0;
    top: 40px;
    width: auto;
    left: auto;
  }
  .home-slider .placa-5 .capt-reporte span {
    position: absolute;
    top: 148px;
    width: 142px;
    text-align: center;
    font-size: 18px;
    left: 0;
  }
  .home-slider .placa-5 .capt-reporte:hover h1 {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 1024px) {
  .home-slider .placa-5 .capt-seguimiento {
    left: 33.5%;
  }
  .home-slider .placa-5 .capt-reporte {
    right: 33.5%;
  }
}

.quienes-somos-slider .placa-1 .capt-header,
.quienes-somos-slider .placa-2 .capt-header,
.quienes-somos-slider .placa-3 .capt-header,
.quienes-somos-slider .placa-4 .capt-header,
.quienes-somos-slider .placa-5 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 35px;
  line-height: 30px;
  left: 6%;
  width: 90%;
}

.quienes-somos-slider .placa-1 .capt-description,
.quienes-somos-slider .placa-2 .capt-description,
.quienes-somos-slider .placa-3 .capt-description,
.quienes-somos-slider .placa-4 .capt-description,
.quienes-somos-slider .placa-5 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 230px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.quienes-somos-slider .placa-1 .capt-button,
.quienes-somos-slider .placa-2 .capt-button,
.quienes-somos-slider .placa-3 .capt-button,
.quienes-somos-slider .placa-4 .capt-button,
.quienes-somos-slider .placa-5 .capt-button {
  top: 280px;
  left: 6%;
}

.quienes-somos-slider .placa-1 .capt-icon-img,
.quienes-somos-slider .placa-2 .capt-icon-img,
.quienes-somos-slider .placa-3 .capt-icon-img,
.quienes-somos-slider .placa-4 .capt-icon-img,
.quienes-somos-slider .placa-5 .capt-icon-img {
  bottom: 145px;
  right: -10000%;
}

@media (min-width: 641px) {
  .quienes-somos-slider .placa-1 .capt-header,
  .quienes-somos-slider .placa-2 .capt-header,
  .quienes-somos-slider .placa-3 .capt-header,
  .quienes-somos-slider .placa-4 .capt-header,
  .quienes-somos-slider .placa-5 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 6%;
    width: 60%;
  }
  .quienes-somos-slider .placa-1 .capt-description,
  .quienes-somos-slider .placa-2 .capt-description,
  .quienes-somos-slider .placa-3 .capt-description,
  .quienes-somos-slider .placa-4 .capt-description,
  .quienes-somos-slider .placa-5 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 180px;
    width: 40%;
    left: 6%;
    line-height: 22px;
  }
  .quienes-somos-slider .placa-1 .capt-button,
  .quienes-somos-slider .placa-2 .capt-button,
  .quienes-somos-slider .placa-3 .capt-button,
  .quienes-somos-slider .placa-4 .capt-button,
  .quienes-somos-slider .placa-5 .capt-button {
    top: 322px;
    left: 6%;
  }
  .quienes-somos-slider .placa-1 .capt-icon-img,
  .quienes-somos-slider .placa-2 .capt-icon-img,
  .quienes-somos-slider .placa-3 .capt-icon-img,
  .quienes-somos-slider .placa-4 .capt-icon-img,
  .quienes-somos-slider .placa-5 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

@media (min-width: 1024px) {
  .quienes-somos-slider .placa-1 .capt-header,
  .quienes-somos-slider .placa-2 .capt-header,
  .quienes-somos-slider .placa-3 .capt-header,
  .quienes-somos-slider .placa-4 .capt-header,
  .quienes-somos-slider .placa-5 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 47px;
    left: 1.8%;
    width: 50%;
  }
  .quienes-somos-slider .placa-1 .capt-description,
  .quienes-somos-slider .placa-2 .capt-description,
  .quienes-somos-slider .placa-3 .capt-description,
  .quienes-somos-slider .placa-4 .capt-description,
  .quienes-somos-slider .placa-5 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 265px;
    width: 36%;
    left: 1.8%;
    line-height: 22px;
  }
  .quienes-somos-slider .placa-1 .capt-button,
  .quienes-somos-slider .placa-2 .capt-button,
  .quienes-somos-slider .placa-3 .capt-button,
  .quienes-somos-slider .placa-4 .capt-button,
  .quienes-somos-slider .placa-5 .capt-button {
    top: 335px;
    left: 1.8%;
  }
  .quienes-somos-slider .placa-1 .capt-icon-img,
  .quienes-somos-slider .placa-2 .capt-icon-img,
  .quienes-somos-slider .placa-3 .capt-icon-img,
  .quienes-somos-slider .placa-4 .capt-icon-img,
  .quienes-somos-slider .placa-5 .capt-icon-img {
    bottom: 170px;
    right: 15.5%;
  }
}

.servicios-slider .placa-1 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 35px;
  line-height: 30px;
  left: 6%;
  width: 90%;
}

.servicios-slider .placa-1 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 160px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.servicios-slider .placa-1 .capt-button {
  top: 260px;
  left: 6%;
}

.servicios-slider .placa-1 .capt-icon-img {
  bottom: 145px;
  right: -10000%;
}

@media (min-width: 641px) {
  .servicios-slider .placa-1 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 6%;
    width: 40%;
  }
  .servicios-slider .placa-1 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 190px;
    width: 40%;
    left: 6%;
    line-height: 22px;
  }
  .servicios-slider .placa-1 .capt-button {
    top: 322px;
    left: 6%;
  }
  .servicios-slider .placa-1 .capt-icon-img {
    bottom: 145px;
    right: 13.5%;
  }
}

@media (min-width: 1024px) {
  .servicios-slider .placa-1 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 47px;
    left: 1.8%;
    width: 40%;
  }
  .servicios-slider .placa-1 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 235px;
    width: 36%;
    left: 1.8%;
    line-height: 22px;
  }
  .servicios-slider .placa-1 .capt-button {
    top: 365px;
    left: 1.8%;
  }
  .servicios-slider .placa-1 .capt-icon-img {
    bottom: 170px;
    right: 15.5%;
  }
}

.servicios-slider .placa-2 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 35px;
  line-height: 30px;
  left: 6%;
  width: 90%;
}

.servicios-slider .placa-2 .capt-third {
  width: 90%;
  text-align: left;
  position: relative;
}

.servicios-slider .placa-2 .capt-third img {
  max-width: 50px;
}

.servicios-slider .placa-2 .capt-third h5 {
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  position: absolute;
  left: 60px;
  top: 0;
}

.servicios-slider .placa-2 .capt-third p {
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 16px;
  font-weight: 300;
}

.servicios-slider .placa-2 .capt-one {
  top: 145px;
  left: 20px;
}

.servicios-slider .placa-2 .capt-two {
  top: 200px;
  left: 20px;
}

.servicios-slider .placa-2 .capt-three {
  top: 255px;
  left: 20px;
}

@media (min-width: 641px) {
  .servicios-slider .placa-2 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 6%;
    width: 60%;
  }
  .servicios-slider .placa-2 .capt-third {
    top: 220px;
    width: 33%;
    text-align: center;
  }
  .servicios-slider .placa-2 .capt-third img {
    max-width: none;
  }
  .servicios-slider .placa-2 .capt-third h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    position: relative;
    top: auto;
    margin: 10px auto;
    left: 0;
    right: 0;
  }
  .servicios-slider .placa-2 .capt-third p {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 300;
  }
  .servicios-slider .placa-2 .capt-one {
    top: 220px;
    left: 0;
  }
  .servicios-slider .placa-2 .capt-two {
    top: 220px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .servicios-slider .placa-2 .capt-three {
    top: 220px;
    left: auto;
    right: 0 !important;
  }
}

@media (min-width: 1024px) {
  .servicios-slider .placa-2 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 47px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .servicios-slider .placa-2 .capt-third {
    top: 200px;
    width: 33%;
    text-align: center;
  }
  .servicios-slider .placa-2 .capt-third h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
  }
  .servicios-slider .placa-2 .capt-third p {
    font-family: "Source Sans Pro", sans-serif;
    margin: 0;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: 300;
  }
  .servicios-slider .placa-2 .capt-one {
    left: 0;
  }
  .servicios-slider .placa-2 .capt-two {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .servicios-slider .placa-2 .capt-three {
    right: 0 !important;
  }
}

.servicios-slider .placa-3 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 35px;
  line-height: 30px;
  left: 6%;
  width: 90%;
}

.servicios-slider .placa-3 .capt-description {
  font-family: "Asap", sans-serif;
  font-size: 14px;
  color: #fff;
  top: 160px;
  width: 90%;
  left: 6%;
  line-height: 17px;
}

.servicios-slider .placa-3 .capt-button {
  top: 260px;
  left: 6%;
}

.servicios-slider .placa-3 ul {
  display: none;
}

@media (min-width: 641px) {
  .servicios-slider .placa-3 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    top: 55px;
    line-height: 34px;
    left: 6%;
    width: 40%;
  }
  .servicios-slider .placa-3 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    color: #fff;
    top: 190px;
    width: 40%;
    left: 6%;
    line-height: 22px;
  }
  .servicios-slider .placa-3 .capt-button {
    top: 322px;
    left: 6%;
  }
}

@media (min-width: 1024px) {
  .servicios-slider .placa-3 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    top: 55px;
    line-height: 47px;
    left: 1.8%;
    width: 40%;
  }
  .servicios-slider .placa-3 .capt-description {
    font-family: "Asap", sans-serif;
    font-size: 18px;
    color: #fff;
    top: 170px;
    width: 36%;
    left: 1.8%;
    line-height: 22px;
  }
  .servicios-slider .placa-3 .capt-button {
    top: 305px;
    left: 1.8%;
  }
  .servicios-slider .placa-3 ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 56%;
    top: 70px;
  }
  .servicios-slider .placa-3 ul li {
    list-style-type: none;
  }
  .servicios-slider .placa-3 ul li img {
    display: inline-block;
    clear: none;
    position: relative;
    top: 25px;
  }
  .servicios-slider .placa-3 ul li h4 {
    position: relative;
    display: inline-block;
    clear: none;
    left: 20px;
  }
}

.contacto-slider .placa-1 .capt-header {
  font-family: "Asap", sans-serif;
  font-size: 30px;
  font-weight: 400;
  top: 35px;
  line-height: 30px;
  left: 6%;
  width: 90%;
}

.contacto-slider .placa-1 .capt-iconos-img,
.contacto-slider .placa-1 .capt-mapa-img {
  top: 170px;
  text-align: center;
  width: 100%;
}

@media (min-width: 641px) {
  .contacto-slider .placa-1 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    top: 85px;
    right: 7.5%;
    left: auto;
    width: 33%;
  }
  .contacto-slider .placa-1 .capt-iconos-img,
  .contacto-slider .placa-1 .capt-mapa-img {
    top: 50px;
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .contacto-slider .placa-1 .capt-header {
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    top: 85px;
    right: 7.5%;
    left: auto;
    width: 33%;
  }
  .contacto-slider .placa-1 .capt-iconos-img,
  .contacto-slider .placa-1 .capt-mapa-img {
    top: 0;
    left: -20px;
    text-align: center;
    width: 100%;
  }
}

section#frase {
  height: 110px;
  padding: 0px 0 0 0;
  color: #333333;
  background: #f5f5f5;
  text-align: center;
}

section#frase.bg-gray {
  background: #f5f5f5;
}

section#frase
h3 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 100;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  color: #333;
}

section#frase
a.button {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  margin-left: 0px;
  padding: 12px 17px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff3333;
}

section#frase
a.button:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
}

@media (min-width: 1024px) {
  section#frase {
    height: 110px;
    padding: 15px 0 0 0;
    color: #333333;
    background: #f5f5f5;
  }
  section#frase
h3 {
    font-size: 24px;
    font-weight: 100;
    display: inline-block;
    color: #333;
    margin-bottom: 0;
  }
  section#frase
a.button {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    margin: 0 25px;
    padding: 12px 17px;
    text-transform: uppercase;
    color: #fff;
    background-color: #f00;
  }
}

section#twitter {
  padding: 20px 0 60px;
  color: #fff;
  background: #005b8e;
}

section#twitter .in-frame {
  padding: 0 10px 0 20px;
  position: relative;
}

section#twitter .in-frame h1 {
  display: inline-block;
}

section#twitter .in-frame .twitter-button {
  position: absolute;
  top: 32px;
  right: 0px;
  width: 170px;
  height: 33px;
  background-color: #ddd;
}

section#twitter .in-frame article p {
  margin-top: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 26px;
  color: #fff;
  letter-spacing: .04em;
}

section#twitter .in-frame article footer .date,
section#twitter .in-frame article footer a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-right: 10px;
  color: #ccc;
}

section#novedades,
section#novedades-in {
  padding: 5px 0 55px 15px;
  color: #666666;
  background: #fff;
}

section#novedades h1,
section#novedades-in h1 {
  margin-bottom: 15px;
  font-size: 36px;
}

section#novedades .in-frame > main article,
section#novedades-in .in-frame > main article {
  margin-top: 10px;
  margin-bottom: 25px;
}

section#novedades .in-frame > main article h3,
section#novedades-in .in-frame > main article h3 {
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 0;
}

section#novedades .in-frame > main article p,
section#novedades-in .in-frame > main article p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

section#novedades .in-frame > main article footer a,
section#novedades-in .in-frame > main article footer a {
  font-size: 15px;
  font-weight: 300;
  color: #333;
}

section#novedades .in-frame > main article footer a:hover,
section#novedades-in .in-frame > main article footer a:hover {
  color: #ff3333;
}

@media (min-width: 1024px) {
  section#novedades,
  section#novedades-in {
    padding: 35px 0 65px;
    color: #666666;
    background: #fff;
  }
  section#novedades h1,
  section#novedades-in h1 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  section#novedades .in-frame,
  section#novedades-in .in-frame {
    padding: 0 10px 0 20px;
  }
  section#novedades .in-frame > main article,
  section#novedades-in .in-frame > main article {
    margin-top: 31px;
    margin-bottom: 5px;
  }
  section#novedades .in-frame > main article h3,
  section#novedades-in .in-frame > main article h3 {
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 0;
  }
  section#novedades .in-frame > main article p,
  section#novedades-in .in-frame > main article p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    margin: 10px 0;
    line-height: 20px;
  }
  section#novedades .in-frame > main article footer a,
  section#novedades-in .in-frame > main article footer a {
    font-size: 15px;
    font-weight: 300;
    color: #333;
  }
}

section#que-hacemos {
  background: #ff3333;
  color: #fff;
  padding: 0 15px 10px;
}

section#que-hacemos main h1 {
  color: #fff;
  font-size: 36px;
}

section#que-hacemos main .compartir {
  display: none;
}

section#que-hacemos main .compartir .soc {
  text-align: left;
  margin-left: -5px;
}

section#que-hacemos main .compartir .soc li {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  width: 30px;
}

section#que-hacemos main .compartir .soc li a {
  color: #fff;
  font-size: 20px;
  width: 25px;
  opacity: .7;
}

section#que-hacemos main .compartir .soc li a:hover {
  opacity: 1;
  color: #fff !important;
}

section#que-hacemos main .compartir .soc li:nth-last-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0);
}

section#que-hacemos main p {
  color: #fff;
  line-height: 17px;
  font-size: 14px;
}

section#que-hacemos aside {
  position: relative;
  text-align: center;
}

section#que-hacemos aside .ellipse {
  width: 90%;
  display: block;
  border: 2px dashed #fff;
  height: 235px;
  border-radius: 100%;
  top: 0px;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: relative;
}

section#que-hacemos aside .circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  color: #ccc;
  font-size: 40px;
}

section#que-hacemos aside .circle-world {
  top: 30px;
  left: 0%;
  line-height: 75px;
  font-size: 37px;
}

section#que-hacemos aside .circle-world i {
  position: relative;
  left: 0px;
  top: -1px;
}

section#que-hacemos aside .circle-tel {
  top: 30px;
  left: 80%;
  line-height: 75px;
  font-size: 37px;
}

section#que-hacemos aside .circle-tel i {
  position: relative;
  left: 0px;
  top: -2px;
}

section#que-hacemos aside .circle-mail {
  top: 140px;
  left: 0%;
  line-height: 75px;
  font-size: 37px;
}

section#que-hacemos aside .circle-mail i {
  position: relative;
  left: 0px;
  top: -1px;
}

section#que-hacemos aside .circle-print {
  top: 140px;
  left: 80%;
  line-height: 75px;
  font-size: 37px;
}

section#que-hacemos aside .circle-print i {
  position: relative;
  left: 3px;
}

section#que-hacemos aside .center-especialista {
  position: absolute;
  top: 70px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

section#que-hacemos aside .center-especialista img {
  width: 60px;
}

section#que-hacemos aside .center-especialista span {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 12px;
  width: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 325px) {
  section#que-hacemos .in-frame {
    padding: 30px 10px;
  }
  section#que-hacemos .in-frame aside {
    max-width: 300px;
  }
}

@media (min-width: 400px) {
  section#que-hacemos .in-frame {
    padding: 30px 10px;
  }
  section#que-hacemos .in-frame aside {
    max-width: 300px;
    position: relative;
    right: 20%;
  }
}

@media (min-width: 641px) {
  section#que-hacemos .in-frame {
    padding: 30px 10px;
  }
  section#que-hacemos .in-frame aside {
    max-width: 300px;
    position: relative;
    right: 0%;
  }
}

@media (min-width: 1024px) {
  section#que-hacemos {
    padding: 37px 0 87px;
  }
  section#que-hacemos .in-frame {
    padding: 0 10px 0 20px;
  }
  section#que-hacemos main h1 {
    color: #fff;
    font-size: 40px;
    line-height: 42px;
  }
  section#que-hacemos main .compartir {
    display: block;
  }
  section#que-hacemos main .compartir .soc {
    margin-left: -5px;
  }
  section#que-hacemos main .compartir .soc li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    width: 30px;
  }
  section#que-hacemos main .compartir .soc li a {
    color: #fff;
    font-size: 20px;
    width: 25px;
  }
  section#que-hacemos main p {
    color: #fff;
    line-height: 19px;
    font-size: 17px;
  }
  section#que-hacemos aside {
    max-width: none !important;
    float: right !important;
    position: relative;
    text-align: center;
  }
  section#que-hacemos aside .ellipse {
    width: 350px;
    display: block;
    border: 2px dashed #fff;
    height: 325px;
    border-radius: 100%;
    top: 25px;
    left: 29%;
    position: relative;
    right: auto;
    margin: 0;
  }
  section#que-hacemos aside .circle {
    width: 85px;
    height: 85px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    color: #ccc;
    font-size: 40px;
  }
  section#que-hacemos aside .circle-world {
    display: none;
    top: 70px;
    left: 27%;
    line-height: 100px;
    font-size: 50px;
  }
  section#que-hacemos aside .circle-world i {
    position: relative;
    left: -1px;
  }
  section#que-hacemos aside .circle-tel {
    top: 70px;
    left: 72%;
    line-height: 100px;
    font-size: 50px;
  }
  section#que-hacemos aside .circle-tel i {
    position: relative;
    left: 0px;
  }
  section#que-hacemos aside .circle-mail {
    top: 230px;
    left: 27%;
    line-height: 100px;
    font-size: 50px;
  }
  section#que-hacemos aside .circle-mail i {
    position: relative;
    top: 1px;
    left: 0px;
  }
  section#que-hacemos aside .circle-print {
    top: 230px;
    left: 72%;
    line-height: 100px;
    font-size: 50px;
  }
  section#que-hacemos aside .circle-print i {
    position: relative;
    left: 3px;
  }
  section#que-hacemos aside .center-especialista {
    position: absolute;
    top: 105px;
    left: 49%;
    right: auto;
    margin: 0;
  }
  section#que-hacemos aside .center-especialista img {
    width: 100%;
  }
  section#que-hacemos aside .center-especialista span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    position: absolute;
    top: 110px;
    left: 0;
    font-size: 16px;
  }
}

.circle-world,
.circle-tel,
.circle-print,
.circle-mail,
.center-especialista {
  display: none;
}

section#servicios {
  background: #fff;
  color: #333;
  padding: 37px 0 47px;
}

section#servicios h1 {
  color: #333;
}

section#servicios .in-frame {
  padding: 0 10px 0 20px;
}

section#servicios .in-frame > main > article {
  margin-bottom: 3px;
}

section#servicios .in-frame > main > article h3 {
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin: 15px 0;
  line-height: 30px;
}

section#servicios .in-frame > main > article h3 a {
  color: #333;
}

section#servicios .in-frame > main > article h3 a:hover {
  color: #f00;
}

section#beneficios {
  background: #333;
  color: #cccccc;
  padding: 55px 0 40px 0;
  min-height: 438px;
}

section#beneficios .in-frame {
  padding: 0 22px;
}

section#beneficios .in-frame > ul {
  margin: 0;
  padding: 0;
}

section#beneficios .beneficios-item:nth-child(odd) h2 {
  background-color: #fff;
}

section#beneficios .beneficios-item:nth-child(odd) h2 i {
  color: #f00;
}

section#beneficios .beneficios-item {
  text-align: center;
  display: inline-block;
  margin-bottom: 12px;
}

section#beneficios .beneficios-item h2 {
  width: 68px;
  margin: 15px auto 0px;
  left: 0;
  right: 0;
  height: 56px;
  background-color: #f00;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

section#beneficios .beneficios-item h2 i {
  color: #fff;
  font-size: 40px;
  position: relative;
  top: 10px;
}

section#beneficios .beneficios-item h2 i.icon-box {
  font-size: 45px;
  left: 1px;
  top: 6px;
}

section#beneficios .beneficios-item h2 i.icon-pointing {
  font-size: 45px;
  left: 0px;
  top: 7px;
}

section#beneficios .beneficios-item h2 i.icon-tel-world {
  font-size: 50px;
  top: 4px;
  left: 1px;
}

section#beneficios .beneficios-item h2 i.icon-checkarrow {
  font-size: 50px;
  top: 4px;
  left: 2px;
}

section#beneficios .beneficios-item h2 i.icon-star {
  font-size: 35px;
  top: 12px;
  left: -1px;
}

section#beneficios .beneficios-item h2 i.icon-tel {
  font-size: 38px;
  top: 10px;
}

section#beneficios .beneficios-item h2 i.icon-check {
  font-size: 35px;
  left: 1px;
  top: 12px;
}

section#beneficios .beneficios-item h2 i.icon-gear {
  font-size: 35px;
  left: 1px;
  top: 8px;
}

section#beneficios .beneficios-item p {
  color: #cccccc;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  width: 95%;
}

.beneficios-item h2, .beneficios-item p {
  display: none;
}

section#reportes {
  padding: 35px 0 45px;
  color: #333333;
  background: #fff;
}

section#reportes h1 {
  margin-bottom: 20px;
}

section#reportes .in-frame {
  padding: 0 10px 0 20px;
}

section#reportes .in-frame > aside {
  padding-right: 1%;
}

section#reportes .in-frame > aside h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 35px;
}

section#reportes .in-frame > aside .big-button {
  font-size: 22px;
  font-weight: 400;
  width: 212px;
  height: 50px;
  margin: 15px 0;
  padding-top: 0;
  padding-left: 5px;
  letter-spacing: 1px;
}

section#reportes .in-frame > aside .big-button i {
  font-size: 32px;
  position: relative;
  top: 7px;
  left: -2px;
}

section#reportes .in-frame > aside .big-button .icon-arrup {
  font-size: 42px;
  top: 3px;
  left: -5px;
}

section#reportes .in-frame > aside .mail-link {
  padding: 10px 0;
}

section#reportes .in-frame > aside .mail-link a {
  font-size: 22px;
  text-transform: lowercase;
  color: #999;
  margin: 40px 0;
  padding: 10px 0;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.01em;
}

section#reportes .in-frame > aside .mail-link a i {
  color: #c2c2c2;
  font-size: 30px;
  position: relative;
  top: 9px;
}

section#reportes .in-frame > aside p {
  line-height: 22px;
}

section#reportes .in-frame > main > ul {
  margin: 0 0 0 0px;
  padding: 25px 0 0;
  -webkit-columns: 215px;
  -moz-columns: 215px;
  columns: 215px;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

section#reportes .in-frame > main > ul > li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style-type: none;
  margin-bottom: 2px;
}

section#reportes .in-frame > main > ul > li .country {
  margin-left: 8px;
}

section#reportes .in-frame > main > ul > li .country,
section#reportes .in-frame > main > ul > li .telephone {
  font-size: 16px;
}

section#alianzas {
  background: #fff;
  color: #333333;
  border-top: 1px solid #ddd;
  height: 190px;
  padding: 30px 0 0;
}

section#alianzas .alianzas-container,
section#alianzas .alianzas-container-2 {
  text-align: center;
}

section#alianzas .alianzas-container img,
section#alianzas .alianzas-container-2 img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

section#alianzas .alianzas-container img:hover,
section#alianzas .alianzas-container-2 img:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

section#alianzas .alianzas-container-2 figure:nth-child(1) a img {
  margin-top: -10px;
}

section#alianzas .alianzas-container-2 figure:nth-child(2) a img {
  margin-top: -5px;
}

section#alianzas .alianzas-container-2 figure:nth-child(4) a img {
  margin-top: -5px;
}

section#alianzas .alianzas-container-2 figure:nth-child(5) a img {
  margin-top: -5px;
}

section#contacto .in-frame > aside {
  padding: 0 0 35px;
}

section#contacto .in-frame > aside h1 {
  margin: 40px 0 0 10px;
  font-size: 34px;
}

section#contacto .in-frame > aside h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  font-weight: 300;
  margin: 5px 0 15px 10px;
}

section#contacto .in-frame > aside form {
  padding-left: 4%;
  width: 96%;
}

section#contacto .in-frame > aside form .g-recaptcha {
  transform: scale(0.92);
  transform-origin: 0 0;
}

section#contacto .in-frame > aside input {
  font-size: 15px;
  width: 100%;
  height: 43px;
  margin-bottom: 10px;
  padding: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

section#contacto .in-frame > aside textarea {
  font-size: 16px;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  padding: 5px;
}

section#contacto .in-frame > aside .leyenda {
  font-size: 14px;
}

section#contacto .in-frame > aside .contact-required {
  font-size: 12px;
  position: relative;
  top: 20px;
}

section#contacto .in-frame > aside .contact-submit {
  float: right;
  width: 27%;
  margin-top: 10px;
  margin-bottom: 30px;
}

section#contacto .in-frame > main {
  padding: 0 0 0 35px;
}

section#contacto .in-frame > main .logo {
  display: none;
}

section#contacto .in-frame > main .logo-mobile {
  margin: 10px 0;
  display: block;
  text-align: left;
}

section#contacto .in-frame > main .logo-mobile img {
  max-width: 180px;
  position: relative;
  left: 0px;
  top: -10px;
}

section#contacto .in-frame > main .contact-row .offices-container {
  position: relative;
}

section#contacto .in-frame > main .contact-row .offices-container h3 {
  margin-top: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.07em;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard {
  margin-bottom: 40px;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > aside i {
  font-size: 30px;
  position: relative;
  top: -5px;
  left: -5px;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main {
  padding-left: 0;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 {
  margin: -10px 0 5px;
  padding: 0;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 .locality,
section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 .country-name {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main .street-address {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.01em;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main .tel {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.025em;
}

section#contacto .in-frame > main .contact-row .offices-container .vcard > main .tel strong {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  margin-bottom: 3px;
  letter-spacing: 0.04em;
}

section#contacto .in-frame > main .contact-row .contact-info {
  padding: 0 0 0 7px;
}

section#contacto .in-frame > main .contact-row .contact-info h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-weight: 300;
  display: none;
}

section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc {
  margin: -10px 0 0 -24px;
  padding: 0 0 20px;
}

section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li {
  border-right: 1px solid rgba(129, 129, 129, 0.5);
}

section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li a {
  font-size: 27px;
  width: auto;
  height: 27px;
  margin: 0 auto;
  padding: 0 12px;
}

section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li:nth-last-child(1) {
  border-right: 0 solid transparent;
}

section#contacto .in-frame > main .contact-row .contact-info .skype-call-link {
  display: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 26px;
  font-weight: 200;
  margin: -10px 0 0 -10px;
}

section#contacto .in-frame > main .contact-row .contact-info .skype-call-link i {
  font-size: 50px;
  position: relative;
  top: 16px;
  left: 0;
}

section#contacto .in-frame > main .contact-row .contact-info p {
  display: none;
  width: 70%;
  margin: 20px 0 0 -5px;
  font-size: 16px;
  font-weight: 100;
  font-family: "Source Sans Pro", sans-serif;
}

section#contacto .in-frame > main .contact-row .contact-info .mail-link {
  display: block;
  margin-top: 0;
  font-size: 18px;
  margin-left: 0px;
  letter-spacing: 0.1em;
}

section#contacto .in-frame > main .contact-row .contact-info .mail-link i {
  font-size: 26px;
  position: relative;
  top: 7px;
  left: -10px;
}

section#contacto .in-frame > main .contact-row .contact-info .politicas-link {
  display: none;
}

section#contacto .in-frame > main #footer-navigation ul {
  margin: 0;
  padding: 0;
}

section#contacto .in-frame > main #footer-navigation ul li {
  display: inline-block;
  list-style-type: none;
  width: auto;
  padding: 0 2.19%;
}

section#contacto .in-frame > main #footer-navigation ul li a {
  font-family: "Asap", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 325px) {
  section#contacto form {
    padding-left: 4%;
    width: 96%;
  }
  section#contacto form .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
  section#contacto form .contact-submit {
    margin-bottom: 0 !important;
  }
  section#contacto .skype-call-link {
    display: block;
  }
  section#contacto .mail-link {
    display: block;
    margin-top: 17px;
    font-size: 18px;
    margin-left: 30px;
    letter-spacing: 0.1em;
  }
  section#contacto .mail-link i {
    font-size: 28px;
    position: relative;
    top: 7px;
    left: 5px;
  }
}

@media (min-width: 1024px) {
  section#contacto .in-frame {
    padding: 0 10px;
  }
  section#contacto .in-frame > aside {
    height: 666px;
    padding: 0 0 35px;
  }
  section#contacto .in-frame > aside h1 {
    margin: 40px 0 0 10px;
    font-size: 40px;
  }
  section#contacto .in-frame > aside h3 {
    font-size: 29px;
    margin: 45px 0 35px 10px;
  }
  section#contacto .in-frame > aside form {
    padding: 0 0 0 10px;
    width: 96%;
  }
  section#contacto .in-frame > aside form .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
  section#contacto .in-frame > aside input {
    font-size: 15px;
    width: 100%;
    height: 43px;
    margin-bottom: 10px;
    padding: 5px;
  }
  section#contacto .in-frame > aside textarea {
    font-size: 16px;
    width: 100%;
    height: 100px;
    margin-bottom: 0px;
    padding: 5px;
  }
  section#contacto .in-frame > aside .contact-required {
    font-size: 12px;
    position: relative;
    top: 20px;
  }
  section#contacto .in-frame > aside .contact-submit {
    float: right;
    width: 27%;
    margin-top: 10px;
  }
  section#contacto .in-frame > main {
    padding: 5px 0 0 60px;
  }
  section#contacto .in-frame > main .logo {
    display: block;
  }
  section#contacto .in-frame > main .logo-mobile {
    display: none;
  }
  section#contacto .in-frame > main .contact-row .offices-container h3 {
    font-weight: 300;
    letter-spacing: 0.07em;
    margin-top: 26px;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard {
    margin-bottom: 35px;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > aside i {
    font-size: 37px;
    position: relative;
    top: 12px;
    left: -7px;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main {
    padding-left: 0;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 {
    margin: 10px 0 5px;
    padding: 0;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 .locality,
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main h4 .country-name {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.04em;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main .street-address {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.01em;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main .tel {
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.025em;
  }
  section#contacto .in-frame > main .contact-row .offices-container .vcard > main .tel strong {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 8px;
    margin-bottom: 3px;
    letter-spacing: 0.04em;
  }
  section#contacto .in-frame > main .contact-row .contact-info {
    padding: 0 0 0 40px;
  }
  section#contacto .in-frame > main .contact-row .contact-info h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 28px;
    font-weight: 300;
    display: block;
  }
  section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc {
    margin: 0 0 0 -15px;
    padding: 10px 0 20px;
  }
  section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li a {
    font-size: 27px;
    width: auto;
    height: 27px;
    margin: 0 auto;
    padding: 0 12px;
  }
  section#contacto .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li:nth-last-child(1) {
    border-right: 0 solid transparent;
  }
  section#contacto .in-frame > main .contact-row .contact-info .skype-call-link {
    display: block;
    font-size: 30px;
    font-weight: 200;
    margin: -10px 0 0 -10px;
  }
  section#contacto .in-frame > main .contact-row .contact-info .skype-call-link i {
    font-size: 50px;
    position: relative;
    top: 16px;
    left: 0;
  }
  section#contacto .in-frame > main .contact-row .contact-info p {
    width: 70%;
    margin: 30px 0 0 -5px;
    font-size: 16px;
    display: block;
  }
  section#contacto .in-frame > main .contact-row .contact-info .mail-link {
    display: block;
    margin-top: 17px;
    font-size: 18px;
    margin-left: 0px;
    letter-spacing: 0.1em;
  }
  section#contacto .in-frame > main .contact-row .contact-info .mail-link i {
    font-size: 28px;
    position: relative;
    top: 7px;
    left: -5px;
  }
  section#contacto .in-frame > main .contact-row .contact-info .politicas-link {
    display: block;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 100;
    position: relative;
    top: 50px;
  }
  section#contacto .in-frame > main #footer-navigation ul {
    margin: 0;
    padding: 0;
  }
  section#contacto .in-frame > main #footer-navigation ul li {
    display: inline-block;
    list-style-type: none;
    width: auto;
    padding: 0 2.19%;
  }
  section#contacto .in-frame > main #footer-navigation ul li a {
    font-family: "Asap", sans-serif;
    text-transform: uppercase;
  }
}

section.contacto-light {
  color: #333;
  background: #fff !important;
}

section.contacto-light .in-frame > aside {
  background: #fff;
}

section.contacto-light .in-frame > aside h1 {
  color: #333;
}

section.contacto-light .in-frame > aside h3 {
  color: #999 !important;
}

section.contacto-light .in-frame > aside input {
  color: #000;
  border-color: #999;
  border: 1px solid #999;
}

section.contacto-light .in-frame > aside textarea {
  color: #000;
  border: 1px solid #999;
}

section.contacto-light .in-frame > aside .leyenda {
  color: #333;
}

section.contacto-light .in-frame > aside .contact-required {
  color: #fff;
}

section.contacto-light .in-frame > aside .contact-submit {
  color: #fff;
  background-color: #000;
}

section.contacto-light .in-frame > main {
  background: #fff;
}

section.contacto-light .in-frame > main .contact-row .offices-container h3 {
  color: #999;
}

section.contacto-light .in-frame > main .contact-row .offices-container .vcard > aside i {
  color: #f66;
}

section.contacto-light .in-frame > main .contact-row .offices-container .vcard > main h4 .locality,
section.contacto-light .in-frame > main .contact-row .offices-container .vcard > main h4 .country-name {
  color: #000;
}

section.contacto-light .in-frame > main .contact-row .contact-info h3 {
  color: #999;
}

section.contacto-light .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li {
  border-right: 1px solid rgba(129, 129, 129, 0.5);
}

section.contacto-light .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li a {
  color: #ccc;
}

section.contacto-light .in-frame > main .contact-row .contact-info .skype-call-link {
  color: #cccccc;
}

section.contacto-light .in-frame > main .contact-row .contact-info .skype-call-link i {
  color: #cccccc;
}

section.contacto-light .in-frame > main .contact-row .contact-info .skype-call-link:hover i {
  color: #00b0f6;
}

section.contacto-light .in-frame > main .contact-row .contact-info p {
  color: #333;
}

section.contacto-light .in-frame > main .contact-row .contact-info .mail-link {
  color: #999;
}

section.contacto-light .in-frame > main #footer-navigation ul li a {
  color: #cccccc;
}

section.contacto-light .in-frame > main #footer-navigation ul li a:hover {
  color: #e6e6e6;
}

@media (min-width: 1024px) {
  section.contacto-light {
    background: #fff;
  }
  section.contacto-light .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li {
    border-right: 1px solid rgba(129, 129, 129, 0.5);
  }
  section.contacto-light .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li:nth-last-child(1) {
    border-right: 0 solid transparent;
  }
}

@media (min-width: 1600px) {
  section.contacto-light {
    background: #f33;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f33 0%, #f33 40%, #333 40%, #333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f33), color-stop(40%, #f33), color-stop(40%, #333), color-stop(100%, #333));
    background: -webkit-linear-gradient(left, #f33 0%, #f33 40%, #333 40%, #333 100%);
    background: -o-linear-gradient(left, #f33 0%, #f33 40%, #333 40%, #333 100%);
    background: -ms-linear-gradient(left, #f33 0%, #f33 40%, #333 40%, #333 100%);
    background: linear-gradient(to right, #f33 0%, #f33 40%, #333 40%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#333333',GradientType=1 );
  }
}

section.contacto-dark {
  color: #cccccc;
  background: #f33;
}

section.contacto-dark .in-frame > aside {
  background: #f33;
}

section.contacto-dark .in-frame > aside h1 {
  color: #fff;
}

section.contacto-dark .in-frame > aside h3 {
  color: #fff;
}

section.contacto-dark .in-frame > aside input {
  color: #000;
  border-color: transparent;
}

section.contacto-dark .in-frame > aside textarea {
  color: #000;
  border-color: transparent;
}

section.contacto-dark .in-frame > aside .leyenda {
  color: #fff;
}

section.contacto-dark .in-frame > aside .contact-required {
  color: #fff;
}

section.contacto-dark .in-frame > aside .contact-submit {
  color: #fff;
  background-color: #000;
}

section.contacto-dark .in-frame > main {
  background: #333;
}

section.contacto-dark .in-frame > main .logo {
  display: none;
}

section.contacto-dark .in-frame > main .contact-row .offices-container .vcard > aside i {
  color: #f66;
}

section.contacto-dark .in-frame > main .contact-row .offices-container .vcard > main h4 .locality,
section.contacto-dark .in-frame > main .contact-row .offices-container .vcard > main h4 .country-name {
  color: #fff;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li {
  border-right: 1px solid rgba(129, 129, 129, 0.5);
}

section.contacto-dark .in-frame > main .contact-row .contact-info .social-icons-footer .soc > li a {
  color: #999;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .skype-call-link {
  color: #cccccc;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .skype-call-link i {
  color: #cccccc;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .skype-call-link:hover i {
  color: #00B0F6;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .politicas-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

section.contacto-dark .in-frame > main .contact-row .contact-info p {
  color: #cccccc;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .mail-link {
  color: #cccccc;
}

section.contacto-dark .in-frame > main .contact-row .contact-info .mail-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

section.contacto-dark .in-frame > main #footer-navigation ul li a {
  color: #cccccc;
}

section.contacto-dark .in-frame > main #footer-navigation ul li a:hover {
  color: #e6e6e6;
}

@media (min-width: 1024px) {
  section.contacto-dark {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f33 0%, #f33 30%, #333 30%, #333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f33), color-stop(30%, #f33), color-stop(30%, #333), color-stop(100%, #333));
    background: -webkit-linear-gradient(left, #f33 0%, #f33 30%, #333 30%, #333 100%);
    background: -o-linear-gradient(left, #f33 0%, #f33 30%, #333 30%, #333 100%);
    background: -ms-linear-gradient(left, #f33 0%, #f33 30%, #333 30%, #333 100%);
    background: linear-gradient(to right, #f33 0%, #f33 30%, #333 30%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#333333',GradientType=1 );
  }
}

@media (min-width: 1600px) {
  section.contacto-dark {
    background: #f33;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #f33 0%, #f33 38%, #333 38%, #333 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f33), color-stop(38%, #f33), color-stop(38%, #333), color-stop(100%, #333));
    background: -webkit-linear-gradient(left, #f33 0%, #f33 38%, #333 38%, #333 100%);
    background: -o-linear-gradient(left, #f33 0%, #f33 38%, #333 38%, #333 100%);
    background: -ms-linear-gradient(left, #f33 0%, #f33 38%, #333 38%, #333 100%);
    background: linear-gradient(to right, #f33 0%, #f33 38%, #333 38%, #333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3333', endColorstr='#333333',GradientType=1 );
  }
}

section#video {
  text-align: center;
  padding: 0 0 40px;
}

section#video .video-container {
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 90%;
  position: relative;
}

section#video .video-container .compartir-vertical {
  z-index: -1;
  width: 100%;
  margin-top: 25px;
}

section#video .video-container .compartir-vertical ul li {
  display: inline-block;
  width: 40px;
  text-align: center;
  background-color: #ddd;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  height: 35px;
  padding-top: 2px;
  margin: 0 -5px;
}

section#video .video-container .compartir-vertical ul li a {
  margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 1024px) {
  section#video {
    text-align: center;
    padding: 0 0 70px;
  }
  section#video .video-container {
    margin: 0 0 0 7%;
    width: 82%;
    position: relative;
  }
  section#video .video-container .compartir-vertical {
    position: absolute;
    right: -60px;
    top: -25px;
    width: 60px;
  }
  section#video .video-container .compartir-vertical ul li {
    display: block;
    width: 55px;
    text-align: center;
    background-color: #ddd;
    margin-bottom: 0 !important;
    height: 45px;
    padding-top: 5px;
  }
  section#video .video-container .compartir-vertical ul li a {
    margin: 0 auto;
    left: 2px;
    right: 0;
    color: #fff;
    width: 55px;
    font-size: 22px;
  }
}

.success-case {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.success-case .button {
  background-color: #39f;
  border-radius: 2px;
  color: #fff;
  padding: 7px 0;
  display: block;
  width: 130px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.success-case p {
  display: none;
  margin: 10px auto;
  left: 0;
  right: 0;
  width: 49%;
}

@media (min-width: 1024px) {
  .success-case {
    margin-top: 20px;
    text-align: center;
  }
  .success-case .button {
    background-color: #39f;
    border-radius: 4px;
    color: #fff;
    padding: 20px 0;
    display: block;
    width: 190px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
  }
  .success-case p {
    display: block;
    margin: 10px auto;
    left: 0;
    right: 0;
    width: 49%;
    font-size: 14px !important;
    color: #999;
  }
}

section#que-hacemos-in {
  padding-bottom: 30px;
}

section#que-hacemos-in .in-frame {
  padding: 0 20px;
}

section#que-hacemos-in .in-frame h1 {
  font-size: 36px;
  margin: 0;
}

section#que-hacemos-in .in-frame p {
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1024px) {
  section#que-hacemos-in .in-frame {
    padding: 0 20px;
  }
  section#que-hacemos-in .in-frame h1 {
    font-size: 40px;
    margin: 0 0 10px 0;
  }
  section#que-hacemos-in .in-frame p {
    font-size: 16px;
    line-height: 20px;
  }
}

.brochure-download {
  display: none;
}

@media (min-width: 1024px) {
  .brochure-download {
    margin-top: 25px;
    margin-right: 10px;
    display: block;
    text-align: center;
  }
  .brochure-download p {
    margin: 5px auto;
    left: 0;
    right: 0;
    width: 49%;
    line-height: 16px !important;
    font-size: 14px !important;
  }
}

section#quienes-somos-in .in-frame {
  padding: 0px 20px;
}

section#quienes-somos-in .in-frame h1 {
  font-size: 36px;
  margin: 30px 0 0 0;
}

section#quienes-somos-in .in-frame p {
  font-size: 14px;
  line-height: 17px;
}

@media (min-width: 1024px) {
  section#quienes-somos-in .in-frame {
    padding: 40px 20px;
  }
  section#quienes-somos-in .in-frame h1 {
    font-size: 40px;
    margin: 25px 0 10px 0;
  }
  section#quienes-somos-in .in-frame p {
    font-size: 16px;
    line-height: 20px;
  }
}

.separator {
  position: relative;
  text-align: center;
}

.separator span.line {
  border-top: 1px solid #ccc;
  position: relative;
  top: 7px;
  height: 30px;
}

.separator i {
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: #ccc;
  color: #fff;
  padding: 7px 10px 3px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.button {
  padding: 15px 22px;
  font-size: 14px;
  font-weight: 300;
}

.button-red {
  background-color: #f33;
  color: #fff;
}

section#denuncias .in-frame {
  padding: 40px 0px 40px 20px;
}

section#denuncias main h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

section#denuncias main p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0px 25px 10px 0px;
  line-height: 17px;
}

section#denuncias main .button {
  padding: 15px 16px;
  font-size: 12px;
  font-weight: 500;
}

section#denuncias main .button:hover {
  background: #666666;
}

section#denuncias main .button-red {
  background-color: #f33;
  color: #fff;
}

section#denuncias aside {
  position: relative;
}

section#denuncias aside figure {
  padding-top: 55px;
  margin: 0;
  width: 35%;
  text-align: center;
}

section#denuncias aside .text-block-1 {
  position: absolute;
  top: 30px;
  right: 5px;
  width: 160px;
  font-family: "Source Sans Pro", sans-serif;
  color: #ccc;
}

section#denuncias aside .text-block-1 .icon {
  color: #f00;
  font-size: 22px;
  position: relative;
  top: 10px;
}

section#denuncias aside .text-block-1 .text-1 {
  font-size: 22px;
  font-weight: 600;
}

section#denuncias aside .text-block-1 .text-2 {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -10px;
}

section#denuncias aside .text-block-1 .text-3 {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: -20px;
}

section#denuncias aside .text-block-1 .text-4 {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  top: -15px;
  width: 110px;
  left: 10px;
  display: inline-block;
  line-height: 16px;
}

section#denuncias aside .text-block-2 {
  position: absolute;
  top: 130px;
  right: 0px;
  width: 165px;
  font-family: "Source Sans Pro", sans-serif;
  color: #ccc;
}

section#denuncias aside .text-block-2 .icon {
  color: #f00;
  font-size: 22px;
  position: relative;
  top: 10px;
}

section#denuncias aside .text-block-2 .text-1 {
  font-size: 22px;
  font-weight: 600;
}

section#denuncias aside .text-block-2 .text-2 {
  font-size: 35px;
  font-weight: 700;
  position: relative;
  top: -15px;
}

section#denuncias aside .text-block-2 .text-3 {
  font-size: 18px;
  font-weight: 300;
  position: relative;
  top: -10px;
  left: 10px;
  width: 70px;
  display: inline-block;
  line-height: 20px;
}

section#denuncias aside .text-block-2 .text-4 {
  font-size: 25px;
  font-weight: 600;
  position: relative;
  top: -25px;
}

@media (min-width: 641px) {
  section#denuncias aside figure {
    text-align: right;
  }
  section#denuncias aside figure img {
    position: relative;
    top: -30px;
    left: 50px;
  }
  section#denuncias aside .text-block-1 {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 55%;
    width: 250px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ccc;
  }
  section#denuncias aside .text-block-1 .icon {
    color: #f00;
    font-size: 30px;
    position: relative;
    top: 10px;
  }
  section#denuncias aside .text-block-1 .text-1 {
    font-size: 29px;
    font-weight: 600;
  }
  section#denuncias aside .text-block-1 .text-2 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
  }
  section#denuncias aside .text-block-1 .text-3 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: -20px;
  }
  section#denuncias aside .text-block-1 .text-4 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
    width: 150px;
    left: 10px;
    display: inline-block;
    line-height: 23px;
  }
  section#denuncias aside .text-block-2 {
    position: absolute;
    top: 10px;
    left: 55%;
    width: 210px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ccc;
  }
  section#denuncias aside .text-block-2 .icon {
    color: #f00;
    font-size: 30px;
    position: relative;
    top: 10px;
  }
  section#denuncias aside .text-block-2 .text-1 {
    font-size: 30px;
    font-weight: 600;
  }
  section#denuncias aside .text-block-2 .text-2 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: -15px;
  }
  section#denuncias aside .text-block-2 .text-3 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
    left: 10px;
    width: 100px;
    display: inline-block;
    line-height: 23px;
  }
  section#denuncias aside .text-block-2 .text-4 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: -25px;
  }
}

@media (min-width: 1024px) {
  section#denuncias .in-frame {
    padding: 70px 0 10px 20px;
  }
  section#denuncias main h1 {
    margin: 0 0 35px;
  }
  section#denuncias main h2 {
    font-size: 30px;
  }
  section#denuncias main p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 70px 40px 0;
    line-height: 22px;
  }
  section#denuncias main .button {
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
  }
  section#denuncias main .button-red {
    background-color: #f33;
    color: #fff;
  }
  section#denuncias aside {
    position: relative;
  }
  section#denuncias aside figure {
    padding-top: 55px;
    padding-bottom: 200px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  section#denuncias aside figure img {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
  }
  section#denuncias aside .text-block-1 {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 5px;
    width: 250px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ccc;
  }
  section#denuncias aside .text-block-1 .icon {
    color: #f00;
    font-size: 30px;
    position: relative;
    top: 10px;
  }
  section#denuncias aside .text-block-1 .text-1 {
    font-size: 29px;
    font-weight: 600;
  }
  section#denuncias aside .text-block-1 .text-2 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
  }
  section#denuncias aside .text-block-1 .text-3 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: -20px;
  }
  section#denuncias aside .text-block-1 .text-4 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
    width: 150px;
    left: 10px;
    display: inline-block;
    line-height: 23px;
  }
  section#denuncias aside .text-block-2 {
    position: absolute;
    bottom: 25px;
    top: auto;
    left: auto;
    right: 0;
    width: 210px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ccc;
  }
  section#denuncias aside .text-block-2 .icon {
    color: #f00;
    font-size: 30px;
    position: relative;
    top: 10px;
  }
  section#denuncias aside .text-block-2 .text-1 {
    font-size: 30px;
    font-weight: 600;
  }
  section#denuncias aside .text-block-2 .text-2 {
    font-size: 50px;
    font-weight: 700;
    position: relative;
    top: -15px;
  }
  section#denuncias aside .text-block-2 .text-3 {
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: -10px;
    left: 10px;
    width: 100px;
    display: inline-block;
    line-height: 23px;
  }
  section#denuncias aside .text-block-2 .text-4 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: -25px;
  }
}

section#denuncias-interno {
  background-color: #666;
}

section#denuncias-interno .in-frame {
  padding: 40px 0 40px 20px;
}

section#denuncias-interno main h1 {
  margin: 0 0 35px;
  color: #fff;
}

section#denuncias-interno main h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

section#denuncias-interno main p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 10px 0;
  line-height: 17px;
  color: #fff;
}

section#denuncias-interno main .button {
  padding: 15px 16px;
  font-size: 12px;
  font-weight: 500;
}

section#denuncias-interno main .button:hover {
  background: #fff;
  color: #f00;
}

section#denuncias-interno main .button-gray {
  background-color: #666;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

section#denuncias-interno aside {
  position: relative;
}

section#denuncias-interno aside figure:nth-child(1) {
  padding-top: 60px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 35%;
  text-align: center;
}

section#denuncias-interno aside figure:nth-child(1) img {
  position: relative;
  top: -10px;
  left: -10px;
}

section#denuncias-interno aside figure:nth-child(2) {
  padding-top: 0px;
  margin: 0;
  width: 80%;
  text-align: center;
}

section#denuncias-interno aside figure:nth-child(2) img {
  max-width: 30px;
  position: relative;
  top: -35px;
  left: 55px;
}

section#denuncias-interno aside .text-block-1 {
  position: absolute;
  top: 195px;
  width: 120px;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 auto;
  left: 0;
  right: 0;
}

section#denuncias-interno aside .text-block-1 .text-1 {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  left: -15px;
  position: relative;
}

section#denuncias-interno aside .text-block-1 .text-2 {
  clear: both;
  float: left;
  font-weight: 300;
  left: -5px;
  position: relative;
  top: -5px;
  font-size: 16px;
}

@media (min-width: 325px) {
  section#denuncias-interno aside figure:nth-child(1) img {
    position: relative;
    left: -140px;
  }
  section#denuncias-interno aside .text-block-1 {
    left: 140px;
    width: 180px;
    top: 150px;
  }
  section#denuncias-interno aside .text-block-1 .text-1 {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
  }
  section#denuncias-interno aside .text-block-1 .text-2 {
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: 300;
    left: 5px;
    font-size: 30px;
  }
}

@media (min-width: 641px) {
  section#denuncias-interno aside figure:nth-child(1) img {
    position: relative;
    left: -150px;
  }
  section#denuncias-interno aside figure:nth-child(2) img {
    position: relative;
    left: -0px;
    max-width: none;
  }
  section#denuncias-interno aside .text-block-1 {
    left: 300px;
    width: 300px;
    top: 150px;
  }
  section#denuncias-interno aside .text-block-1 .text-1 {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
  }
  section#denuncias-interno aside .text-block-1 .text-2 {
    clear: both;
    float: left;
    font-size: 25px;
    font-weight: 300;
    left: 5px;
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  section#denuncias-interno .in-frame {
    padding: 70px 0 120px 20px;
  }
  section#denuncias-interno main h1 {
    margin: 0 0 35px;
  }
  section#denuncias-interno main h2 {
    margin-top: 0;
    font-size: 30px;
    width: 70%;
  }
  section#denuncias-interno main p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 70px 40px 0;
    line-height: 22px;
  }
  section#denuncias-interno main .button {
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
  }
  section#denuncias-interno aside {
    position: relative;
  }
  section#denuncias-interno aside figure:nth-child(1) {
    padding-top: 0px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  section#denuncias-interno aside figure:nth-child(1) img {
    position: relative;
    top: -10px;
    left: -20px;
  }
  section#denuncias-interno aside figure:nth-child(2) {
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  section#denuncias-interno aside figure:nth-child(2) img {
    max-width: none;
    position: relative;
    top: -50px;
    left: 55px;
  }
  section#denuncias-interno aside .text-block-1 {
    position: absolute;
    top: 260px;
    width: 250px;
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  section#denuncias-interno aside .text-block-1 .text-1 {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    left: -30px;
    position: relative;
  }
  section#denuncias-interno aside .text-block-1 .text-2 {
    clear: both;
    float: left;
    font-size: 25px;
    font-weight: 300;
    left: 5px;
    font-size: 30px;
  }
}

section#compliance {
  background-color: #fff;
}

section#compliance .in-frame {
  padding: 40px 0 40px 20px;
}

section#compliance main h1 {
  margin: 0 0 35px;
}

section#compliance main h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

section#compliance main p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 10px 0;
  line-height: 17px;
}

section#compliance main ul {
  padding: 0 20px 10px 0;
}

section#compliance main ul li {
  font-family: "Source Sans Pro", sans-serif;
  list-style-type: none;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  margin-left: 20px;
}

section#compliance main ul li:before {
  position: absolute;
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "g";
  left: -25px;
  top: 3px;
  width: 20px;
}

section#compliance main .button {
  padding: 15px 16px;
  font-size: 12px;
  font-weight: 500;
}

section#compliance main .button:hover {
  background: #666666;
}

section#compliance main .button-gray {
  background-color: #666;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
}

section#compliance aside {
  position: relative;
}

section#compliance aside .image-block {
  padding: 70px 0 0 20px;
}

section#compliance aside .image-block figure {
  z-index: 1;
  position: relative;
  margin-top: -25px;
}

section#compliance aside .image-block figure img {
  max-width: 55%;
}

section#compliance aside .image-block figure figcaption {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 200;
}

section#compliance aside .image-block figure figcaption i {
  position: relative;
  top: 5px;
}

section#compliance aside .image-block figure:nth-child(1) figcaption {
  padding-left: 10px;
}

section#compliance aside .image-block figure:nth-child(2) {
  z-index: 2 !important;
  left: 40px;
}

section#compliance aside .image-block figure:nth-child(3) {
  left: 20px;
}

section#compliance aside .image-block figure:nth-child(3) img {
  max-width: 60%;
}

section#compliance aside .image-block figure:nth-child(3) figcaption {
  padding-left: 10px;
}

@media (min-width: 325px) {
  section#compliance aside .image-block {
    padding: 70px 0 0 2%;
  }
  section#compliance aside .image-block figure:nth-child(3) img {
    max-width: none;
  }
  section#compliance aside .image-block figure img {
    max-width: none;
  }
  section#compliance aside .image-block figure figcaption {
    top: 10px;
    left: 5px;
    color: #fff;
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    padding: 0;
  }
  section#compliance aside .image-block figure figcaption i {
    position: relative;
    top: 5px;
  }
}

@media (min-width: 641px) {
  section#compliance aside .image-block {
    padding: 70px 0 0 30%;
  }
  section#compliance aside .image-block figure figcaption {
    top: 20px;
    left: 30px;
    color: #fff;
    font-size: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    padding: 0;
  }
  section#compliance aside .image-block figure figcaption i {
    position: relative;
    top: 5px;
  }
}

@media (min-width: 1024px) {
  section#compliance .in-frame {
    padding: 70px 0 80px 20px;
  }
  section#compliance main h1 {
    margin: 0 0 35px;
  }
  section#compliance main h2 {
    margin-top: 0;
    font-size: 30px;
    width: 80%;
  }
  section#compliance main p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 20px 70px 0 0;
    line-height: 22px;
  }
  section#compliance main ul {
    padding: 0 70px 40px 0;
  }
  section#compliance main ul li {
    font-family: "Source Sans Pro", sans-serif;
    list-style-type: none;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    margin-left: 20px;
  }
  section#compliance main ul li:before {
    position: absolute;
    font-family: "resguarda" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "g";
    left: -25px;
    top: 3px;
    width: 20px;
  }
  section#compliance main .button {
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
  }
  section#compliance aside {
    position: relative;
  }
  section#compliance aside .image-block {
    padding: 180px 0 0 50px;
  }
  section#compliance aside .image-block figure {
    z-index: 1;
    position: relative;
    margin-top: -35px;
  }
  section#compliance aside .image-block figure img {
    max-width: none;
  }
  section#compliance aside .image-block figure figcaption {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 30px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 200;
    padding: 0;
  }
  section#compliance aside .image-block figure figcaption i {
    position: relative;
    top: 5px;
  }
  section#compliance aside .image-block figure:nth-child(1) img {
    max-width: none;
  }
  section#compliance aside .image-block figure:nth-child(1) figcaption {
    padding: 0;
  }
  section#compliance aside .image-block figure:nth-child(2) {
    z-index: 2 !important;
    left: 70px;
  }
  section#compliance aside .image-block figure:nth-child(2) img {
    max-width: none;
  }
  section#compliance aside .image-block figure:nth-child(2) figcaption {
    padding: 0;
  }
  section#compliance aside .image-block figure:nth-child(3) {
    left: 30px;
  }
  section#compliance aside .image-block figure:nth-child(3) img {
    max-width: none;
  }
  section#compliance aside .image-block figure:nth-child(3) figcaption {
    padding: 0;
  }
}

section#fraudes {
  background: #f33;
}

section#fraudes .in-frame {
  padding: 40px 0 40px 20px;
}

section#fraudes main h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #fff;
}

section#fraudes main p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 10px 0;
  line-height: 17px;
  color: #fff;
}

section#fraudes main p:nth-child(3) {
  padding: 0 20px 0 0;
}

section#fraudes main p:nth-child(2) {
  padding: 0 20px 10px 0;
}

section#fraudes main .button {
  display: inline-block;
  margin-top: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 300;
}

section#fraudes main .button:hover {
  background: #fff;
  color: #f00;
}

section#fraudes main .button-red {
  background-color: #f33;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}

section#fraudes aside {
  text-align: center;
  padding-right: 20px;
}

section#fraudes aside figure {
  left: -30px;
  padding-top: 25px;
  width: 100%;
  color: #fff;
  position: relative;
}

section#fraudes aside figure img {
  max-width: 40%;
}

section#fraudes aside figure figcaption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  padding-right: 10%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

section#fraudes aside .line {
  display: none;
}

section#fraudes aside .lorem {
  display: none;
}

@media (min-width: 641px) {
  section#fraudes aside figure figcaption {
    font-size: 18px;
    top: 105px;
  }
}

@media (min-width: 1024px) {
  section#fraudes .in-frame {
    padding: 50px 0 70px 20px;
  }
  section#fraudes main h1 {
    margin: 0 0 35px;
  }
  section#fraudes main h2 {
    font-size: 30px;
    width: 80%;
    margin-bottom: 30px;
  }
  section#fraudes main p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
  }
  section#fraudes main p:nth-child(3) {
    padding: 0 90px 10px 0 !important;
  }
  section#fraudes main p:nth-child(2) {
    padding: 0 90px 10px 0;
  }
  section#fraudes main .button {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
  }
  section#fraudes main .button-red {
    background-color: #f33;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
  }
  section#fraudes aside {
    text-align: center;
    padding-right: 50px;
  }
  section#fraudes aside figure {
    left: 0;
    padding-top: 25px;
    width: 100%;
    color: #fff;
    position: relative;
  }
  section#fraudes aside figure img {
    position: relative;
    left: -30px;
    top: 10px;
    max-width: none;
  }
  section#fraudes aside figure figcaption {
    position: absolute;
    padding-top: 55px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45px;
    padding-right: 20%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }
  section#fraudes aside .line {
    margin: 20px auto 10px;
    left: 0;
    right: 0;
    display: block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
  section#fraudes aside .lorem {
    display: block;
    color: #fff;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}

section#investigacion {
  background: #fff;
}

section#investigacion .in-frame {
  padding: 40px 0 40px 20px;
}

section#investigacion main h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

section#investigacion main p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0 25px 10px 0;
  line-height: 17px;
}

section#investigacion main .button {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
}

section#investigacion main .button:hover {
  background: #666;
}

section#investigacion main .button-red {
  background-color: #f33;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
}

section#investigacion aside {
  text-align: center;
  padding-right: 20px;
}

section#investigacion aside figure {
  left: -30px;
  padding-top: 25px;
  width: 100%;
  color: #fff;
  position: relative;
}

section#investigacion aside figure img {
  max-width: 40%;
}

section#investigacion aside figure figcaption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 60px;
  padding-right: 10%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

section#investigacion aside .line {
  display: none;
}

section#investigacion aside .lorem {
  display: none;
}

@media (min-width: 641px) {
  section#investigacion aside figure figcaption {
    font-size: 18px;
    top: 105px;
  }
}

@media (min-width: 1024px) {
  section#investigacion .in-frame {
    padding: 50px 0 60px 20px;
  }
  section#investigacion main h1 {
    margin: 0 0 35px;
  }
  section#investigacion main h2 {
    font-size: 30px;
    width: 80%;
    margin-bottom: 30px;
  }
  section#investigacion main p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 0 90px 10px 0;
    line-height: 22px;
  }
  section#investigacion main .button {
    display: inline-block;
    margin-top: 10px;
    padding: 15px 22px;
    font-size: 14px;
    font-weight: 300;
  }
  section#investigacion main .button-red {
    background-color: #f33;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
  }
  section#investigacion aside {
    text-align: center;
    padding-right: 50px;
  }
  section#investigacion aside figure {
    left: 0;
    padding-top: 0px;
    width: 90%;
    color: #fff;
    position: relative;
  }
  section#investigacion aside figure img {
    max-width: none;
  }
  section#investigacion aside figure figcaption {
    position: absolute;
    padding-top: 55px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 45px;
    padding-right: 20%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }
  section#investigacion aside .line {
    margin: 20px auto 10px;
    left: 0;
    right: 0;
    display: block;
  }
  section#investigacion aside .lorem {
    display: block;
    color: #fff;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}

header.header-article {
  height: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

header.header-article .date {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  margin: 18px 0 0;
}

@media (min-width: 1024px) {
  header.header-article {
    height: 45px;
  }
  header.header-article .date {
    font-size: 16px;
    margin: 18px 0 0;
  }
}

.agenda-widget .agenda-content .preloader {
  width: 100%;
  height: 200px;
  padding: 40px 0 0;
  text-align: center;
  background: url("../img/loader.gif") no-repeat;
  background-position: center center;
}

.agenda-widget article {
  margin-top: 25px;
  margin-bottom: 60px;
}

.agenda-widget article aside .day {
  font-size: 22px;
  font-weight: 200;
  position: relative;
  top: 10px;
  padding: 4px;
  color: #fff;
  background: #f66;
}

.agenda-widget article aside .day a {
  color: #fff;
}

.agenda-widget article main .hour {
  color: #999;
}

.agenda-widget article main h4 {
  margin: 0 15px;
  color: #333333;
}

.agenda-widget article main h4 a {
  color: #333333;
}

.agenda-widget article main h4 a:hover {
  color: #ff0000;
}

.agenda-widget article main footer a {
  color: #333;
}

@media (min-width: 1024px) {
  .agenda-widget article {
    margin-top: 25px;
    margin-bottom: 60px;
  }
  .agenda-widget article aside .day {
    font-size: 22px;
    font-weight: 200;
    position: relative;
    top: 10px;
    padding: 5px;
    color: #fff;
    background: #f66;
  }
  .agenda-widget article main h4 {
    margin: 1px 0 15px;
  }
  .agenda-widget article main footer a {
    color: #333;
  }
  .agenda-widget article main footer a:hover {
    color: #ff6666;
  }
}

.sidebar-widget-header-no-icon,
.sidebar-widget-header {
  position: relative;
  height: 46px;
  margin-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.sidebar-widget-header-no-icon h2,
.sidebar-widget-header h2 {
  display: block;
  margin: 0;
  padding-top: 0;
}

.sidebar-widget-header-no-icon .header-icon,
.sidebar-widget-header .header-icon {
  position: relative;
}

.sidebar-widget-header-no-icon .header-icon i,
.sidebar-widget-header .header-icon i {
  position: absolute;
  font-size: 65px;
  top: -15px;
  right: -20px;
  margin: 0;
  padding: 0;
  color: #f66;
}

@media (min-width: 1024px) {
  .sidebar-widget-header-no-icon,
  .sidebar-widget-header {
    position: relative;
    height: 46px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sidebar-widget-header-no-icon h2,
  .sidebar-widget-header h2 {
    display: block;
    margin: 0;
    padding-top: 0;
  }
  .sidebar-widget-header-no-icon .header-icon,
  .sidebar-widget-header .header-icon {
    position: relative;
  }
  .sidebar-widget-header-no-icon .header-icon i,
  .sidebar-widget-header .header-icon i {
    position: absolute;
    font-size: 65px;
    top: -15px;
    right: -20px;
    margin: 0;
    padding: 0;
    color: #f66;
  }
}

.comments-widget .sidebar-widget-header .header-icon i {
  color: #6cf;
  right: -7px;
}

.related-widget .sidebar-widget-header-no-icon,
.related-widget .sidebar-widget-header,
.comments-widget .sidebar-widget-header-no-icon,
.comments-widget .sidebar-widget-header {
  margin-bottom: 10px;
}

.comment p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #666 !important;
}

.comment .icon {
  text-align: center;
  font-size: 60px;
  padding-top: 15px;
  padding-right: 10px;
  color: #ccc;
}

.related-button {
  background: #e9eaeb;
  display: inline-block;
  padding: 14px 10px 0 10px;
  height: 50px;
  margin: 10px 0px;
  color: #9e9b9b;
  clear: both;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.article-footer .button {
  background-color: #ddd;
  padding: 10px 20px;
}

.article-footer aside .compartir .soc {
  margin: 10px 5px 0 0;
}

.article-footer aside .compartir .soc li a {
  font-size: 22px !important;
  width: 34px;
  color: #ccc !important;
}

.compartir {
  text-align: right;
}

.compartir .soc {
  margin: 10px 5px 0 0;
}

.compartir .soc li {
  border-right: 1px solid #c1c1c1;
}

.compartir .soc li a {
  font-size: 20px;
  width: 34px;
  color: #c1c1c1;
}

.compartir .soc li:nth-last-child(1) {
  border-right: 0 solid transparent;
}

@media (min-width: 1024px) {
  .compartir {
    text-align: right;
  }
  .compartir .soc {
    margin: 10px 5px 0 0;
  }
  .compartir .soc li a {
    font-size: 20px;
    width: 34px;
  }
}

.compartir-vertical .soc li:nth-child(1) {
  background-color: #4da7de !important;
}

.compartir-vertical .soc li:nth-child(2) {
  background-color: #3e5b98 !important;
}

.compartir-vertical .soc li:nth-child(3) {
  background-color: #3371b7 !important;
}

.social-icons-footer .soc li a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}

.social .soc li:nth-child(1):hover a,
.compartir .soc li:nth-child(1):hover a {
  color: #4da7de !important;
}

.social .soc li:nth-child(2):hover a,
.compartir .soc li:nth-child(2):hover a {
  color: #3e5b98 !important;
}

.social .soc li:nth-child(3):hover a,
.compartir .soc li:nth-child(3):hover a {
  color: #3371b7 !important;
}

.social .soc li:nth-child(4):hover a,
.compartir .soc li:nth-child(4):hover a {
  color: #f33 !important;
}

.agenda-pagination {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
}

.agenda-pagination i {
  font-size: 32px;
  line-height: 32px;
  position: relative;
  top: 10px;
  color: #999999;
}

.agenda-pagination i:hover {
  color: #ff6666;
}

.agenda-pagination span {
  font-size: 18px;
  height: 30px;
  color: #999999;
}

.agenda-pagination .agenda-prev,
.agenda-pagination .agenda-next {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .agenda-pagination i {
    font-size: 32px;
    line-height: 32px;
    position: relative;
    top: 10px;
  }
  .agenda-pagination span {
    font-size: 18px;
    height: 30px;
  }
}

.mobile-navigation {
  display: none;
  z-index: 16;
  position: relative;
}

.mobile-navigation nav > ul {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.mobile-navigation nav > ul > li {
  width: 100%;
  list-style-type: none;
}

.mobile-navigation nav > ul > li > a {
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  display: block;
  padding: 10px;
  font-family: "Asap", sans-serif;
}

.mobile-navigation nav > ul > li:nth-child(1) a {
  border-top: 1px solid #e8e8e8;
}

.mobile-navigation nav > ul > li > .dropdown {
  display: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav > ul > li > .dropdown > li {
  list-style-type: none;
  background-color: #f7f7f7 !important;
}

.mobile-navigation nav > ul > li > .dropdown > li > a {
  padding: 10px 20px 20px;
  height: auto !important;
  border-bottom: 1px solid #e9e9e9;
  display: block;
  font-size: 13px;
  font-family: "Asap", sans-serif;
  color: #333;
}

.mobile-navigation nav > ul .caret-holder-down {
  background-color: #fff;
  position: relative;
}

.mobile-navigation nav > ul .caret-holder-down a {
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}

.mobile-navigation nav > ul .caret-holder-down:before {
  content: "B";
  position: absolute;
  top: 12px;
  right: 20px;
  color: #000;
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mobile-navigation nav > ul .caret-holder-up {
  background-color: #999999;
  position: relative;
}

.mobile-navigation nav > ul .caret-holder-up a {
  color: #fff;
  border-bottom: 1px solid #7a7a7a;
}

.mobile-navigation nav > ul .caret-holder-up:before {
  content: "z";
  position: absolute;
  top: 12px;
  right: 20px;
  color: #fff;
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1024px) {
  .mobile-navigation {
    display: none !important;
  }
}

.hidden-menu {
  -webkit-transform: translateZ(0);
}

.hidden-menu .in-frame {
  display: none;
}

.hidden-menu .header-bottom {
  height: 40px;
  padding: 5px 0 0;
}

.hidden-menu .header-bottom nav {
  padding-left: 10px;
  display: none;
}

.hidden-menu .header-bottom nav ul {
  margin: 0;
  padding: 0;
}

.hidden-menu .header-bottom nav ul li {
  display: inline-block;
  text-align: center;
  list-style-type: none;
}

.hidden-menu .header-bottom nav ul li a {
  font-family: "Asap", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
}

.hidden-menu .header-bottom nav ul li a:hover,
.hidden-menu .header-bottom nav ul li a.active {
  color: #f33;
}

.hidden-menu .header-bottom aside {
  text-align: left;
  padding-top: 10px;
  background: #fff;
  text-align: center;
}

.hidden-menu .header-bottom aside a {
  margin-bottom: 10px;
  display: inline-block;
  width: 280px;
  margin-right: 0;
  height: 35px;
}

.hidden-menu .header-bottom aside a i {
  top: 5px;
  left: -10px;
  font-size: 25px;
}

.hidden-menu .header-bottom aside a span {
  position: relative;
  top: 0;
  left: -10px;
  font-size: 15px;
}

.hidden-menu .header-bottom aside a.gray i {
  top: 5px;
  left: -10px;
  font-size: 30px;
}

.hidden-menu .header-bottom aside a.red i {
  top: 2px;
  left: -10px;
  font-size: 30px;
}

.hidden-menu .header-bottom aside a.red span {
  top: -8px;
  left: -10px;
}

@media (min-width: 641px) {
  .hidden-menu .header-bottom aside {
    padding: 0;
    margin: 0;
    left: auto;
    right: auto;
  }
  .hidden-menu .header-bottom aside a {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 30px;
  }
  .hidden-menu .header-bottom aside a i {
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    padding: 0;
  }
  .hidden-menu .header-bottom aside a span {
    top: 0;
    left: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  .hidden-menu .header-bottom aside a.gray i {
    top: 0;
    left: 5px;
    font-size: 30px;
    line-height: 25px;
    padding: 0;
    position: absolute;
  }
  .hidden-menu .header-bottom aside a.gray span {
    top: 14px;
    left: 35px;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  .hidden-menu .header-bottom aside a.red i {
    top: 5px;
    left: 5px;
    font-size: 20px;
    line-height: 25px;
    padding: 0;
    position: absolute;
  }
  .hidden-menu .header-bottom aside a.red span {
    top: 14px;
    left: 26px;
    font-size: 14px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
  }
}

@media (min-width: 641px) and (min-width: 1024px) {
  .hidden-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    z-index: 9999;
    border-bottom: 1px solid #f33;
  }
  .hidden-menu .in-frame {
    display: block;
  }
  .hidden-menu .header-bottom {
    height: 50px;
    padding: 5px 0 0;
  }
  .hidden-menu .header-bottom .logo {
    margin: 12px 0 0 25px;
  }
  .hidden-menu .header-bottom nav {
    display: block;
    padding-left: 0;
    padding-top: 5px;
    margin-top: 5px;
  }
  .hidden-menu .header-bottom nav ul {
    margin: 0;
    padding: 0;
  }
  .hidden-menu .header-bottom nav ul li {
    height: 25px;
    display: inline-block;
    text-align: center;
    list-style-type: none;
  }
  .hidden-menu .header-bottom nav ul li a {
    font-family: "Asap", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    padding: 0 0 5px;
  }
  .hidden-menu .header-bottom nav ul li a:hover {
    color: #333;
    border-bottom: 2px solid #f33;
  }
  .hidden-menu .header-bottom nav ul > li.active a {
    border-bottom: 2px solid #f33;
  }
  .hidden-menu .header-bottom aside {
    text-align: right;
    padding-top: 3px;
  }
  .hidden-menu .header-bottom aside a {
    position: relative;
    right: 20px;
    float: right;
    display: inline-block;
    width: 32px;
    margin-left: 5px !important;
  }
  .hidden-menu .header-bottom aside a span {
    display: none;
  }
  .hidden-menu .header-bottom aside a.red i {
    top: 4px;
    left: 6px;
    font-size: 22px;
  }
  .hidden-menu .header-bottom aside a.gray i {
    left: 3px;
  }
}

@font-face {
  font-family: "resguarda";
  src: url("../fonts/resguarda/resguarda.eot");
  src: url("../fonts/resguarda/resguarda.eot?#iefix") format("embedded-opentype"), url("../fonts/resguarda/resguarda.woff") format("woff"), url("../fonts/resguarda/resguarda.ttf") format("truetype"), url("../fonts/resguarda/resguarda.svg#resguarda") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "resguarda" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "resguarda" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-world:before {
  content: "b";
}

.icon-cog-gear:before {
  content: "a";
}

.icon-arrup:before {
  content: "c";
}

.icon-box:before {
  content: "d";
}

.icon-calendar:before {
  content: "e";
}

.icon-callme:before {
  content: "f";
}

.icon-check:before {
  content: "g";
}

.icon-checkarrow:before {
  content: "h";
}

.icon-pointing:before {
  content: "i";
}

.icon-print:before {
  content: "j";
}

.icon-star:before {
  content: "k";
}

.icon-tel-world:before {
  content: "m";
}

.icon-world-1:before {
  content: "n";
}

.icon-tel:before {
  content: "l";
}

.icon-plus:before {
  content: "o";
}

.icon-location:before {
  content: "p";
}

.icon-mail:before {
  content: "q";
}

.icon-social-skype:before {
  content: "r";
}

.icon-youtube:before {
  content: "s";
}

.icon-facebook:before {
  content: "t";
}

.icon-linkedin:before {
  content: "u";
}

.icon-twitter:before {
  content: "v";
}

.icon-left-open-big:before {
  content: "w";
}

.icon-right-open-big:before {
  content: "x";
}

.icon-up-open-big:before {
  content: "y";
}

.icon-up-open-mini:before {
  content: "z";
}

.icon-down-open-big:before {
  content: "A";
}

.icon-down-open-mini:before {
  content: "B";
}

.icon-right-open-mini:before {
  content: "C";
}

.icon-left-open-mini:before {
  content: "D";
}

.icon-left-open:before {
  content: "E";
}

.icon-right-open:before {
  content: "F";
}

.icon-up-open:before {
  content: "G";
}

.icon-up-dir:before {
  content: "H";
}

.icon-down-open:before {
  content: "I";
}

.icon-down-dir:before {
  content: "J";
}

.icon-right-dir:before {
  content: "K";
}

.icon-left-dir:before {
  content: "L";
}

.icon-menu:before {
  content: "M";
}

.icon-pencil:before {
  content: "N";
}

.icon-comments:before {
  content: "O";
}

.icon-user:before {
  content: "P";
}

@font-face {
  font-family: "sosa";
  src: url("../fonts/sosa-regular/sosa-regular.eot");
  src: url("../fonts/sosa-regular/sosa-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sosa-regular/sosa-regular.woff") format("woff"), url("../fonts/sosa-regular/sosa-regular.ttf") format("truetype"), url("../fonts/sosa-regular/sosa-regular.svg#sosa-regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'si';
  src: url("../fonts/socicon/socicon.eot");
  src: url("../fonts/socicon/socicon.eot?#iefix") format("embedded-opentype"), url("../fonts/socicon/socicon.woff") format("woff"), url("../fonts/socicon/socicon.ttf") format("truetype"), url("../fonts/socicon/socicon.svg#icomoonregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.soc {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soc li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.soc li a {
  font-family: si !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-right: 0px;
  color: #000;
  background-color: transparent;
}

.soc-icon-last {
  margin: 0 !important;
}

.soc-twitter:before {
  content: 'a';
}

.soc-facebook:before {
  content: 'b';
}

.soc-google:before {
  content: 'c';
}

.soc-pinterest:before {
  content: 'd';
}

.soc-linkedin:before {
  content: 'j';
}

.soc-rss:before {
  content: ',';
}

.soc-youtube:before {
  content: 'r';
}

.flag {
  display: inline-block;
  height: 32px;
  width: 32px;
  vertical-align: middle;
  line-height: 32px;
  background: url("../img/flags32.png") no-repeat;
}

._African_Union {
  background-position: 0 -32px;
}

._Arab_League {
  background-position: 0 -64px;
}

._ASEAN {
  background-position: 0 -96px;
}

._CARICOM {
  background-position: 0 -128px;
}

._CIS {
  background-position: 0 -160px;
}

._Commonwealth {
  background-position: 0 -192px;
}

._England {
  background-position: 0 -224px;
}

._European_Union,
.eu {
  background-position: 0 -256px;
}

._Islamic_Conference {
  background-position: 0 -288px;
}

._Kosovo {
  background-position: 0 -320px;
}

._NATO {
  background-position: 0 -352px;
}

._Northern_Cyprus {
  background-position: 0 -384px;
}

._Northern_Ireland {
  background-position: 0 -416px;
}

._Olimpic_Movement {
  background-position: 0 -448px;
}

._OPEC {
  background-position: 0 -480px;
}

._Red_Cross {
  background-position: 0 -512px;
}

._Scotland {
  background-position: 0 -544px;
}

._Somaliland {
  background-position: 0 -576px;
}

._Tibet {
  background-position: 0 -608px;
}

._United_Nations {
  background-position: 0 -640px;
}

._Wales {
  background-position: 0 -672px;
}

.ad {
  background-position: 0 -704px;
}

.ae {
  background-position: 0 -736px;
}

.af {
  background-position: 0 -768px;
}

.ag {
  background-position: 0 -800px;
}

.ai {
  background-position: 0 -832px;
}

.al {
  background-position: 0 -864px;
}

.am {
  background-position: 0 -896px;
}

.ao {
  background-position: 0 -928px;
}

.aq {
  background-position: 0 -960px;
}

.ar {
  background-position: 0 -992px;
}

.as {
  background-position: 0 -1024px;
}

.at {
  background-position: 0 -1056px;
}

.au {
  background-position: 0 -1088px;
}

.aw {
  background-position: 0 -1120px;
}

.ax {
  background-position: 0 -1152px;
}

.az {
  background-position: 0 -1184px;
}

.ba {
  background-position: 0 -1216px;
}

.bb {
  background-position: 0 -1248px;
}

.bd {
  background-position: 0 -1280px;
}

.be {
  background-position: 0 -1312px;
}

.bf {
  background-position: 0 -1344px;
}

.bg {
  background-position: 0 -1376px;
}

.bh {
  background-position: 0 -1408px;
}

.bi {
  background-position: 0 -1440px;
}

.bj {
  background-position: 0 -1472px;
}

.bm {
  background-position: 0 -1504px;
}

.bn {
  background-position: 0 -1536px;
}

.bo {
  background-position: 0 -1568px;
}

.br {
  background-position: 0 -1600px;
}

.bs {
  background-position: 0 -1632px;
}

.bt {
  background-position: 0 -1664px;
}

.bw {
  background-position: 0 -1696px;
}

.by {
  background-position: 0 -1728px;
}

.bz {
  background-position: 0 -1760px;
}

.ca {
  background-position: 0 -1792px;
}

.cd {
  background-position: 0 -1824px;
}

.cf {
  background-position: 0 -1856px;
}

.cg {
  background-position: 0 -1888px;
}

.ch {
  background-position: 0 -1920px;
}

.ci {
  background-position: 0 -1952px;
}

.ck {
  background-position: 0 -1984px;
}

.cl {
  background-position: 0 -2016px;
}

.cm {
  background-position: 0 -2048px;
}

.cn {
  background-position: 0 -2080px;
}

.co {
  background-position: 0 -2112px;
}

.cr {
  background-position: 0 -2144px;
}

.cu {
  background-position: 0 -2176px;
}

.cv {
  background-position: 0 -2208px;
}

.cy {
  background-position: 0 -2240px;
}

.cz {
  background-position: 0 -2272px;
}

.de {
  background-position: 0 -2304px;
}

.dj {
  background-position: 0 -2336px;
}

.dk {
  background-position: 0 -2368px;
}

.dm {
  background-position: 0 -2400px;
}

.do {
  background-position: 0 -2432px;
}

.dz {
  background-position: 0 -2464px;
}

.ec {
  background-position: 0 -2496px;
}

.ee {
  background-position: 0 -2528px;
}

.eg {
  background-position: 0 -2560px;
}

.eh {
  background-position: 0 -2592px;
}

.er {
  background-position: 0 -2624px;
}

.es {
  background-position: 0 -2656px;
}

.et {
  background-position: 0 -2688px;
}

.fi {
  background-position: 0 -2720px;
}

.fj {
  background-position: 0 -2752px;
}

.fm {
  background-position: 0 -2784px;
}

.fo {
  background-position: 0 -2816px;
}

.fr {
  background-position: 0 -2848px;
}

.bl,
.cp,
.mf,
.yt {
  background-position: 0 -2848px;
}

.ga {
  background-position: 0 -2880px;
}

.gb {
  background-position: 0 -2912px;
}

.sh {
  background-position: 0 -2912px;
}

.gd {
  background-position: 0 -2944px;
}

.ge {
  background-position: 0 -2976px;
}

.gg {
  background-position: 0 -3008px;
}

.gh {
  background-position: 0 -3040px;
}

.gi {
  background-position: 0 -3072px;
}

.gl {
  background-position: 0 -3104px;
}

.gm {
  background-position: 0 -3136px;
}

.gn {
  background-position: 0 -3168px;
}

.gp {
  background-position: 0 -3200px;
}

.gq {
  background-position: 0 -3232px;
}

.gr {
  background-position: 0 -3264px;
}

.gt {
  background-position: 0 -3296px;
}

.gu {
  background-position: 0 -3328px;
}

.gw {
  background-position: 0 -3360px;
}

.gy {
  background-position: 0 -3392px;
}

.hk {
  background-position: 0 -3424px;
}

.hn {
  background-position: 0 -3456px;
}

.hr {
  background-position: 0 -3488px;
}

.ht {
  background-position: 0 -3520px;
}

.hu {
  background-position: 0 -3552px;
}

.id {
  background-position: 0 -3584px;
}

.mc {
  background-position: 0 -3584px;
}

.ie {
  background-position: 0 -3616px;
}

.il {
  background-position: 0 -3648px;
}

.im {
  background-position: 0 -3680px;
}

.in {
  background-position: 0 -3712px;
}

.iq {
  background-position: 0 -3744px;
}

.ir {
  background-position: 0 -3776px;
}

.is {
  background-position: 0 -3808px;
}

.it {
  background-position: 0 -3840px;
}

.je {
  background-position: 0 -3872px;
}

.jm {
  background-position: 0 -3904px;
}

.jo {
  background-position: 0 -3936px;
}

.jp {
  background-position: 0 -3968px;
}

.ke {
  background-position: 0 -4000px;
}

.kg {
  background-position: 0 -4032px;
}

.kh {
  background-position: 0 -4064px;
}

.ki {
  background-position: 0 -4096px;
}

.km {
  background-position: 0 -4128px;
}

.kn {
  background-position: 0 -4160px;
}

.kp {
  background-position: 0 -4192px;
}

.kr {
  background-position: 0 -4224px;
}

.kw {
  background-position: 0 -4256px;
}

.ky {
  background-position: 0 -4288px;
}

.kz {
  background-position: 0 -4320px;
}

.la {
  background-position: 0 -4352px;
}

.lb {
  background-position: 0 -4384px;
}

.lc {
  background-position: 0 -4416px;
}

.li {
  background-position: 0 -4448px;
}

.lk {
  background-position: 0 -4480px;
}

.lr {
  background-position: 0 -4512px;
}

.ls {
  background-position: 0 -4544px;
}

.lt {
  background-position: 0 -4576px;
}

.lu {
  background-position: 0 -4608px;
}

.lv {
  background-position: 0 -4640px;
}

.ly {
  background-position: 0 -4672px;
}

.ma {
  background-position: 0 -4704px;
}

.md {
  background-position: 0 -4736px;
}

.me {
  background-position: 0 -4768px;
}

.mg {
  background-position: 0 -4800px;
}

.mh {
  background-position: 0 -4832px;
}

.mk {
  background-position: 0 -4864px;
}

.ml {
  background-position: 0 -4896px;
}

.mm {
  background-position: 0 -4928px;
}

.mn {
  background-position: 0 -4960px;
}

.mo {
  background-position: 0 -4992px;
}

.mq {
  background-position: 0 -5024px;
}

.mr {
  background-position: 0 -5056px;
}

.ms {
  background-position: 0 -5088px;
}

.mt {
  background-position: 0 -5120px;
}

.mu {
  background-position: 0 -5152px;
}

.mv {
  background-position: 0 -5184px;
}

.mw {
  background-position: 0 -5216px;
}

.mx {
  background-position: 0 -5248px;
}

.my {
  background-position: 0 -5280px;
}

.mz {
  background-position: 0 -5312px;
}

.na {
  background-position: 0 -5344px;
}

.nc {
  background-position: 0 -5376px;
}

.ne {
  background-position: 0 -5408px;
}

.ng {
  background-position: 0 -5440px;
}

.ni {
  background-position: 0 -5472px;
}

.nl {
  background-position: 0 -5504px;
}

.bq {
  background-position: 0 -5504px;
}

.no {
  background-position: 0 -5536px;
}

.bv,
.nq,
.sj {
  background-position: 0 -5536px;
}

.np {
  background-position: 0 -5568px;
}

.nr {
  background-position: 0 -5600px;
}

.nz {
  background-position: 0 -5632px;
}

.om {
  background-position: 0 -5664px;
}

.pa {
  background-position: 0 -5696px;
}

.pe {
  background-position: 0 -5728px;
}

.pf {
  background-position: 0 -5760px;
}

.pg {
  background-position: 0 -5792px;
}

.ph {
  background-position: 0 -5824px;
}

.pk {
  background-position: 0 -5856px;
}

.pl {
  background-position: 0 -5888px;
}

.pr {
  background-position: 0 -5920px;
}

.ps {
  background-position: 0 -5952px;
}

.pt {
  background-position: 0 -5984px;
}

.pw {
  background-position: 0 -6016px;
}

.py {
  background-position: 0 -6048px;
}

.qa {
  background-position: 0 -6080px;
}

.re {
  background-position: 0 -6112px;
}

.ro {
  background-position: 0 -6144px;
}

.rs {
  background-position: 0 -6176px;
}

.ru {
  background-position: 0 -6208px;
}

.rw {
  background-position: 0 -6240px;
}

.sa {
  background-position: 0 -6272px;
}

.sb {
  background-position: 0 -6304px;
}

.sc {
  background-position: 0 -6336px;
}

.sd {
  background-position: 0 -6368px;
}

.se {
  background-position: 0 -6400px;
}

.sg {
  background-position: 0 -6432px;
}

.si {
  background-position: 0 -6464px;
}

.sk {
  background-position: 0 -6496px;
}

.sl {
  background-position: 0 -6528px;
}

.sm {
  background-position: 0 -6560px;
}

.sn {
  background-position: 0 -6592px;
}

.so {
  background-position: 0 -6624px;
}

.sr {
  background-position: 0 -6656px;
}

.st {
  background-position: 0 -6688px;
}

.sv {
  background-position: 0 -6720px;
}

.sy {
  background-position: 0 -6752px;
}

.sz {
  background-position: 0 -6784px;
}

.tc {
  background-position: 0 -6816px;
}

.td {
  background-position: 0 -6848px;
}

.tg {
  background-position: 0 -6880px;
}

.th {
  background-position: 0 -6912px;
}

.tj {
  background-position: 0 -6944px;
}

.tl {
  background-position: 0 -6976px;
}

.tm {
  background-position: 0 -7008px;
}

.tn {
  background-position: 0 -7040px;
}

.to {
  background-position: 0 -7072px;
}

.tr {
  background-position: 0 -7104px;
}

.tt {
  background-position: 0 -7136px;
}

.tv {
  background-position: 0 -7168px;
}

.tw {
  background-position: 0 -7200px;
}

.tz {
  background-position: 0 -7232px;
}

.ua {
  background-position: 0 -7264px;
}

.ug {
  background-position: 0 -7296px;
}

.us {
  background-position: 0 -7328px;
}

.uy {
  background-position: 0 -7360px;
}

.uz {
  background-position: 0 -7392px;
}

.va {
  background-position: 0 -7424px;
}

.vc {
  background-position: 0 -7456px;
}

.ve {
  background-position: 0 -7488px;
}

.vg {
  background-position: 0 -7520px;
}

.vi {
  background-position: 0 -7552px;
}

.vn {
  background-position: 0 -7584px;
}

.vu {
  background-position: 0 -7616px;
}

.ws {
  background-position: 0 -7648px;
}

.ye {
  background-position: 0 -7680px;
}

.za {
  background-position: 0 -7712px;
}

.zm {
  background-position: 0 -7744px;
}

.zw {
  background-position: 0 -7776px;
}

.sx {
  background-position: 0 -7808px;
}

.cw {
  background-position: 0 -7840px;
}

.ss {
  background-position: 0 -7872px;
}

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 27, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}

/* Cube */
.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
