/*! Colormini v1.0.5 | MIT License */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 *  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-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .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-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.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;
  height: 100%;
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*--------------------------------------------------
Print Styles
---------------------------------------------------*/
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*--------------------------------------------------
Responsive
---------------------------------------------------*/
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  width: auto;
  height: auto; }

.gm-style img {
  max-width: none; }

.embed-responsive {
  overflow: hidden;
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56.25%; }
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/*--------------------------------------------------
Helpers
---------------------------------------------------*/
.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  *zoom: 1;
  margin-left: -1em; }
  .list-inline:before, .list-inline:after {
    content: ' ';
    display: table; }
  .list-inline:after {
    clear: both; }
  .list-inline > li {
    float: left;
    margin-left: 1em; }
  .list-inline > li > a {
    display: block; }

.list-equal {
  padding-left: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .list-equal > li {
    display: table-cell;
    text-align: center; }
  .list-equal > li > a {
    display: block; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.media {
  margin-bottom: 1.5em; }

.media-left,
.media > .pull-left {
  padding-right: 1em; }

.media-right,
.media > .pull-right {
  padding-left: 1em; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-hide {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  text-shadow: none; }

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden !important; }

.hidden {
  display: none !important; }

@media print {
  .hidden-print {
    display: none !important; } }

/*--------------------------------------------------
Typography
---------------------------------------------------*/
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #4d4d4d; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  color: #FFFFFF; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }

h1, .h1 {
  font-size: 47.3600177748px; }

h2, .h2 {
  font-size: 35.528895555px; }

h3, .h3 {
  font-size: 26.653335px; }

h4, .h4 {
  font-size: 19.995px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 11.2528132033px; }

small, .small {
  font-size: 80%; }

hr {
  border: 0;
  border-top: 1px solid #cdcccc; }

a {
  color: #4d4d4d;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: underline; }

html,
button,
input {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  html,
  button,
  input {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto; } }

/*--------------------------------------------------
Buttons
---------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.375em 11px;
  border: 1px solid transparent;
  border-radius: 0;
  border-color: transparent;
  background-image: none;
  background-color: #000000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent; }
  .btn.disabled, .btn[disabled] {
    opacity: 0.65;
    cursor: default;
    pointer-events: none; }

.btn:hover,
.btn:focus {
  outline: 0;
  text-decoration: none;
  background-color: black;
  color: #fff; }

.btn:active {
  background-color: black;
  color: #fff; }

/*--------------------------------------------------
Forms
---------------------------------------------------*/
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0; }

label {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 0em;
  font-weight: bold; }

.label-inline {
  margin-top: 1px;
  padding-top: 0em; }

.form-group {
  margin-bottom: 1em; }

.form-inline label {
  vertical-align: middle;
  margin-top: 1px;
  padding-top: 0em; }

.form-inline input[type="email"], .form-inline input[type="number"], .form-inline input[type="password"], .form-inline input[type="search"], .form-inline input[type="tel"], .form-inline input[type="text"], .form-inline input[type="url"], .form-inline textarea, .form-inline select,
.form-inline .form-group,
.form-inline .select,
.form-inline .checkbox,
.form-inline .radio {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  width: auto; }

.form-inline .checkbox + .checkbox,
.form-inline .radio + .radio {
  margin-left: 1em; }

input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea, select {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0em 0em;
  background-color: transparent;
  color: #FFFFFF;
  font-style: italic;
  transition: border-color 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="email"][disabled], input[type="number"][disabled], input[type="password"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="text"][disabled], input[type="url"][disabled], textarea[disabled], select[disabled] {
    border-color: #ccc;
    background-color: #eee;
    color: #555;
    cursor: not-allowed; }

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, textarea:focus, select:focus {
  border-color: transparent;
  outline: 0; }

select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist; }
  select[multiple], select[size] {
    height: auto; }

textarea {
  height: auto;
  resize: vertical; }

.checkbox,
.radio {
  line-height: 1.45; }

input[type="radio"],
input[type="checkbox"] {
  position: absolute;
  margin-top: 0.25em;
  line-height: normal; }
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    padding: 0;
    padding-left: 20px;
    font-weight: normal;
    cursor: pointer; }
  input[type="radio"][disabled] + label,
  input[type="checkbox"][disabled] + label {
    color: #555;
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="search"] {
  box-sizing: inherit;
  -webkit-appearance: none; }

[placeholder].placeholder {
  color: #4d4d4d;
  font-style: italic; }

[placeholder]::placeholder {
  color: #4d4d4d;
  font-style: italic;
  opacity: 1; }

.checkbox input[type="checkbox"]:not(:checked),
.checkbox input[type="checkbox"]:checked,
.radio input[type="radio"]:not(:checked),
.radio input[type="radio"]:checked {
  opacity: 0;
  z-index: -1; }
  .checkbox input[type="checkbox"]:not(:checked) + label,
  .checkbox input[type="checkbox"]:checked + label,
  .radio input[type="radio"]:not(:checked) + label,
  .radio input[type="radio"]:checked + label {
    position: relative;
    padding-left: 1.4em; }
  .checkbox input[type="checkbox"]:not(:checked) + label:before,
  .checkbox input[type="checkbox"]:not(:checked) + label:after,
  .checkbox input[type="checkbox"]:checked + label:before,
  .checkbox input[type="checkbox"]:checked + label:after,
  .radio input[type="radio"]:not(:checked) + label:before,
  .radio input[type="radio"]:not(:checked) + label:after,
  .radio input[type="radio"]:checked + label:before,
  .radio input[type="radio"]:checked + label:after {
    content: ' '; }

input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  position: absolute;
  top: 0.1875em;
  left: 0;
  width: 1em;
  height: 1em; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  border: 1px solid transparent;
  background-color: #fff; }

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
  border-color: transparent; }

input[type="checkbox"]:active + label:before,
input[type="radio"]:active + label:before {
  background-color: rgba(102, 102, 102, 0); }

input[type="checkbox"][disabled] + label:before,
input[type="radio"][disabled] + label:before {
  border-color: #ccc;
  background-color: #eee; }

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  background-repeat: no-repeat;
  background-position: center center; }

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  opacity: 1; }

input[type="radio"] + label:before {
  border-radius: 1em; }

input[type="radio"]:checked + label:after {
  /* autoprefixer: off */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB1SURBVChTYyAEGKE0i6KiYjOQjoFwGZZwcnK2Xrt27QsziAeUbGVkZKwAYj4otvnz5w/b+/fvdzOB1TMw+EBpOPj//787iIYpwAnACoBG7gDzUMFeEAF2g6Sk5HGQnUBj5YDcT0A8D+jI2tevX/8CyeMBDAwAQ4wgZq0O/WQAAAAASUVORK5CYII=");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M4 1C2.3 1 1 2.3 1 4s1.3 3 3 3 3-1.3 3-3S5.7 1 4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent); }

input[type="checkbox"]:checked + label:after {
  /* autoprefixer: off */
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVChTYyAEGKE0CjA2Ntb4////dGZm5khmqBgcQCX3MzIy6gBpBkZk1f/+/ROASkoA6TW8vLyRTCBJoIDD379/96NLHjx48A8TSCdQ4AZQQgNdEmQl2JGmpqYSIBOAzCvIkigA6BYRe3t7FigXChgYAGONRUtL5Ld6AAAAAElFTkSuQmCC");
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23333' d='M6.4 1L5.7 1.7 2.9 4.5 2.1 3.7 1.4 3 0 4.4l0.7 0.7 1.5 1.5 0.7 0.7 0.7-0.7 3.5-3.5 0.7-0.7L6.4 1 6.4 1z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent); }

.select {
  position: relative; }
  .select select {
    padding-right: 2em;
    padding-right: 0em \9;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select select::-ms-expand {
    display: none; }
  .select select:focus::-ms-value {
    background: transparent;
    color: #FFFFFF; }
  .select:after {
    /* autoprefixer: off */
    content: ' ';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0em;
    width: 12px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABlSURBVChTYzQyMqpnZGRsYCAC/P//v4H5+fPnByUlJRmAmhyg4lgBSPG5c+camUEcQppgikFssAYQwKUJWTEIwDWAAEiTlJSUAJBpAeIDFRcCFXeC2HiBsbFxPzAwCqBcJMDAAAD1cjECKulnugAAAABJRU5ErkJggg==");
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='6' viewBox='0 0 12 6'%3E%3Cpath fill='%23333' d='M0 0l6 6 6-6h-12z'/%3E%3C/svg%3E"), linear-gradient(transparent, transparent);
    background-image: none \9;
    display: none \9; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select:after {
    display: block; }
  .select select {
    padding-right: 2em; } }

@-moz-document url-prefix() {
  /* autoprefixer: off */
  .select:after {
    display: none; }
  .select select {
    padding-right: 0em; }
  @supports (filter: opacity(1)) {
    .select:after {
      display: block; }
    .select select {
      padding-right: 2em; } } }

/*--------------------------------------------------
Spacing
---------------------------------------------------*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

figure {
  margin: 0; }

address,
blockquote,
table,
figure,
form,
fieldset,
legend,
pre,
dl,
ul,
ol,
hr,
p {
  margin-top: 0;
  margin-bottom: 1.5em; }

nav > ul,
nav > ol,
li > ul,
li > ol {
  margin-bottom: 0; }

ul, ol {
  margin-left: 0;
  padding-left: 2.5em; }

@font-face {
  font-family: "colormini";
  src: url("../fonts/colormini.eot");
  src: url("../fonts/colormini.eot?#iefix") format("embedded-opentype"), url("../fonts/colormini.woff") format("woff"), url("../fonts/colormini.ttf") format("truetype"), url("../fonts/colormini.svg#colormini") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "colormini" !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: "colormini" !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-android-close:before {
  content: "\61"; }

.icon-android-arrow-forward:before {
  content: "\62"; }

.icon-android-arrow-back:before {
  content: "\63"; }

.icon-android-menu:before {
  content: "\66"; }

.icon-chatbox-working:before {
  content: "\6b"; }

.icon-chevron-left:before {
  content: "\6d"; }

.icon-chevron-right:before {
  content: "\6e"; }

.icon-chevron-up:before {
  content: "\6f"; }

.icon-chevron-down:before {
  content: "\70"; }

.icon-close:before {
  content: "\64"; }

.icon-ios-email:before {
  content: "\65"; }

.icon-ios-navigate:before {
  content: "\71"; }

.icon-navicon-round:before {
  content: "\72"; }

.icon-more:before {
  content: "\73"; }

.icon-person:before {
  content: "\74"; }

.icon-pricetags:before {
  content: "\75"; }

.icon-search:before {
  content: "\76"; }

.icon-social-linkedin:before {
  content: "\41"; }

.icon-social-skype:before {
  content: "\44"; }

.icon-social-youtube:before {
  content: "\45"; }

.icon-vimeo-circled:before {
  content: "\48"; }

.icon-facebook-circled:before {
  content: "\49"; }

.icon-social-facebook:before {
  content: "\68"; }

.icon-twitter-circled:before {
  content: "\67"; }

/*--------------------------------------------------
Modals
---------------------------------------------------*/
.mfp-bg {
  background: #f5f5f5; }

button.mfp-close {
  display: block;
  width: 81px;
  height: 23px;
  overflow: hidden;
  text-indent: -100em;
  background: transparent url(../img/ui/btn-cerrar.png) top left no-repeat;
  background-size: contain;
  top: 15px;
  right: 20px; }
  button.mfp-close:active {
    top: 15px; }
  @media (min-width: 1024px) {
    button.mfp-close {
      right: 0px;
      top: 40px; }
      button.mfp-close:active {
        top: 40px; } }

@media (max-width: 768px) {
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px; } }

.mfp-content {
  background-color: #f5f5f5; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 1; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* SLIDER
-------------------------------- */
@media (min-width: 768px) {
  #inicio .slick-dots {
    bottom: 20px;
    right: 20px;
    left: auto;
    text-align: right; } }

.slick-loading .slick-list {
  background: #fff url("../img/ui/ajax-loader.gif") center center no-repeat; }

.slick-track:focus {
  outline: none; }

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 64px;
  width: 36px;
  cursor: pointer;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -32px;
  /*lte IE 8*/
  overflow: hidden;
  text-indent: -100em;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }

.slick-prev {
  left: -50px;
  background-image: url(../img/ui/gallery-prev.png);
  z-index: 90; }

.slick-next {
  right: -50px;
  background-image: url(../img/ui/gallery-next.png);
  z-index: 90; }

/*--------------------------------------------------
Sliders
---------------------------------------------------*/
.owl-carousel .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-nav [class*='owl-']:hover {
  opacity: 1; }

.owl-carousel .owl-nav .disabled {
  opacity: 0 !important;
  cursor: default; }

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #4d4d4d;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

#inicio .owl-carousel .owl-dots .owl-dot.active span,
#inicio .owl-carousel .owl-dots .owl-dot:hover span {
  background: #FFFFFF; }

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  background: #000000; }

/* Captions */
.owl-carousel .owl-item {
  height: 100%; }

.owl-carousel .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%; }

.owl-carousel .caption {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF; }
  .owl-carousel .caption:after {
    content: " ";
    display: block;
    clear: both; }
  .owl-carousel .caption img {
    width: auto;
    max-width: auto; }

.owl-carousel .title {
  position: absolute;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  width: 60%;
  margin: 0px auto;
  text-align: center; }

.owl-carousel .box {
  float: left;
  max-width: 420px;
  margin: 15.7894736842% 0px;
  padding: 10.5263157895%;
  background-color: #000000; }

.owl-carousel .owl-item img {
  width: auto; }

.slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px; }

.slider .owl-nav [class*='owl-'] {
  height: 45px;
  width: 45px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  margin-top: -22.5px; }
  .slider .owl-nav [class*='owl-'].owl-prev {
    background-image: url(../img/ui/slider-prev.png);
    left: 0; }
  .slider .owl-nav [class*='owl-'].owl-next {
    background-image: url(../img/ui/slider-next.png);
    right: 0; }

.gallery .owl-nav {
  margin-top: 10px; }

.gallery .owl-nav [class*='owl-'] {
  height: 26px;
  width: 26px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  text-indent: -100em;
  cursor: pointer;
  opacity: 0.8;
  text-align: center;
  margin: 0px 10px; }
  .gallery .owl-nav [class*='owl-'].owl-prev {
    background-image: url(../img/ui/gallery-prev.png); }
  .gallery .owl-nav [class*='owl-'].owl-next {
    background-image: url(../img/ui/gallery-next.png); }

/*
 * Fix: Blank/flash image on loop  
 * https://github.com/smashingboxes/OwlCarousel2/issues/599
 */
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

/*--------------------------------------------------
Maps
---------------------------------------------------*/
#mapa {
  position: relative;
  min-height: auto; }
  #mapa h4 {
    color: #000000; }

#map-container {
  height: 400px;
  width: 100%; }

#map-zoom-in,
#map-zoom-out {
  background-color: #000000;
  background-position: center center;
  background-size: container;
  background-repeat: no-repeat;
  color: #FFFFFF;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
  display: block;
  z-index: 100;
  opacity: 0.6; }
  #map-zoom-in:hover,
  .no-touch #map-zoom-in:hover,
  #map-zoom-out:hover,
  .no-touch
  #map-zoom-out:hover {
    opacity: 1; }

#map-zoom-in {
  margin-top: 10px;
  margin-bottom: 1px;
  background-image: url(../img/ui/btn-zoom-in.png); }

#map-zoom-out {
  background-image: url(../img/ui/btn-zoom-out.png); }

/*--------------------------------------------------
Portfolio
---------------------------------------------------*/
.work {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.portfolio .work,
.portfolio .work img {
  width: 100%; }

.overlay {
  margin: 10px 10px 5px;
  display: block; }

.portfolio .work {
  width: 50%;
  float: left; }

@media (max-width: 568px) {
  .portfolio .work {
    width: 100%;
    float: none; }
  .overlay {
    margin: 10px 0px 5px; } }

@media (min-width: 1024px) {
  .portfolio .work {
    width: 33.3333333333%; } }

@media (min-width: 1280px) {
  .portfolio .work {
    width: 25%; } }

/*--------------------------------------------------
Overlays
---------------------------------------------------*/
.overlay img {
  transition: all 0.3s ease-in-out;
  opacity: 1; }

.overlay:hover img {
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.overlay .caption {
  display: none; }

.no-touch .overlay {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .no-touch .overlay .caption {
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-weight: normal;
    display: block;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }
    .no-touch .overlay .caption span {
      transition: all 0.5s ease-in-out;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      transform: translateX(-50%) translateY(-50%);
      width: 80%;
      opacity: 0;
      font-size: 24px;
      font-weight: 700; }
      .no-touch .overlay .caption span small {
        font-size: 13px;
        font-weight: bold;
        text-decoration: underline; }
  .no-touch .overlay:hover .caption {
    opacity: 1;
    width: 100%;
    height: 100%; }
    .no-touch .overlay:hover .caption span {
      opacity: 1; }

@media (max-width: 768px) {
  .overlay {
    display: block;
    margin-bottom: 1em; }
    .overlay small {
      display: none; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .overlay small {
    display: none; } }

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

html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #FFFFFF; }

body {
  overflow-x: hidden; }

body.overflow-hidden {
  height: 100%;
  overflow: hidden; }

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90%;
  padding: 2em 0; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

a, button, input[type="submit"] {
  transition: all 0.3s ease-in-out;
  font-weight: bold; }

a:focus {
  outline: none; }

.current a {
  color: #000000;
  text-decoration: underline; }

.btn {
  text-decoration: underline; }

h1 {
  font-size: 66px;
  line-height: 1;
  margin: 0px; }

h2 {
  font-size: 42px;
  line-height: 1; }

h3 {
  font-size: 36px; }
  h3 span {
    display: block;
    font-weight: 100; }

h4 {
  font-size: 24px; }

ul {
  list-style: none;
  padding-left: 0px; }

@media (max-width: 768px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 18px; } }

.animation {
  opacity: 0; }

.animation.animated {
  opacity: 1; }

form {
  *zoom: 1;
  /* Contact 7 */ }
  form:before, form:after {
    content: ' ';
    display: table; }
  form:after {
    clear: both; }
  form textarea {
    height: 120px;
    max-height: 120px; }
  form .form-group {
    border-bottom: 1px solid #FFFFFF;
    vertical-align: top; }
  form .wpcf7-form-control-wrap {
    display: block; }
  form .screen-reader-response {
    display: none !important; }
  form .wpcf7-not-valid-tip {
    color: #FFFFFF;
    font-style: italic;
    font-size: 13px;
    display: block;
    clear: both;
    opacity: 0.7; }
  form .wpcf7-response-output {
    *zoom: 1;
    clear: both;
    border: none;
    padding: 0px;
    margin-top: 1em;
    text-align: center; }
    form .wpcf7-response-output:before, form .wpcf7-response-output:after {
      content: ' ';
      display: table; }
    form .wpcf7-response-output:after {
      clear: both; }
  form .wpcf7-display-none {
    display: none; }
  form .file-upload-wrapper,
  form .form-group {
    *zoom: 1;
    position: relative; }
    form .file-upload-wrapper:before, form .file-upload-wrapper:after,
    form .form-group:before,
    form .form-group:after {
      content: ' ';
      display: table; }
    form .file-upload-wrapper:after,
    form .form-group:after {
      clear: both; }
  @media (min-width: 768px) {
    form .file-upload-button,
    form label {
      width: 105px;
      position: absolute;
      top: 0px;
      left: 0px; }
    form #frmNosotrosParaText,
    form input[type="email"],
    form input[type="number"],
    form input[type="password"],
    form input[type="search"],
    form input[type="tel"],
    form input[type="text"],
    form input[type="url"],
    form textarea {
      padding-left: 120px; }
    form input[type="submit"] {
      width: auto; }
    form .large label {
      width: 190px; }
    form .large input {
      padding-left: 200px !important; } }

/* CUSTOM UPLOAD */
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px; }

.custom-file-upload {
  *zoom: 1;
  display: block;
  width: auto; }
  .custom-file-upload:before, .custom-file-upload:after {
    content: ' ';
    display: table; }
  .custom-file-upload:after {
    clear: both; }
  .custom-file-upload label {
    display: block;
    margin-bottom: 5px; }

.file-upload-wrapper {
  position: relative;
  *zoom: 1; }
  .file-upload-wrapper:before, .file-upload-wrapper:after {
    content: ' ';
    display: table; }
  .file-upload-wrapper:after {
    clear: both; }

.file-upload-input {
  width: 100%;
  padding: 11px 17px;
  border: none;
  float: right;
  /* IE 9 Fix */
  height: 30px !important;
  margin-bottom: 10px !important; }
  .file-upload-input:hover, .file-upload-input:focus {
    outline: none; }

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  text-align: left;
  border: 1px solid #4d4d4d;
  margin-left: -1px;
  background-color: transparent;
  float: left;
  /* IE 9 Fix */
  padding: 4px 9px; }

/* WP ADMIN */
.admin-bar #header {
  top: 32px; }

.admin-bar #main {
  margin-top: -32px; }

/* HEADER */
#header {
  z-index: 10000;
  background: #FFFFFF;
  min-height: 60px; }
  #header .container {
    padding: 0px; }
  #header.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px; }
  #header hgroup {
    line-height: 60px; }
    #header hgroup img {
      max-height: 42px; }
  #header nav {
    width: 100%;
    display: block; }
    #header nav a {
      display: block;
      font-weight: normal;
      color: #808080; }
    #header nav a:hover,
    #header nav li:hover > a,
    #header nav.current > a,
    #header nav.current-menu-item > a {
      color: #000000; }
  #header ul {
    padding-left: 0;
    list-style: none; }
  #header .social a {
    opacity: 0.8; }
  #header .social a:hover {
    opacity: 1;
    text-decoration: none; }
  @media (max-width: 768px) {
    #header hgroup {
      *zoom: 1; }
      #header hgroup:before, #header hgroup:after {
        content: ' ';
        display: table; }
      #header hgroup:after {
        clear: both; }
      #header hgroup .logo {
        float: left; }
      #header hgroup .menu-mobile {
        float: right; }
    #header nav .icon {
      font-size: 36px; } }
  @media (min-width: 768px) {
    #header .container {
      display: flex;
      align-items: center; }
    #header hgroup,
    #header nav {
      flex-basis: 0;
      flex-grow: 1; }
    #header hgroup {
      width: 15.7894736842%;
      float: left;
      margin-right: 5.2631578947%; }
    #header nav {
      width: 78.9473684211%;
      float: right;
      margin-right: 0; }
      #header nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
      #header nav a {
        padding: 5px;
        margin: 5px; }
    #header nav .icon {
      font-size: 24px; }
    #header nav .icon:before {
      line-height: 2; } }

/* MOBILE MENU */
@media (max-width: 768px) {
  #header .menu-mobile {
    font-size: 2em; }
  #header #nav {
    display: none; }
  #header #nav li {
    line-height: 2.5; }
    #header #nav li.social {
      float: left;
      margin-right: 1em; } }

@media (min-width: 768px) {
  #header .menu-mobile {
    display: none; }
  #header #nav {
    display: block !important; } }

/* MAIN */
section {
  min-height: 100vh; }

#inicio {
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.9); }
  #inicio h1 {
    line-height: 1.2; }

#nosotros {
  background: #0066ff;
  color: #FFFFFF; }
  #nosotros .title h2 {
    color: #00ffff; }
  @media (min-width: 1280px) {
    #nosotros {
      display: flex;
      align-items: center; }
      #nosotros .container {
        display: flex; }
      #nosotros .title,
      #nosotros .description,
      #nosotros .excerpt {
        flex-basis: 0;
        margin: 0 1em; }
      #nosotros .title {
        flex-grow: 4; }
      #nosotros .description {
        flex-grow: 3; }
      #nosotros .excerpt {
        flex-grow: 3; } }

#servicios {
  background: #f5f5f5; }
  #servicios .section-title {
    color: #ff00c9; }
  #servicios .section-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  #servicios .service {
    width: calc(100%/2);
    text-align: center; }
    #servicios .service a {
      display: inline-block;
      margin: 10px; }
    #servicios .service a:hover img {
      opacity: 0.8; }
    #servicios .service a:hover .color-0 {
      background: #0066ff; }
    #servicios .service a:hover .color-1 {
      background: #84ff00; }
    #servicios .service a:hover .color-2 {
      background: #ff00c9; }
    #servicios .service a:hover .color-3 {
      background: #00ffff; }
    #servicios .service a:hover .color-4 {
      background: #84ff00; }
    #servicios .service a:hover .color-5 {
      background: #00ffff; }
    #servicios .service .thumb,
    #servicios .service img {
      transition: all 0.3s ease-in-out; }
    #servicios .service .thumb {
      background: transparent;
      display: inline-block;
      border-radius: 200px; }
      #servicios .service .thumb img {
        mix-blend-mode: multiply; }
    #servicios .service .title {
      display: block;
      margin-top: 5px; }
  @media (min-width: 768px) {
    #servicios {
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center; }
      #servicios .service {
        width: calc(100%/5); } }
  @media (min-width: 1024px) {
    #servicios {
      position: relative; } }

.mfp-content #single {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin: 60px auto;
  padding: 60px 0; }
  .mfp-content #single:after {
    content: " ";
    display: block;
    clear: both; }

.single {
  background: #f5f5f5;
  color: #4d4d4d; }
  .single.single-services {
    padding-top: 70px; }
  .single h3, .single h5 {
    color: #000000;
    margin: 0px; }
  .single h3 {
    margin-bottom: 15px; }
  .single h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px; }
  .single .categories {
    text-transform: capitalize;
    font-size: 12px;
    margin-bottom: 1em; }
  .single .cerrar {
    text-align: right;
    margin-top: 1em; }
  .single .container.media {
    padding: 3em 0 0; }
  @media (max-width: 768px) {
    .single .container.media {
      width: 100%;
      max-width: 100%;
      margin: 0px;
      padding: 0px; } }

.single-servicios .section-title {
  color: #ff00c9; }

.single-servicios .section-description {
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .single-servicios .section-description {
      max-width: 75%; } }

.single-servicios .listado h4 {
  color: #808080; }

.single-servicios .listado li {
  margin: 10px 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #CCC; }
  .single-servicios .listado li .content {
    padding: 1em; }
  @media (min-width: 768px) {
    .single-servicios .listado li {
      display: flex;
      align-items: center; }
      .single-servicios .listado li .thumb,
      .single-servicios .listado li .content {
        flex-basis: 0; }
      .single-servicios .listado li .thumb {
        flex-grow: 1; }
      .single-servicios .listado li .content {
        flex-grow: 2; } }

.single-servicios .galeria .thumb {
  margin: 5px; }

@media (min-width: 768px) {
  .single-servicios .galeria {
    display: flex; }
    .single-servicios .galeria li {
      width: 25%; } }

.single-trabajos .section-title {
  font-size: 18px; }

#trabajos {
  background: #4d4d4d;
  padding: 100px 0px 60px; }
  #trabajos .section-title {
    color: #84ff00; }
  #trabajos .cargar {
    text-align: center;
    margin-top: 1em; }
  #trabajos .alm-btn-wrap {
    clear: both; }
  #trabajos .ajax-load-more-wrap.grey button.alm-load-more-btn {
    background: #4d4d4d;
    border: 1px solid #CCC;
    border-radius: 0px;
    padding: 10px 20px;
    margin: 60px 0px 0px 0px;
    line-height: 20px;
    transition: all 0.3s ease-in-out; }
    #trabajos .ajax-load-more-wrap.grey button.alm-load-more-btn.loading {
      padding: 10px 20px 10px 55px; }
    #trabajos .ajax-load-more-wrap.grey button.alm-load-more-btn:hover {
      background: #323232; }
  #trabajos button.alm-load-more-btn {
    font-size: 15px; }
  #trabajos span.title {
    display: block;
    margin: 0px 10px 10px;
    line-height: 1.2;
    font-size: 13px;
    color: #4d4d4d; }
  #trabajos a, #trabajos a:hover {
    color: #FFF; }
  @media (min-width: 1024px) {
    #trabajos span.title {
      display: none; } }

@media (min-width: 1024px) {
  .ajax-load-more-wrap {
    margin-left: -10px; } }

#filtros {
  text-transform: capitalize;
  max-width: 650px; }
  #filtros a {
    font-weight: normal; }
  #filtros .is-checked {
    color: #FFFFFF; }

#back {
  background: #f5f5f5;
  padding: 0 0 100px;
  text-align: center; }

#rrhh {
  background: #a1ffff;
  padding: 100px 0px; }
  #rrhh h4 {
    display: block;
    font-size: 24px;
    color: #4d4d4d; }
  #rrhh h5 {
    color: #4d4d4d; }
  #rrhh h6 {
    color: #4d4d4d;
    font-weight: normal;
    font-size: 13px; }
  #rrhh ol {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    padding-left: 0px; }
    #rrhh ol:after {
      content: " ";
      display: block;
      clear: both; }
    #rrhh ol li {
      margin: 1em 0px 2em;
      border-top: 1px solid #4d4d4d; }
    #rrhh ol h4 {
      margin: 1em 0 0.5em; }
    #rrhh ol a:hover {
      color: #323232; }
  #rrhh ul {
    color: #4d4d4d; }
  #rrhh .detalle h5 {
    margin-top: 2em; }
  #rrhh form {
    border-top: 1px solid #000000;
    padding-top: 1em; }
    #rrhh form h6 {
      margin-bottom: 3em; }
    #rrhh form .form-group {
      border-bottom: 1px solid #4d4d4d; }
  #rrhh .submit {
    clear: both;
    text-align: right;
    position: relative; }
  #rrhh .ajax-loader {
    position: absolute;
    left: 0px;
    top: 0px; }
  #rrhh .cerrar {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 1em; }
    #rrhh .cerrar:after {
      content: " ";
      display: block;
      clear: both; }
  #rrhh .wpcf7-submit {
    padding: 0px;
    background: transparent;
    color: #000000;
    text-decoration: none; }
  #rrhh .wpcf7-not-valid-tip {
    color: #4d4d4d; }
  @media (min-width: 768px) {
    #rrhh ol li {
      width: 42.8571428571%;
      float: left; }
      #rrhh ol li:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      #rrhh ol li:nth-child(2n + 2) {
        margin-left: 57.1428571429%;
        margin-right: -100%;
        clear: none; } }
  @media (min-width: 1024px) {
    #rrhh {
      padding: 140px 0px; }
      #rrhh ol li {
        width: 29.4117647059%;
        float: left; }
        #rrhh ol li:nth-child(3n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: both;
          margin-left: 0; }
        #rrhh ol li:nth-child(3n + 2) {
          margin-left: 35.2941176471%;
          margin-right: -100%;
          clear: none; }
        #rrhh ol li:nth-child(3n + 3) {
          margin-left: 70.5882352941%;
          margin-right: -100%;
          clear: none; }
      #rrhh .detalle {
        width: 36.8421052632%;
        float: left;
        margin-right: 5.2631578947%; }
      #rrhh form {
        width: 57.8947368421%;
        float: right;
        margin-right: 0; } }

.touch .adjuntar {
  display: none; }

#busquedas,
#aplicar {
  width: 100%;
  display: block; }

#aplicar {
  opacity: 0; }

#aplicar,
.busqueda {
  display: none; }

#clientes {
  background: #f5f5f5;
  color: #000000;
  padding: 80px 30px 60px; }
  #clientes img {
    margin: 0px auto 2em; }
  #clientes .owl-dots {
    margin-top: 40px; }
  @media (min-width: 768px) {
    #clientes img {
      max-width: 100px; } }
  @media (min-width: 1024px) {
    #clientes {
      padding: 160px 140px 90px; } }

#contacto {
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  background: #ff00c9;
  color: #FFFFFF; }
  #contacto p {
    margin: 2em 0; }
  #contacto a,
  #contacto strong,
  #contacto label {
    color: #FFFFFF; }
  #contacto .form {
    padding-top: 3em; }
  #contacto .ajax-loader {
    float: right; }
  #contacto .btn {
    background-color: transparent; }
  @media (min-width: 1024px) {
    #contacto .detalle {
      width: 36.8421052632%;
      float: left;
      margin-right: 5.2631578947%; }
    #contacto .form {
      width: 57.8947368421%;
      float: right;
      margin-right: 0; }
      #contacto .form .submit input {
        padding: 0px; } }

#newsletter {
  margin-top: 30px;
  width: 100%; }
  #newsletter .news {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #323232;
    background: transparent;
    position: relative;
    min-height: 38px; }
    #newsletter .news:after {
      content: " ";
      display: block;
      clear: both; }
  #newsletter label,
  #newsletter input {
    color: #323232; }
  #newsletter .submit {
    position: relative; }
  #newsletter .form-group {
    border-bottom: none;
    margin: 10px; }
  #newsletter .wpcf7-validation-errors {
    text-align: center; }
  #newsletter .wpcf7-response-output {
    margin-top: 0px; }
  #newsletter .ajax-loader {
    position: absolute;
    top: 2px;
    right: -20px; }
  #newsletter .btn {
    background-color: transparent; }
  @media (max-width: 768px) {
    #newsletter {
      margin: 5em 5% 0px; }
      #newsletter .news {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        #newsletter .news:after {
          content: " ";
          display: block;
          clear: both; } }
  @media (min-width: 768px) {
    #newsletter label {
      width: 225px; }
    #newsletter input[type="email"] {
      padding-left: 240px; }
    #newsletter .submit {
      position: absolute;
      top: 5px;
      right: 5px;
      text-align: right; } }

video {
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }

/* FOOTER */
#footer {
  font-size: 10pt; }
  @media (min-width: 768px) {
    #footer .container {
      display: flex; }
      #footer .container p {
        flex-basis: 0;
        flex-grow: 1; }
      #footer .container p:last-child {
        text-align: right; } }
