@charset "UTF-8";
/*!
Theme Name: Club de Creativos
Theme URI: http://underscores.me/
Author: dimensión
Author URI: http://cdec
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cdec
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Club de Creativos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# jQuery Plugins
	
--------------------------------------------------------------*/
@font-face {
  font-family: 'merriweatherregular';
  src: url("lib/fonts/merriweather-regular-webfont.woff2") format("woff2"), url("lib/fonts/merriweather-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'merriweatherbold';
  src: url("lib/fonts/merriweather-bold-webfont.woff2") format("woff2"), url("lib/fonts/merriweather-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Qanelas Light';
  src: url("lib/fonts/Qanelas-Light.woff2") format("woff2"), url("lib/fonts/Qanelas-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Qanelas Regular';
  src: url("lib/fonts/Qanelas-Regular.woff2") format("woff2"), url("lib/fonts/Qanelas-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Qanelas SemiBold';
  src: url("lib/fonts/Qanelas-SemiBold.woff2") format("woff2"), url("lib/fonts/Qanelas-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Qanelas Bold';
  src: url("lib/fonts/Qanelas-Bold.woff2") format("woff2"), url("lib/fonts/Qanelas-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url("lib/fonts/TradeGothicLTStd-Bold.woff2") format("woff2"), url("lib/fonts/TradeGothicLTStd-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
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, h2, h3, h4, h5, h6 {
  font-family: "Qanelas Bold", sans-serif;
}

body.single h1 {
  font-family: "merriweatherregular", serif;
}

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  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 {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 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-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000000;
  font-family: "merriweatherregular", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# jQuery Plugins
--------------------------------------------------------------*/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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-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-flex-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-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height; }

/* 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; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.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-bullets {
  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-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 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, left, right);
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, left, right);
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, left, right);
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, left, right);
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  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);
  z-index: 0; }

/* 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;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* 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); } }

/* 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; }

.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;
  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;
  box-shadow: none;
  touch-action: manipulation; }

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;
  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; }

.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;
  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; }

.mfp-arrow:before,
.mfp-arrow:after {
  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 {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

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

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

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

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

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

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

.mfp-arrow-right:before {
  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;
  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;
    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; } }

/*--------------------------------------------------------------
# Font Awesome 4.7.0
--------------------------------------------------------------*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("lib/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("lib/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff0ed;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

#page {
  background-color: #ffffff;
  margin: 44px 10px 10px;
  /*@include breakpoint(xl) {
		margin: 68px;
	}*/ }
  @media (min-width: 768px) {
    #page {
      margin: 44px; } }
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ff333c;
  border-radius: 4px;
  background: #ff333c;
  color: #ffffff;
  line-height: 1;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  padding: 1.2em 1em 1.2em;
  /*@include breakpoint(xl) {
		@include font-size(1.75);
		padding: .7em 1em .7em;
	}*/ }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
textarea {
  font-family: "Qanelas Regular", sans-serif;
  color: #2149fd;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 1.19em 1em 1.168em 1.19em;
  width: 100%;
  /*@include breakpoint(xl) {
		@include font-size(1.75);
		padding: .5em 1em .4em;		
	}*/ }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  input[type="file"]:focus,
  textarea:focus {
    color: #111;
    outline: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  input[type="file"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ff333c; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  input[type="file"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ff333c;
    opacity: 1; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  input[type="file"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ff333c;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  input[type="file"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ff333c; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.gform_confirmation_message {
  font-family: "Qanelas Bold", sans-serif; }

label {
  font-family: "Qanelas SemiBold", sans-serif;
  font-size: 14px; }

.gform_wrapper .validation_error {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 60px; }
  .gform_wrapper .validation_error:before {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    background-color: #ff333c;
    margin-bottom: 12px; }

.gform_wrapper .gform_body {
  position: relative; }
  .gform_wrapper .gform_body .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9;
    position: relative; }
    .gform_wrapper .gform_body .gform_fields li.gfield {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 10px;
      padding-left: 10px; }
      @media (min-width: 768px) {
        .gform_wrapper .gform_body .gform_fields li.gfield {
          padding-right: 25px;
          padding-left: 25px; } }
      .gform_wrapper .gform_body .gform_fields li.gfield.col-1of2 {
        flex: 0 0 50%;
        max-width: 50%; }
      .gform_wrapper .gform_body .gform_fields li.gfield.col-1of3 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%; }
      .gform_wrapper .gform_body .gform_fields li.gfield.col-2of3 {
        flex: 0 0 66.666666%;
        max-width: 66.666666%; }
      .gform_wrapper .gform_body .gform_fields li.gfield.hidden_label label {
        display: none; }
  .gform_wrapper .gform_body ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .gform_wrapper .gform_body ul li a {
      color: #000000; }
    .gform_wrapper .gform_body ul li.hide-label > label.gfield_label {
      display: none; }
    .gform_wrapper .gform_body ul li.hide-sublabel .ginput_container label {
      display: none; }
    .gform_wrapper .gform_body ul li.gfield_html {
      font-size: 14px;
      font-size: 0.875rem;
      font-family: "Qanelas Regular", sans-serif; }
      .gform_wrapper .gform_body ul li.gfield_html strong {
        font-family: "Qanelas Bold", sans-serif; }
    .gform_wrapper .gform_body ul li.gfield_error .validation_message {
      font-family: "Qanelas Regular", sans-serif;
      color: #ff333c;
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 6px; }
    .gform_wrapper .gform_body ul li.gfield_error input {
      border-color: #ff333c; }

.gform_wrapper .gform_footer input {
  margin: 0 auto;
  display: table; }

.form-title {
  text-align: center;
  font-family: "Qanelas Bold", sans-serif;
  position: relative;
  padding: 120px 0 60px; }
  .form-title h1 {
    text-transform: uppercase;
    font-size: 14px; }
    .form-title h1:before {
      content: '';
      display: block;
      width: 1px;
      height: 120px;
      background: red;
      position: absolute;
      left: 50%;
      top: 0; }
    .form-title h1:after {
      content: '';
      display: block;
      width: 1px;
      height: 60px;
      background: red;
      position: absolute;
      left: 50%;
      bottom: 0; }

.form-separator-line .gform_wrapper .gform_body:before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% + 35px);
  background: red;
  position: absolute;
  left: 50%;
  top: 0; }

.form-margined .gform_wrapper .gform_body .gform_fields li.gfield {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .form-margined .gform_wrapper .gform_body .gform_fields li.gfield {
      margin-bottom: 35px; } }
.form-margined .gform_wrapper .gform_footer {
  padding: 35px 0 120px; }
  .form-margined .gform_wrapper .gform_footer input {
    min-width: 300px; }

.form-label-in-input .gform_wrapper .gform_body .gform_fields li.gfield {
  position: relative; }
  .form-label-in-input .gform_wrapper .gform_body .gform_fields li.gfield label {
    top: 19px;
    left: 45px;
    position: absolute;
    transition: all .2s ease-in-out; }
    .form-label-in-input .gform_wrapper .gform_body .gform_fields li.gfield label.active {
      top: -20px;
      left: 25px;
      font-size: 11px; }

.gform_confirmation_wrapper {
  padding: 60px 0; }
  .gform_confirmation_wrapper p {
    font-family: "Qanelas Regular", sans-serif; }
    .gform_confirmation_wrapper p a {
      color: #000000; }

.entry-content .gform_wrapper .gform_body {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 768px) {
    .entry-content .gform_wrapper .gform_body {
      margin-left: -25px;
      margin-right: -25px;
      padding-left: 0;
      padding-right: 0; } }
  .entry-content .gform_wrapper .gform_body > ul > li {
    margin-bottom: 25px; }
    .entry-content .gform_wrapper .gform_body > ul > li h2 {
      font-family: "Qanelas Bold", sans-serif;
      font-size: 18px;
      font-size: 1.125rem;
      margin-top: 48px; }
      .entry-content .gform_wrapper .gform_body > ul > li h2:before {
        content: '';
        display: block;
        width: 42px;
        height: 1px;
        background-color: #ff333c;
        margin-bottom: 12px; }
    .entry-content .gform_wrapper .gform_body > ul > li .ginput_full, .entry-content .gform_wrapper .gform_body > ul > li .ginput_left, .entry-content .gform_wrapper .gform_body > ul > li .ginput_right {
      display: block;
      margin-bottom: 25px; }

.entry-content .gform_confirmation_wrapper h2 {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 48px; }
  .entry-content .gform_confirmation_wrapper h2:before {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    background-color: #ff333c;
    margin-bottom: 12px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2149fd; }
  a:visited {
    color: #2149fd; }
  a:hover, a:focus, a:active {
    color: #ff333c; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.comment-navigation,
.posts-navigation,
.post-navigation {
  font-family: "Qanelas Bold", sans-serif; }
  .comment-navigation a,
  .posts-navigation a,
  .post-navigation a {
    text-decoration: none; }
  .site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0;
    overflow: hidden; }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    max-width: 50%;
    position: relative;
    padding-top: 8px; }
    .comment-navigation .nav-previous:before,
    .posts-navigation .nav-previous:before,
    .post-navigation .nav-previous:before {
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      background-color: #ff333c;
      position: absolute;
      top: 0;
      left: 0; }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    max-width: 50%;
    position: relative;
    padding-top: 8px; }
    .comment-navigation .nav-next:before,
    .posts-navigation .nav-next:before,
    .post-navigation .nav-next:before {
      content: '';
      display: block;
      width: 50px;
      height: 1px;
      background-color: #ff333c;
      position: absolute;
      top: 0;
      right: 0; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #000000;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Selectric
--------------------------------------------------------------*/
/*======================================
  Selectric v1.11.1
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 1px solid #cccccc;
  background: #ffffff;
  position: relative;
  font-size: 14px;
  font-family: "Qanelas Regular", sans-serif;
  border-radius: 4px; }
  .selectric a {
    text-decoration: none;
    color: #ff333c; }

.selectric .label {
  font-family: "Qanelas Semibold", sans-serif;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 56px 0 21px;
  line-height: 56px;
  color: #444;
  height: 56px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #cccccc;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #aaaaaa; }

.selectric-hover .selectric .button {
  color: #a2a2a2; }

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #c4c4c4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }
  .selectric-items .selectric-scroll ul li {
    max-width: 100%; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 21px !important;
  color: #666;
  cursor: pointer; }

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/*--------------------------------------------------------------
# video-js
--------------------------------------------------------------*/
.vjs-modal-dialog .vjs-modal-dialog-content, .cdec-vp .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .cdec-vp .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-button > .vjs-icon-placeholder:before, .cdec-vp .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .cdec-vp .vjs-play-control .vjs-icon-placeholder, .cdec-vp .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play:before, .cdec-vp .vjs-play-control .vjs-icon-placeholder:before, .cdec-vp .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play-circle:before {
  content: "\f102"; }

.vjs-icon-pause, .cdec-vp .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pause:before, .cdec-vp .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103"; }

.vjs-icon-volume-mute, .cdec-vp .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mute:before, .cdec-vp .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104"; }

.vjs-icon-volume-low, .cdec-vp .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-low:before, .cdec-vp .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105"; }

.vjs-icon-volume-mid, .cdec-vp .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-mid:before, .cdec-vp .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106"; }

.vjs-icon-volume-high, .cdec-vp .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-volume-high:before, .cdec-vp .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter, .cdec-vp .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-enter:before, .cdec-vp .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit, .cdec-vp.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-fullscreen-exit:before, .cdec-vp.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-square:before {
  content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles, .cdec-vp .vjs-subs-caps-button .vjs-icon-placeholder,
.cdec-vp.cdec-vp:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.cdec-vp.cdec-vp:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.cdec-vp.cdec-vp:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.cdec-vp.cdec-vp:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .cdec-vp .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-subtitles:before, .cdec-vp .vjs-subs-caps-button .vjs-icon-placeholder:before,
.cdec-vp.cdec-vp:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.cdec-vp.cdec-vp:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.cdec-vp.cdec-vp:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.cdec-vp.cdec-vp:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .cdec-vp .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c"; }

.vjs-icon-captions, .cdec-vp:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.cdec-vp:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .cdec-vp .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-captions:before, .cdec-vp:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.cdec-vp:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .cdec-vp .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d"; }

.vjs-icon-chapters, .cdec-vp .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-chapters:before, .cdec-vp .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .cdec-vp .vjs-volume-level, .cdec-vp .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .cdec-vp .vjs-volume-level:before, .cdec-vp .vjs-play-progress:before {
  content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel, .cdec-vp .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-cancel:before, .cdec-vp .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115"; }

.vjs-icon-replay, .cdec-vp .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-replay:before, .cdec-vp .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-facebook:before {
  content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-gplus:before {
  content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-linkedin:before {
  content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-twitter:before {
  content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-tumblr:before {
  content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-pinterest:before {
  content: "\f11c"; }

.vjs-icon-audio-description, .cdec-vp .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio-description:before, .cdec-vp .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d"; }

.vjs-icon-audio, .cdec-vp .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-audio:before, .cdec-vp .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-next-item:before {
  content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-previous-item:before {
  content: "\f120"; }

.vjs-icon-picture-in-picture-enter, .cdec-vp .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-enter:before, .cdec-vp .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121"; }

.vjs-icon-picture-in-picture-exit, .cdec-vp.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }

.vjs-icon-picture-in-picture-exit:before, .cdec-vp.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122"; }

.cdec-vp {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }

.cdec-vp:-moz-full-screen {
  position: absolute; }

.cdec-vp:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important; }

.cdec-vp[tabindex="-1"] {
  outline: none; }

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

.cdec-vp ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.cdec-vp,
.cdec-vp.vjs-16-9,
.cdec-vp.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.cdec-vp {
  padding-top: 56.25%; }

.cdec-vp.vjs-4-3 {
  padding-top: 75%; }

.cdec-vp.vjs-fill {
  width: 100%;
  height: 100%; }

.cdec-vp .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .cdec-vp.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.cdec-vp.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.cdec-vp.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.cdec-vp .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.cdec-vp .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.cdec-vp:hover .vjs-big-play-button,
.cdec-vp .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.cdec-vp button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.cdec-vp .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.cdec-vp .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.cdec-vp .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.cdec-vp .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden; }

.cdec-vp .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.cdec-vp .vjs-menu-button-inline:hover,
.cdec-vp .vjs-menu-button-inline:focus,
.cdec-vp .vjs-menu-button-inline.vjs-slider-active,
.cdec-vp.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.cdec-vp .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.cdec-vp .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.cdec-vp .vjs-control:focus:before,
.cdec-vp .vjs-control:hover:before,
.cdec-vp .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.cdec-vp .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.cdec-vp .vjs-custom-control-spacer {
  display: none; }

.cdec-vp .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.cdec-vp .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.cdec-vp .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em; }

.cdec-vp .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.cdec-vp .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em; }

.cdec-vp .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.cdec-vp .vjs-progress-holder .vjs-play-progress,
.cdec-vp .vjs-progress-holder .vjs-load-progress,
.cdec-vp .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.cdec-vp .vjs-play-progress {
  background-color: #fff; }

.cdec-vp .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1; }

.cdec-vp .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.cdec-vp .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.cdec-vp .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.cdec-vp .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.cdec-vp .vjs-progress-control:hover .vjs-time-tooltip,
.cdec-vp .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.cdec-vp .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.cdec-vp .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.cdec-vp .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.cdec-vp.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s; }

.cdec-vp.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.cdec-vp .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.cdec-vp .vjs-slider.disabled {
  cursor: default; }

.cdec-vp .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff; }

.cdec-vp .vjs-mute-control {
  cursor: pointer;
  flex: none; }

.cdec-vp .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex; }

.cdec-vp .vjs-volume-control.vjs-volume-horizontal {
  width: 5em; }

.cdec-vp .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px; }

.cdec-vp .vjs-volume-panel {
  transition: width 1s; }

.cdec-vp .vjs-volume-panel.vjs-hover .vjs-volume-control, .cdec-vp .vjs-volume-panel:active .vjs-volume-control, .cdec-vp .vjs-volume-panel:focus .vjs-volume-control, .cdec-vp .vjs-volume-panel .vjs-volume-control:active, .cdec-vp .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .cdec-vp .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s; }

.cdec-vp .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .cdec-vp .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .cdec-vp .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .cdec-vp .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .cdec-vp .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .cdec-vp .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0; }

.cdec-vp .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .cdec-vp .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .cdec-vp .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .cdec-vp .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .cdec-vp .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .cdec-vp .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s; }

.cdec-vp .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .cdec-vp .vjs-volume-panel.vjs-volume-panel-horizontal:active, .cdec-vp .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s; }

.cdec-vp .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em; }

.cdec-vp .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s; }

.cdec-vp .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s; }

.cdec-vp.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: none; }

.cdec-vp.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.cdec-vp.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em; }

.cdec-vp .vjs-volume-panel {
  display: flex; }

.cdec-vp .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.cdec-vp .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }

.cdec-vp .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em; }

.cdec-vp .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.cdec-vp .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.cdec-vp .vjs-volume-horizontal .vjs-menu {
  left: -2em; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.cdec-vp .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.cdec-vp:not(.vjs-live) .vjs-live-control,
.cdec-vp.vjs-liveui .vjs-live-control {
  display: none; }

.cdec-vp .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.cdec-vp.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.cdec-vp:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.cdec-vp .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.cdec-vp .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.cdec-vp .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.cdec-vp .vjs-play-control {
  cursor: pointer; }

.cdec-vp .vjs-play-control .vjs-icon-placeholder {
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.cdec-vp.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.cdec-vp .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em; }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  transform: translateY(-3em); }

.cdec-vp.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em); }

.cdec-vp .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none; }

.cdec-vp .vjs-fullscreen-control {
  cursor: pointer;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.cdec-vp .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.cdec-vp .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "";
  font-size: 1.5em;
  line-height: inherit; }

.cdec-vp .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.cdec-vp .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " ";
  font-size: 1.5em;
  line-height: inherit; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  flex: auto;
  display: block; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.cdec-vp:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .cdec-vp:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

@media print {
  .cdec-vp > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.js-focus-visible .cdec-vp *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.cdec-vp *:focus:not(:focus-visible),
.cdec-vp .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
/* =Preloader */
/* Preloader */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff0ed;
  color: #333333; }
  #preloader .txt-perc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    text-align: center;
    z-index: 9;
    font-family: "Qanelas Bold", sans-serif;
    color: #ff333c; }
  #preloader .progress {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff; }
    #preloader .progress span {
      display: block;
      width: 0;
      height: 100%;
      background-color: #fff0ed; }
  #preloader.is-hidden {
    visibility: hidden;
    opacity: 0; }

/* @group Grid */
.m-wrapper, .s-wrapper {
  max-width: 100%;
  margin: 0 10px; }

@media (min-width: 768px) {
  .m-wrapper {
    width: 96%;
    margin: 0 auto; } }

@media (min-width: 1200px) {
  .m-wrapper {
    max-width: 1100px; } }

@media (min-width: 1024px) {
  .s-wrapper {
    max-width: 780px;
    margin: 0 auto; } }

.xs-wrapper {
  margin: 0 10px; }

@media (min-width: 1024px) {
  .xs-wrapper {
    max-width: 580px;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .logo-wrapper {
    padding-left: 29px;
    padding-right: 29px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }
  .row .col-1of1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-2of3 {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of2 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of4 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of6 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-right: 10px;
    padding-left: 10px; }
  .row .col-1of7 {
    flex: 0 0 14.285714%;
    max-width: 14.285714%;
    padding-right: 10px;
    padding-left: 10px; }

@media (min-width: 768px) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .row .col-1of1 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of3 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-2of3 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of2 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of4 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of5 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of6 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (min-width: 768px) {
  .row .col-1of7 {
    padding-right: 25px;
    padding-left: 25px; } }

@media (max-width: 767px) {
  .row .col-m-1of1 {
    flex: initial;
    max-width: none;
    width: 100%; }
  .row .col-m-1of2 {
    flex: 0 0 50%;
    max-width: 50%; }
  .row .col-m-1of3 {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .row .col-m-2of3 {
    flex: 0 0 66.666666%;
    max-width: 66.666666%; } }

.overflow-hidden {
  overflow: hidden; }

@media (min-width: 768px) {
  .dn-ns {
    display: none; } }

.pt5 {
  padding-top: 4rem; }

.mb4 {
  margin-bottom: 3rem; }

.mb5 {
  margin-bottom: 4rem; }

.nomargin-wrapper, #email-marketing, footer#colophon .banner-holder {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  z-index: 9; }

@media (min-width: 768px) {
  .nomargin-wrapper, #email-marketing, footer#colophon .banner-holder {
    margin-left: -44px;
    margin-right: -44px; } }

.nomargin-wrapper.wrapper-padding, .wrapper-padding#email-marketing, footer#colophon .wrapper-padding.banner-holder {
  padding-left: 10px;
  padding-right: 10px; }

/* @end */
/* @group Generales */
.vertical-centering {
  display: flex;
  flex-direction: column;
  justify-content: center; }

body.post-type-archive-hub #hero-hub .beta-topic, body.post-type-archive-hub #hero-hub .last-topic {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.bg-cover-center, .event-offers {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

#members {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #members #members-user .user-bg .user-thumb-holder .user-thumb-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

#email-marketing {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #email-marketing .bg-off {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

footer#colophon .banner-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

body.single #intro .intro-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

body.single .video-container .video-container-bg, body.single .video-container .video-wrapper .video-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

body.home #billboard .hero-feature article {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  body.home #billboard .hero-feature article .article-thumb {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

body.single-diascdec #intro, body.single-diascdec #history header {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.single-cantera #intro .intro-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

a.moretag {
  text-decoration: none;
  color: #000;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }

/* .responsive-video-holder {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;

  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
} */
.basic-btn, #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  color: #ffffff;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #ff333c;
  text-decoration: none;
  line-height: 1;
  display: table;
  margin: 0 auto;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  padding: 21px 42px;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem; }

@media (min-width: 768px) {
  .basic-btn, #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    min-width: 358px;
    max-width: none;
    font-size: 16px;
    font-size: 1rem; } }

.basic-btn:hover, #site-search .search-holder .searchandfilter > ul .sf-field-submit input:hover, .basic-btn:visited, #site-search .search-holder .searchandfilter > ul .sf-field-submit input:visited {
  color: #ffffff; }

.basic-icon-btn {
  color: #ffffff;
  font-family: "Qanelas Regular", sans-serif;
  text-align: left;
  text-decoration: none;
  line-height: 1;
  display: block;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 21px; }
  .basic-icon-btn:hover, .basic-icon-btn:visited {
    color: #ffffff; }
  .basic-icon-btn svg {
    position: absolute;
    top: 15px;
    right: 21px;
    max-width: 28px;
    max-height: 28px;
    fill: #ffffff; }

.full-height {
  min-height: calc(100vh - 44px); }

.entry-holder {
  font-family: "Qanelas Regular", sans-serif; }

.capitalize-first-letter *:first-child:first-letter {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 96px;
  font-size: 6rem;
  line-height: 0.8;
  margin-left: -4px; }

.capitalize-first-letter .gform_wrapper *:first-child:first-letter {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin-left: inherit; }

body.mfp-inline-popup .mfp-bg {
  background-color: #ffffff;
  opacity: 1; }

body.mfp-inline-popup .mfp-close {
  display: block;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: #ff333c;
  position: fixed;
  border-radius: 0;
  top: 0;
  left: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  display: block;
  font-family: Garamond, "Apple Garamond"; }

body.mfp-inline-popup .mfp-content {
  text-align: left;
  font-family: "Qanelas Bold", sans-serif;
  padding: 196px 0; }
  body.mfp-inline-popup .mfp-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    body.mfp-inline-popup .mfp-content ul li:after {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin: 24px 0;
      background-color: #ff333c; }
    body.mfp-inline-popup .mfp-content ul li:last-child:after {
      content: none; }

body.mfp-form-popup .mfp-bg {
  background-color: #ffffff;
  opacity: 1; }

body.mfp-form-popup .mfp-close {
  display: block;
  width: 44px;
  height: 44px;
  color: #ffffff;
  background-color: #ff333c;
  position: fixed;
  border-radius: 0;
  top: 0;
  left: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  display: block;
  font-family: Garamond, "Apple Garamond"; }

body.mfp-form-popup .mfp-content {
  text-align: left;
  font-family: "Qanelas Bold", sans-serif;
  padding: 196px 0;
  max-width: 960px; }

body.mfp-form-popup .gform_body > ul > li {
  margin-bottom: 24px; }
  body.mfp-form-popup .gform_body > ul > li textarea.small {
    height: 80px; }
  body.mfp-form-popup .gform_body > ul > li .charleft {
    font-family: "Qanelas Regular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem; }

@media (min-width: 768px) {
  body.mfp-form-popup .gform_body {
    margin-left: -25px;
    margin-right: -25px; } }

.gform_wrapper .gform_body .gform_fields li.gfield.hidden_label > label {
  display: none !important; }

.gform_wrapper .gform_body .gform_fields li.gfield.hidden_label label {
  display: inline; }

.gform_wrapper .hidden_submit .gform_button.button {
  display: none !important; }

.gform_wrapper .icon_delete_button {
  height: 20px; }
  .gform_wrapper .icon_delete_button .gform_body {
    display: none; }
  .gform_wrapper .icon_delete_button button.button {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    opacity: 0.4;
    margin-left: 4px;
    display: inline-block;
    padding: 0;
    background-color: inherit; }
    .gform_wrapper .icon_delete_button button.button:hover {
      opacity: 1; }
    .gform_wrapper .icon_delete_button button.button i {
      position: absolute;
      right: 3px;
      top: 3px;
      width: 12px;
      height: 12px; }
      .gform_wrapper .icon_delete_button button.button i:before, .gform_wrapper .icon_delete_button button.button i:after {
        position: absolute;
        left: 5px;
        content: ' ';
        height: 12px;
        width: 2px;
        background-color: #ffffff; }
      .gform_wrapper .icon_delete_button button.button i:before {
        transform: rotate(45deg); }
      .gform_wrapper .icon_delete_button button.button i:after {
        transform: rotate(-45deg); }

.data-hover {
  text-decoration: none; }
  .data-hover:hover:after {
    content: attr(data-hover);
    font-size: 9.6px;
    font-size: 0.6rem;
    margin-left: 4px; }

/* @end */
/* @group Colores */
.text-red, .text-red h1, .text-red h2, .text-red h3, .text-red h4, .text-red h5, .text-red h6 {
  color: #ff333c; }
  .text-red a {
    color: #ff333c; }
  .text-red svg {
    fill: #ff333c; }

.text-blue, .text-blue h1, .text-blue h2, .text-blue h3, .text-blue h4, .text-blue h5, .text-blue h6 {
  color: #2149fd; }
  .text-blue a {
    color: #2149fd; }
  .text-blue svg {
    fill: #2149fd; }

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #ffffff; }
  .text-white a {
    color: #ffffff; }
  .text-white svg {
    fill: #ffffff; }

.text-black, .text-black h1, .text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6 {
  color: #000000; }
  .text-black a {
    color: #000000; }
  .text-black svg {
    fill: #000000; }

.bg-black {
  background-color: #000000; }

.bg-red {
  background-color: #ff333c; }

.bg-blue {
  background-color: #2149fd; }

.bg-white {
  background-color: #ffffff; }

.no-opacity {
  opacity: 0; }

/* @end */
/* @group Títulos */
.c-title {
  font-family: "Qanelas Bold", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem; }
  .c-title cite {
    font-style: normal; }
  .c-title .c-subtitle {
    font-family: "Qanelas Regular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    display: block; }
  .c-title .no-margin {
    margin: 0; }
  .c-title.c-title-bar:before {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    background-color: #ff333c;
    margin-bottom: 12px; }

/* @end */
/* @group Módulos */
.event-offers {
  position: relative;
  width: 100%;
  font-family: "Qanelas Bold", sans-serif;
  content: "";
  display: table;
  table-layout: fixed; }
  .event-offers ul {
    list-style: none;
    padding: 0; }
    .event-offers ul::after {
      content: '';
      display: block;
      height: calc(50% + 15px);
      width: 1px;
      position: absolute;
      left: 50%;
      top: 0%; }

body.home .event-offers ul::after {
  background-color: #ffffff; }

body.single-hub .event-offers ul::after {
  background-color: #ff333c; }

.event-offers ul li.col-1of2, .event-offers ul li.col-1of3 {
  padding-top: 80px;
  padding-bottom: 60px; }

.event-offers ul li.col-1of2 .price-holder, .event-offers ul li.col-1of3 .price-holder {
  display: table;
  margin: 0 auto;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-end; }

.event-offers ul li.col-1of2 .price-holder .event-offers-title, .event-offers ul li.col-1of3 .price-holder .event-offers-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem; }

.event-offers ul li.col-1of2 .price-holder .event-offers-price, .event-offers ul li.col-1of3 .price-holder .event-offers-price {
  font-family: "Qanelas Regular", sans-serif; }

.event-offers ul li.col-1of2 .price-holder .event-offers-price .num, .event-offers ul li.col-1of3 .price-holder .event-offers-price .num {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 20.8px;
  font-size: 1.3rem; }

.event-offers ul li.col-1of2 .price-holder .business-partners-price-holder, .event-offers ul li.col-1of3 .price-holder .business-partners-price-holder {
  margin-left: 1rem; }

.event-offers ul li.col-1of2.partners-price, .event-offers ul li.col-1of3.partners-price {
  display: flex; }

.event-offers .basic-btn, .event-offers #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #ffffff; }

@media (min-width: 768px) {
  .event-offers ul li.col-1of2, .event-offers ul li.col-1of3 {
    padding-top: 100px;
    padding-bottom: 100px; } }

@media (min-width: 768px) {
  .event-offers ul li.col-1of2 .price-holder .event-offers-title, .event-offers ul li.col-1of3 .price-holder .event-offers-title {
    font-size: 16px;
    font-size: 1rem; } }

@media (min-width: 768px) {
  .event-offers ul li.col-1of2 .price-holder .event-offers-price .num, .event-offers ul li.col-1of3 .price-holder .event-offers-price .num {
    font-size: 52.8px;
    font-size: 3.3rem; } }

@media (min-width: 768px) {
  .event-offers ul li.col-1of2 .price-holder .business-partners-price-holder, .event-offers ul li.col-1of3 .price-holder .business-partners-price-holder {
    margin-left: 3rem; } }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .event-offers input {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #ffffff; }

.basic-searchform {
  position: relative;
  margin-bottom: 24px; }
  .basic-searchform input {
    width: 100%;
    border-color: #ff333c;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 0 17px 21px;
    background-color: transparent; }
  .basic-searchform button {
    position: absolute;
    background-color: transparent;
    border: none;
    width: 58px;
    height: 58px;
    top: 0;
    right: 0;
    padding: 0; }
    .basic-searchform button svg {
      width: 28px;
      height: 28px;
      fill: #ff333c; }
    .basic-searchform button:focus {
      outline: 0; }

aside#like-winners {
  padding-top: 60px;
  padding-bottom: 60px; }
  aside#like-winners .like-winners-slider {
    margin-top: 24px;
    position: relative; }
    aside#like-winners .like-winners-slider .swiper-like-winners-button {
      display: block;
      width: 43px;
      height: 43px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 99999;
      margin-top: -21px; }
      aside#like-winners .like-winners-slider .swiper-like-winners-button svg {
        display: block;
        width: 43px;
        height: 43px;
        fill: #2149fd; }
      aside#like-winners .like-winners-slider .swiper-like-winners-button.swiper-like-winners-button-prev {
        left: -66px; }
      aside#like-winners .like-winners-slider .swiper-like-winners-button.swiper-like-winners-button-next {
        right: -66px; }
      aside#like-winners .like-winners-slider .swiper-like-winners-button.swiper-button-disabled {
        display: none; }
    aside#like-winners .like-winners-slider .holder {
      padding-right: 20px; }
      aside#like-winners .like-winners-slider .holder h4 {
        font-family: "Qanelas Bold", sans-serif;
        margin: 0; }
        aside#like-winners .like-winners-slider .holder h4 a {
          text-decoration: none;
          color: #000000; }
      aside#like-winners .like-winners-slider .holder h5 {
        font-family: "Qanelas Regular", sans-serif;
        margin-top: 0; }
      aside#like-winners .like-winners-slider .holder p {
        font-size: 13px;
        font-size: 0.8125rem; }

.share {
  position: relative;
  cursor: pointer; }
  .share .icon-container {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 auto 12px; }
    .share .icon-container .share-holder {
      height: 32px;
      width: 96px;
      border-radius: 16px;
      width: 32px;
      overflow: hidden;
      position: absolute;
      transition: opacity .4s ease-in-out 0s, width .4s ease-in-out 0.2s;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
      .share .icon-container .share-holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        min-width: 96px; }
        .share .icon-container .share-holder ul li {
          display: inline-block;
          margin-right: 6px;
          margin-top: 6px; }
          .share .icon-container .share-holder ul li a {
            opacity: 0;
            display: block;
            width: 20px;
            height: 20px;
            transition: all .4s ease-in-out 0s; }
            .share .icon-container .share-holder ul li a svg {
              display: block;
              width: 20px !important;
              height: 20px !important; }
            .share .icon-container .share-holder ul li a:last-child {
              margin-right: 0; }
          .share .icon-container .share-holder ul li.facebook a {
            transition-delay: 0.4s; }
          .share .icon-container .share-holder ul li.twitter a {
            transition-delay: 0.5s; }
          .share .icon-container .share-holder ul li.whatsapp a {
            transition-delay: 0.6s; }
  .share .text-container {
    text-align: center;
    font-family: "Qanelas Bold", sans-serif; }
  .share.red .share-holder {
    background-color: #ff333c; }
    .share.red .share-holder ul li a svg {
      fill: #ffffff !important; }
  .share.white .share-holder {
    background-color: #ffffff; }
    .share.white .share-holder ul li a svg {
      fill: #ff333c !important; }
  .share.blue .share-holder {
    background-color: #2149fd; }
    .share.blue .share-holder ul li a svg {
      fill: #ffffff !important; }
  .share:hover .share-holder {
    transform: scale(1);
    width: 108px;
    opacity: 1; }
    .share:hover .share-holder ul li a {
      opacity: 1; }
  .share.left:hover .share-holder {
    margin-left: -108px; }

.anuario-offers {
  position: relative;
  width: 100%;
  font-family: "Qanelas Bold", sans-serif;
  background-color: #2149fd;
  color: #ffffff;
  content: "";
  display: table;
  table-layout: fixed; }
  .anuario-offers ul {
    list-style: none; }
    .anuario-offers ul::after {
      content: '';
      display: block;
      height: calc(50% + 15px);
      width: 1px;
      position: absolute;
      left: 50%;
      top: 0%;
      background-color: #ffffff; }
    .anuario-offers ul li.col-1of2 {
      padding-top: 56px;
      padding-bottom: 10px;
      transition: all 0.6s cubic-bezier(1, 0, 0, 1);
      opacity: 1; }
      .anuario-offers ul li.col-1of2 .price-holder {
        display: table;
        margin: 0 auto;
        line-height: 1; }
        .anuario-offers ul li.col-1of2 .price-holder .offers-title {
          display: block; }
        .anuario-offers ul li.col-1of2 .price-holder .offers-price {
          font-family: "Qanelas Regular", sans-serif; }
          .anuario-offers ul li.col-1of2 .price-holder .offers-price .num {
            font-size: 52.8px;
            font-size: 3.3rem;
            font-family: "Qanelas Bold", sans-serif;
            /*@include breakpoint(xl) {
							@include font-size(5);
						}*/ }
  .anuario-offers .basic-btn, .anuario-offers #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    border: 1px solid transparent;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1); }

@media (min-width: 768px) {
  .anuario-offers ul li.col-1of2 {
    padding-top: 100px;
    padding-bottom: 100px; } }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .anuario-offers input {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 99;
  border: 1px solid transparent;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1); }

.anuario-offers.no-stock .members-price {
  opacity: 0; }

.anuario-offers.no-stock .basic-btn, .anuario-offers.no-stock #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  background-color: #ffffff;
  color: #ff333c;
  border: 1px solid #ff333c;
  cursor: default; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .anuario-offers.no-stock input {
  background-color: #ffffff;
  color: #ff333c;
  border: 1px solid #ff333c;
  cursor: default; }

#members {
  color: #ffffff;
  background-color: #000000;
  min-height: 744px;
  padding-top: 48px;
  padding-bottom: 220px;
  position: relative; }
  #members .alphabet {
    margin-bottom: 24px; }
    #members .alphabet ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
      width: 100%; }
      #members .alphabet ul li {
        float: left;
        width: 3.7%;
        box-sizing: border-box;
        font-family: "Qanelas Light", sans-serif;
        font-size: 26px;
        font-size: 1.625rem; }
        #members .alphabet ul li div {
          color: #ffffff;
          text-transform: uppercase;
          cursor: pointer; }
  #members #members-list {
    overflow: scroll;
    margin-left: -10px;
    margin-right: -10px; }
    #members #members-list ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #members #members-list ul li {
        text-align: left;
        font-family: "Qanelas Regular", sans-serif;
        font-size: 14px;
        font-size: 0.875rem; }
        #members #members-list ul li div {
          text-decoration: none;
          color: #ffffff;
          cursor: pointer; }
  #members #members-user {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    #members #members-user .user-info-holder {
      position: relative;
      z-index: 9;
      overflow: hidden; }
      #members #members-user .user-info-holder h5 {
        font-size: 36px;
        font-size: 2.25rem;
        text-align: center;
        color: #fff0ed;
        font-family: "Qanelas Light", sans-serif;
        font-weight: normal;
        margin: 0;
        line-height: 0.7;
        white-space: nowrap; }
      #members #members-user .user-info-holder .info-holder {
        font-family: "Qanelas Regular", sans-serif;
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        background-color: #fff0ed;
        padding: 24px 10px 72px; }
        #members #members-user .user-info-holder .info-holder a {
          color: #000000;
          display: table;
          text-decoration: none; }
      #members #members-user .user-info-holder button[type="submit"] {
        color: #000000;
        background-color: inherit;
        padding: 0;
        margin: 0;
        font-family: "Qanelas Regular", sans-serif;
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: inherit;
        text-align: inherit;
        border: 0; }
    #members #members-user .user-bg {
      width: 100%; }
      #members #members-user .user-bg .user-thumb-holder {
        overflow: hidden;
        width: 100%; }
        #members #members-user .user-bg .user-thumb-holder .beta-holder {
          text-align: center;
          position: absolute;
          bottom: 12px;
          left: 0;
          right: 0;
          z-index: 9;
          font-family: "Qanelas Regular", sans-serif; }
          #members #members-user .user-bg .user-thumb-holder .beta-holder p {
            margin: 0; }
          #members #members-user .user-bg .user-thumb-holder .beta-holder a {
            text-transform: uppercase;
            font-family: "Qanelas Bold", sans-serif;
            text-decoration: none;
            color: #ffffff; }
        #members #members-user .user-bg .user-thumb-holder .user-thumb-bg {
          display: block;
          width: 100%;
          height: 100%;
          transform: scale(1.1);
          filter: blur(5px); }
        #members #members-user .user-bg .user-thumb-holder .user-thumb-img {
          width: 110px;
          height: 110px;
          border-radius: 50%;
          margin: 24px auto;
          overflow: hidden; }
          #members #members-user .user-bg .user-thumb-holder .user-thumb-img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            display: block; }
          #members #members-user .user-bg .user-thumb-holder .user-thumb-img.no-image {
            background-color: #000000; }
            #members #members-user .user-bg .user-thumb-holder .user-thumb-img.no-image:after {
              content: '+';
              line-height: 110px;
              font-size: 88px;
              font-size: 5.5rem;
              font-family: "Qanelas Light", sans-serif;
              text-align: center;
              width: 100%;
              display: block; }
      #members #members-user .user-bg .social {
        bottom: 24px;
        position: absolute;
        z-index: 99; }
        #members #members-user .user-bg .social ul {
          list-style: none;
          margin: 0;
          padding: 0;
          white-space: nowrap; }
          #members #members-user .user-bg .social ul li {
            display: inline-block;
            margin-right: 12px; }
            #members #members-user .user-bg .social ul li a svg {
              width: 24px;
              height: 24px; }

@media (min-width: 768px) {
  #members {
    margin-bottom: 300px; } }

@media (max-width: 767px) {
  #members .alphabet {
    overflow: scroll; } }

@media (min-width: 768px) {
  #members .alphabet {
    text-align: left; } }

@media (max-width: 767px) {
  #members .alphabet ul {
    min-width: 1280px; } }

@media (min-width: 768px) {
  #members .alphabet ul li {
    width: 3.7%; } }

@media (min-width: 768px) {
  #members #members-list {
    margin-left: -25px;
    margin-right: -25px; } }

@media (min-width: 1200px) {
  #members #members-list {
    overflow: inherit; } }

@media (max-width: 767px) {
  #members #members-list .members-list-holder {
    min-width: 1280px; } }

@media (min-width: 768px) {
  #members #members-user:before {
    content: '';
    display: block;
    width: 50%;
    height: 416px;
    background-color: #fff0ed;
    position: absolute;
    right: 0;
    top: 121px; } }

@media (min-width: 768px) {
  #members #members-user .user-info-holder h5 {
    font-size: 142px;
    font-size: 8.875rem;
    line-height: 1; } }

@media (min-width: 768px) {
  #members #members-user .user-info-holder .info-holder {
    min-height: 96px;
    margin-left: 50%;
    padding: 0 0 0 315px;
    background-color: inherit; } }

@media (min-width: 768px) {
  #members #members-user .user-bg {
    width: 586px;
    height: 416px;
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    position: absolute; } }

@media (min-width: 768px) {
  #members #members-user .user-bg .user-thumb-holder {
    width: 586px;
    height: 416px;
    background-color: #000000; } }

@media (min-width: 768px) {
  #members #members-user .user-bg .user-thumb-holder .user-thumb-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px; } }

@media (min-width: 768px) {
  #members #members-user .user-bg .social {
    padding-left: 15px;
    bottom: -5px;
    left: 100%; } }

#email-marketing {
  background-color: #000000;
  color: #ffffff;
  padding: 160px 0;
  text-align: center;
  position: relative;
  z-index: 9; }
  #email-marketing .bg-off {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("lib/images/email-marketing-off-bg.jpg"); }
  #email-marketing .xs-wrapper, #email-marketing .m-wrapper {
    position: relative;
    z-index: 9; }
  #email-marketing .ico-holder {
    width: 62px;
    height: 44px;
    margin: 0 auto 6px;
    position: relative; }
    #email-marketing .ico-holder .notification {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #ff333c;
      line-height: 30px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      top: -15px;
      right: -15px; }
    #email-marketing .ico-holder svg {
      fill: #ffffff;
      width: 62px;
      height: 44px; }
  #email-marketing .c-title {
    margin-bottom: 48px; }
    #email-marketing .c-title h3, #email-marketing .c-title p {
      margin: 0; }
  #email-marketing .gform_wrapper .gform_body .gform_fields li.gfield {
    padding-left: 0;
    padding-right: 0; }
  #email-marketing #gform_2 {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto; }
    #email-marketing #gform_2:after {
      content: " ";
      display: block;
      clear: both; }
    #email-marketing #gform_2 .gform_body input[type="text"], #email-marketing #gform_2 .gform_body input[type="email"] {
      width: 100%; }
    #email-marketing #gform_2 .gform_body > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex; }
      #email-marketing #gform_2 .gform_body > ul > li {
        flex-wrap: wrap;
        padding-right: 0;
        padding-left: 0; }
        #email-marketing #gform_2 .gform_body > ul > li a {
          color: #ffffff; }
        #email-marketing #gform_2 .gform_body > ul > li:first-child {
          flex: 0 0 25%;
          max-width: 25%; }
          #email-marketing #gform_2 .gform_body > ul > li:first-child input {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border-right: 0; }
        #email-marketing #gform_2 .gform_body > ul > li:nth-child(2) {
          flex: 0 0 25%;
          max-width: 25%; }
          #email-marketing #gform_2 .gform_body > ul > li:nth-child(2) input {
            border-radius: 0; }
        #email-marketing #gform_2 .gform_body > ul > li:nth-child(3) {
          flex: 0 0 50%;
          max-width: 50%; }
          #email-marketing #gform_2 .gform_body > ul > li:nth-child(3) input {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            border-left: 0; }
    #email-marketing #gform_2 .gform_footer {
      padding-top: 12px; }
      #email-marketing #gform_2 .gform_footer input {
        width: 100%; }

@media (min-width: 768px) {
  #email-marketing #gform_2 .gform_body {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%; } }

@media (min-width: 768px) {
  #email-marketing #gform_2 .gform_footer {
    width: 32.2033898305%;
    float: right;
    margin-right: 0;
    padding-top: 0; } }

.partners-logos {
  display: flex;
  flex-wrap: wrap; }
  .partners-logos .item {
    width: 33.333%;
    padding: 12px 0;
    border-bottom: 1px solid #fff0ed; }
    .partners-logos .item a {
      display: block;
      width: 91px;
      height: 50px;
      margin: 0 auto; }
      .partners-logos .item a img {
        filter: grayscale(100%);
        transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
      .partners-logos .item a:hover img {
        filter: grayscale(0); }

@media (min-width: 768px) {
  .partners-logos .item {
    width: 14.28%; } }

/* @end */
/* @group Header */
.site-header {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff0ed; }
  .site-header .site-menu {
    width: 44px;
    height: 44px;
    z-index: 9; }
    .site-header .site-menu a {
      display: block;
      width: 44px;
      height: 44px;
      color: #ffffff;
      background-color: #ff333c; }
      .site-header .site-menu a svg {
        fill: #ffffff;
        width: 22px;
        height: 22px;
        margin: 11px; }
  .site-header .site-branding {
    z-index: 9; }
    .site-header .site-branding .site-title {
      margin: 10px 0 0 29px;
      padding: 0; }
      .site-header .site-branding .site-title a {
        width: 76px;
        height: 23px; }
        .site-header .site-branding .site-title a svg {
          display: block;
          width: 76px;
          height: 23px; }
  .site-header .main-navigation {
    vertical-align: bottom;
    z-index: 9; }
    .site-header .main-navigation ul {
      float: right;
      margin: 16px 0 0; }
      .site-header .main-navigation ul li {
        font-family: "Qanelas Regular", sans-serif;
        text-transform: lowercase;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 0 70px;
        line-height: 1;
        position: relative; }
        .site-header .main-navigation ul li:after {
          display: block;
          position: absolute;
          bottom: -4px;
          right: 0;
          left: 0;
          height: 1px;
          background: #ff333c;
          content: '';
          transform: scaleX(0);
          transform-origin: 0 0;
          transition: transform 0.3s cubic-bezier(1, 0, 0, 1); }
        .site-header .main-navigation ul li:hover:after, .site-header .main-navigation ul li.active:after {
          transform: scaleX(1); }
        .site-header .main-navigation ul li.login-item .profile-holder {
          display: block;
          width: 56px;
          height: 56px;
          position: relative;
          margin: -8px -16px 0 0;
          border-radius: 50%; }
          .site-header .main-navigation ul li.login-item .profile-holder a {
            display: block;
            border-radius: 50%;
            overflow: hidden;
            width: 56px;
            height: 56px; }
            .site-header .main-navigation ul li.login-item .profile-holder a img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block;
              position: absolute;
              border-radius: 50%; }
        .site-header .main-navigation ul li.login-item:hover:after {
          display: none; }
        .site-header .main-navigation ul li a {
          color: #000000; }
  .site-header .KW_progressContainer {
    height: 100%;
    position: absolute;
    left: 0;
    right: -44px; }
    .site-header .KW_progressContainer .KW_progressBar {
      width: 0%;
      float: left;
      height: 100%;
      z-index: 99;
      max-width: 100%;
      background-color: #ff333c; }

@media (min-width: 768px) {
  .site-header {
    width: 100%;
    padding-right: 44px;
    height: 44px; } }

/* @end */
/* @group Footer */
footer#colophon {
  font-family: "Qanelas Regular", sans-serif; }
  footer#colophon .banner-holder {
    background-color: #000000;
    color: #ffffff;
    padding: 60px 0;
    text-align: center; }
    footer#colophon .banner-holder .ico-holder {
      width: 62px;
      height: 44px;
      margin: 0 auto;
      position: relative; }
      footer#colophon .banner-holder .ico-holder img {
        width: auto;
        max-height: 44px; }
    footer#colophon .banner-holder .c-title h3, footer#colophon .banner-holder .c-title p {
      margin: 0; }
    footer#colophon .banner-holder .basic-btn, footer#colophon .banner-holder #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
      margin-top: 12px; }

@media (min-width: 768px) {
  footer#colophon .banner-holder {
    padding: 210px 0; } }

#site-search .search-holder .searchandfilter > ul .sf-field-submit footer#colophon .banner-holder input {
  margin-top: 12px; }

footer#colophon .site-info-logo svg {
  margin: 60px auto;
  display: block;
  width: 115px;
  height: 61px; }

footer#colophon .site-info {
  background-color: #fff0ed;
  position: relative;
  z-index: 9;
  padding: 60px 0 0; }
  footer#colophon .site-info .m-wrapper {
    position: relative; }
  footer#colophon .site-info .footer-left-side {
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 100px 0 12px; }
    footer#colophon .site-info .footer-left-side div#cdec-hola-email-footer a {
      color: #000000;
      text-decoration: none;
      font-family: "Qanelas Bold", sans-serif; }
  footer#colophon .site-info .footer-menu {
    text-align: center; }
    footer#colophon .site-info .footer-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      footer#colophon .site-info .footer-menu ul li {
        text-transform: lowercase;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 6px; }
        footer#colophon .site-info .footer-menu ul li:last-child {
          margin-bottom: 0; }
        footer#colophon .site-info .footer-menu ul li a {
          text-decoration: none;
          color: #000000; }
  footer#colophon .site-info .footer-right-side {
    font-size: 13px;
    font-size: 0.8125rem; }
    footer#colophon .site-info .footer-right-side ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline; }
      footer#colophon .site-info .footer-right-side ul li {
        display: inline; }
        footer#colophon .site-info .footer-right-side ul li:after {
          content: '|';
          margin: 0 6px; }
        footer#colophon .site-info .footer-right-side ul li:last-child:after {
          content: none; }
        footer#colophon .site-info .footer-right-side ul li a {
          text-decoration: none;
          color: #000000; }

@media (min-width: 768px) {
  footer#colophon .site-info .footer-left-side {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0; } }

@media (min-width: 768px) {
  footer#colophon .site-info .footer-right-side {
    position: absolute;
    right: 0;
    bottom: 0; } }

/* @end */
/* @group Menú + Search */
#site-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translate(-100%, 0); }
  #site-menu a.close-menu {
    display: block;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background-color: #ff333c;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    /* &:after {
			content: '\00d7';
			@include font-size(2.5);
			line-height: 40px;
			display: block;
			font-family: Garamond, "Apple Garamond";
		} */
    /*@include breakpoint(xl) {
			width: 68px;
			height: 68px;				
		}*/ }
    #site-menu a.close-menu::before, #site-menu a.close-menu::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 60%;
      top: 50%;
      left: 50%;
      margin-left: -30%;
      margin-top: -1px;
      background: #ffffff; }
    #site-menu a.close-menu::before {
      transform: rotate(45deg); }
    #site-menu a.close-menu::after {
      transform: rotate(-45deg); }
  #site-menu .site-menu-main {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #site-menu .site-menu-main svg {
      position: absolute;
      width: 280px;
      height: 148px;
      fill: #fff0ed;
      left: 50%;
      top: 50%;
      margin: -74px 0 0 -140px; }
    #site-menu .site-menu-main .holder {
      z-index: 9;
      position: relative; }
      #site-menu .site-menu-main .holder .profile-holder {
        width: 100px;
        height: 100px;
        margin: 0 auto;
        position: relative; }
        #site-menu .site-menu-main .holder .profile-holder .profile-image-holder {
          width: 100px;
          height: 100px;
          border-radius: 50%;
          overflow: hidden;
          background-color: #fff0ed; }
          #site-menu .site-menu-main .holder .profile-holder .profile-image-holder .profile-image img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all .4s ease-in-out 0s; }
          #site-menu .site-menu-main .holder .profile-holder .profile-image-holder .profile-image .profile-image-hover {
            position: absolute;
            top: 50%;
            width: 100%;
            transform: translateY(-50%);
            font-family: "Qanelas Bold", sans-serif;
            font-size: 14px;
            font-size: 0.875rem;
            opacity: 0; }
          #site-menu .site-menu-main .holder .profile-holder .profile-image-holder .profile-image:hover img {
            transform: scale(1.1);
            opacity: 0.2; }
          #site-menu .site-menu-main .holder .profile-holder .profile-image-holder .profile-image:hover .profile-image-hover {
            opacity: 1; }
        #site-menu .site-menu-main .holder .profile-holder .logout {
          display: block;
          width: 24px;
          height: 24px;
          border-radius: 50%;
          background-color: #ff333c;
          color: #ffffff;
          text-indent: 100%;
          white-space: nowrap;
          overflow: hidden;
          position: absolute;
          top: 50%;
          right: -12px;
          margin-top: -34px; }
          #site-menu .site-menu-main .holder .profile-holder .logout::before, #site-menu .site-menu-main .holder .profile-holder .logout::after {
            content: '';
            position: absolute;
            height: 2px;
            width: 60%;
            top: 50%;
            left: 50%;
            margin-left: -30%;
            margin-top: -1px;
            background: #ffffff; }
          #site-menu .site-menu-main .holder .profile-holder .logout::before {
            transform: rotate(45deg); }
          #site-menu .site-menu-main .holder .profile-holder .logout::after {
            transform: rotate(-45deg); }
          #site-menu .site-menu-main .holder .profile-holder .logout:after {
            /*
						content: '\00d7';
					    font-size: 23px;
					    line-height: 23px;
					    display: block;
					    font-family: Garamond, "Apple Garamond";
					    text-indent: 0;
					    top: 0;
					    left: 0;
					    position: absolute;
					    width: 23px;
					    height: 23px;
					    */ }
    #site-menu .site-menu-main ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-menu .site-menu-main ul li {
        text-transform: lowercase;
        margin-bottom: 14px;
        font-family: "merriweatherbold", serif;
        font-size: 18px;
        font-size: 1.125rem; }
        #site-menu .site-menu-main ul li .mask {
          overflow: hidden;
          position: relative; }
        #site-menu .site-menu-main ul li a {
          text-decoration: none;
          color: #000000;
          padding: 6px 0; }
          #site-menu .site-menu-main ul li a.underline {
            border-bottom: 1px solid #000000; }
  #site-menu .site-menu-sidebar {
    position: absolute;
    right: 12px;
    top: 50%;
    text-align: right;
    transform: translateY(-50%); }
    #site-menu .site-menu-sidebar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #site-menu .site-menu-sidebar ul li {
        font-family: "Qanelas Regular", sans-serif;
        flex-wrap: wrap;
        margin: 12px 0;
        text-transform: lowercase;
        font-size: 22px;
        font-size: 1.375rem; }
        @media (min-width: 768px) {
          #site-menu .site-menu-sidebar ul li {
            margin: 24px 0; } }
        #site-menu .site-menu-sidebar ul li a {
          text-decoration: none; }
      #site-menu .site-menu-sidebar ul.site-menu-sidebar-list .social a, #site-menu .site-menu-sidebar ul.site-menu-sidebar-social li a {
        color: #ff333c; }
  #site-menu .site-menu-footer {
    display: none; }
    #site-menu .site-menu-footer .address #cdec-hola-email {
      font-family: "Qanelas Bold", sans-serif; }
      #site-menu .site-menu-footer .address #cdec-hola-email a {
        text-decoration: none;
        color: #000000; }
    #site-menu .site-menu-footer .copyright ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline; }
      #site-menu .site-menu-footer .copyright ul li {
        display: inline; }
        #site-menu .site-menu-footer .copyright ul li:after {
          content: '|';
          margin: 0 6px; }
        #site-menu .site-menu-footer .copyright ul li:last-child:after {
          content: none; }
        #site-menu .site-menu-footer .copyright ul li a {
          text-decoration: none;
          color: #000000; }
  #site-menu .bbp-form {
    border: 0;
    padding: 0; }
    #site-menu .bbp-form legend {
      font-family: "Qanelas Bold", sans-serif;
      margin-bottom: 12px; }
      #site-menu .bbp-form legend:before {
        content: '';
        display: block;
        width: 42px;
        height: 1px;
        background-color: #ff333c;
        margin-bottom: 12px; }

@media (min-width: 768px) {
  #site-menu .site-menu-main svg {
    width: 430px;
    height: 228px;
    margin: -114px 0 0 -215px; } }

@media (min-width: 768px) {
  #site-menu .site-menu-footer {
    display: block;
    position: absolute;
    bottom: 12px;
    left: 43px;
    font-family: "Qanelas Regular", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem; } }

#site-search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transform: translate(100%, 0); }
  #site-search a.close-search {
    display: block;
    width: 44px;
    height: 44px;
    color: #ffffff;
    background-color: #ff333c;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
    text-align: center; }
    #site-search a.close-search::before, #site-search a.close-search::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 60%;
      top: 50%;
      left: 50%;
      margin-left: -30%;
      margin-top: -1px;
      background: #ffffff; }
    #site-search a.close-search::before {
      transform: rotate(45deg); }
    #site-search a.close-search::after {
      transform: rotate(-45deg); }
  #site-search a.advanced-search {
    color: #ff333c;
    font-size: 13px;
    font-size: 0.8125rem;
    display: table;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  #site-search .search-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    #site-search .search-holder input {
      border-radius: 0;
      border-top: 0;
      border-left: 0;
      border-right: 0;
      padding-left: 0;
      font-size: 21px;
      font-size: 1.3125rem; }
      #site-search .search-holder input:focus {
        outline: 0; }
    #site-search .search-holder .searchandfilter > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      #site-search .search-holder .searchandfilter > ul label {
        display: block; }
      #site-search .search-holder .searchandfilter > ul .chosen-container-single {
        width: 100% !important; }
        #site-search .search-holder .searchandfilter > ul .chosen-container-single .chosen-single {
          border-radius: 0;
          border-top: 0;
          border-left: 0;
          border-right: 0;
          padding-left: 0;
          font-size: 21px;
          font-size: 1.3125rem;
          padding: 1.19em 1em 1.168em 1.19em;
          background: transparent;
          box-shadow: none;
          line-height: 1.5;
          border-bottom: 1px solid #ccc;
          text-align: left;
          font-family: "Qanelas Regular", sans-serif; }
          #site-search .search-holder .searchandfilter > ul .chosen-container-single .chosen-single div b {
            background-position: 4px 32px; }
      #site-search .search-holder .searchandfilter > ul .chosen-container .chosen-results li.highlighted {
        background-color: #ff333c;
        background-image: none; }
      #site-search .search-holder .searchandfilter > ul .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -14px 32px; }
      #site-search .search-holder .searchandfilter > ul .chosen-drop {
        box-shadow: none; }
      #site-search .search-holder .searchandfilter > ul .sf-field-search {
        width: 100%; }
      #site-search .search-holder .searchandfilter > ul .sf-field-category {
        width: 100%;
        height: 180px;
        overflow-x: hidden;
        overflow-y: scroll; }
        #site-search .search-holder .searchandfilter > ul .sf-field-category::-webkit-scrollbar {
          width: 1px; }
        #site-search .search-holder .searchandfilter > ul .sf-field-category::-webkit-scrollbar-track {
          background-color: #fff0ed; }
        #site-search .search-holder .searchandfilter > ul .sf-field-category::-webkit-scrollbar-thumb {
          background-color: #ff333c;
          outline: 1px solid slategrey; }
        #site-search .search-holder .searchandfilter > ul .sf-field-category ul {
          display: flex;
          flex-wrap: wrap;
          margin: 0;
          padding: 0;
          justify-content: center; }
          #site-search .search-holder .searchandfilter > ul .sf-field-category ul li {
            position: relative;
            user-select: none;
            margin: 0 10px 10px;
            border-radius: 3px; }
            #site-search .search-holder .searchandfilter > ul .sf-field-category ul li input {
              position: absolute;
              opacity: 0;
              cursor: pointer;
              height: 0;
              white-space: 0; }
            #site-search .search-holder .searchandfilter > ul .sf-field-category ul li label {
              cursor: pointer;
              margin: 0;
              padding: 8px 12px;
              font-family: "Qanelas Light", sans-serif; }
            #site-search .search-holder .searchandfilter > ul .sf-field-category ul li.sf-option-active {
              background-color: #fff0ed; }
      #site-search .search-holder .searchandfilter > ul .sf-field-post_date {
        width: 100%; }
        #site-search .search-holder .searchandfilter > ul .sf-field-post_date ul {
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex; }
          #site-search .search-holder .searchandfilter > ul .sf-field-post_date ul li {
            margin: 0;
            padding: 0; }
        #site-search .search-holder .searchandfilter > ul .sf-field-post_date input::placeholder {
          color: #000 !important; }
      #site-search .search-holder .searchandfilter > ul .sf-field-submit {
        /*
				input {
					border: none;
					text-indent: -99999px;
					background-repeat: no-repeat;
					background-position: center center;
					background-color: transparent;
					background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4475 -263 26.333 27.141' id='search'%3E%3Cpath id='Path_908' data-name='Path 908' d='M25.48,17.717a10.419,10.419,0,1,0-1.417,1.289l7.848,7.848a.943.943,0,0,0,.669.287.916.916,0,0,0,.669-.287.971.971,0,0,0,0-1.353ZM9.1,10.554A8.644,8.644,0,1,1,17.744,19.2,8.652,8.652,0,0,1,9.1,10.554Z' transform='translate(-4482.19 -263)'%3E%3C/path%3E%3C/svg%3E");
					min-height: 81px;
				}
				*/ }

@media (min-width: 768px) {
  #site-search .search-holder .searchandfilter > ul .sf-field-search {
    width: 65%;
    padding-right: 10px; } }

@media (min-width: 768px) {
  #site-search .search-holder .searchandfilter > ul .sf-field-post_date {
    width: 35%; } }

.ll-skin-melon {
  font-family: "Qanelas Regular", sans-serif; }
  .ll-skin-melon .ui-widget {
    background-color: #ff333c; }
  .ll-skin-melon td .ui-state-default {
    color: #000; }

.site-search {
  display: none; }

@media (min-width: 768px) {
  .site-search {
    display: block;
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 999;
    display: block; }
    .site-search svg {
      fill: #ff333c;
      width: 24px;
      height: 24px; } }

/* @end */
/* @group Single */
body.single #intro {
  height: calc(100vh - 10px);
  position: relative;
  overflow: hidden; }
  body.single #intro .intro-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
  body.single #intro .intro-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    body.single #intro .intro-container .intro-container-holder {
      -webkit-transform: perspective(1px) translate3d(0, 0, 0) !important;
      transform: perspective(1px) translate3d(0, 0, 0) !important; }
      body.single #intro .intro-container .intro-container-holder h1 {
        margin-top: 0; }
      body.single #intro .intro-container .intro-container-holder p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0;
        text-align: justify; }
        body.single #intro .intro-container .intro-container-holder p .mask {
          position: relative;
          overflow: hidden; }
  body.single #intro .icon-scroll {
    display: none; }
    body.single #intro .icon-scroll svg {
      width: 16px;
      height: 34px;
      fill: #ff333c; }
  body.single #intro .nav-links {
    display: none; }
  body.single #intro.bg-black .nav-links a {
    color: #ffffff; }
  body.single #intro.bg-white .nav-links a {
    color: #000000; }

body.single .mobile-intro-holder {
  font-family: "merriweatherregular", serif;
  margin-bottom: 48px; }
  body.single .mobile-intro-holder p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0; }

body.single .entry-holder {
  padding: 60px 0; }
  body.single .entry-holder a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #ff333c; }

body.single .gallery-container {
  position: relative;
  overflow: hidden; }
  body.single .gallery-container .swiper-gallery-button {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    margin-top: -21px; }
    body.single .gallery-container .swiper-gallery-button svg {
      display: block;
      width: 43px;
      height: 43px;
      fill: #ff333c; }
    body.single .gallery-container .swiper-gallery-button.swiper-gallery-button-prev {
      left: 50%;
      margin-left: -300px; }
    body.single .gallery-container .swiper-gallery-button.swiper-gallery-button-next {
      right: 50%;
      margin-right: -300px; }
    body.single .gallery-container .swiper-gallery-button.swiper-button-disabled {
      display: none; }
  body.single .gallery-container .swiper-slide {
    max-width: 600px; }
    body.single .gallery-container .swiper-slide img {
      display: block;
      width: 100%;
      position: relative; }

body.single .video-container {
  z-index: 99;
  overflow: hidden;
  /* &:hover {
  			background-size: 106%;
  		} */
  /* #play-button {
  			display: block;
  			width: 48px;
  			height: 48px;
  			background-color: $color__red;
  			border-radius: 50%;
  			line-height: 48px;
  			text-align: center;
  			text-transform: uppercase;
  			color: #ffffff;
  			font-family: $font__qanelas-bold;
  			cursor: pointer;
  			@include font-size(0.6875);
  			position: absolute;
  			top: 24px;
  			left: 24px;
  		} */ }
  body.single .video-container a {
    display: block; }
  body.single .video-container .play-button {
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 9; }
    body.single .video-container .play-button svg {
      width: 52px;
      height: 52px; }
  body.single .video-container .video-wrapper {
    position: relative;
    padding-bottom: 112.5%;
    height: 0; }
    body.single .video-container .video-wrapper .video-thumb {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 9;
      cursor: pointer;
      left: -10px;
      width: calc(100% + 20px);
      transform: scale(1);
      transition: transform 700ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
      backface-visibility: hidden; }
    body.single .video-container .video-wrapper .video-description {
      position: absolute;
      bottom: 24px;
      left: 24px;
      z-index: 9;
      color: #ffffff; }
      body.single .video-container .video-wrapper .video-description .share {
        text-align: center;
        display: inline-block;
        margin-right: 8px; }
        body.single .video-container .video-wrapper .video-description .share a {
          color: #ffffff;
          text-decoration: none;
          font-family: "Qanelas Bold", sans-serif; }
        body.single .video-container .video-wrapper .video-description .share svg {
          display: block;
          margin: 0 auto 12px;
          fill: #ffffff;
          width: 32px;
          height: 32px;
          /*@include breakpoint(xl) {
							width: 46px;
							height: 46px;							
						}*/ }
      body.single .video-container .video-wrapper .video-description .reading_time {
        font-family: "Qanelas Bold", sans-serif;
        display: inline-block; }
        body.single .video-container .video-wrapper .video-description .reading_time svg {
          display: block;
          margin: 0 auto 12px;
          fill: #ffffff;
          width: 32px;
          height: 32px;
          /*@include breakpoint(xl) {
							width: 46px;
							height: 46px;							
						}*/ }
    body.single .video-container .video-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    body.single .video-container .video-wrapper #video-wrapper-holder {
      overflow: hidden;
      width: 100%;
      height: 100%;
      position: absolute; }
      body.single .video-container .video-wrapper #video-wrapper-holder:hover .video-thumb {
        transform: scale(1.06);
        transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0ms; }
  body.single .video-container .fixed-video-description, body.single .video-container .share {
    display: none; }
  body.single .video-container.fixed-video .s-wrapper {
    position: fixed;
    top: 44px;
    left: 44px;
    right: 44px;
    max-width: 100%;
    background-color: #ffffff;
    height: 180px;
    overflow: hidden;
    z-index: 999; }
    body.single .video-container.fixed-video .s-wrapper .video-wrapper {
      width: 320px;
      height: 180px;
      padding: 0;
      position: relative;
      z-index: 9; }
    body.single .video-container.fixed-video .s-wrapper .fixed-video-description {
      display: block;
      position: absolute;
      bottom: 12px;
      width: 100%;
      left: 0;
      right: 0;
      padding-left: 380px; }
      body.single .video-container.fixed-video .s-wrapper .fixed-video-description h4, body.single .video-container.fixed-video .s-wrapper .fixed-video-description p {
        margin: 0; }
    body.single .video-container.fixed-video .s-wrapper .share {
      display: block;
      text-align: center;
      display: inline-block;
      margin-right: 8px;
      position: absolute;
      left: 50%;
      margin-left: 334px;
      bottom: 12px; }
      body.single .video-container.fixed-video .s-wrapper .share a {
        color: #ff333c;
        text-decoration: none;
        font-family: "Qanelas Bold", sans-serif;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 0.6875rem; }
      body.single .video-container.fixed-video .s-wrapper .share svg {
        display: block;
        margin: 0 auto 0px;
        fill: #ff333c;
        width: 32px;
        height: 32px;
        /*@include breakpoint(xl) {
							width: 46px;
							height: 46px;							
						}*/ }

body.single #main-entry {
  position: relative; }

body.single .event-offers {
  background-color: #fff0ed;
  color: #2149fd; }

body.home .is-loading {
  overflow: hidden; }

body.home .notification-bar {
  background-color: #2149fd;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: -218px;
  z-index: 9;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  padding-left: 32px; }
  body.home .notification-bar strong {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase; }
  body.home .notification-bar a {
    color: #ffffff;
    text-decoration: none; }

body.home #billboard {
  width: 100%;
  background: #fff0ed;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  body.home #billboard .hero-feature article {
    position: relative;
    height: calc(100vh - 88px); }
    body.home #billboard .hero-feature article .article-thumb {
      position: absolute;
      top: 0;
      right: -218px;
      bottom: 0;
      left: 0;
      transition: transform 8s ease-out;
      transform: scale(1.1);
      transform-origin: top center; }
    body.home #billboard .hero-feature article .article-holder {
      position: absolute;
      left: 42px;
      bottom: 36px;
      right: 42px; }
      body.home #billboard .hero-feature article .article-holder header h1 {
        font-size: 38px;
        font-size: 2.375rem;
        line-height: 48px;
        font-weight: normal;
        font-family: "merriweatherbold", serif;
        margin: 0.33em 0 0.66em; }
        body.home #billboard .hero-feature article .article-holder header h1 a {
          color: #ffffff;
          text-decoration: none;
          position: relative; }
        body.home #billboard .hero-feature article .article-holder header h1 .mask {
          overflow: hidden;
          position: relative; }
      body.home #billboard .hero-feature article .article-holder .article-footer {
        text-transform: uppercase;
        font-size: 11px;
        font-size: 0.6875rem; }
        body.home #billboard .hero-feature article .article-holder .article-footer .footer-category {
          color: #ff333c;
          font-family: "Qanelas Regular", sans-serif;
          font-size: 13px;
          font-size: 0.8125rem;
          margin-top: 0;
          margin-bottom: 2.66em; }
          body.home #billboard .hero-feature article .article-holder .article-footer .footer-category a {
            text-decoration: none;
            color: #ff333c; }
        body.home #billboard .hero-feature article .article-holder .article-footer .share {
          text-align: center;
          display: inline-block;
          margin-right: 8px; }
          body.home #billboard .hero-feature article .article-holder .article-footer .share .share-front {
            color: #ffffff;
            text-decoration: none;
            font-family: "Qanelas Bold", sans-serif; }
          body.home #billboard .hero-feature article .article-holder .article-footer .share svg {
            display: block;
            margin: 0 auto 12px;
            fill: #ffffff;
            width: 32px;
            height: 32px; }
        body.home #billboard .hero-feature article .article-holder .article-footer .reading_time {
          font-family: "Qanelas Bold", sans-serif;
          display: inline-block; }
          body.home #billboard .hero-feature article .article-holder .article-footer .reading_time svg {
            display: block;
            margin: 0 auto 12px;
            fill: #ffffff;
            width: 32px;
            height: 32px; }
  body.home #billboard.is-loaded .hero-feature article .article-thumb {
    transform: scale(1); }
  body.home #billboard .hero-sidebar {
    display: none; }
  body.home #billboard .swiper-billboard {
    overflow: hidden; }
    body.home #billboard .swiper-billboard .swiper-pagination {
      bottom: 0;
      height: 2px;
      top: auto; }
      body.home #billboard .swiper-billboard .swiper-pagination span {
        background: #ff333c; }
    body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide {
      min-height: calc(100vh - 54px);
      position: relative; }
      body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder {
        position: absolute;
        left: 34px;
        right: 24px;
        bottom: 10px; }
        body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -10px;
          left: -34px;
          right: -24px;
          height: 100%;
          background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
          /* IE6-9 */ }
        body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder header h1 {
          font-size: 28px;
          font-size: 1.75rem;
          line-height: 38px;
          font-weight: normal;
          font-family: "merriweatherbold", serif;
          margin: 0.33em 0 0.66em;
          visibility: hidden; }
          body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder header h1 a {
            color: #ffffff;
            text-decoration: none;
            position: relative; }
          body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder header h1 .mask {
            overflow: hidden;
            position: relative; }
        body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer {
          position: relative;
          z-index: 9; }
          body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .footer-category {
            color: #ff333c;
            font-family: "Qanelas Regular", sans-serif;
            font-size: 13px;
            font-size: 0.8125rem;
            margin-top: 0;
            margin-bottom: 2.66em; }
            body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .footer-category a {
              text-decoration: none;
              color: #ff333c; }
          body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer cite {
            display: block;
            margin-right: 42px; }
          body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar {
            text-transform: uppercase;
            font-size: 9px;
            font-size: 0.5625rem;
            text-align: center;
            position: absolute;
            right: 0;
            bottom: 2px; }
            body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar .share {
              text-align: center;
              display: table; }
              body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar .share a {
                color: #ffffff;
                text-decoration: none;
                font-family: "Qanelas Bold", sans-serif; }
              body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar .share svg {
                display: block;
                margin: 0 auto 12px;
                fill: #ffffff;
                width: 32px;
                height: 32px; }
            body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar .reading_time {
              font-family: "Qanelas Bold", sans-serif;
              display: table; }
              body.home #billboard .swiper-billboard .swiper-wrapper .swiper-slide .article-holder .article-footer .article-footer-sidebar .reading_time svg {
                display: block;
                margin: 0 auto 12px;
                fill: #ffffff;
                width: 32px;
                height: 32px; }

body.home #the-latest {
  position: relative;
  margin-bottom: 440px; }
  body.home #the-latest h2 {
    position: absolute;
    font-family: "Qanelas Light", sans-serif;
    color: #fff0ed;
    font-size: 56px;
    font-size: 3.5rem;
    font-weight: normal;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    white-space: nowrap;
    z-index: 99; }
  body.home #the-latest .item {
    width: 22.22222222%;
    cursor: pointer;
    position: relative; }
    body.home #the-latest .item:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      background: transparent;
      z-index: 99; }
    body.home #the-latest .item .thumb-holder {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      body.home #the-latest .item .thumb-holder .thumb-holder-image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: all 0.6s cubic-bezier(1, 0, 0, 1);
        z-index: 9; }
      body.home #the-latest .item .thumb-holder a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999999; }
    body.home #the-latest .item .item-holder {
      display: none; }
    body.home #the-latest .item.item0 {
      position: absolute;
      left: 0;
      top: 0; }
      body.home #the-latest .item.item0:after {
        content: '';
        display: block;
        padding-top: 74%; }
    body.home #the-latest .item.item1 {
      position: absolute;
      left: 0;
      top: 46.2%; }
      body.home #the-latest .item.item1:after {
        content: '';
        display: block;
        padding-top: 92%; }
    body.home #the-latest .item.item2 {
      width: 55.5556%;
      margin: 0 auto;
      position: relative; }
      body.home #the-latest .item.item2:after {
        content: '';
        display: block;
        padding-top: 64%; }
    body.home #the-latest .item.item3 {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      body.home #the-latest .item.item3:after {
        content: '';
        display: block;
        padding-top: 89%; }
    body.home #the-latest .item.item4 {
      position: absolute;
      right: 0;
      top: 49.6%;
      z-index: 1; }
      body.home #the-latest .item.item4:after {
        content: '';
        display: block;
        padding-top: 60%; }
    body.home #the-latest .item.active {
      cursor: inherit; }
      body.home #the-latest .item.active .thumb-holder:hover .thumb-holder-image {
        transform: scale(1.2); }
      body.home #the-latest .item.active .item-holder {
        display: block;
        position: absolute;
        top: 96%;
        left: 0;
        right: 0;
        text-align: center; }
        body.home #the-latest .item.active .item-holder:before {
          content: '';
          display: block;
          width: 1px;
          height: 80px;
          background-color: #ff333c;
          margin: 0 auto 24px; }
        body.home #the-latest .item.active .item-holder h3 {
          margin: 0 0 12px;
          font-family: "Qanelas Bold", sans-serif;
          font-size: 24px; }
          body.home #the-latest .item.active .item-holder h3 a {
            text-decoration: none;
            color: #000000; }
        body.home #the-latest .item.active .item-holder .excerpt-holder {
          display: none; }
          body.home #the-latest .item.active .item-holder .excerpt-holder p {
            margin: 0; }
        body.home #the-latest .item.active .item-holder .categories {
          margin-top: 12px;
          text-align: left;
          color: #ff333c;
          font-size: 14px;
          font-size: 0.875rem; }
          body.home #the-latest .item.active .item-holder .categories a {
            color: #ff333c;
            font-family: "Qanelas Regular", sans-serif;
            text-decoration: none;
            text-transform: uppercase; }

body.home #next-event .next-event-holder {
  padding: 82px 0 56px; }
  body.home #next-event .next-event-holder .event-title {
    position: relative;
    margin-bottom: 24px; }
    body.home #next-event .next-event-holder .event-title .event-category {
      margin: 0;
      padding: 0;
      font-family: "Qanelas Light", sans-serif;
      font-weight: normal;
      font-size: 62px;
      font-size: 3.875rem;
      text-align: center;
      color: #fff0ed;
      line-height: 1;
      word-wrap: break-word; }
    body.home #next-event .next-event-holder .event-title .event-main-title {
      margin: 0;
      padding: 0;
      text-align: center;
      font-size: 15px;
      font-family: "Qanelas Regular", sans-serif;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      width: 100%; }
      body.home #next-event .next-event-holder .event-title .event-main-title span {
        font-family: "merriweatherbold", serif;
        text-transform: none; }
      body.home #next-event .next-event-holder .event-title .event-main-title a {
        color: #ff333c;
        text-decoration: none; }
    body.home #next-event .next-event-holder .event-title hr {
      background: #fff0ed;
      position: absolute;
      width: 100%;
      bottom: -16px; }
      body.home #next-event .next-event-holder .event-title hr:before, body.home #next-event .next-event-holder .event-title hr:after {
        content: '';
        display: block;
        height: 1px;
        background-color: #ff333c;
        position: absolute; }
  body.home #next-event .next-event-holder .event-content {
    text-align: center;
    color: #ff333c;
    font-size: 15px;
    line-height: 32px; }
    body.home #next-event .next-event-holder .event-content h4 {
      margin: 0;
      font-family: "merriweatherbold", serif; }
      body.home #next-event .next-event-holder .event-content h4 a {
        color: #ff333c;
        text-decoration: none; }
    body.home #next-event .next-event-holder .event-content .description .moretag {
      color: #ff333c; }

body.home #next-event .event-offers {
  background-color: #2149fd;
  color: #ffffff; }

body.home #partners {
  margin-bottom: 60px; }

body.home .related-content .col-1of2 {
  position: relative;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0; }
  body.home .related-content .col-1of2 .thumb {
    position: relative;
    padding-bottom: 87%;
    overflow: hidden;
    width: 100%; }
    body.home .related-content .col-1of2 .thumb a {
      color: #ffffff; }
      body.home .related-content .col-1of2 .thumb h4 {
      color: #ffffff; }
    body.home .related-content .col-1of2 .thumb img {
      position: absolute;
      width: 116%;
      height: 116%;
      object-fit: cover;
      transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
    body.home .related-content .col-1of2 .thumb .thumb-details {
      width: 100%;
      position: absolute;
      bottom: 24px;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 9; }
      body.home .related-content .col-1of2 .thumb .thumb-details .c-title h4 {
        margin: 0; }
  body.home .related-content .col-1of2 .related-type {
    text-align: center;
    position: relative;
    z-index: 99; }
    body.home .related-content .col-1of2 .related-type:before {
      content: '';
      display: block;
      width: 1px;
      height: 80px;
      background-color: #ff333c;
      margin: -12px auto 0; }
    body.home .related-content .col-1of2 .related-type h5 {
      margin: 0;
      font-family: "Qanelas Bold", sans-serif;
      text-transform: uppercase;
      font-size: 16px;
      font-size: 1rem; }
    body.home .related-content .col-1of2 .related-type div.year {
      font-style: italic;
      font-size: 12px;
      font-size: 0.75rem; }
      body.home .related-content .col-1of2 .related-type div.year a {
        text-decoration: none;
        color: #000000; }

@media (min-width: 768px) {
  body.single #intro {
    height: calc(100vh - 88px); } }

@media (min-width: 768px) {
  body.single #intro .intro-bg {
    position: fixed;
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px; } }

@media (min-width: 768px) {
  body.single #intro .intro-container {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: inherit; } }

@media (min-width: 768px) {
  body.single #intro .intro-container .intro-container-holder h1 {
    font-size: 48px;
    font-size: 3rem; } }

@media (min-width: 768px) {
  body.single #intro .intro-container .intro-container-holder p {
    font-size: 20.8px;
    font-size: 1.3rem; } }

@media (min-width: 768px) {
  body.single #intro .icon-scroll {
    display: block;
    position: fixed;
    bottom: 16px;
    width: 16px;
    height: 34px;
    left: 50%;
    margin-left: -8px;
    z-index: 99; } }

@media (min-width: 768px) {
  body.single #intro .nav-links {
    position: fixed;
    left: 88px;
    right: 88px;
    bottom: 68px;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block; }
    body.single #intro .nav-links .nav-previous:before {
      transform: scaleX(0.4);
      transform-origin: 0 0;
      transition: transform 0.3s cubic-bezier(1, 0, 0, 1); }
    body.single #intro .nav-links .nav-previous:hover:before {
      transform: scaleX(1); }
    body.single #intro .nav-links .nav-next:before {
      transform: scaleX(0.4);
      transform-origin: 100% 0;
      transition: transform 0.3s cubic-bezier(1, 0, 0, 1); }
    body.single #intro .nav-links .nav-next:hover:before {
      transform: scaleX(1); } }

@media (min-width: 768px) {
  body.single .entry-holder {
    padding: 240px 0 120px; } }

@media (min-width: 768px) {
  body.single .entry-holder .post-date {
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 40px;
    left: 60px; } }

@media (min-width: 768px) {
  body.single .gallery-container {
    padding: 72px 0 192px; } }

@media (max-width: 767px) {
  body.single .gallery-container .swiper-gallery {
    padding: 36px 0; } }

@media (min-width: 768px) {
  body.single .gallery-container .swiper-slide:first-child img {
    top: -72px; }
  body.single .gallery-container .swiper-slide:nth-child(4n+2) img {
    bottom: -92px; }
  body.single .gallery-container .swiper-slide:nth-child(4n+4) img {
    bottom: -192px; } }

@media (min-width: 768px) {
  body.single .video-container {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 48px 0;
    min-height: 534px;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    background-size: 100%;
    background-position: center center;
    transition: background-size 1.4s ease-in-out 0s; } }

@media (min-width: 768px) {
  body.single .video-container .video-container-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken; } }

@media (min-width: 768px) {
  body.single .video-container .video-wrapper {
    padding-bottom: 56.25%; } }

@media (min-width: 768px) {
  body.single .video-container .video-wrapper .video-thumb {
    left: -24px;
    width: calc(100% + 48px); } }

@media (min-width: 768px) {
  body.single .video-container .video-wrapper #video-wrapper-holder {
    left: -24px;
    width: calc(100% + 48px); } }

@media (min-width: 768px) {
  body.single #main-entry p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px; } }

/* @end */
/* @group Home */
@media (min-width: 768px) {
  body.home #billboard .hero-feature {
    width: calc(100% - 218px);
    min-height: calc(100vh - 88px);
    float: left;
    position: relative; }
    body.home #billboard .hero-feature:after {
      content: '';
      display: block;
      width: 1px;
      position: absolute;
      right: -1px;
      bottom: 0;
      top: 100%;
      background-color: #fff0ed;
      z-index: 9;
      transition: all 2.4s; } }

@media (min-width: 768px) {
  body.home #billboard .hero-feature article .article-holder {
    right: 260px; } }

@media (min-width: 768px) {
  body.home #billboard.is-loaded .hero-feature:after {
    top: 88px; } }

body.home #billboard.black-scheme {
  color: #000000; }
  body.home #billboard.black-scheme .hero-feature:after {
    background-color: #000000; }
  body.home #billboard.black-scheme .hero-feature article .article-holder header h1 a {
    color: #000000; }
  body.home #billboard.black-scheme .hero-feature article .article-holder .article-footer .share svg {
    fill: #000000; }
  body.home #billboard.black-scheme .hero-feature article .article-holder .article-footer .share .share-holder {
    background-color: #000000; }
  body.home #billboard.black-scheme .hero-feature article .article-holder .article-footer .reading_time svg {
    fill: #000000; }
  body.home #billboard.black-scheme .hero-sidebar article h3 a {
    color: #000000; }

body.home #billboard.red-scheme {
  color: #ff333c; }
  body.home #billboard.red-scheme .hero-feature:after {
    background-color: #ff333c; }
  body.home #billboard.red-scheme .hero-feature article .article-holder header h1 a {
    color: #ff333c; }
  body.home #billboard.red-scheme .hero-feature article .article-holder .article-footer .share svg {
    fill: #ff333c; }
  body.home #billboard.red-scheme .hero-feature article .article-holder .article-footer .share .share-holder {
    background-color: #ff333c; }
    body.home #billboard.red-scheme .hero-feature article .article-holder .article-footer .share .share-holder svg {
      fill: #ffffff !important; }
  body.home #billboard.red-scheme .hero-feature article .article-holder .article-footer .reading_time svg {
    fill: #ff333c; }
  body.home #billboard.red-scheme .hero-sidebar article h3 a {
    color: #ff333c; }
  body.home #billboard.red-scheme .swiper-billboard .swiper-wrapper .swiper-slide .article-holder header h1 a {
    color: #ff333c; }

@media (min-width: 768px) {
  body.home #billboard .hero-sidebar {
    margin-top: 88px;
    display: block;
    position: relative;
    bottom: 0;
    width: 176px;
    padding-left: 8px;
    float: left; }
    body.home #billboard .hero-sidebar h2 {
      color: #ff333c;
      font-family: "Qanelas Regular", sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      text-transform: uppercase;
      margin: 0 0 8px; }
    body.home #billboard .hero-sidebar article {
      margin-bottom: 24px; }
      body.home #billboard .hero-sidebar article h3 {
        margin: 0; }
        body.home #billboard .hero-sidebar article h3 a {
          text-decoration: none;
          color: #ffffff; }
      body.home #billboard .hero-sidebar article figure {
        margin: 8px 0 0 -8px;
        position: relative;
        padding-bottom: 56%;
        overflow: hidden; }
        body.home #billboard .hero-sidebar article figure img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          display: block;
          width: calc(100% + 8px);
          transition: all 0.4s; }
      body.home #billboard .hero-sidebar article:last-child {
        margin-bottom: 0; }
      body.home #billboard .hero-sidebar article span.workposition.c-subtitle {
        line-height: 16px; } }

@media (min-width: 768px) {
  body.home #the-latest h2 {
    font-size: 142px;
    font-size: 8.875rem; } }

@media (min-width: 768px) {
  body.home #the-latest .item.active .item-holder .excerpt-holder {
    display: block;
    text-align: left; } }

@media (min-width: 768px) {
  body.home #next-event .next-event-holder .event-title {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  body.home #next-event .next-event-holder .event-title .event-category {
    font-size: 142px;
    font-size: 8.875rem; } }

@media (min-width: 768px) {
  body.home #next-event .next-event-holder .event-title hr {
    bottom: -4px; } }

@media (min-width: 768px) {
  body.home #next-event .next-event-holder .event-title hr:before {
    width: 44px;
    left: -44px; } }

@media (min-width: 768px) {
  body.home #next-event .next-event-holder .event-title hr:after {
    width: 44px;
    right: -44px; } }

@media (min-width: 768px) {
  body.home #next-event .event-offers {
    margin-bottom: 120px; } }

@media (min-width: 768px) {
  body.home .related-content {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 120px; } }

@media (min-width: 768px) {
  body.home .related-content .col-1of2 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0; } }

@media (min-width: 768px) {
  body.home .related-content .col-1of2 .thumb {
    padding-bottom: 67%; } }

/* @end */
/* @group News */
.archive-container {
  position: relative; }
  .archive-container .archive-preview {
    display: none; }
  .archive-container .archive-holder {
    padding-top: 60px; }
    .archive-container .archive-holder .archive-nav {
      margin-bottom: 24px;
      margin-right: 25px; }
      .archive-container .archive-holder .archive-nav ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .archive-container .archive-holder .archive-nav ul li {
          font-family: "Qanelas Regular", sans-serif;
          text-transform: uppercase;
          display: inline-flex;
          padding-right: 10px;
          margin-right: 6px;
          border-right: 1px solid #cccccc; }
          .archive-container .archive-holder .archive-nav ul li a {
            text-decoration: none;
            color: #ff333c; }
          .archive-container .archive-holder .archive-nav ul li:last-child {
            border-right: 0; }
          .archive-container .archive-holder .archive-nav ul li.active a {
            font-family: "Qanelas Bold", sans-serif; }
      .archive-container .archive-holder .archive-nav h1 {
        font-family: "Qanelas Regular", sans-serif;
        text-transform: uppercase;
        margin: 0;
        font-size: 16px;
        font-size: 1rem; }
        .archive-container .archive-holder .archive-nav h1 span {
          color: #ff333c;
          border-bottom: 1px solid #ff333c; }
    .archive-container .archive-holder .archive-nav-form {
      margin-bottom: 24px;
      margin-right: 25px; }
      .archive-container .archive-holder .archive-nav-form form > ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .archive-container .archive-holder .archive-nav-form form > ul > li {
          display: inline-flex;
          padding-right: 0;
          margin-right: 10px; }
          .archive-container .archive-holder .archive-nav-form form > ul > li .selectric {
            border-color: #ffffff; }
            .archive-container .archive-holder .archive-nav-form form > ul > li .selectric .label {
              margin: 0 26px 0 0;
              text-transform: uppercase;
              color: #ff333c; }
            .archive-container .archive-holder .archive-nav-form form > ul > li .selectric .button {
              width: 26px; }
              .archive-container .archive-holder .archive-nav-form form > ul > li .selectric .button:after {
                border-top-color: #ff333c; }
            .archive-container .archive-holder .archive-nav-form form > ul > li .selectric:hover .button:after {
              border-top-color: #ff333c; }
          .archive-container .archive-holder .archive-nav-form form > ul > li .selectric-wrapper .selectric-items {
            min-width: 210px; }
          .archive-container .archive-holder .archive-nav-form form > ul > li:last-child {
            border-right: 0; }
    .archive-container .archive-holder .archive-list {
      position: relative;
      z-index: 99; }
      .archive-container .archive-holder .archive-list ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .archive-container .archive-holder .archive-list ul li {
          margin: 0 0 6px; }

@media (min-width: 768px) {
  .archive-container .archive-preview {
    display: block;
    position: relative;
    min-height: calc(100vh - 44px); }
    .archive-container .archive-preview .archive-preview-thumbnail {
      position: fixed;
      top: 50%;
      left: 0;
      width: 50%;
      transform: translateY(-50%); }
      .archive-container .archive-preview .archive-preview-thumbnail .holder {
        font-family: "Qanelas Bold", sans-serif;
        padding-left: 78px; }
        .archive-container .archive-preview .archive-preview-thumbnail .holder dl {
          margin: 0;
          padding: 0; }
          .archive-container .archive-preview .archive-preview-thumbnail .holder dl dt {
            float: left;
            clear: both; }
          .archive-container .archive-preview .archive-preview-thumbnail .holder dl dd {
            float: left;
            margin: 0 0 0 6px; }
        .archive-container .archive-preview .archive-preview-thumbnail .holder .archive-preview-others {
          clear: both; } }

@media (min-width: 768px) {
  .archive-container .archive-holder .archive-nav-form form > ul > li .selectric .button:after {
    border-top-color: #ffffff; } }

@media (min-width: 768px) {
  .archive-container .archive-holder .archive-list {
    margin-right: 25px; } }

body.page-template-page-feed-tags .archive-container .archive-holder .archive-list ul li {
  display: inline-flex;
  margin-right: 24px; }

.archive-container .archive-holder .archive-list ul li a {
  color: #ff333c;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block; }
  .archive-container .archive-holder .archive-list ul li a .holder {
    color: #000000; }
    .archive-container .archive-holder .archive-list ul li a .holder .author, .archive-container .archive-holder .archive-list ul li a .holder .tag {
      font-family: "Qanelas Bold", sans-serif; }
    .archive-container .archive-holder .archive-list ul li a .holder .mask {
      position: relative;
      display: table;
      cursor: pointer;
      opacity: 1;
      color: #000000; }
      .archive-container .archive-holder .archive-list ul li a .holder .mask:before, .archive-container .archive-holder .archive-list ul li a .holder .mask:after {
        content: '';
        position: absolute;
        width: 0%;
        height: 1px;
        top: 50%;
        margin-top: -0.5px;
        background: #ff333c; }
      .archive-container .archive-holder .archive-list ul li a .holder .mask:before {
        left: 0; }
      .archive-container .archive-holder .archive-list ul li a .holder .mask:after {
        right: 0;
        background: #ff333c;
        transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .archive-container .archive-holder .archive-list ul li a:hover .holder .mask:before {
    background: #ff333c;
    width: 100%;
    transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .archive-container .archive-holder .archive-list ul li a:hover .holder .mask:after {
    background: transparent;
    width: 100%;
    transition: 0s; }

.archive-container .archive-text-zoom {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  font-family: "Qanelas Light", sans-serif;
  font-weight: normal;
  font-size: 142px;
  font-size: 8.875rem;
  text-align: center;
  color: #fff0ed;
  line-height: 1; }

/* @end */
/* @group Fav */
body.post-type-archive-fav .intro {
  background-color: #000000;
  color: #ffffff;
  padding-top: 146px;
  margin-left: -10px;
  margin-right: -10px; }
  body.post-type-archive-fav .intro h1, body.post-type-archive-fav .intro h2 {
    margin: 0; }
  body.post-type-archive-fav .intro .description {
    padding-bottom: 60px; }
    body.post-type-archive-fav .intro .description p {
      font-size: 22px;
      font-size: 1.375rem; }
    body.post-type-archive-fav .intro .description .smooth-scroll {
      font-family: "Qanelas Regular", sans-serif;
      text-decoration: none;
      color: #ff333c;
      text-transform: uppercase; }
  body.post-type-archive-fav .intro .fav-icon-holder {
    width: 180px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -90px; }
    body.post-type-archive-fav .intro .fav-icon-holder svg {
      width: 100%;
      height: auto;
      display: block;
      overflow: visible; }
    body.post-type-archive-fav .intro .fav-icon-holder .svg-title {
      position: absolute;
      top: 50%;
      left: 50%;
      text-align: center;
      transform: translate(-50%, -66%);
      font-family: "Qanelas Bold", sans-serif;
      font-size: 32px;
      font-size: 2rem;
      line-height: 1; }

body.post-type-archive-fav #how-it-works {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 44px solid #fff0ed; }
  body.post-type-archive-fav #how-it-works h5 {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    margin: 48px 0 24px; }
  body.post-type-archive-fav #how-it-works ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.post-type-archive-fav #how-it-works ul li {
      font-family: "Qanelas Bold", sans-serif;
      margin-bottom: 1em;
      position: relative; }
      body.post-type-archive-fav #how-it-works ul li:before {
        content: '-';
        margin-right: 6px; }
  body.post-type-archive-fav #how-it-works .read-more-link {
    font-family: "Qanelas Regular", sans-serif;
    color: #ff333c;
    text-decoration: none;
    display: table;
    width: auto; }

body.single-fav .intro-bg {
  filter: grayscale(100%); }

@media (min-width: 768px) {
  body.post-type-archive-fav .intro {
    margin-left: -44px;
    margin-right: -44px; } }

@media (min-width: 768px) {
  body.post-type-archive-fav .intro .fav-icon-holder {
    width: 320px;
    margin-left: -160px; } }

@media (min-width: 768px) {
  body.post-type-archive-fav #how-it-works {
    padding-top: 120px;
    padding-bottom: 120px; } }

@media (min-width: 768px) {
  body.post-type-archive-fav #how-it-works h5 {
    font-size: 46px;
    font-size: 2.875rem; } }

@media (min-width: 768px) {
  body.post-type-archive-fav #how-it-works ul li:before {
    position: absolute;
    left: -16px;
    margin-right: 0; } }

.post-type-archive-fav .intro-bg {
  filter: grayscale(100%); }

body.single-fav .intro-bg:before, .post-type-archive-fav .intro-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  z-index: 9; }

body.single-fav .swiper-like-billboard, .post-type-archive-fav .swiper-like-billboard {
  position: relative;
  height: calc(100vh - 44px);
  border-bottom: 10px solid #fff0ed; }

@media (min-width: 768px) {
  body.single-fav .swiper-like-billboard, .post-type-archive-fav .swiper-like-billboard {
    border-bottom: 44px solid #fff0ed; } }

body.single-fav .swiper-like-billboard .like-title-holder, .post-type-archive-fav .swiper-like-billboard .like-title-holder {
  position: absolute;
  z-index: 9;
  text-align: center;
  display: table;
  bottom: 50%;
  left: 50%;
  width: 158px;
  height: 139px;
  margin-left: -79px;
  margin-bottom: 12px; }

body.single-fav .swiper-like-billboard .like-title-holder h1, .post-type-archive-fav .swiper-like-billboard .like-title-holder h1 {
  color: #ffffff;
  margin: 0;
  position: absolute;
  line-height: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  word-spacing: 158px;
  margin-top: -4px; }

body.single-fav .swiper-like-billboard .like-title-holder h1 span.sec-title, .post-type-archive-fav .swiper-like-billboard .like-title-holder h1 span.sec-title {
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase; }

body.single-fav .swiper-like-billboard .like-title-holder h1 span.month-title, .post-type-archive-fav .swiper-like-billboard .like-title-holder h1 span.month-title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: lowercase;
  display: block; }

body.single-fav .swiper-like-billboard .like-title-holder svg, .post-type-archive-fav .swiper-like-billboard .like-title-holder svg {
  fill: #ffffff;
  width: 158px;
  height: 139px; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top {
  height: 100%;
  position: relative; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button {
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 99999;
  margin-top: -21px; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button svg, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button svg {
  display: block;
  width: 43px;
  height: 43px;
  fill: #ffffff; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-prev, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-prev {
  left: 10px; }

@media (min-width: 768px) {
  body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-prev, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-prev {
    left: 66px; } }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-next, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-next {
  right: 10px; }

@media (min-width: 768px) {
  body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-next, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-like-button-next {
    right: 66px; } }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-button-disabled, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-like-button.swiper-button-disabled {
  display: none; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .image-content:before, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .image-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
  z-index: 9; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .image-content img, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .image-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  filter: grayscale(100%); }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder {
  position: absolute;
  z-index: 9;
  top: 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%); }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .c-title, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .c-title, body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .c-title .c-subtitle, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .c-title .c-subtitle {
  margin: 0; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder {
  display: table;
  margin: 12px auto 0; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder:before, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder:before {
  content: '';
  display: block;
  width: 1px;
  height: 96px;
  background-color: #ff333c;
  margin: 0 auto; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #ff333c;
  /*								
								i {
									display: block;
									width: 56px;
									height: 56px;
									background-color: $color__red;
									color: #ffffff;
									margin: 0 auto;
									border-radius: 50%;
									position: relative;
									
									&:before, &:after {
										position: absolute;
										left: 28px;
										top: 13px;
										content: ' ';
										height: 28px;
										width: 1px;
										background-color: #ffffff;
									}
									
									&:after {
										transform: rotate(-90deg);
									}
								}
								*/ }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn i, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn i {
  display: block;
  width: 54px;
  height: 54px;
  background-color: #ffffff;
  color: #ffffff;
  margin: 0 auto 6px;
  border-radius: 50%;
  position: relative; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn i svg, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-btn-holder .vote-btn i svg {
  fill: #ff333c;
  width: 56px;
  height: 56px;
  margin: -1px; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-results, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-top .swiper-wrapper .swiper-slide .slide-holder .vote-results {
  font-family: "Qanelas Regular", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs h3, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs h3 {
  color: #ff333c;
  font-family: "Qanelas Regular", sans-serif;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 16px;
  font-size: 1rem; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide {
  width: 13%;
  cursor: pointer;
  position: relative; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide:after, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder:before, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder h4, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide .slide-holder h4 {
  margin: 0;
  color: #ffffff;
  font-family: "Qanelas Regular", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  bottom: 12px; }

body.single-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide img, .post-type-archive-fav .swiper-like-billboard .swiper-like-billboard-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

body.single-fav .like-billboard-holder, .post-type-archive-fav .like-billboard-holder {
  position: relative;
  height: 100vh; }

body.single-fav .like-billboard-holder.front, .post-type-archive-fav .like-billboard-holder.front {
  height: calc(100vh - 10px);
  border-bottom: 44px solid #fff0ed; }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder.front, .post-type-archive-fav .like-billboard-holder.front {
    height: calc(100vh - 44px); } }

body.single-fav .like-billboard-holder img, .post-type-archive-fav .like-billboard-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9; }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs h3, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs h3 {
  color: #ff333c;
  font-family: "Qanelas Regular", sans-serif;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 16px;
  font-size: 1rem; }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide {
  width: 40%;
  padding-bottom: 25%;
  cursor: pointer;
  position: relative; }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide {
    width: 13%;
    padding-bottom: 7.5%; } }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px; }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder:before, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder h4, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder h4 {
  margin: 0;
  color: #ffffff;
  font-family: "Qanelas Regular", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem; }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder h4, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide .slide-holder h4 {
    position: absolute;
    bottom: 12px; } }

body.single-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide img, .post-type-archive-fav .like-billboard-holder .swiper-like-nominees-thumbs .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; }

body.single-fav .like-billboard-holder .image-content:before, .post-type-archive-fav .like-billboard-holder .image-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
  z-index: 9; }

body.single-fav .like-billboard-holder .image-content img, .post-type-archive-fav .like-billboard-holder .image-content img {
  filter: grayscale(100%); }

body.single-fav .like-billboard-holder .like-billboard-holder-content, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content {
  position: absolute;
  z-index: 9;
  top: 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
  top: 50%;
  transform: translateY(-50%); }

body.single-fav .like-billboard-holder .like-billboard-holder-content .c-title, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content .c-title, body.single-fav .like-billboard-holder .like-billboard-holder-content .c-title .c-subtitle, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content .c-title .c-subtitle {
  margin: 0; }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner:before, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100vh - 390px);
    background: #ff333c;
    margin: 0 auto; } }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-holder-content, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-holder-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    margin-left: 20px; } }

@media (min-width: 768px) {
  body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-holder-content .c-title, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-holder-content .c-title {
    text-align: left !important; } }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .vote-results, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .vote-results {
  font-family: "Qanelas Bold", sans-serif !important;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 11px;
  font-size: 0.6875rem; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .vote-results .num, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .vote-results .num {
  display: block;
  font-size: 42px;
  font-size: 2.625rem; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder {
  position: relative;
  display: block;
  margin: 0 auto 20px;
  width: 124px; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-icon-holder-container, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-icon-holder-container {
  height: 124px;
  position: relative; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder svg.winner-icon, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder svg.winner-icon {
  fill: #ffffff;
  width: 124px;
  height: 124px; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder svg.cdec-logo, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder svg.cdec-logo {
  fill: #ffffff;
  width: 124px;
  height: 37px;
  margin-top: 12px; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text {
  margin: 0;
  position: absolute;
  transform: rotate(55deg);
  font-size: 11px;
  font-size: 0.6875rem;
  font-family: "Qanelas Regular", sans-serif;
  right: -50%;
  top: -50%;
  text-transform: uppercase;
  margin-top: 72px;
  margin-right: -4px; }

body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char1, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char2, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char3, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char4, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char5, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char6, body.single-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char7 {
  font-family: "Qanelas Bold", sans-serif; }

.post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char1, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char2, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char3, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char4, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char5, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char6, .post-type-archive-fav .like-billboard-holder .like-billboard-holder-content.like-billboard-holder-content-winner .winner-icon-holder .winner-text .char7 {
  font-family: "Qanelas Bold", sans-serif; }

body.single-fav #intro .c-title, .post-type-archive-fav #intro .c-title {
  margin: 0;
  color: #ffffff;
  text-align: center; }

body.single-fav #intro .c-title .c-subtitle, .post-type-archive-fav #intro .c-title .c-subtitle {
  margin: 0; }

body.single-fav #intro .message-holder, .post-type-archive-fav #intro .message-holder {
  text-align: center;
  color: #ffffff;
  font-family: "Qanelas Bold", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem; }

body.single-fav #intro .message-holder:before, body.single-fav #intro .message-holder:after {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  background-color: #ff333c;
  margin: 12px auto; }

.post-type-archive-fav #intro .message-holder:before, .post-type-archive-fav #intro .message-holder:after {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  background-color: #ff333c;
  margin: 12px auto; }

body.single-fav #intro .message-holder a, .post-type-archive-fav #intro .message-holder a {
  color: #ffffff; }

body.single-fav #intro .gform_wrapper, .post-type-archive-fav #intro .gform_wrapper {
  position: relative;
  max-width: 540px;
  margin: 0 auto; }

body.single-fav #intro .gform_wrapper:before, .post-type-archive-fav #intro .gform_wrapper:before {
  content: '';
  display: block;
  width: 1px;
  height: 156px;
  background-color: #ff333c;
  margin: 12px auto; }

body.single-fav #intro .gform_wrapper .gform_body .gfield_label, .post-type-archive-fav #intro .gform_wrapper .gform_body .gfield_label {
  display: none; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li {
  display: block;
  width: 12.5%;
  float: left;
  text-align: center; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li:nth-child(3), .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li:nth-child(3) {
  margin-right: 25%; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"], .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"] {
  display: block; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked, body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

.post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label, body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-top: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  font-family: "Qanelas Regular", sans-serif;
  color: #ffffff; }

.post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-top: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  font-family: "Qanelas Regular", sans-serif;
  color: #ffffff; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:before, body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  margin-left: -9px; }

.post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:before, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 100%;
  margin-left: -9px; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:after, body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ff333c;
  position: absolute;
  top: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
  margin-left: -5px; }

.post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:after, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #ff333c;
  position: absolute;
  top: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 50%;
  margin-left: -5px; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:after, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label {
  color: #ff333c;
  font-family: "Qanelas Bold", sans-serif; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:before, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:before {
  border-color: #ff333c; }

body.single-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:after, .post-type-archive-fav #intro .gform_wrapper .gform_body .ginput_container_radio ul li input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

body.single-fav #intro .gform_wrapper .gform_footer input[type="submit"], .post-type-archive-fav #intro .gform_wrapper .gform_footer input[type="submit"] {
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  text-indent: -9999px;
  bottom: 0;
  left: 50%;
  margin-left: -26px;
  margin-bottom: 7px;
  z-index: 9999;
  background-image: url(lib/images/vote.svg);
  display: block;
  background-size: 32px 31px;
  background-repeat: no-repeat;
  background-position: center center; }

@media (min-width: 768px) {
  body.single-fav #intro .gform_wrapper .gform_footer input[type="submit"], .post-type-archive-fav #intro .gform_wrapper .gform_footer input[type="submit"] {
    width: 82px;
    height: 82px;
    margin-left: -41px;
    margin-bottom: 0; } }

body.single-fav #intro .vote-results, .post-type-archive-fav #intro .vote-results {
  text-align: center;
  color: #ffffff;
  font-family: "Qanelas Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  margin-top: 6px; }

body.single-fav #intro .vote-results p, .post-type-archive-fav #intro .vote-results p {
  font-size: 11px !important;
  font-family: "Qanelas Bold", sans-serif;
  text-align: center !important;
  margin-top: 12px !important;
  display: block; }

body.single-fav .entry-holder .description, .post-type-archive-fav .entry-holder .description {
  padding-top: 60px; }

@media (min-width: 768px) {
  body.single-fav .entry-holder .description, .post-type-archive-fav .entry-holder .description {
    padding-top: 120px;
    padding-bottom: 0; } }

body.single-fav .entry-holder .description h2, body.single-fav .entry-holder .description h3 {
  text-align: center;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px; }

.post-type-archive-fav .entry-holder .description h2, .post-type-archive-fav .entry-holder .description h3 {
  text-align: center;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 40px; }

body.single-fav .entry-holder .description p, .post-type-archive-fav .entry-holder .description p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "merriweatherregular", serif; }

body.single-fav .entry-holder .description .basic-btn, body.single-fav .entry-holder .description #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  transform: translateY(50%);
  margin-top: 60px; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit body.single-fav .entry-holder .description input {
  transform: translateY(50%);
  margin-top: 60px; }

.post-type-archive-fav .entry-holder .description .basic-btn, .post-type-archive-fav .entry-holder .description #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  transform: translateY(50%);
  margin-top: 60px; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .post-type-archive-fav .entry-holder .description input {
  transform: translateY(50%);
  margin-top: 60px; }

body.single-fav #like-gallery-credits, .post-type-archive-fav #like-gallery-credits {
  position: relative;
  /* &:before {
			content: '';
			display: block;
			width: 50%;
			height: 50%;
			background: $color__background-body;
			position: absolute;
			right: 0;
			bottom: 0;
		} */ }

body.single-fav #like-gallery-credits .row, .post-type-archive-fav #like-gallery-credits .row {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .row, .post-type-archive-fav #like-gallery-credits .row {
    margin-left: -5px;
    margin-right: -5px; } }

body.single-fav #like-gallery-credits .row.nomargin-wrapper, body.single-fav #like-gallery-credits .row#email-marketing {
  margin-bottom: 0; }

body.single-fav #like-gallery-credits footer#colophon .row.banner-holder {
  margin-bottom: 0; }

footer#colophon body.single-fav #like-gallery-credits .row.banner-holder {
  margin-bottom: 0; }

.post-type-archive-fav #like-gallery-credits .row.nomargin-wrapper, .post-type-archive-fav #like-gallery-credits .row#email-marketing {
  margin-bottom: 0; }

.post-type-archive-fav #like-gallery-credits footer#colophon .row.banner-holder {
  margin-bottom: 0; }

footer#colophon .post-type-archive-fav #like-gallery-credits .row.banner-holder {
  margin-bottom: 0; }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .row.nomargin-wrapper, body.single-fav #like-gallery-credits .row#email-marketing {
    margin-left: -44px;
    margin-right: -44px; }
  body.single-fav #like-gallery-credits footer#colophon .row.banner-holder {
    margin-left: -44px;
    margin-right: -44px; }
  footer#colophon body.single-fav #like-gallery-credits .row.banner-holder {
    margin-left: -44px;
    margin-right: -44px; }
  .post-type-archive-fav #like-gallery-credits .row.nomargin-wrapper, .post-type-archive-fav #like-gallery-credits .row#email-marketing {
    margin-left: -44px;
    margin-right: -44px; }
  .post-type-archive-fav #like-gallery-credits footer#colophon .row.banner-holder {
    margin-left: -44px;
    margin-right: -44px; }
  footer#colophon .post-type-archive-fav #like-gallery-credits .row.banner-holder {
    margin-left: -44px;
    margin-right: -44px; } }

body.single-fav #like-gallery-credits .row .image-holder, .post-type-archive-fav #like-gallery-credits .row .image-holder {
  overflow: hidden;
  position: relative; }

body.single-fav #like-gallery-credits .row .image-holder img, .post-type-archive-fav #like-gallery-credits .row .image-holder img {
  height: 100%;
  width: 100%;
  max-width: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .row .col-1of2, .post-type-archive-fav #like-gallery-credits .row .col-1of2 {
    padding-left: 5px;
    padding-right: 5px; } }

body.single-fav #like-gallery-credits .row .col-1of2 .image-holder, .post-type-archive-fav #like-gallery-credits .row .col-1of2 .image-holder {
  overflow: hidden;
  position: relative; }

body.single-fav #like-gallery-credits .row .col-1of2 .image-holder:after, .post-type-archive-fav #like-gallery-credits .row .col-1of2 .image-holder:after {
  padding-top: 70%;
  content: '';
  display: block;
  width: 100%; }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .row .col-1of4, .post-type-archive-fav #like-gallery-credits .row .col-1of4 {
    padding-left: 5px;
    padding-right: 5px; } }

body.single-fav #like-gallery-credits .row .col-1of4 .image-holder, .post-type-archive-fav #like-gallery-credits .row .col-1of4 .image-holder {
  overflow: hidden;
  position: relative; }

body.single-fav #like-gallery-credits .row .col-1of4 .image-holder:after, .post-type-archive-fav #like-gallery-credits .row .col-1of4 .image-holder:after {
  padding-top: calc(140% + 7.5px);
  content: '';
  display: block;
  width: 100%; }

body.single-fav #like-gallery-credits .credits, .post-type-archive-fav #like-gallery-credits .credits {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  background: #fff0ed;
  margin-left: -10px;
  position: relative; }

body.single-fav #like-gallery-credits .credits .credits-holder, .post-type-archive-fav #like-gallery-credits .credits .credits-holder {
  padding: 30px 0; }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .credits .credits-holder, .post-type-archive-fav #like-gallery-credits .credits .credits-holder {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 22px;
    padding-bottom: 0;
    padding-top: 0; }
  body.single-fav #like-gallery-credits .credits .credits-holder .row, .post-type-archive-fav #like-gallery-credits .credits .credits-holder .row {
    margin-bottom: 0; } }

body.single-fav #like-gallery-credits .credits:before, .post-type-archive-fav #like-gallery-credits .credits:before {
  content: ''; }

body.single-fav #like-gallery-credits .credits h4, .post-type-archive-fav #like-gallery-credits .credits h4 {
  font-family: "Qanelas Bold", sans-serif; }

body.single-fav #like-gallery-credits .credits .like-link, .post-type-archive-fav #like-gallery-credits .credits .like-link {
  color: #000000;
  font-family: "Qanelas Bold", sans-serif;
  text-decoration: none; }

@media (min-width: 768px) {
  body.single-fav #like-gallery-credits .credits, .post-type-archive-fav #like-gallery-credits .credits {
    padding-right: 44px; } }

body.single-fav #like-gallery-credits .share, .post-type-archive-fav #like-gallery-credits .share {
  margin-left: 50%;
  position: relative;
  padding: 56px 24px 24px;
  background: #fff0ed; }

body.single-fav #like-gallery-credits .share ul, .post-type-archive-fav #like-gallery-credits .share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }

body.single-fav #like-gallery-credits .share ul li, .post-type-archive-fav #like-gallery-credits .share ul li {
  display: inline-block;
  margin-right: 12px; }

body.single-fav #like-gallery-credits .share ul li a svg, .post-type-archive-fav #like-gallery-credits .share ul li a svg {
  width: 24px;
  height: 24px; }

body.single-fav #members {
  background-image: url("lib/images/members-bg2.jpg"); }

.post-type-archive-fav #members {
  background-image: url("lib/images/members-bg2.jpg"); }

.post-type-archive-fav .entry-holder .description h2:before, .post-type-archive-fav .entry-holder .description h3:before {
  content: '';
  display: block;
  width: 1px;
  height: 150px;
  background-color: #ff333c;
  position: absolute;
  left: 50%;
  top: -160px; }

@media (min-width: 768px) {
  .post-type-archive-fav .entry-holder .description p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px; } }

/* @end */
/* @group Hub */
body.post-type-archive-hub #hero-hub {
  width: 100%;
  height: 344px;
  margin: 0 0 32px;
  overflow: hidden; }
  body.post-type-archive-hub #hero-hub .first-hub .event-thumb {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    height: 344px; }
    body.post-type-archive-hub #hero-hub .first-hub .event-thumb figure {
      margin: 0;
      padding: 0; }
      body.post-type-archive-hub #hero-hub .first-hub .event-thumb figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute; }
  body.post-type-archive-hub #hero-hub .beta-topic {
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    position: relative; }
    body.post-type-archive-hub #hero-hub .beta-topic .holder {
      max-width: 480px;
      margin: 0 auto; }
    body.post-type-archive-hub #hero-hub .beta-topic svg {
      fill: #ffffff;
      width: 80px;
      height: 80px; }
    body.post-type-archive-hub #hero-hub .beta-topic a {
      font-family: "Qanelas Light", sans-serif;
      color: #ff333c;
      text-decoration: none;
      text-transform: uppercase; }
  body.post-type-archive-hub #hero-hub .last-topic {
    background-color: #2149fd;
    color: #ffffff;
    text-align: center;
    position: relative; }
    body.post-type-archive-hub #hero-hub .last-topic .user-profile {
      text-align: center;
      font-family: "Qanelas Bold", sans-serif; }
      body.post-type-archive-hub #hero-hub .last-topic .user-profile .profile-img {
        margin: 0 auto;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 6px; }
        body.post-type-archive-hub #hero-hub .last-topic .user-profile .profile-img img {
          object-fit: cover;
          width: 80px;
          height: 80px; }
    body.post-type-archive-hub #hero-hub .last-topic .excerpt {
      font-size: 14px;
      font-size: 0.875rem; }
      body.post-type-archive-hub #hero-hub .last-topic .excerpt a {
        color: #ffffff;
        text-decoration: none;
        font-family: "Qanelas Bold", sans-serif;
        text-transform: uppercase; }
      body.post-type-archive-hub #hero-hub .last-topic .excerpt:before {
        content: '';
        display: block;
        width: 120px;
        height: 1px;
        background-color: #ffffff;
        margin: 12px auto 24px; }
    body.post-type-archive-hub #hero-hub .last-topic h3 {
      position: absolute;
      margin: 0;
      bottom: 12px;
      left: 24px;
      opacity: 0.6;
      font-family: "Qanelas Regular", sans-serif;
      font-size: 14px;
      font-size: 0.875rem; }
      body.post-type-archive-hub #hero-hub .last-topic h3 a {
        color: #ffffff;
        text-decoration: none; }

body.post-type-archive-hub .swiper-hub {
  overflow: hidden;
  margin-top: 120px;
  position: relative; }
  body.post-type-archive-hub .swiper-hub .swiper-slide {
    display: flex;
    height: auto;
    width: 50%;
    text-align: right;
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1); }
    body.post-type-archive-hub .swiper-hub .swiper-slide:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #8b8b8b;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
    body.post-type-archive-hub .swiper-hub .swiper-slide.view-more .event-holder {
      padding-bottom: 0; }
      body.post-type-archive-hub .swiper-hub .swiper-slide.view-more .event-holder a {
        font-family: "Qanelas Bold", sans-serif;
        text-decoration: none;
        color: #000000;
        border-bottom: 1px solid #ff333c; }
    body.post-type-archive-hub .swiper-hub .swiper-slide .big-date {
      font-family: "Qanelas Bold", sans-serif;
      text-transform: uppercase;
      color: #fff0ed;
      font-size: 560px;
      position: absolute;
      line-height: 1;
      z-index: -1; }
    body.post-type-archive-hub .swiper-hub .swiper-slide .event-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
      body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder {
        max-width: 380px;
        float: right;
        padding-right: 12px;
        padding-bottom: 92px;
        position: relative; }
        body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-date {
          font-family: "Qanelas Bold", sans-serif;
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 46px;
          min-height: 30px; }
          body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-date .meridiem {
            font-family: "Qanelas Regular", sans-serif;
            text-transform: uppercase; }
          body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder {
            position: absolute;
            bottom: 0;
            right: 12px; }
            body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-day {
              font-family: "Qanelas Bold", sans-serif;
              font-size: 52px;
              line-height: 1; }
            body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-month {
              font-family: "Qanelas Bold", sans-serif;
              display: block;
              text-transform: uppercase;
              font-size: 11px;
              font-size: 0.6875rem;
              line-height: 1; }
        body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .event-title a {
          text-decoration: none;
          color: #000000; }
        body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .description {
          margin-top: 8px;
          margin-left: 24px; }
          body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-holder .description p {
            margin: 0;
            font-size: 13px;
            font-size: 0.8125rem; }
      body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-thumb {
        float: none;
        clear: both; }
        body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-thumb figure {
          margin: 0;
          min-height: 208px;
          position: relative; }
          body.post-type-archive-hub .swiper-hub .swiper-slide .event-container .event-thumb figure img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            object-fit: cover; }
    body.post-type-archive-hub .swiper-hub .swiper-slide.swiper-slide-active .event-container .event-holder .description {
      display: block; }
    body.post-type-archive-hub .swiper-hub .swiper-slide.past-event {
      opacity: 0.4; }
    body.post-type-archive-hub .swiper-hub .swiper-slide:hover.past-event {
      opacity: 1; }
    body.post-type-archive-hub .swiper-hub .swiper-slide:last-child {
      border-right: 0; }

body.post-type-archive-hub .swiper-hub-button {
  display: none; }
  body.post-type-archive-hub .swiper-hub-button svg {
    display: block;
    width: 43px;
    height: 43px;
    fill: #ff333c; }
  body.post-type-archive-hub .swiper-hub-button.swiper-hub-button-prev {
    left: 66px; }
  body.post-type-archive-hub .swiper-hub-button.swiper-hub-button-next {
    right: 66px; }
  body.post-type-archive-hub .swiper-hub-button.swiper-button-disabled {
    display: none; }

body.page-template-page-club .intro {
  padding-top: 146px;
  min-height: 100vh;
  background-color: #fff0ed; }
  body.page-template-page-club .intro h1, body.page-template-page-club .intro h2 {
    margin: 0; }
  body.page-template-page-club .intro .description {
    padding-bottom: 46px; }
    body.page-template-page-club .intro .description p {
      font-size: 22px;
      font-size: 1.375rem; }
  body.page-template-page-club .intro .gallery-container {
    overflow: hidden; }

body.page-template-page-club .swiper-freemode {
  overflow: hidden; }
  body.page-template-page-club .swiper-freemode .swiper-slide {
    width: auto; }
    body.page-template-page-club .swiper-freemode .swiper-slide img {
      display: block;
      max-width: 320px; }

body.page-template-page-club .entry-holder {
  padding: 60px 0; }

body.page-template-page-club .board {
  padding: 80px 0 80px; }
  body.page-template-page-club .board .member {
    padding: 0;
    margin-bottom: 24px;
    width: 100%; }
    body.page-template-page-club .board .member .profile-img {
      margin-bottom: 6px; }
      body.page-template-page-club .board .member .profile-img img {
        max-width: none;
        width: 100%;
        display: block;
        filter: grayscale(100%); }
    body.page-template-page-club .board .member .member-holder {
      max-width: 92%; }
      body.page-template-page-club .board .member .member-holder h4 {
        margin: 0; }
      body.page-template-page-club .board .member .member-holder .member-description p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 24px; }
  body.page-template-page-club .board .board-tabs a {
    text-decoration: none;
    color: #000000;
    margin-right: 12px; }
    body.page-template-page-club .board .board-tabs a.current {
      border-bottom: 1px solid #ff333c; }
  body.page-template-page-club .board .board-tabs-content {
    width: 100%;
    height: 0;
    overflow: hidden; }
    body.page-template-page-club .board .board-tabs-content.current {
      height: inherit;
      overflow: inherit; }

body.page-template-page-club .board-history-slider-holder {
  overflow: hidden; }
  body.page-template-page-club .board-history-slider-holder h4 {
    font-family: "Qanelas Bold", sans-serif;
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: -12px;
    position: relative;
    z-index: 9; }
    body.page-template-page-club .board-history-slider-holder h4 span:first-child:after {
      content: '';
      width: 20px;
      height: 1px;
      background-color: #000000;
      display: inline-block;
      vertical-align: baseline; }
  body.page-template-page-club .board-history-slider-holder .board-history-slider {
    position: relative; }
    body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-slide .profile-img {
      margin-bottom: 6px;
      height: 178px; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-slide .profile-img img {
        max-width: none;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        filter: grayscale(100%); }
    body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-slide .member-holder {
      max-width: 92%; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-slide .member-holder h5 {
        margin: 0; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-slide .member-holder .member-description p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 24px; }
    body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-board-history-button {
      display: block;
      width: 43px;
      height: 43px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 99;
      margin-top: -21px; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-board-history-button svg {
        display: block;
        width: 43px;
        height: 43px;
        fill: #ff333c; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-board-history-button.board-history-button-prev {
        left: 0px; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-board-history-button.board-history-button-next {
        right: 0; }
      body.page-template-page-club .board-history-slider-holder .board-history-slider .swiper-board-history-button.swiper-button-disabled {
        display: none; }

body.page-template-page-club .cdec-rates {
  background-color: #fff0ed;
  text-align: center;
  padding-top: 48px;
  position: relative; }
  body.page-template-page-club .cdec-rates .cdec-rates-header {
    color: #2149fd;
    padding: 0; }
    body.page-template-page-club .cdec-rates .cdec-rates-header svg {
      display: block;
      margin: 0 auto;
      fill: #2149fd;
      max-width: 60px;
      max-height: 60px; }
    body.page-template-page-club .cdec-rates .cdec-rates-header h3 {
      font-family: "Qanelas Bold", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem; }
    body.page-template-page-club .cdec-rates .cdec-rates-header .col-1of3 {
      border-right: 1px solid #2149fd;
      padding: 0 0 32px; }
      body.page-template-page-club .cdec-rates .cdec-rates-header .col-1of3:last-child {
        border: none; }
  body.page-template-page-club .cdec-rates .cdec-rates-body {
    background-color: #2149fd;
    color: #ffffff;
    padding: 0 0 48px; }
    body.page-template-page-club .cdec-rates .cdec-rates-body .col-1of3 {
      border-right: 1px solid #ffffff;
      padding: 48px 0; }
      body.page-template-page-club .cdec-rates .cdec-rates-body .col-1of3:last-child {
        border: none; }
    body.page-template-page-club .cdec-rates .cdec-rates-body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      body.page-template-page-club .cdec-rates .cdec-rates-body ul li {
        font-family: "Qanelas Bold", sans-serif;
        line-height: 1;
        padding: 24px 0;
        position: relative; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li h4 {
          margin: 0 0 12px;
          font-family: "Qanelas Bold", sans-serif;
          color: #fff; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li .price .value {
          font-size: 22px;
          font-size: 1.375rem; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li .price .currency {
          font-family: "Qanelas Regular", sans-serif; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li:after {
          content: '';
          display: block;
          width: 30px;
          height: 1px;
          margin: 48px auto 0;
          background-color: #ffffff; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li:last-child:after {
          content: none; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li a {
          color: #ffffff;
          font-family: "merriweatherregular", serif;
          font-size: 11px;
          font-size: 0.6875rem;
          text-transform: lowercase;
          text-decoration: none;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 48px; }
        body.page-template-page-club .cdec-rates .cdec-rates-body ul li:last-child a {
          bottom: -1px; }
  body.page-template-page-club .cdec-rates .selectric-wrapper {
    position: absolute;
    left: 50%;
    bottom: -29px;
    transform: translateX(-50%); }
    body.page-template-page-club .cdec-rates .selectric-wrapper .selectric {
      background-color: #ff333c;
      border: none;
      margin: 0 auto;
      font-size: 16px;
      font-size: 1rem;
      max-width: 300px;
      font-size: 14px;
      font-size: 0.875rem;
      padding-left: 48px;
      padding-right: 48px; }
      body.page-template-page-club .cdec-rates .selectric-wrapper .selectric .label {
        color: #ffffff;
        text-transform: uppercase;
        padding: 0;
        margin: 0; }
      body.page-template-page-club .cdec-rates .selectric-wrapper .selectric .button:after {
        border-top-color: #ff333c; }
      body.page-template-page-club .cdec-rates .selectric-wrapper .selectric:hover .button:after {
        border-top-color: #ffffff; }
    body.page-template-page-club .cdec-rates .selectric-wrapper.selectric-open .selectric .button:after {
      border-top-color: #ffffff; }
    body.page-template-page-club .cdec-rates .selectric-wrapper .selectric-items {
      text-align: left; }
      body.page-template-page-club .cdec-rates .selectric-wrapper .selectric-items .selectric-scroll li {
        font-family: "Qanelas Light", sans-serif; }
        body.page-template-page-club .cdec-rates .selectric-wrapper .selectric-items .selectric-scroll li.selectric-group-label {
          font-family: "Qanelas Bold", sans-serif;
          text-transform: uppercase;
          border-top: 1px solid #333; }
      body.page-template-page-club .cdec-rates .selectric-wrapper .selectric-items .selectric-scroll > ul > li:first-child {
        display: none; }

body.page-template-page-club #partners .partners-logos {
  display: flex;
  flex-wrap: wrap; }
  body.page-template-page-club #partners .partners-logos .item {
    width: 33.333%;
    padding: 12px 0;
    border-bottom: 1px solid #fff0ed; }
    body.page-template-page-club #partners .partners-logos .item a {
      display: block;
      width: 91px;
      height: 50px;
      margin: 0 auto; }
      body.page-template-page-club #partners .partners-logos .item a img {
        filter: grayscale(100%);
        transition: all 0.6s cubic-bezier(1, 0, 0, 1); }
      body.page-template-page-club #partners .partners-logos .item a:hover img {
        filter: grayscale(0); }

body.page-template-page-club #members {
  background-image: url("lib/images/members-bg.jpg"); }

body.single-hub #main {
  padding-top: 120px; }
  body.single-hub #main .entry-holder {
    padding-top: 0px; }
    body.single-hub #main .entry-holder img {
      width: 100%; }
    body.single-hub #main .entry-holder .gform_wrapper .gform_body {
      margin-left: -10px;
      margin-right: -10px; }
      body.single-hub #main .entry-holder .gform_wrapper .gform_body .gform_fields li.gfield {
        margin-bottom: 25px; }

body.single-hub .event-category {
  color: #ff333c;
  font-family: "Qanelas Regular", sans-serif; }

body.single-hub .event-details .event-date {
  color: #ff333c;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem; }

body.single-hub .event-details .event-address {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  body.single-hub .event-details .event-address a {
    text-decoration: none;
    color: #000000; }

body.single-hub .col-thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0; }
  body.single-hub .col-thumbnail img {
    display: block;
    max-width: none;
    width: calc(100% + 40px); }

body.single-hub .event-offers {
  background-color: #fff0ed;
  color: #2149fd; }

body.post-type-archive-anuario .intro {
  padding-top: 146px;
  min-height: 100vh;
  background-color: #fff0ed; }
  body.post-type-archive-anuario .intro h1, body.post-type-archive-anuario .intro h2 {
    margin: 0; }
  body.post-type-archive-anuario .intro .description {
    padding-bottom: 46px; }
    body.post-type-archive-anuario .intro .description p {
      font-size: 22px;
      font-size: 1.375rem; }

body.post-type-archive-anuario .swiper-freemode {
  overflow: hidden; }
  body.post-type-archive-anuario .swiper-freemode .swiper-slide {
    width: auto;
    height: auto; }
    body.post-type-archive-anuario .swiper-freemode .swiper-slide img {
      display: block;
      /* height: 100%;
				width: auto;
				max-height: 224px; */
      width: 320px;
      height: auto; }
    body.post-type-archive-anuario .swiper-freemode .swiper-slide .c-title {
      position: absolute;
      bottom: 12px;
      left: 12px;
      color: #ffffff; }

body.post-type-archive-anuario .entry-holder {
  padding: 60px 0; }

body.post-type-archive-anuario .swiper-anuario {
  overflow: hidden;
  position: relative; }
  body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination {
    z-index: 99;
    text-align: center; }
    body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination .swiper-pagination-bullet {
      width: auto;
      height: auto;
      background: none;
      font-family: "Qanelas Bold", sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      margin: 0;
      opacity: 1; }
      body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        color: #2149fd; }
      body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination .swiper-pagination-bullet:after {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #000000;
        display: inline-block;
        vertical-align: baseline; }
      body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination .swiper-pagination-bullet:last-child:after {
        content: none; }
  body.post-type-archive-anuario .swiper-anuario .swiper-slide .holder {
    max-width: 480px;
    margin: 0 auto; }
    body.post-type-archive-anuario .swiper-anuario .swiper-slide .holder p {
      font-size: 14px;
      font-size: 0.875rem; }
  body.post-type-archive-anuario .swiper-anuario .swiper-slide img {
    display: block;
    margin-top: 31px; }
  body.post-type-archive-anuario .swiper-anuario .swiper-slide .more-link {
    font-family: "Qanelas Regular", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000; }
  body.post-type-archive-anuario .swiper-anuario .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0; }

@media (min-width: 768px) {
  body.post-type-archive-hub #hero-hub .first-hub .event-thumb {
    margin-left: -25px;
    margin-right: -25px; } }

@media (min-width: 768px) {
  body.post-type-archive-hub .swiper-hub .swiper-slide {
    width: 30%; } }

@media (min-width: 768px) {
  body.post-type-archive-hub .swiper-hub-button {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99999;
    margin-top: -21px; } }

/* @end */
/* @group Club */
@media (min-width: 768px) {
  body.page-template-page-club .intro .gallery-container {
    position: absolute;
    bottom: 0;
    margin-right: 0;
    max-width: 100%; } }

@media (min-width: 768px) {
  body.page-template-page-club .board {
    padding: 40px 0 80px; } }

@media (max-width: 767px) {
  body.page-template-page-club .board .member .col-m-1of1 {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  body.page-template-page-club .board-history-slider-holder {
    margin-left: -46px;
    margin-right: -46px;
    padding-left: 20px; } }

@media (min-width: 768px) {
  body.page-template-page-club .cdec-rates .cdec-rates-header h3 {
    font-size: 16px;
    font-size: 1rem; } }

@media (max-width: 767px) {
  body.page-template-page-club .cdec-rates .cdec-rates-body .col-1of3 {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 768px) {
  body.page-template-page-club .cdec-rates .cdec-rates-body ul li h4 {
    margin: 0; } }

@media (min-width: 768px) {
  body.page-template-page-club .cdec-rates .cdec-rates-body ul li .price .value {
    font-size: 56px;
    font-size: 3.5rem; } }

@media (min-width: 768px) {
  body.page-template-page-club .cdec-rates .selectric-wrapper .selectric {
    min-width: 358px;
    max-width: none;
    font-size: 16px;
    font-size: 1rem; } }

@media (min-width: 768px) {
  body.page-template-page-club #partners .partners-logos .item {
    width: 14.28%; } }

@media (min-width: 768px) {
  body.single-hub #main .entry-holder .gform_wrapper .gform_body {
    margin-left: -25px;
    margin-right: -25px; } }

@media (min-width: 768px) {
  body.single-hub .col-thumbnail {
    margin-left: calc(-2% - 44px);
    margin-right: calc(2% + 44px); } }

@media (min-width: 768px) {
  body.single-hub .col-thumbnail img {
    width: calc(100% + 42px); } }

@media (min-width: 768px) {
  body.single-hub .entry-holder p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 34px; } }

/* @end */
/* @group Anuario */
@media (min-width: 768px) {
  body.post-type-archive-anuario .intro .gallery-container {
    position: absolute;
    bottom: 0;
    margin-right: 0;
    max-width: 100%; } }

@media (min-width: 768px) {
  body.post-type-archive-anuario .swiper-anuario .anuario-swiper-pagination {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%; } }

@media (min-width: 768px) {
  body.post-type-archive-anuario .swiper-anuario .row {
    flex-wrap: inherit; } }

.single-anuario #intro .intro-container .intro-container-holder h1 {
  color: #ff333c;
  text-align: center;
  font-family: "Qanelas Bold", sans-serif; }

.single-anuario #intro .nav-links a {
  color: #ffffff; }

/* @end */
/* @group Like */
body.page-template-page-nuevo-like .row {
  position: relative; }
  body.page-template-page-nuevo-like .row .col-holder {
    padding-top: 60px;
    padding-bottom: 60px; }

body.page-template-page-nuevo-like .col-title {
  background-color: #fff0ed; }
  body.page-template-page-nuevo-like .col-title h1 {
    font-size: 62px;
    font-size: 3.875rem;
    color: #ffffff;
    line-height: 1;
    font-family: "Qanelas Light", sans-serif;
    margin: 60px 0 0; }

body.page-template-page-nuevo-like .col-content .gform_body {
  margin-left: -10px;
  margin-right: -10px; }

body.page-template-page-nuevo-like .col-content .form-title {
  position: absolute;
  left: 25px;
  display: none !important; }
  body.page-template-page-nuevo-like .col-content .form-title h1 {
    font-size: 92px;
    font-size: 5.75rem;
    color: #ffffff;
    line-height: 1;
    font-family: "Qanelas Light", sans-serif;
    margin: 0; }

body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_fields li.gfield {
  margin-bottom: 24px; }

body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_page_footer {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_page_footer .gform_previous_button {
    background-color: #ffffff;
    color: #ff333c; }
  body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_page_footer .gform_next_button, body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_page_footer .gform_button {
    float: right; }

body.page-template-page-nuevo-like .col-content .gf_progressbar_wrapper .gf_progressbar_title {
  position: absolute;
  left: 25px;
  top: 62px;
  font-family: "Qanelas Bold", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem; }
  body.page-template-page-nuevo-like .col-content .gf_progressbar_wrapper .gf_progressbar_title:before {
    content: '';
    display: block;
    width: 42px;
    height: 1px;
    background-color: #ff333c;
    margin-bottom: 12px; }

body.page-template-page-nuevo-like .col-content .gf_progressbar_wrapper .gf_progressbar {
  display: none; }

body.post-type-archive-empleo .empleo-sidebar, body.single-empleo .empleo-sidebar, body.tax-empleo_cat .empleo-sidebar {
  padding-top: 60px;
  padding-bottom: 24px;
  background-color: #fff0ed; }

body.post-type-archive-empleo .empleo-sidebar .selectric, body.single-empleo .empleo-sidebar .selectric, body.tax-empleo_cat .empleo-sidebar .selectric {
  border-color: #ff333c; }

body.post-type-archive-empleo .empleo-sidebar .selectric .label, body.single-empleo .empleo-sidebar .selectric .label, body.tax-empleo_cat .empleo-sidebar .selectric .label {
  font-family: "Qanelas Regular", sans-serif; }

body.post-type-archive-empleo .empleo-sidebar .selectric .button:after, body.single-empleo .empleo-sidebar .selectric .button:after, body.tax-empleo_cat .empleo-sidebar .selectric .button:after {
  border-top-color: #ff333c; }

body.post-type-archive-empleo .empleo-sidebar .areas > ul, body.single-empleo .empleo-sidebar .areas > ul, body.tax-empleo_cat .empleo-sidebar .areas > ul {
  display: none; }

body.post-type-archive-empleo .empleo-sidebar .areas ul, body.single-empleo .empleo-sidebar .areas ul, body.tax-empleo_cat .empleo-sidebar .areas ul {
  list-style: none;
  padding: 0; }

body.post-type-archive-empleo .empleo-sidebar .areas ul li, body.single-empleo .empleo-sidebar .areas ul li, body.tax-empleo_cat .empleo-sidebar .areas ul li {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px; }

body.post-type-archive-empleo .empleo-sidebar .areas ul li a, body.single-empleo .empleo-sidebar .areas ul li a, body.tax-empleo_cat .empleo-sidebar .areas ul li a {
  text-decoration: none;
  color: #000000; }

body.post-type-archive-empleo .empleo-sidebar .areas .selectric-wrapper, body.single-empleo .empleo-sidebar .areas .selectric-wrapper, body.tax-empleo_cat .empleo-sidebar .areas .selectric-wrapper {
  margin-bottom: 12px; }

body.post-type-archive-empleo .empleo-sidebar .basic-icon-btn, body.single-empleo .empleo-sidebar .basic-icon-btn, body.tax-empleo_cat .empleo-sidebar .basic-icon-btn {
  margin-bottom: 6px; }

body.post-type-archive-empleo .empleo-maincontent h1, body.single-empleo .empleo-maincontent h1, body.tax-empleo_cat .empleo-maincontent h1 {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 22px;
  font-size: 1.375rem; }

body.post-type-archive-empleo .empleo-maincontent p, body.single-empleo .empleo-maincontent p, body.tax-empleo_cat .empleo-maincontent p {
  font-family: "Qanelas Regular", sans-serif; }

body.post-type-archive-empleo .empleo-maincontent ul, body.single-empleo .empleo-maincontent ul, body.tax-empleo_cat .empleo-maincontent ul {
  margin: 0;
  padding: 0; }

body.post-type-archive-empleo .empleo-maincontent ul li, body.single-empleo .empleo-maincontent ul li, body.tax-empleo_cat .empleo-maincontent ul li {
  font-family: "Qanelas Regular", sans-serif; }

body.post-type-archive-empleo .empleo-archive-list ul, body.single-empleo .empleo-archive-list ul, body.tax-empleo_cat .empleo-archive-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

body.post-type-archive-empleo .empleo-archive-list ul li, body.single-empleo .empleo-archive-list ul li, body.tax-empleo_cat .empleo-archive-list ul li {
  border-bottom: 1px solid #fff0ed;
  padding: 24px 0; }

body.post-type-archive-empleo .empleo-archive-list ul li:first-child, body.single-empleo .empleo-archive-list ul li:first-child, body.tax-empleo_cat .empleo-archive-list ul li:first-child {
  padding-top: 0; }

body.post-type-archive-empleo .empleo-archive-list ul li .description, body.single-empleo .empleo-archive-list ul li .description, body.tax-empleo_cat .empleo-archive-list ul li .description {
  font-family: "Qanelas Regular", sans-serif; }

body.post-type-archive-empleo .empleo-header, body.single-empleo .empleo-header, body.tax-empleo_cat .empleo-header {
  font-family: "Qanelas Bold", sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }

body.post-type-archive-empleo .empleo-header h2, body.single-empleo .empleo-header h2, body.tax-empleo_cat .empleo-header h2 {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem; }

body.post-type-archive-empleo .empleo-header h2 a, body.single-empleo .empleo-header h2 a, body.tax-empleo_cat .empleo-header h2 a {
  color: #000000;
  text-decoration: none; }

body.post-type-archive-empleo .empleo-header > span > :after, body.single-empleo .empleo-header > span > :after, body.tax-empleo_cat .empleo-header > span > :after {
  content: ' |';
  margin: 0 4px; }

body.single-empleo .empleo-maincontent .basic-icon-btn {
  margin-bottom: 24px;
  display: table;
  padding-right: 72px; }

body.single-empleo .empleo-maincontent .empleo-header {
  border-bottom: 1px solid #ff333c;
  padding-bottom: 6px; }

body.single-diascdec .organizer-holder {
  border-bottom: 1px solid #fff0ed; }
  body.single-diascdec .organizer-holder .organizer-holder-row {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    border-top: 1px solid #fff0ed;
    padding: 48px 0; }
    body.single-diascdec .organizer-holder .organizer-holder-row h4 {
      font-family: "Qanelas Bold", sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #ff333c;
      margin: 0 0 1rem; }
    body.single-diascdec .organizer-holder .organizer-holder-row .logos-holder {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly; }
      body.single-diascdec .organizer-holder .organizer-holder-row .logos-holder .item {
        width: 91px; }
    body.single-diascdec .organizer-holder .organizer-holder-row.organizer-holder-row-main .logos-holder .item {
      width: 182px; }

body.single-diascdec .diascdec-active-menu {
  background-color: #2149fd;
  color: #ffffff;
  position: fixed;
  top: 44px;
  left: 0;
  right: 0;
  z-index: 9;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  z-index: 999;
  text-align: left; }
  body.single-diascdec .diascdec-active-menu:before {
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, #2149fd 0%, rgba(33, 73, 253, 0) 100%);
    background: -webkit-linear-gradient(left, #2149fd 0%, rgba(33, 73, 253, 0) 100%);
    background: linear-gradient(to right, #2149fd 0%, rgba(33, 73, 253, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color__blue', endColorstr='#002149fd',GradientType=1 ); }
  body.single-diascdec .diascdec-active-menu:after {
    content: '';
    display: block;
    width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(33, 73, 253, 0) 0%, #2149fd 100%);
    background: -webkit-linear-gradient(left, rgba(33, 73, 253, 0) 0%, #2149fd 100%);
    background: linear-gradient(to right, rgba(33, 73, 253, 0) 0%, #2149fd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002149fd', endColorstr='$color__blue',GradientType=1 ); }
  body.single-diascdec .diascdec-active-menu strong {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase; }
  body.single-diascdec .diascdec-active-menu a {
    color: #ffffff;
    text-decoration: none; }
  body.single-diascdec .diascdec-active-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: scroll;
    white-space: nowrap; }
    body.single-diascdec .diascdec-active-menu ul li {
      display: inline;
      margin: 0 12px; }
      body.single-diascdec .diascdec-active-menu ul li.hashtag {
        display: none; }
      body.single-diascdec .diascdec-active-menu ul li a {
        text-transform: lowercase; }
      body.single-diascdec .diascdec-active-menu ul li.active a {
        border-bottom: 1px solid #ffffff; }

body.single-diascdec .intro {
  padding-top: 146px;
  background-color: #fff0ed; }
  body.single-diascdec .intro h1, body.single-diascdec .intro h2 {
    margin: 0; }
  body.single-diascdec .intro .description {
    padding-bottom: 46px; }
    body.single-diascdec .intro .description p {
      font-size: 22px;
      font-size: 1.375rem; }
    body.single-diascdec .intro .description a {
      color: #000000;
      border-bottom: 1px solid #ff333c;
      text-decoration: none; }
  body.single-diascdec .intro .gallery-container {
    overflow: hidden; }

body.single-diascdec .event-details .event-date {
  color: #ff333c;
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem; }

body.single-diascdec .event-details .event-address {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem; }
  body.single-diascdec .event-details .event-address a {
    text-decoration: none;
    color: #000000; }

body.single-diascdec #diascdec-schedule {
  padding-top: 120px; }

body.single-diascdec .swiper-hub, body.single-diascdec .swiper-diascdec {
  overflow: hidden;
  margin-bottom: 120px;
  position: relative; }
  body.single-diascdec .swiper-hub .big-date, body.single-diascdec .swiper-diascdec .big-date {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    color: #fff0ed;
    font-size: 560px;
    position: absolute;
    line-height: 1;
    z-index: -1;
    white-space: nowrap; }
  body.single-diascdec .swiper-hub .swiper-slide, body.single-diascdec .swiper-diascdec .swiper-slide {
    display: flex;
    height: auto;
    width: 50%;
    text-align: right;
    transition: opacity 0.6s cubic-bezier(1, 0, 0, 1);
    min-height: 560px; }
    body.single-diascdec .swiper-hub .swiper-slide:after, body.single-diascdec .swiper-diascdec .swiper-slide:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      background-color: #8b8b8b;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0; }
    body.single-diascdec .swiper-hub .swiper-slide.view-more .event-holder, body.single-diascdec .swiper-diascdec .swiper-slide.view-more .event-holder {
      padding-bottom: 0; }
      body.single-diascdec .swiper-hub .swiper-slide.view-more .event-holder a, body.single-diascdec .swiper-diascdec .swiper-slide.view-more .event-holder a {
        font-family: "Qanelas Bold", sans-serif;
        text-decoration: none;
        color: #000000;
        border-bottom: 1px solid #ff333c; }
    body.single-diascdec .swiper-hub .swiper-slide .event-container, body.single-diascdec .swiper-diascdec .swiper-slide .event-container {
      width: 100%;
      overflow: hidden;
      position: relative; }
      body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder {
        max-width: 380px;
        float: right;
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 300px; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder a, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder a {
          border-bottom: 1px solid #000000; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date-mode, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date-mode {
          color: #fff;
          background-color: #2149fd;
          z-index: 9;
          font-size: 0.8125rem;
          font-family: "Qanelas Bold", sans-serif;
          padding: 6px 12px;
          border-radius: 3px;
          text-decoration: none;
          text-align: right;
          display: inline-block; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date {
          font-family: "Qanelas Bold", sans-serif;
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 46px;
          min-height: 30px; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date .meridiem, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date .meridiem {
            font-family: "Qanelas Regular", sans-serif;
            text-transform: uppercase; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date .event-date-holder {
            position: absolute;
            bottom: 208px;
            right: 12px; }
            body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-day, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-day {
              font-family: "Qanelas Bold", sans-serif;
              font-size: 52px;
              line-height: 1; }
            body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-month, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-date .event-date-holder .event-month {
              font-family: "Qanelas Bold", sans-serif;
              display: block;
              text-transform: uppercase;
              font-size: 11px;
              font-size: 0.6875rem;
              line-height: 1; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-performer, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-performer {
          font-family: "Qanelas Bold", sans-serif;
          font-style: normal;
          font-size: 16px;
          font-size: 1rem; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-performer a, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-performer a {
            text-decoration: none;
            color: #000000; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-title, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-title {
          font-family: "Qanelas Regular", sans-serif;
          font-size: 18px;
          font-size: 1.125rem;
          display: block; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-title a, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-title a {
            text-decoration: none;
            color: #000000; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-tag, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-tag {
          font-size: 11px;
          font-size: 0.6875rem;
          font-family: "Qanelas Regular", sans-serif;
          text-transform: uppercase;
          background-color: #ff333c;
          color: #ffffff;
          display: table;
          position: absolute;
          right: 12px;
          margin-top: -22px;
          padding: 3px 6px 2px;
          border-radius: 4px;
          white-space: nowrap; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .description, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .description {
          margin-top: 8px;
          margin-left: 24px; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .description p, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .description p {
            margin: 0;
            font-size: 13px;
            font-size: 0.8125rem;
            margin: 0;
            font-size: 13px !important;
            font-size: 0.8125rem !important;
            line-height: 1.5 !important; }
        body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-thumb, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-thumb {
          float: none;
          clear: both;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0; }
          body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-thumb figure, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-thumb figure {
            margin: 0;
            min-height: 208px;
            position: relative; }
            body.single-diascdec .swiper-hub .swiper-slide .event-container .event-holder .event-thumb figure img, body.single-diascdec .swiper-diascdec .swiper-slide .event-container .event-holder .event-thumb figure img {
              display: block;
              width: 100%;
              height: 100%;
              position: absolute;
              object-fit: cover; }
    body.single-diascdec .swiper-hub .swiper-slide.swiper-slide-active .event-container .event-holder .description, body.single-diascdec .swiper-diascdec .swiper-slide.swiper-slide-active .event-container .event-holder .description {
      display: block; }
    body.single-diascdec .swiper-hub .swiper-slide.past-event, body.single-diascdec .swiper-diascdec .swiper-slide.past-event {
      opacity: 0.4; }
    body.single-diascdec .swiper-hub .swiper-slide:hover.past-event, body.single-diascdec .swiper-diascdec .swiper-slide:hover.past-event {
      opacity: 1; }
    body.single-diascdec .swiper-hub .swiper-slide:last-child, body.single-diascdec .swiper-diascdec .swiper-slide:last-child {
      border-right: 0; }

body.single-diascdec .swiper-hub-button {
  display: block;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  margin-top: -21px; }
  body.single-diascdec .swiper-hub-button svg {
    display: block;
    width: 43px;
    height: 43px;
    fill: #ff333c; }
  body.single-diascdec .swiper-hub-button.swiper-hub-button-prev {
    left: 66px; }
  body.single-diascdec .swiper-hub-button.swiper-hub-button-next {
    right: 66px; }
  body.single-diascdec .swiper-hub-button.swiper-button-disabled {
    display: none; }

body.single-diascdec.diac_active {
  background: #2149fd; }
  body.single-diascdec.diac_active:after {
    background: #2149fd; }
  body.single-diascdec.diac_active .site-header {
    background: #2149fd; }
    body.single-diascdec.diac_active .site-header .site-branding .site-title a svg {
      fill: #ffffff; }
    body.single-diascdec.diac_active .site-header .main-navigation ul li a {
      color: #ffffff; }
  body.single-diascdec.diac_active .banner-become-partner {
    background: #2149fd;
    color: #ffffff; }
  body.single-diascdec.diac_active footer#colophon .site-info {
    background: #2149fd;
    color: #ffffff; }
    body.single-diascdec.diac_active footer#colophon .site-info .footer-menu ul li a, body.single-diascdec.diac_active footer#colophon .site-info .footer-left-side div#cdec-hola-email-footer a, body.single-diascdec.diac_active footer#colophon .site-info .footer-right-side ul li a {
      color: #ffffff; }
  body.single-diascdec.diac_active #history {
    color: #ffffff; }
    body.single-diascdec.diac_active #history .swiper-history .history-detail {
      color: #ffffff; }
      body.single-diascdec.diac_active #history .swiper-history .history-detail a {
        color: #ffffff; }
      body.single-diascdec.diac_active #history .swiper-history .history-detail svg {
        fill: #ffffff; }
    body.single-diascdec.diac_active #history:after {
      background: #2149fd; }
  body.single-diascdec.diac_active .intro-footer {
    color: #ffffff; }

body.single-diascdec #intro {
  height: calc(100vh - 44px);
  /* svg {
  			display: block;
  			margin: 0 auto;
  			
  			&.logo-cdec1 {
  				width: 100px;
  				height: 100px;
  				margin-bottom: 8px;
  				
  				@include breakpoint(sm) {
  					width: 200px;
  					height: 200px;
  					margin-bottom: 16px;
  				}
  			}
  			
  			&.logo-cdec2 {
  				width: 100px;
  				height: 30px;
  				margin-bottom: 8px;
  				
  				@include breakpoint(sm) {
  					width: 200px;
  					height: 59px;
  					margin-bottom: 16px;
  				}
  			}
  		} */ }
  body.single-diascdec #intro .swiper-diascdec-billboard {
    height: 100%; }
    body.single-diascdec #intro .swiper-diascdec-billboard .swiper-wrapper .swiper-slide .intro-container {
      z-index: 99; }
      body.single-diascdec #intro .swiper-diascdec-billboard .swiper-wrapper .swiper-slide .intro-container .intro-container-holder .title-holder {
        color: #ffffff; }
        body.single-diascdec #intro .swiper-diascdec-billboard .swiper-wrapper .swiper-slide .intro-container .intro-container-holder .title-holder a {
          color: #ffffff; }
    body.single-diascdec #intro .swiper-diascdec-billboard .swiper-wrapper .swiper-slide .image-content:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
      z-index: 9; }
    body.single-diascdec #intro .swiper-diascdec-billboard .swiper-wrapper .swiper-slide .image-content img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      filter: grayscale(100%); }
    body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button {
      display: none;
      width: 43px;
      height: 43px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 99999;
      margin-top: -21px; }
      body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button svg {
        display: block;
        width: 43px;
        height: 43px;
        fill: #ffffff; }
      body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button.swiper-diascdec-button-prev {
        left: 10px; }
      body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button.swiper-diascdec-button-next {
        right: 10px; }
      body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button.swiper-button-disabled {
        display: none; }
  body.single-diascdec #intro .swiper-gallery-button {
    position: absolute;
    top: 50%;
    z-index: 9; }
  body.single-diascdec #intro .intro-container-holder .title-holder {
    display: table;
    margin: 0 auto; }
    body.single-diascdec #intro .intro-container-holder .title-holder h1 {
      margin: 0;
      line-height: 1;
      font-family: "Qanelas Regular", sans-serif;
      font-weight: normal;
      font-size: 44px;
      font-size: 2.75rem; }
      body.single-diascdec #intro .intro-container-holder .title-holder h1 a {
        text-decoration: none; }
    body.single-diascdec #intro .intro-container-holder .title-holder > .c-title {
      margin-top: 12px; }
      body.single-diascdec #intro .intro-container-holder .title-holder > .c-title h2 {
        margin: 0; }
  body.single-diascdec #intro .intro-container-holder.edition-year h1 {
    font-family: "Trade Gothic LT Std", sans-serif;
    text-align: center; }
  body.single-diascdec #intro .article-footer {
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    position: absolute;
    left: 42px;
    bottom: 36px; }
    body.single-diascdec #intro .article-footer .footer-category {
      color: #ff333c;
      font-family: "Qanelas Regular", sans-serif;
      font-size: 13px;
      font-size: 0.8125rem;
      margin-top: 0;
      margin-bottom: 2.66em; }
      body.single-diascdec #intro .article-footer .footer-category a {
        text-decoration: none;
        color: #ff333c; }
    body.single-diascdec #intro .article-footer .share {
      text-align: center;
      display: inline-block;
      margin-right: 8px; }
      body.single-diascdec #intro .article-footer .share .share-front {
        color: #ffffff;
        text-decoration: none;
        font-family: "Qanelas Bold", sans-serif; }
      body.single-diascdec #intro .article-footer .share svg {
        display: block;
        margin: 0 auto 12px;
        fill: #ffffff;
        width: 32px;
        height: 32px; }
    body.single-diascdec #intro .article-footer .reading_time {
      font-family: "Qanelas Bold", sans-serif;
      display: inline-block; }
      body.single-diascdec #intro .article-footer .reading_time svg {
        display: block;
        margin: 0 auto 12px;
        fill: #ffffff;
        width: 32px;
        height: 32px; }
  body.single-diascdec #intro .intro-footer {
    position: absolute;
    bottom: 24px;
    width: 100%;
    text-align: center;
    z-index: 99; }
    body.single-diascdec #intro .intro-footer a {
      font-family: "Qanelas Regular", sans-serif;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 13px;
      font-size: 0.8125rem;
      text-decoration: none;
      display: table;
      margin: 24px auto 0; }

body.single-diascdec #main-entry .single-hub {
  padding-top: 120px; }
  body.single-diascdec #main-entry .single-hub .event-category {
    color: #ff333c;
    font-family: "Qanelas Regular", sans-serif;
    text-transform: uppercase; }
  body.single-diascdec #main-entry .single-hub .col-thumbnail {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0; }
    body.single-diascdec #main-entry .single-hub .col-thumbnail img {
      display: block;
      max-width: none;
      width: calc(100% + 40px); }
    body.single-diascdec #main-entry .single-hub .col-thumbnail .share {
      text-align: center;
      display: inline-block;
      margin-top: 12px;
      position: relative;
      margin-left: 30px; }
      body.single-diascdec #main-entry .single-hub .col-thumbnail .share svg {
        display: block;
        margin: 0 auto 12px;
        fill: #ff333c;
        width: 32px;
        height: 32px; }
  body.single-diascdec #main-entry .single-hub .entry-holder {
    padding-top: 0;
    padding-bottom: 0; }

body.single-diascdec #main-entry .auditorium {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 0;
  margin-right: 0; }
  body.single-diascdec #main-entry .auditorium .holder {
    max-width: 480px;
    margin: 0 auto; }
    body.single-diascdec #main-entry .auditorium .holder h3 {
      font-family: "Qanelas Bold", sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 0; }
    body.single-diascdec #main-entry .auditorium .holder p {
      line-height: 34px;
      font-family: "Qanelas Regular", sans-serif; }
    body.single-diascdec #main-entry .auditorium .holder a {
      color: #000000;
      border-bottom: 1px solid #000000;
      text-decoration: none; }
  body.single-diascdec #main-entry .auditorium img {
    display: block; }
  body.single-diascdec #main-entry .auditorium .more-link {
    font-family: "Qanelas Regular", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000; }
  body.single-diascdec #main-entry .auditorium .auditorium-address {
    font-family: "Qanelas Regular", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.5; }
    body.single-diascdec #main-entry .auditorium .auditorium-address a {
      text-decoration: none;
      color: #000000;
      border-bottom: 1px solid #ff333c; }

body.single-diascdec #main-entry .board {
  padding: 80px 0 80px; }
  body.single-diascdec #main-entry .board .member {
    padding: 0;
    width: 100%;
    margin-bottom: 72px; }
    body.single-diascdec #main-entry .board .member .profile-img {
      margin-bottom: 6px; }
      body.single-diascdec #main-entry .board .member .profile-img img {
        max-width: none;
        width: 100%;
        display: block;
        filter: grayscale(100%); }
    body.single-diascdec #main-entry .board .member .member-holder {
      max-width: 92%; }
      body.single-diascdec #main-entry .board .member .member-holder h4 {
        margin: 0; }
        body.single-diascdec #main-entry .board .member .member-holder h4 a {
          text-decoration: none;
          color: #000000; }
      body.single-diascdec #main-entry .board .member .member-holder .member-description p {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 24px; }
      body.single-diascdec #main-entry .board .member .member-holder .event-date {
        color: #ff333c;
        font-size: 13px;
        font-size: 0.8125rem; }
        body.single-diascdec #main-entry .board .member .member-holder .event-date .event-title {
          text-transform: uppercase;
          font-family: "Qanelas Bold", sans-serif; }
        body.single-diascdec #main-entry .board .member .member-holder .event-date .event-pretitle {
          font-family: "Qanelas Regular", sans-serif;
          color: #000000;
          display: block; }
        body.single-diascdec #main-entry .board .member .member-holder .event-date .event-date-holder {
          font-family: "Qanelas Bold", sans-serif;
          text-transform: uppercase; }
        body.single-diascdec #main-entry .board .member .member-holder .event-date.more-event-date {
          border-top: 1px solid #fff0ed;
          margin-top: 6px;
          padding-top: 6px; }
          body.single-diascdec #main-entry .board .member .member-holder .event-date.more-event-date a {
            text-decoration: none;
            color: #000000; }

body.single-diascdec #main-entry .diascdec-travel {
  background-color: #fff0ed;
  text-align: center;
  padding-top: 48px;
  position: relative; }
  body.single-diascdec #main-entry .diascdec-travel svg {
    display: block;
    margin: 0 auto;
    max-width: 60px;
    max-height: 60px; }
  body.single-diascdec #main-entry .diascdec-travel h3 {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center; }
  body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-header {
    display: none; }
  body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body {
    background-color: #2149fd;
    color: #ffffff;
    text-align: left;
    font-family: "Qanelas Regular", sans-serif;
    padding-top: 24px; }
    body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body p {
      font-size: 16px;
      font-size: 1rem; }
      body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body p strong {
        font-family: "Qanelas Bold", sans-serif; }
    body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body .col-1of3 {
      padding: 24px 10px; }
      body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body .col-1of3 svg {
        fill: #ffffff; }
      body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body .col-1of3:last-child {
        border: none; }

body.single-diascdec #main-entry #like-winners .swiper-slide p {
  line-height: 1.5; }
  body.single-diascdec #main-entry #like-winners .swiper-slide p a {
    text-decoration: none;
    color: #000000; }

body.single-diascdec #history {
  position: relative; }
  body.single-diascdec #history:after {
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: #fff0ed;
    position: absolute;
    top: 0;
    right: 0; }
  body.single-diascdec #history header {
    padding: 205px 0;
    position: relative;
    z-index: 9; }
    body.single-diascdec #history header.bg-black:after {
      content: '';
      display: block;
      background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 60%; }
  body.single-diascdec #history h2 {
    text-align: center;
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 9; }
  body.single-diascdec #history .history-holder {
    position: relative; }
  body.single-diascdec #history .swiper-history {
    overflow: hidden;
    position: relative;
    margin-top: -48px;
    z-index: 9; }
    body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb {
      position: relative;
      overflow: hidden; }
      body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb:after {
        content: '';
        display: block;
        padding-bottom: 112.5%;
        height: 0; }
      body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb .history-thumb-details {
        position: absolute;
        color: #ffffff;
        text-align: center;
        z-index: 9;
        width: 100%;
        top: 16%; }
        body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb .history-thumb-details h4 {
          margin: 0; }
      body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb img {
        position: absolute;
        left: 0;
        max-width: 270%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    body.single-diascdec #history .swiper-history .history-detail {
      position: absolute;
      font-family: "Qanelas Regular", sans-serif;
      bottom: 0;
      left: 50%;
      margin-left: 290px;
      z-index: 99;
      padding-left: 24px; }
      body.single-diascdec #history .swiper-history .history-detail svg {
        width: 16px;
        height: 22px; }
      body.single-diascdec #history .swiper-history .history-detail a {
        text-decoration: none;
        color: #000000; }
  body.single-diascdec #history .swiper-history-button-holder {
    display: none; }
    body.single-diascdec #history .swiper-history-button-holder .swiper-history-button {
      display: inline-block;
      width: 43px;
      height: 43px;
      cursor: pointer;
      z-index: 99; }
      body.single-diascdec #history .swiper-history-button-holder .swiper-history-button svg {
        display: block;
        width: 43px;
        height: 43px; }
      body.single-diascdec #history .swiper-history-button-holder .swiper-history-button.swiper-history-button-prev {
        margin-right: 24px; }

body.single-diascdec #email-marketing .basic-btn, body.single-diascdec #email-marketing #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  body.page-template-page-nuevo-like .row .col-holder {
    padding-right: 25px; } }

@media (min-width: 768px) {
  body.page-template-page-nuevo-like .col-title h1 {
    font-size: 92px;
    font-size: 5.75rem; } }

@media (min-width: 768px) {
  body.page-template-page-nuevo-like .col-content .gform_body {
    margin-left: -25px;
    margin-right: -25px; } }

@media (min-width: 768px) {
  body.page-template-page-nuevo-like .col-content .gform_wrapper .gform_body .gform_page_footer {
    padding-left: 25px;
    padding-right: 25px; } }

/* @end */
/* @group Empleo */
@media (min-width: 768px) {
  body.post-type-archive-empleo .empleo-sidebar .areas > ul, body.single-empleo .empleo-sidebar .areas > ul, body.tax-empleo_cat .empleo-sidebar .areas > ul {
    display: flex; } }

/* @end */
/* @group Dias cdec */
@media (min-width: 768px) {
  body.single-diascdec .diascdec-active-menu {
    text-align: right;
    padding-right: 44px; } }

@media (min-width: 1024px) {
  body.single-diascdec .diascdec-active-menu ul {
    overflow-x: inherit; } }

@media (min-width: 768px) {
  body.single-diascdec .diascdec-active-menu ul li {
    margin: 0 24px; }
    body.single-diascdec .diascdec-active-menu ul li:last-child {
      margin-right: 0; } }

@media (min-width: 768px) {
  body.single-diascdec .diascdec-active-menu ul li.hashtag {
    display: block;
    position: absolute;
    left: 52px;
    top: 0; } }

@media (min-width: 768px) {
  body.single-diascdec.logged-in .diascdec-active-menu {
    padding-right: 152px; } }

@media (min-width: 768px) {
  body.single-diascdec .intro .gallery-container {
    position: absolute;
    bottom: 0;
    margin-right: 0;
    max-width: 100%; } }

@media (min-width: 768px) {
  body.single-diascdec .swiper-diascdec .swiper-slide {
    width: 30%; } }

@media (min-width: 768px) {
  body.single-diascdec .swiper-diascdec-button {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99999;
    margin-top: -21px; } }

@media (min-width: 768px) {
  body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button {
    display: block; } }

@media (min-width: 768px) {
  body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button.swiper-diascdec-button-prev {
    left: 66px; } }

@media (min-width: 768px) {
  body.single-diascdec #intro .swiper-diascdec-billboard .swiper-diascdec-button.swiper-diascdec-button-next {
    right: 66px; } }

@media (min-width: 768px) {
  body.single-diascdec #intro .intro-container-holder .title-holder h1 {
    font-size: 92px;
    font-size: 5.75rem; } }

@media (min-width: 768px) {
  body.single-diascdec #intro .intro-footer {
    bottom: 56px; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .single-hub .col-thumbnail {
    margin-left: calc(-2% - 44px);
    margin-right: calc(2% + 44px); } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .single-hub .col-thumbnail img {
    width: calc(100% + 42px); } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .single-hub .col-thumbnail .share {
    margin-left: calc(2% + 88px); } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .single-hub .entry-holder {
    padding-bottom: 120px; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .auditorium img {
    margin-top: 31px; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .board {
    padding: 40px 0 80px; } }

@media (max-width: 767px) {
  body.single-diascdec #main-entry .board .member .col-m-1of1 {
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .diascdec-travel h3 {
    font-size: 16px;
    font-size: 1rem; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-header {
    display: block;
    color: #2149fd;
    padding: 0; }
    body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-header .col-1of3 {
      border-right: 1px solid #2149fd;
      padding: 0 0 32px; }
      body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-header .col-1of3 svg {
        fill: #2149fd; }
      body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-header .col-1of3:last-child {
        border: none; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body {
    padding: 0 0 48px; } }

@media (min-width: 768px) {
  body.single-diascdec #main-entry .diascdec-travel .diascdec-travel-body .col-1of3 {
    border-right: 1px solid #ffffff;
    padding: 48px 20px; } }

@media (min-width: 768px) {
  body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb:after {
    padding-bottom: 56.25%; } }

@media (min-width: 768px) {
  body.single-diascdec #history .swiper-history .swiper-wrapper .swiper-slide .history-holder .history-thumb img {
    max-width: 135%; } }

@media (min-width: 768px) {
  body.single-diascdec #history .swiper-history-button-holder {
    display: block;
    margin-top: 48px; } }

#site-search .search-holder .searchandfilter > ul .sf-field-submit body.single-diascdec #email-marketing input {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%); }

body.single-diascdec .years-pagination {
  text-align: center; }
  body.single-diascdec .years-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    body.single-diascdec .years-pagination ul li {
      display: inline;
      font-family: "Qanelas Bold", sans-serif;
      font-size: 28px;
      font-size: 1.75rem;
      margin: 0;
      opacity: 1;
      color: #ff333c; }
      body.single-diascdec .years-pagination ul li a {
        text-decoration: none;
        color: #000000;
        border-bottom: 0; }
      body.single-diascdec .years-pagination ul li:after {
        content: '';
        width: 20px;
        height: 1px;
        background-color: #000000;
        display: inline-block;
        vertical-align: baseline; }
      body.single-diascdec .years-pagination ul li:last-child:after {
        content: none; }
      body.single-diascdec .years-pagination ul li:first-child {
        margin-right: 12px; }
        body.single-diascdec .years-pagination ul li:first-child:after {
          content: none; }

body.single-diascdec .post-gallery-holder {
  font-family: "Qanelas Light", sans-serif;
  padding-top: 0;
  padding-bottom: 120px; }

body.single-diascdec .download-file {
  background-color: #fff0ed;
  position: relative;
  padding-bottom: 180px; }
  body.single-diascdec .download-file .basic-btn, body.single-diascdec .download-file #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    transform: translateY(-50%);
    position: relative;
    z-index: 9; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit body.single-diascdec .download-file input {
  transform: translateY(-50%);
  position: relative;
  z-index: 9; }

body.single-diascdec .download-file:after {
  content: '';
  display: block;
  width: 1px;
  height: 160px;
  background-color: #ff333c;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0; }

body:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff0ed;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9; }

body.page-template-page-feed .full-height {
  position: relative; }

@media (min-width: 768px) {
  body:after {
    height: 44px; } }

/* Footer */
.banner-become-partner {
  background-color: #fff0ed;
  text-align: center;
  padding: 60px 0; }
  .banner-become-partner .c-title {
    margin-bottom: 48px; }
    .banner-become-partner .c-title h3, .banner-become-partner .c-title p {
      margin: 0; }
  .banner-become-partner .basic-btn, .banner-become-partner #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    background-color: #000000;
    color: #ffffff; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .banner-become-partner input {
  background-color: #000000;
  color: #ffffff; }

/* @end */
/* @group Cantera */
body.archive .notification-bar {
  background-color: #2149fd;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  padding-left: 32px; }
  body.archive .notification-bar strong {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase; }
  body.archive .notification-bar a {
    color: #ffffff;
    text-decoration: none; }

body.archive .archive-nav-form form > ul > li {
  margin: 0;
  padding: 0; }

body.archive .archive-nav-form .sf-field-reset a {
  font-family: "Qanelas Regular", sans-serif;
  margin-bottom: 48px;
  text-decoration: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 12px;
  padding-right: 12px;
  color: #cccccc; }
  body.archive .archive-nav-form .sf-field-reset a:hover {
    border-color: #444444;
    color: #444444; }

body.archive .intro {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Qanelas Regular", sans-serif; }

body.archive .archive-list {
  padding-bottom: 60px; }
  body.archive .archive-list ul li a:visited .row svg {
    fill: #c5c5c5 !important; }
  body.archive .archive-list ul li .row {
    align-items: center; }
    body.archive .archive-list ul li .row .thumb-mobile {
      padding-top: 100%;
      overflow: hidden;
      position: relative;
      margin-bottom: 12px; }
      body.archive .archive-list ul li .row .thumb-mobile img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        object-fit: cover; }
    body.archive .archive-list ul li .row .provincias {
      font-family: "Qanelas Regular", sans-serif;
      margin: 6px 0;
      display: block; }
    body.archive .archive-list ul li .row .col-m-1of1 {
      padding-left: 0;
      padding-right: 0; }
    body.archive .archive-list ul li .row svg {
      display: none; }

@media (min-width: 768px) {
  body.archive .archive-nav-form form > ul > li {
    padding: 10px 10px 10px 0; } }

@media (max-width: 767px) {
  body.archive .archive-list ul {
    margin-left: -10px !important;
    margin-right: -10px !important; } }

@media (max-width: 767px) {
  body.archive .archive-list ul li {
    margin-bottom: 24px !important; } }

@media (min-width: 768px) {
  body.archive .archive-list ul li .row .thumb-mobile {
    display: none; } }

@media (min-width: 768px) {
  body.archive .archive-list ul li .row svg {
    fill: #ffffff;
    width: 24px;
    height: 14px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: -24px;
    margin-bottom: 4px; } }

.post-type-archive-cantera .archive-preview {
  display: block; }
  .post-type-archive-cantera .archive-preview .image-holder {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden; }
    .post-type-archive-cantera .archive-preview .image-holder img {
      position: absolute;
      width: 100%;
      height: auto;
      top: 50%;
      transform: translateY(-50%); }
    .post-type-archive-cantera .archive-preview .image-holder video {
      width: 100%;
      height: auto; }
  .post-type-archive-cantera .archive-preview .holder {
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 600px;
    position: absolute; }
    .post-type-archive-cantera .archive-preview .holder dl dd {
      font-family: "Qanelas Regular", sans-serif; }

.post-type-archive-cantera .archive-holder .archive-list ul li a {
  display: block; }
  .post-type-archive-cantera .archive-holder .archive-list ul li a .holder .mask {
    display: block; }

@media (max-width: 767px) {
  .post-type-archive-cantera .archive-holder {
    padding-top: 24px; } }

.single-cantera .notification-bar {
  background-color: #2149fd;
  color: #ffffff;
  z-index: 9;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  padding-left: 76px;
  margin-left: -44px;
  margin-right: -44px;
  position: relative; }
  .single-cantera .notification-bar strong {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase; }
  .single-cantera .notification-bar a {
    color: #ffffff;
    text-decoration: none; }

.single-cantera .contact {
  position: relative; }
  .single-cantera .contact button {
    display: table;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #ffffff;
    white-space: nowrap; }

.single-cantera .text-btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Qanelas Regular", sans-serif;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 8px 12px;
  display: inline-table; }
  .single-cantera .text-btn.table {
    display: table; }
  .single-cantera .text-btn.blue {
    color: #2149fd;
    border-color: #2149fd; }
  .single-cantera .text-btn.white {
    color: #ffffff;
    border-color: #ffffff; }
  .single-cantera .text-btn.red {
    color: #ff333c;
    border-color: #ff333c; }
  .single-cantera .text-btn.centered {
    margin: 0 auto;
    text-align: center; }

.single-cantera .delete-btn {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0.4;
  margin-left: 4px;
  display: inline-block; }
  .single-cantera .delete-btn:hover {
    opacity: 1; }
  .single-cantera .delete-btn i {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 12px;
    height: 12px; }
    .single-cantera .delete-btn i:before, .single-cantera .delete-btn i:after {
      position: absolute;
      left: 5px;
      content: ' ';
      height: 12px;
      width: 2px;
      background-color: #ffffff; }
    .single-cantera .delete-btn i:before {
      transform: rotate(45deg); }
    .single-cantera .delete-btn i:after {
      transform: rotate(-45deg); }

.single-cantera .intro {
  padding-top: 146px;
  background-color: #fff0ed;
  padding-bottom: 46px; }
  .single-cantera .intro .status {
    border: 1px solid #ff333c;
    display: inline-block;
    border-radius: 3px; }
    .single-cantera .intro .status .gform_body {
      margin: 0; }
    .single-cantera .intro .status .gform_wrapper .gform_body .gform_fields {
      margin: 0;
      padding: 0; }
      .single-cantera .intro .status .gform_wrapper .gform_body .gform_fields li.gfield {
        margin: 0;
        padding: 0; }
        .single-cantera .intro .status .gform_wrapper .gform_body .gform_fields li.gfield input {
          display: none; }
        .single-cantera .intro .status .gform_wrapper .gform_body .gform_fields li.gfield label {
          cursor: pointer;
          padding: 6px;
          color: #ff333c; }
  .single-cantera .intro .user-score {
    color: #ff333c;
    text-transform: uppercase;
    font-family: "Qanelas Regular", sans-serif;
    margin-bottom: 14px;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem; }
  .single-cantera .intro .cantera-header {
    font-size: 16px;
    font-size: 1rem; }
    .single-cantera .intro .cantera-header h1 {
      margin: 0;
      text-transform: capitalize;
      display: inline;
      font-size: 22px;
      font-size: 1.375rem; }
  .single-cantera .intro #gform_wrapper_33 {
    display: inline-block; }
  .single-cantera .intro h2 {
    margin: 0;
    display: inline; }
  .single-cantera .intro .description {
    padding-bottom: 46px; }
    .single-cantera .intro .description p {
      font-size: 22px;
      font-size: 1.375rem; }

.single-cantera .cdec-rates {
  background-color: #fff0ed;
  text-align: center;
  padding-top: 48px;
  position: relative; }
  .single-cantera .cdec-rates svg {
    display: block;
    margin: 0 auto;
    fill: #2149fd;
    max-width: 60px;
    max-height: 60px; }
  .single-cantera .cdec-rates h3 {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem; }
  .single-cantera .cdec-rates .cdec-rates-header {
    display: none; }
    .single-cantera .cdec-rates .cdec-rates-header .col-1of3 {
      border-right: 1px solid #2149fd;
      padding: 0 0 32px; }
      .single-cantera .cdec-rates .cdec-rates-header .col-1of3:last-child {
        border: none; }
  .single-cantera .cdec-rates .cdec-rates-body {
    background-color: #2149fd;
    color: #ffffff;
    padding: 0 0 48px; }
    .single-cantera .cdec-rates .cdec-rates-body .col-1of3 {
      border-right: 0;
      padding: 48px 0; }
      .single-cantera .cdec-rates .cdec-rates-body .col-1of3 svg {
        fill: #ffffff; }
      .single-cantera .cdec-rates .cdec-rates-body .col-1of3:last-child {
        border: none; }
    .single-cantera .cdec-rates .cdec-rates-body ul {
      list-style: none;
      margin: 0 10px;
      padding: 0; }
      .single-cantera .cdec-rates .cdec-rates-body ul li {
        font-family: "Qanelas Bold", sans-serif;
        line-height: 1;
        padding: 24px 0;
        position: relative; }
        .single-cantera .cdec-rates .cdec-rates-body ul li .center {
          font-family: "Qanelas Regular", sans-serif; }
        .single-cantera .cdec-rates .cdec-rates-body ul li h4 {
          font-size: 22px;
          font-size: 1.375rem;
          margin: 18px 0;
          color: #fff; }
        .single-cantera .cdec-rates .cdec-rates-body ul li:after {
          content: '';
          display: block;
          width: 30px;
          height: 1px;
          margin: 48px auto 0;
          background-color: #ffffff; }
        .single-cantera .cdec-rates .cdec-rates-body ul li:last-child:after {
          content: none; }
        .single-cantera .cdec-rates .cdec-rates-body ul li .date {
          color: #ffffff;
          font-family: "merriweatherregular", serif;
          font-size: 11px;
          font-size: 0.6875rem;
          text-transform: lowercase;
          text-decoration: none; }
        .single-cantera .cdec-rates .cdec-rates-body ul li .icon_delete_button_wrapper {
          display: inline-block; }
        .single-cantera .cdec-rates .cdec-rates-body ul li:last-child a {
          bottom: -1px; }

.single-cantera #briefings {
  padding: 48px 0; }

.single-cantera .user-data-content {
  padding-top: 48px;
  padding-bottom: 48px;
  position: relative; }
  .single-cantera .user-data-content .table-list {
    margin: 0 0 96px;
    padding: 0;
    list-style: none; }
    .single-cantera .user-data-content .table-list li {
      border-top: 1px solid #000000;
      padding: 24px 0;
      font-family: "Qanelas Regular", sans-serif;
      position: relative;
      overflow: hidden; }
      .single-cantera .user-data-content .table-list li .title {
        margin: 0;
        font-family: "Qanelas Bold", sans-serif; }

.single-cantera .portfolio-holder {
  padding: 0;
  margin-bottom: 24px; }
  .single-cantera .portfolio-holder .portfolio-img {
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
    padding-top: 70%; }
    .single-cantera .portfolio-holder .portfolio-img .delete-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 9;
      width: 48px;
      height: 48px;
      border-width: 3px;
      opacity: 0.6;
      margin-top: -24px;
      margin-left: -24px;
      transition: all 0.4s; }
      .single-cantera .portfolio-holder .portfolio-img .delete-btn i {
        position: absolute;
        right: 5px;
        top: 7px;
        width: 28px;
        height: 28px; }
        .single-cantera .portfolio-holder .portfolio-img .delete-btn i:before, .single-cantera .portfolio-holder .portfolio-img .delete-btn i:after {
          position: absolute;
          left: 10px;
          content: ' ';
          height: 28px;
          width: 3px;
          background-color: #ffffff; }
        .single-cantera .portfolio-holder .portfolio-img .delete-btn i:before {
          transform: rotate(45deg); }
        .single-cantera .portfolio-holder .portfolio-img .delete-btn i:after {
          transform: rotate(-45deg); }
      .single-cantera .portfolio-holder .portfolio-img .delete-btn:hover {
        background-color: #ff333c;
        opacity: 1; }
    .single-cantera .portfolio-holder .portfolio-img img {
      position: absolute;
      max-width: none;
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      top: 50%;
      left: 0;
      transform: translateY(-50%) scale(1);
      filter: grayscale(100%);
      transition: all 0.4s; }
    .single-cantera .portfolio-holder .portfolio-img .term {
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 9;
      color: #ffffff;
      font-family: "Qanelas Regular", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      background: #2149fd;
      padding: 8px 16px;
      border-radius: 3px;
      text-transform: lowercase;
      display: inline-flex; }
  .single-cantera .portfolio-holder .content-holder {
    max-width: 92%; }
    .single-cantera .portfolio-holder .content-holder h4 {
      margin: 0; }
      .single-cantera .portfolio-holder .content-holder h4 a {
        text-decoration: none;
        color: #000000; }
    .single-cantera .portfolio-holder .content-holder .portfolio-description p {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 24px; }
  .single-cantera .portfolio-holder:hover .portfolio-img img {
    filter: grayscale(0);
    transform: translateY(-50%) scale(1.1); }

.single-cantera .tags .level, .single-cantera .tags .year {
  opacity: 0.6;
  margin-left: 8px; }

.single-cantera #intro {
  height: calc(100vh - 10px);
  position: relative;
  overflow: hidden; }
  .single-cantera #intro .intro-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; }
    .single-cantera #intro .intro-bg:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
      z-index: 9; }
  .single-cantera #intro .intro-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; }
    .single-cantera #intro .intro-container .intro-container-holder {
      -webkit-transform: perspective(1px) translate3d(0, 0, 0) !important;
      transform: perspective(1px) translate3d(0, 0, 0) !important; }
      .single-cantera #intro .intro-container .intro-container-holder h1 {
        margin-top: 0; }
      .single-cantera #intro .intro-container .intro-container-holder p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0;
        text-align: justify; }
        .single-cantera #intro .intro-container .intro-container-holder p .mask {
          position: relative;
          overflow: hidden; }
  .single-cantera #intro .icon-scroll {
    width: 16px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: 36px;
    margin-left: -8px;
    z-index: 99; }
    .single-cantera #intro .icon-scroll svg {
      width: 16px;
      height: 34px;
      fill: #ff333c; }
  .single-cantera #intro .nav-links {
    display: none; }
  .single-cantera #intro.bg-black .nav-links a {
    color: #ffffff; }
  .single-cantera #intro.bg-white .nav-links a {
    color: #000000; }

.single-cantera .mobile-intro-holder {
  font-family: "merriweatherregular", serif;
  margin-bottom: 48px; }
  .single-cantera .mobile-intro-holder p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0; }

.single-cantera .entry-holder {
  padding: 60px 0; }
  .single-cantera .entry-holder a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #ff333c; }
    .single-cantera .entry-holder a.basic-btn {
      color: #ffffff; }

.single-cantera .gallery-container {
  position: relative;
  overflow: hidden; }
  .single-cantera .gallery-container .swiper-gallery-button {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    margin-top: -21px; }
    .single-cantera .gallery-container .swiper-gallery-button svg {
      display: block;
      width: 43px;
      height: 43px;
      fill: #ff333c; }
    .single-cantera .gallery-container .swiper-gallery-button.swiper-gallery-button-prev {
      left: 50%;
      margin-left: -300px; }
    .single-cantera .gallery-container .swiper-gallery-button.swiper-gallery-button-next {
      right: 50%;
      margin-right: -300px; }
    .single-cantera .gallery-container .swiper-gallery-button.swiper-button-disabled {
      display: none; }
  .single-cantera .gallery-container .swiper-slide {
    max-width: 600px; }
    .single-cantera .gallery-container .swiper-slide img {
      display: block;
      width: 100%;
      position: relative; }

.single-cantera.postid-3689 #content {
  padding-top: 56px;
  padding-bottom: 56px;
  background: #fff0ed; }

.single-cantera.postid-3689 .notification-bar {
  display: none; }

@media (min-width: 768px) {
  .single-cantera .contact button {
    min-width: 358px; } }

@media (min-width: 768px) {
  .single-cantera .cdec-rates h3 {
    font-size: 16px;
    font-size: 1rem; } }

@media (min-width: 768px) {
  .single-cantera .cdec-rates .cdec-rates-header {
    display: flex;
    color: #2149fd;
    padding: 0; } }

@media (max-width: 767px) {
  .single-cantera .cdec-rates .cdec-rates-body .col-1of3 {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 768px) {
  .single-cantera .cdec-rates .cdec-rates-body .col-1of3 {
    border-right: 1px solid #ffffff; } }

@media (min-width: 768px) {
  .single-cantera .cdec-rates .cdec-rates-body ul li .center {
    margin: 0; } }

@media (min-width: 768px) {
  .single-cantera .cdec-rates .cdec-rates-body ul li h4 {
    font-size: 22px;
    font-size: 1.375rem; } }

@media (min-width: 768px) {
  .single-cantera #intro {
    height: calc(100vh - 88px); } }

@media (min-width: 768px) {
  .single-cantera #intro .intro-bg {
    position: fixed;
    top: 44px;
    right: 44px;
    bottom: 44px;
    left: 44px; } }

@media (min-width: 768px) {
  .single-cantera #intro .intro-container {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    right: inherit; } }

@media (min-width: 768px) {
  .single-cantera #intro .intro-container .intro-container-holder h1 {
    font-size: 48px;
    font-size: 3rem; } }

@media (min-width: 768px) {
  .single-cantera #intro .intro-container .intro-container-holder p {
    font-size: 20.8px;
    font-size: 1.3rem; } }

@media (min-width: 768px) {
  .single-cantera #intro .icon-scroll {
    position: fixed;
    bottom: 16px; } }

@media (min-width: 768px) {
  .single-cantera #intro .nav-links {
    position: fixed;
    left: 88px;
    right: 88px;
    bottom: 68px;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block; }
    .single-cantera #intro .nav-links .nav-previous:before {
      transform: scaleX(0.4);
      transform-origin: 0 0;
      transition: transform 0.3s cubic-bezier(1, 0, 0, 1); }
    .single-cantera #intro .nav-links .nav-previous:hover:before {
      transform: scaleX(1); }
    .single-cantera #intro .nav-links .nav-next:before {
      transform: scaleX(0.4);
      transform-origin: 100% 0;
      transition: transform 0.3s cubic-bezier(1, 0, 0, 1); }
    .single-cantera #intro .nav-links .nav-next:hover:before {
      transform: scaleX(1); } }

@media (min-width: 768px) {
  .single-cantera .entry-holder {
    padding: 240px 0 120px; } }

@media (min-width: 768px) {
  .single-cantera .entry-holder .post-date {
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 40px;
    left: 60px; } }

@media (min-width: 768px) {
  .single-cantera .gallery-container {
    padding: 72px 0 192px; } }

@media (max-width: 767px) {
  .single-cantera .gallery-container .swiper-gallery {
    padding: 36px 0; } }

@media (min-width: 768px) {
  .single-cantera .gallery-container .swiper-slide:first-child img {
    top: -72px; }
  .single-cantera .gallery-container .swiper-slide:nth-child(4n+2) img {
    bottom: -92px; }
  .single-cantera .gallery-container .swiper-slide:nth-child(4n+4) img {
    bottom: -192px; } }

/* @end */
.tags {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tags li {
    margin-bottom: 6px; }
  .tags .tag-holder {
    font-family: "Qanelas Regular", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-flex;
    background: #ff333c;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 3px;
    border: 1px solid #ff333c; }
  .tags .btn-holder {
    display: inline-flex; }

/* @group Login */
.page-template-page-login #page {
  background-color: #fff0ed; }
  .page-template-page-login #page .site-main h2 {
    font-size: 62px;
    font-size: 3.875rem;
    color: #ffffff;
    line-height: 1;
    font-family: "Qanelas Light", sans-serif;
    margin: 60px 0 0; }
  .page-template-page-login #page .site-main .gform_login_widget {
    text-align: center;
    font-family: "Qanelas Regular", sans-serif; }
    .page-template-page-login #page .site-main .gform_login_widget a {
      color: #000000; }
  .page-template-page-login #page .site-main .gform_body .gform_fields {
    padding-left: 0;
    padding-right: 0; }
  .page-template-page-login #page .site-main .gform_body li.gfield {
    padding-left: 0;
    padding-right: 0; }
    .page-template-page-login #page .site-main .gform_body li.gfield label {
      font-size: 14px;
      font-size: 0.875rem; }
    .page-template-page-login #page .site-main .gform_body li.gfield input[type="text"], .page-template-page-login #page .site-main .gform_body li.gfield input[type="password"] {
      font-family: "Qanelas Regular", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 1.19em 1em 1.168em 1.19em; }
    .page-template-page-login #page .site-main .gform_body li.gfield input[type="checkbox"] {
      margin-top: 0; }
  .page-template-page-login #page .site-main .gform_footer input[type=submit] {
    margin: 0 auto;
    display: block; }
  .page-template-page-login #page .site-main nav {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Qanelas Regular", sans-serif;
    text-align: center; }
    .page-template-page-login #page .site-main nav a {
      color: #000000; }

@media (min-width: 768px) {
  .page-template-page-login #page .site-main h2 {
    font-size: 92px;
    font-size: 5.75rem; } }

/* @end */
/* @group Nuevo socio - Mi Perfil */
.page-template-page-nuevo-socio .entry-content h3 {
  font-family: "Qanelas Bold", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px; }

.page-template-page-nuevo-socio .intro {
  background-color: #fff0ed;
  padding-top: 146px; }

.page-template-page-mi-cuenta .intro, .page-template-page-contactar-con-socio .intro {
  background-color: #fff0ed;
  padding-top: 146px; }

.page-template-page-nuevo-socio .intro h1, .page-template-page-mi-cuenta .intro h1, .page-template-page-contactar-con-socio .intro h1, .page-template-page-nuevo-socio .intro h2, .page-template-page-mi-cuenta .intro h2, .page-template-page-contactar-con-socio .intro h2 {
  margin: 0; }

.page-template-page-nuevo-socio .intro .description, .page-template-page-mi-cuenta .intro .description, .page-template-page-contactar-con-socio .intro .description {
  padding-bottom: 46px; }

.page-template-page-nuevo-socio .intro .description p, .page-template-page-mi-cuenta .intro .description p, .page-template-page-contactar-con-socio .intro .description p {
  font-size: 22px;
  font-size: 1.375rem; }

.page-template-page-nuevo-socio .entry-content, .page-template-page-mi-cuenta .entry-content, .page-template-page-contactar-con-socio .entry-content {
  position: relative;
  z-index: 99;
  margin: 0;
  border-bottom: 44px solid #fff0ed; }

.page-template-page-nuevo-socio .entry-content .validation_error, .page-template-page-mi-cuenta .entry-content .validation_error, .page-template-page-contactar-con-socio .entry-content .validation_error {
  display: none; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper {
  position: absolute;
  left: 50%;
  top: -29px;
  transform: translateX(-50%); }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric {
  background-color: #ff333c;
  border: none;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1rem;
  width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center; }

@media (min-width: 768px) {
  .page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric {
    min-width: 398px;
    max-width: none;
    font-size: 16px;
    font-size: 1rem; } }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric .label, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric .label, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric .label {
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric .button:after, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric .button:after, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric .button:after {
  border-top-color: #ff333c; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric:hover .button:after, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric:hover .button:after, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric:hover .button:after, .page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper.selectric-open .selectric .button:after, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper.selectric-open .selectric .button:after, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper.selectric-open .selectric .button:after {
  border-top-color: #ffffff; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric-items, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric-items, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric-items {
  text-align: left; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li {
  font-family: "Qanelas Light", sans-serif; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li.selectric-group-label, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li.selectric-group-label, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll li.selectric-group-label {
  font-family: "Qanelas Bold", sans-serif;
  text-transform: uppercase;
  border-top: 1px solid #333; }

.page-template-page-nuevo-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll > ul > li:first-child, .page-template-page-mi-cuenta .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll > ul > li:first-child, .page-template-page-contactar-con-socio .entry-content .populate-posts .selectric-wrapper .selectric-items .selectric-scroll > ul > li:first-child {
  display: none; }

.page-template-page-nuevo-socio .entry-content .gform_footer, .page-template-page-mi-cuenta .entry-content .gform_footer, .page-template-page-contactar-con-socio .entry-content .gform_footer {
  padding-bottom: 88px; }

.page-template-page-nuevo-socio .entry-content .gform_footer .gform_button, .page-template-page-mi-cuenta .entry-content .gform_footer .gform_button, .page-template-page-contactar-con-socio .entry-content .gform_footer .gform_button {
  position: absolute;
  left: 50%;
  bottom: -29px;
  transform: translateX(-50%); }

@media (min-width: 768px) {
  .page-template-page-nuevo-socio .entry-content .gform_footer .gform_button, .page-template-page-mi-cuenta .entry-content .gform_footer .gform_button, .page-template-page-contactar-con-socio .entry-content .gform_footer .gform_button {
    min-width: 358px;
    max-width: none; } }

.page-template-page-mi-cuenta .intro {
  padding-bottom: 120px;
  position: relative; }
  .page-template-page-mi-cuenta .intro .basic-btn, .page-template-page-mi-cuenta .intro #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 50%);
    left: 50%;
    z-index: 9;
    background-color: #000000; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit .page-template-page-mi-cuenta .intro input {
  position: absolute;
  bottom: 0;
  transform: translate(-50%, 50%);
  left: 50%;
  z-index: 9;
  background-color: #000000; }

.page-template-page-mi-cuenta .entry-content {
  padding: 60px 0 0; }

.page-template-page-cuenta-perfil #page {
  background-color: #fff0ed; }
  .page-template-page-cuenta-perfil #page .site-main h2 {
    font-size: 62px;
    font-size: 3.875rem;
    color: #ffffff;
    line-height: 1;
    font-family: "Qanelas Light", sans-serif;
    margin: 60px 0 0; }
  .page-template-page-cuenta-perfil #page .site-main .gform_login_widget {
    text-align: center;
    font-family: "Qanelas Regular", sans-serif; }
    .page-template-page-cuenta-perfil #page .site-main .gform_login_widget a {
      color: #000000; }
  .page-template-page-cuenta-perfil #page .site-main .gform_body .gform_fields {
    padding-left: 0;
    padding-right: 0; }
  .page-template-page-cuenta-perfil #page .site-main .gform_body li.gfield {
    padding-left: 0;
    padding-right: 0; }
    .page-template-page-cuenta-perfil #page .site-main .gform_body li.gfield label {
      font-size: 14px;
      font-size: 0.875rem; }
    .page-template-page-cuenta-perfil #page .site-main .gform_body li.gfield input[type="text"], .page-template-page-cuenta-perfil #page .site-main .gform_body li.gfield input[type="password"] {
      font-family: "Qanelas Regular", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      padding: 1.19em 1em 1.168em 1.19em; }
    .page-template-page-cuenta-perfil #page .site-main .gform_body li.gfield input[type="checkbox"] {
      margin-top: 0; }
  .page-template-page-cuenta-perfil #page .site-main .gform_footer input[type=submit] {
    margin: 0 auto;
    display: block; }
  .page-template-page-cuenta-perfil #page .site-main nav {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Qanelas Regular", sans-serif;
    text-align: center; }
    .page-template-page-cuenta-perfil #page .site-main nav a {
      color: #000000; }

@media (min-width: 768px) {
  .page-template-page-cuenta-perfil #page .site-main h2 {
    font-size: 92px;
    font-size: 5.75rem; } }

/* @end */
/* @group Foros */
body.bbpress #bbpress-forums {
  overflow: visible; }

body.bbpress div.bbp-template-notice, body.bbpress div.indicator-hint {
  background-color: transparent;
  font-family: "Qanelas Bold", sans-serif;
  border-color: #ff333c; }

body.bbpress div.bbp-template-notice.info, body.bbpress div.indicator-hint.info {
  border-color: #cbcbcb; }

body.bbpress div.bbp-template-notice img.avatar, body.bbpress div.indicator-hint img.avatar {
  display: none; }

body.bbpress div.bbp-breadcrumb, body.bbpress div.bbp-topic-tags {
  float: none;
  font-family: "Qanelas Regular", sans-serif;
  margin-bottom: 20px; }

body.bbpress div.bbp-breadcrumb a, body.bbpress div.bbp-topic-tags a {
  color: #000000;
  text-decoration: none; }

body.bbpress div.bbp-breadcrumb .bbp-breadcrumb-sep, body.bbpress div.bbp-topic-tags .bbp-breadcrumb-sep {
  margin: 0 6px; }

body.bbpress div.bbp-breadcrumb .bbp-breadcrumb-current, body.bbpress div.bbp-topic-tags .bbp-breadcrumb-current {
  font-family: "Qanelas Bold", sans-serif; }

body.bbpress #forums-header {
  background-color: #fff0ed; }
  body.bbpress #forums-header .logo-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
  body.bbpress #forums-header #subscription-toggle {
    display: none; }
  body.bbpress #forums-header .bbp-body .selectric-wrapper .selectric {
    background-color: #ff333c; }
    body.bbpress #forums-header .bbp-body .selectric-wrapper .selectric a {
      color: #ffffff; }
    body.bbpress #forums-header .bbp-body .selectric-wrapper .selectric .button {
      color: #ffffff; }
      body.bbpress #forums-header .bbp-body .selectric-wrapper .selectric .button:after {
        border-top-color: #ffffff; }
  body.bbpress #forums-header .bbp-body ul {
    overflow: hidden; }
    body.bbpress #forums-header .bbp-body ul li {
      font-family: "Qanelas Bold", sans-serif;
      width: 100%; }
      body.bbpress #forums-header .bbp-body ul li a {
        color: #000000;
        text-decoration: none; }

body.bbpress #forums-body .logo-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }

body.bbpress #forums-body #subscription-toggle {
  display: none; }
  body.bbpress #forums-body #subscription-toggle a {
    text-decoration: none;
    border: 1px solid #ff333c;
    border-radius: 3px;
    padding: 4px 7px;
    float: right;
    font-family: "Qanelas Bold", sans-serif;
    color: #ff333c; }

body.bbpress #forums-body .bbp-topics .bbp-body {
  width: 100%; }

body.bbpress #forums-body .bbp-list .topic {
  position: relative;
  padding-top: 20px;
  padding-bottom: 62px; }
  body.bbpress #forums-body .bbp-list .topic.odd, body.bbpress #forums-body .bbp-list .topic.even {
    background: #ffffff; }
    body.bbpress #forums-body .bbp-list .topic.odd:before, body.bbpress #forums-body .bbp-list .topic.even:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background-color: #ffa2a5; }
  body.bbpress #forums-body .bbp-list .topic .bbp-topic-title .bbp-topic-permalink {
    font-family: "Qanelas Bold", sans-serif;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-size: 1rem; }
  body.bbpress #forums-body .bbp-list .topic .bbp-topic-title .bbp-topic-meta {
    font-family: "Qanelas Regular", sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    font-size: 0.6875rem; }
    body.bbpress #forums-body .bbp-list .topic .bbp-topic-title .bbp-topic-meta a {
      color: #000000;
      text-decoration: none; }
    body.bbpress #forums-body .bbp-list .topic .bbp-topic-title .bbp-topic-meta .bbp-topic-started-by a img {
      display: none; }
    body.bbpress #forums-body .bbp-list .topic .bbp-topic-title .bbp-topic-meta .bbp-topic-started-in:before {
      content: '';
      display: inline-block;
      width: 1px;
      height: 8px;
      background-color: #000000;
      margin: 0 8px 0 6px; }
  body.bbpress #forums-body .bbp-list .topic .bbp-topic-freshness {
    font-family: "Qanelas Regular", sans-serif; }
    body.bbpress #forums-body .bbp-list .topic .bbp-topic-freshness a {
      text-decoration: none;
      color: #000000; }
    body.bbpress #forums-body .bbp-list .topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author {
      position: absolute;
      bottom: 0;
      left: 0; }
      body.bbpress #forums-body .bbp-list .topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author img {
        border-radius: 50%; }
      body.bbpress #forums-body .bbp-list .topic .bbp-topic-freshness .bbp-topic-meta .bbp-topic-freshness-author .bbp-author-name {
        display: none; }

body.bbpress #forums-body .bbp-replies .odd {
  background-color: #ffffff; }

body.bbpress #forums-body .bbp-replies .bbp-body .topic {
  position: relative; }

body.bbpress #forums-body .bbp-replies .bbp-body .reply {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px; }
  body.bbpress #forums-body .bbp-replies .bbp-body .reply:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffa2a5;
    position: absolute;
    bottom: 0; }
  body.bbpress #forums-body .bbp-replies .bbp-body .reply:last-child:after {
    content: none; }

body.bbpress #forums-body .bbp-replies .bbp-reply-content {
  margin: 0;
  padding: 0; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-ip {
    display: none; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-author {
    width: 48px;
    margin: 0 16px 0 0; }
    body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-author a.bbp-author-avatar {
      display: block; }
    body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-author img.avatar {
      display: block;
      margin: 0;
      width: 100%;
      border-radius: 50%; }
    body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-author .bbp-author-name {
      display: none; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .author-date .bbp-author-avatar {
    display: none; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .author-date .bbp-author-name {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .author-date .bbp-reply-post-date {
    font-family: "Qanelas Bold", sans-serif;
    text-transform: uppercase; }
  body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-revision-log {
    font-family: "Qanelas Regular", sans-serif;
    border: 0; }
    body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-revision-log .avatar {
      display: none; }
    body.bbpress #forums-body .bbp-replies .bbp-reply-content .bbp-reply-revision-log a {
      text-decoration: none;
      color: #000000; }

body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details {
  overflow: visible;
  width: 100%; }
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    font-family: "Qanelas Bold", sans-serif; }
    body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li {
      position: relative;
      text-transform: uppercase; }
      body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #ffa2a5; }
      body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li a {
        color: #000000; }
      body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li.current a {
        background-color: transparent;
        color: #ff333c; }
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-avatar .vcard img {
    border-radius: 50%; }
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #forums-body {
    /* .bbp-posts-body {
    						.row {
    							width: calc(100% - 50px) !important;
    						}
    					} */ }
    body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #forums-body .bbp-topics .bbp-body {
      /* .row {
  								width: calc(100% - 50px) !important;
  							} */ }

body.bbpress.bbp-user-page #bbpress-forums #bbp-user-body {
  margin-left: 0; }

body.bbpress.bbp-user-page #forums-body {
  overflow: hidden;
  padding-bottom: 60px; }
  body.bbpress.bbp-user-page #forums-body .c-title {
    margin-bottom: 30px !important; }

body.page-template-page-contacto .sidebar {
  background-color: #fff0ed;
  position: relative; }
  body.page-template-page-contacto .sidebar .page-header {
    margin-right: 80px; }
    body.page-template-page-contacto .sidebar .page-header h1 {
      font-family: "Qanelas Light", sans-serif;
      color: #ffffff;
      line-height: 1.1;
      margin: 0;
      font-size: 57.6px;
      font-size: 3.6rem; }
  body.page-template-page-contacto .sidebar .sidebar-holder {
    padding: 40px 0;
    font-family: "Qanelas Light", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
    body.page-template-page-contacto .sidebar .sidebar-holder div[itemprop="address"] {
      margin: 20px 0 0; }
    body.page-template-page-contacto .sidebar .sidebar-holder h2 {
      margin: 0;
      text-transform: uppercase;
      font-family: "Qanelas Light", sans-serif;
      font-size: 16px;
      font-size: 1rem; }

body.page-template-page-contacto .page-content {
  position: relative; }
  body.page-template-page-contacto .page-content .page-content-holder {
    font-family: "Qanelas Light", sans-serif;
    font-size: 13px;
    font-size: 0.8125rem; }
    body.page-template-page-contacto .page-content .page-content-holder h3 {
      margin: 0;
      font-size: 16px;
      font-size: 1rem; }
    body.page-template-page-contacto .page-content .page-content-holder h4 {
      margin: 0;
      font-size: 16px;
      font-size: 1rem;
      text-transform: uppercase; }
    body.page-template-page-contacto .page-content .page-content-holder a {
      color: #000000;
      text-decoration: none; }
    body.page-template-page-contacto .page-content .page-content-holder .staff {
      margin-bottom: 20px; }
      body.page-template-page-contacto .page-content .page-content-holder .staff span[itemprop="jobTitle"] {
        text-transform: uppercase; }
      body.page-template-page-contacto .page-content .page-content-holder .staff h3 {
        font-family: "Qanelas Bold", sans-serif; }

body.error404 .sidebar {
  background-color: #fff0ed;
  position: relative; }
  body.error404 .sidebar .page-header {
    margin-right: 80px; }
    body.error404 .sidebar .page-header h1 {
      font-family: "Qanelas Light", sans-serif;
      color: #ffffff;
      line-height: 1.1;
      margin: 0;
      font-size: 57.6px;
      font-size: 3.6rem; }
  body.error404 .sidebar .sidebar-holder {
    padding: 40px 0; }
    body.error404 .sidebar .sidebar-holder h2 {
      margin: 0;
      text-transform: uppercase;
      font-family: "Qanelas Light", sans-serif;
      font-size: 16px;
      font-size: 1rem; }
    body.error404 .sidebar .sidebar-holder p {
      margin: 0;
      font-family: "Qanelas Light", sans-serif;
      font-size: 16px;
      font-size: 1rem; }

body.error404 .page-content {
  position: relative;
  margin: 0;
  padding: 0; }
  body.error404 .page-content img {
    display: block; }

@media (min-width: 768px) {
  body.bbpress #forums-header .bbp-body ul li {
    width: 50%; } }

@media (max-width: 767px) {
  body.bbpress #forums-body .logo-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
    body.bbpress #forums-body .logo-wrapper .row {
      margin-left: -20px;
      margin-right: -20px; } }

@media (min-width: 768px) {
  body.bbpress #forums-body .bbp-list .topic.odd:before {
    left: -30px; } }

@media (min-width: 768px) {
  body.bbpress #forums-body .bbp-list .topic.even:before {
    right: -30px; } }

@media (max-width: 767px) {
  body.bbpress #forums-body .bbp-replies .bbp-body .topic {
    padding-bottom: 30px;
    margin-bottom: 40px; }
    body.bbpress #forums-body .bbp-replies .bbp-body .topic:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background-color: #ffa2a5;
      position: absolute;
      bottom: 0; } }

@media (min-width: 768px) {
  body.bbpress #forums-body .bbp-replies .bbp-body .topic {
    position: absolute;
    left: 25px;
    width: calc( 50% - 50px); } }

@media (min-width: 768px) {
  body.bbpress #forums-body .bbp-replies .bbp-body .reply:after {
    width: calc(100% + 30px); } }

@media (min-width: 768px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details {
    width: 220px; } }

@media (max-width: 767px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
    margin: 0 auto; } }

@media (max-width: 767px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
    margin-bottom: 40px; } }

@media (min-width: 768px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li:before {
    left: -30px; } }

@media (max-width: 767px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul li a {
    text-align: center; } }

@media (min-width: 768px) {
  body.bbpress.bbp-user-page #bbpress-forums #bbp-user-body {
    margin-left: 250px; } }

@media (min-width: 768px) {
  body.bbpress.bbp-user-page #forums-body .bbp-body {
    width: calc(100% - 50px) !important; } }

/* @end */
/* @group Contacto */
@media (min-width: 768px) {
  body.page-template-page-contacto .sidebar {
    padding-bottom: 228px; } }

@media (min-width: 768px) {
  body.page-template-page-contacto .sidebar .page-header {
    margin-right: 0;
    max-width: 500px; } }

@media (min-width: 768px) {
  body.page-template-page-contacto .sidebar .page-header h1 {
    font-size: 105.6px;
    font-size: 6.6rem; } }

@media (min-width: 768px) {
  body.page-template-page-contacto .sidebar .sidebar-holder {
    position: absolute;
    bottom: 44px;
    max-width: 220px;
    padding: 0; } }

@media (min-width: 768px) {
  body.page-template-page-contacto .page-content .page-content-holder {
    position: absolute;
    bottom: 48px;
    left: 25px;
    right: 25px;
    padding-right: 25px; } }

/* @end */
/* @group Error */
@media (min-width: 768px) {
  body.error404 .sidebar .page-header {
    margin-right: 200px; } }

@media (min-width: 768px) {
  body.error404 .sidebar .page-header h1 {
    font-size: 105.6px;
    font-size: 6.6rem; } }

@media (min-width: 768px) {
  body.error404 .sidebar .sidebar-holder {
    position: absolute;
    bottom: 44px;
    max-width: 220px;
    padding: 0; } }

@media (min-width: 768px) {
  body.error404 .page-content img {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -44px;
    transform: translate(-50%, -50%);
    width: 370px;
    height: 335px; } }

/* @end */
/* @group Otros */
.transition-overlay {
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 100%;
  height: 100%;
  z-index: 1000; }

.overlay-main {
  background: #ff333c; }

.overlay-second {
  background: #2149fd; }

.gf_invisible {
  display: none; }

/* @end */
/* @group Perfil */
body.page-template-page-perfil #page {
  background-color: #fff0ed; }
  body.page-template-page-perfil #page h1 {
    font-size: 62px;
    font-size: 3.875rem;
    color: #ffffff;
    line-height: 1;
    font-family: "Qanelas Light", sans-serif; }

body.page-template-page-perfil .gfield_description {
  font-family: "Qanelas Regular", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem; }

body.page-template-page-perfil .btn-holder-center {
  text-align: center;
  padding-bottom: 60px; }
  body.page-template-page-perfil .btn-holder-center .basic-btn, body.page-template-page-perfil .btn-holder-center #site-search .search-holder .searchandfilter > ul .sf-field-submit input {
    display: inline-table;
    min-width: 49%; }

@media (min-width: 768px) {
  body.page-template-page-perfil #page h1 {
    font-size: 92px;
    font-size: 5.75rem; } }

#site-search .search-holder .searchandfilter > ul .sf-field-submit body.page-template-page-perfil .btn-holder-center input {
  display: inline-table;
  min-width: 49%; }

body.page-template-page-perfil .btn-holder-center .basic-btn.black, body.page-template-page-perfil .btn-holder-center #site-search .search-holder .searchandfilter > ul .sf-field-submit input.black {
  background-color: #000000; }

#site-search .search-holder .searchandfilter > ul .sf-field-submit body.page-template-page-perfil .btn-holder-center input.black {
  background-color: #000000; }

.post-type-archive-espacios #intro {
  height: calc(100vh - 88px);
  position: relative;
  overflow: hidden;
  background-color: #9b9b9b;
  transition: all .5s; }
  .post-type-archive-espacios #intro .ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate; }

@keyframes blink {
  100% {
    opacity: 0; } }

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

@-moz-keyframes blink {
  100% {
    opacity: 0; } }
  .post-type-archive-espacios #intro .swiper-spaces-billboard {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .post-type-archive-espacios #intro .swiper-spaces-billboard .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .post-type-archive-espacios #intro .swiper-spaces-billboard .swiper-spaces-button {
      width: 43px;
      height: 43px;
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 99999;
      margin-top: -21px; }
      .post-type-archive-espacios #intro .swiper-spaces-billboard .swiper-spaces-button svg {
        display: block;
        width: 43px;
        height: 43px;
        fill: #ffffff; }
      .post-type-archive-espacios #intro .swiper-spaces-billboard .swiper-spaces-button.swiper-spaces-button-prev {
        left: 10px; }
      .post-type-archive-espacios #intro .swiper-spaces-billboard .swiper-spaces-button.swiper-spaces-button-next {
        right: 10px; }
  .post-type-archive-espacios #intro .anchor-links ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border: 1px solid #fff;
    border-radius: 4px; }
    .post-type-archive-espacios #intro .anchor-links ul li {
      width: 50%; }
      .post-type-archive-espacios #intro .anchor-links ul li a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-family: "Qanelas Bold", sans-serif;
        text-align: center;
        position: relative;
        padding: 12px; }
        .post-type-archive-espacios #intro .anchor-links ul li a svg {
          fill: white;
          width: 8px;
          height: 17px;
          position: absolute;
          right: 10px;
          margin-top: 4px; }
      .post-type-archive-espacios #intro .anchor-links ul li:first-child a {
        border-right: 1px solid #ffffff; }
  .post-type-archive-espacios #intro .intro-container {
    padding: 56px 10px;
    max-width: 1100px;
    z-index: 9;
    position: relative; }
    @media (min-width: 768px) {
      .post-type-archive-espacios #intro .intro-container {
        padding: 56px; } }
    .post-type-archive-espacios #intro .intro-container p {
      font-family: "Qanelas Light", sans-serif;
      margin: 0;
      font-size: 40px;
      font-size: 2.5rem;
      color: #fff;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .post-type-archive-espacios #intro .intro-container p {
          font-size: 52.8px;
          font-size: 3.3rem; } }
  .post-type-archive-espacios #intro .intro-footer {
    z-index: 9; }
    .post-type-archive-espacios #intro .intro-footer .address {
      color: #ffffff;
      font-family: "Qanelas Bold", sans-serif; }
  .post-type-archive-espacios #intro.black .swiper-spaces-billboard svg {
    fill: #000000; }
  .post-type-archive-espacios #intro.black .anchor-links ul {
    border-color: #000000; }
    .post-type-archive-espacios #intro.black .anchor-links ul li a {
      color: #000000; }
      .post-type-archive-espacios #intro.black .anchor-links ul li a svg {
        fill: #000000; }
    .post-type-archive-espacios #intro.black .anchor-links ul li:first-child a {
      border-right-color: #000000; }
  .post-type-archive-espacios #intro.black .intro-container p {
    color: #000000; }
  .post-type-archive-espacios #intro.black .intro-footer .address {
    color: #000000; }
  .post-type-archive-espacios #intro.red .swiper-spaces-billboard svg {
    fill: #ff333c; }
  .post-type-archive-espacios #intro.red .anchor-links ul {
    border-color: #ff333c; }
    .post-type-archive-espacios #intro.red .anchor-links ul li a {
      color: #ff333c; }
      .post-type-archive-espacios #intro.red .anchor-links ul li a svg {
        fill: #ff333c; }
    .post-type-archive-espacios #intro.red .anchor-links ul li:first-child a {
      border-right-color: #ff333c; }
  .post-type-archive-espacios #intro.red .intro-container p {
    color: #ff333c; }
  .post-type-archive-espacios #intro.red .intro-footer .address {
    color: #ff333c; }
  .post-type-archive-espacios #intro.blue .swiper-spaces-billboard svg {
    fill: #2149fd; }
  .post-type-archive-espacios #intro.blue .anchor-links ul {
    border-color: #2149fd; }
    .post-type-archive-espacios #intro.blue .anchor-links ul li a {
      color: #2149fd; }
      .post-type-archive-espacios #intro.blue .anchor-links ul li a svg {
        fill: #2149fd; }
    .post-type-archive-espacios #intro.blue .anchor-links ul li:first-child a {
      border-right-color: #2149fd; }
  .post-type-archive-espacios #intro.blue .intro-container p {
    color: #2149fd; }
  .post-type-archive-espacios #intro.blue .intro-footer .address {
    color: #2149fd; }

.post-type-archive-espacios .presentation {
  background-color: #fff0ed;
  padding: 60px 0;
  color: #ff333c; }
  .post-type-archive-espacios .presentation p {
    font-size: 22px;
    font-size: 1.375rem; }

.post-type-archive-espacios main {
  padding-bottom: 56px; }

.post-type-archive-espacios .m-wrapper {
  max-width: inherit !important;
  padding-top: 56px; }
  .post-type-archive-espacios .m-wrapper article.espacio {
    margin-bottom: 56px; }
    .post-type-archive-espacios .m-wrapper article.espacio .row {
      padding-left: 0;
      padding-right: 0; }
    .post-type-archive-espacios .m-wrapper article.espacio .c-title a {
      text-decoration: none;
      color: #000; }
    .post-type-archive-espacios .m-wrapper article.espacio .espacio-info p {
      margin-top: 0; }
    .post-type-archive-espacios .m-wrapper article.espacio .espacio-info h3 {
      font-size: 13px;
      font-size: 0.8125rem;
      font-family: "Qanelas Bold", sans-serif;
      margin-bottom: 6px; }
    .post-type-archive-espacios .m-wrapper article.espacio .espacio-info .icon {
      width: 20px;
      height: auto; }
    .post-type-archive-espacios .m-wrapper article.espacio .espacio-info ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .post-type-archive-espacios .m-wrapper article.espacio .espacio-info ul li {
        font-size: 13px;
        font-size: 0.8125rem;
        font-family: "Qanelas Regular", sans-serif; }
    .post-type-archive-espacios .m-wrapper article.espacio .espacio-info .basic-btn {
      margin: 24px 0 0; }

.post-type-archive-espacios .intro-footer {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 24px; }
  @media (min-width: 768px) {
    .post-type-archive-espacios .intro-footer {
      left: 56px;
      right: 56px; } }
.post-type-archive-espacios .gallery-container {
  position: relative;
  overflow: hidden; }
  .post-type-archive-espacios .gallery-container span.from-price {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #fff;
    background-color: #2149fd;
    z-index: 9;
    font-size: 0.8125rem;
    font-family: "Qanelas Bold", sans-serif;
    padding: 6px 12px;
    border-radius: 3px; }
  .post-type-archive-espacios .gallery-container .swiper-gallery-button {
    display: block;
    width: 43px;
    height: 43px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 99;
    margin-top: -21px; }
    .post-type-archive-espacios .gallery-container .swiper-gallery-button svg {
      display: block;
      width: 43px;
      height: 43px;
      fill: #ff333c; }
    .post-type-archive-espacios .gallery-container .swiper-gallery-button.swiper-gallery-button-prev {
      left: 50%;
      margin-left: -300px; }
    .post-type-archive-espacios .gallery-container .swiper-gallery-button.swiper-gallery-button-next {
      right: 50%;
      margin-right: -300px; }
    .post-type-archive-espacios .gallery-container .swiper-gallery-button.swiper-button-disabled {
      display: none; }
  .post-type-archive-espacios .gallery-container .swiper-slide img {
    display: block;
    width: 100%;
    position: relative; }

.post-type-archive-espacios .services .col-1of2 {
  margin-bottom: 24px; }

.post-type-archive-espacios .services h2 {
  color: #ff333c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px; }

.post-type-archive-espacios .services .icon {
  width: 20px;
  height: auto; }

.post-type-archive-espacios .services h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0; }

.post-type-archive-espacios .services p {
  font-size: 13px;
  font-size: 0.8125rem; }

.post-type-archive-espacios .services ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .post-type-archive-espacios .services ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Qanelas Regular", sans-serif; }
    .post-type-archive-espacios .services ul li a {
      color: #000000; }

.post-type-archive-espacios #neighborhood {
  color: #ffffff;
  background-color: #000000;
  padding-top: 120px;
  position: relative;
  color: #000; }
  @media (min-width: 768px) {
    .post-type-archive-espacios #neighborhood {
      padding-top: 320px; } }
  .post-type-archive-espacios #neighborhood .row .row {
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 768px) {
      .post-type-archive-espacios #neighborhood .row .row {
        margin-left: -27px;
        margin-right: -27px; } }
  .post-type-archive-espacios #neighborhood #neighborhood-holder {
    /*position: absolute;
      bottom: 0;
      left: 0;
      right: 0; */
    margin-top: 2px; }
    .post-type-archive-espacios #neighborhood #neighborhood-holder .holder {
      position: relative;
      z-index: 9; }
      .post-type-archive-espacios #neighborhood #neighborhood-holder .holder h5 {
        text-align: center;
        color: #fff0ed;
        font-family: "Qanelas Light", sans-serif;
        font-weight: normal;
        margin: 0;
        line-height: 0.7;
        white-space: nowrap;
        font-size: 2.5rem;
        line-height: 40px; }
        @media (min-width: 768px) {
          .post-type-archive-espacios #neighborhood #neighborhood-holder .holder h5 {
            font-size: 142px;
            font-size: 8.875rem; } }
      .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .howto {
        margin-top: 122px;
        position: relative;
        background-color: #ffffff;
        padding-top: 24px;
        padding-bottom: 24px; }
        .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .howto .howto-holder {
          background-color: #fff;
          position: relative; }
          .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .howto .howto-holder .col-1of3 {
            margin-bottom: 24px; }
          .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .howto .howto-holder h3 {
            color: #ff333c;
            text-transform: uppercase;
            font-size: 13px;
            font-size: 0.8125rem;
            margin-bottom: 24px; }
          .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .howto .howto-holder h4 {
            font-size: 13px;
            font-size: 0.8125rem;
            margin: 0; }
      .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .info-holder {
        color: #000000;
        background-color: #fff0ed;
        padding-top: 24px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 56px; }
        @media (min-width: 768px) {
          .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .info-holder {
            padding-left: 56px;
            padding-right: 56px;
            padding-bottom: 0; } }
        .post-type-archive-espacios #neighborhood #neighborhood-holder .holder .info-holder a {
          color: #000000;
          display: table;
          text-decoration: none; }

.post-type-archive-espacios #servicios .row {
  padding-left: 0;
  padding-right: 0; }

.single-espacios .row {
  padding-left: 0;
  padding-right: 0; }

.single-espacios .m-wrapper {
  max-width: inherit;
  padding-top: 56px; }

.single-espacios .form-holder .gform_body {
  margin-left: -5px;
  margin-right: -5px; }
  .single-espacios .form-holder .gform_body li {
    margin-bottom: 12px;
    padding-right: 5px !important;
    padding-left: 5px !important; }
    .single-espacios .form-holder .gform_body li.divided-1of2 .ginput_complex {
      display: flex;
      margin-left: -5px;
      margin-right: -5px; }
      .single-espacios .form-holder .gform_body li.divided-1of2 .ginput_complex span {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
    .single-espacios .form-holder .gform_body li.divided-1of2 .ginput_container_checkbox ul {
      padding: 0;
      display: flex;
      margin-left: -5px;
      margin-right: -5px;
      flex-wrap: wrap; }
      .single-espacios .form-holder .gform_body li.divided-1of2 .ginput_container_checkbox ul li {
        display: block;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0;
        margin-top: 10px;
        color: #9b9b9b; }
        .single-espacios .form-holder .gform_body li.divided-1of2 .ginput_container_checkbox ul li label {
          font-family: "Qanelas Regular", sans-serif; }
    .single-espacios .form-holder .gform_body li input::placeholder {
      color: #9b9b9b;
      font-family: "Qanelas Regular", sans-serif; }
    .single-espacios .form-holder .gform_body li .selectric .label {
      color: #9b9b9b;
      font-family: "Qanelas Regular", sans-serif; }
    .single-espacios .form-holder .gform_body li textarea {
      height: 56px; }
      .single-espacios .form-holder .gform_body li textarea::placeholder {
        color: #9b9b9b; }

.single-espacios .form-holder .gform_footer input[type="submit"] {
  width: 100%; }

.single-espacios .form-holder p.note {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif; }

.single-espacios .description p {
  font-size: 22px;
  font-size: 1.375rem; }

.single-espacios .services .col-1of2 {
  margin-bottom: 24px; }

.single-espacios .services h2 {
  color: #ff333c;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Qanelas Regular", sans-serif;
  text-transform: uppercase;
  margin-bottom: 24px; }

.single-espacios .services .icon {
  width: 20px;
  height: auto; }

.single-espacios .services h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 6px 0; }

.single-espacios .services p {
  font-size: 13px;
  font-size: 0.8125rem; }

.single-espacios .services ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .single-espacios .services ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: "Qanelas Regular", sans-serif; }
    .single-espacios .services ul li a {
      color: #000000; }

.single-espacios .gallery-container {
  padding: 0 !important;
  margin-left: -20px;
  margin-right: -20px; }
  @media (min-width: 768px) {
    .single-espacios .gallery-container {
      margin-left: -27px;
      margin-right: inherit; } }
  .single-espacios .gallery-container .swiper-gallery .swiper-slide {
    max-width: inherit; }
  .single-espacios .gallery-container .swiper-gallery img {
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important;
    display: block; }

.single-espacios .cdec-rates {
  background-color: #fff0ed;
  text-align: center;
  padding-top: 48px;
  position: relative; }
  .single-espacios .cdec-rates h2 {
    font-family: "Qanelas Bold", sans-serif;
    color: #ff333c;
    margin-bottom: 56px; }
  .single-espacios .cdec-rates .cdec-rates-header {
    color: #2149fd;
    padding: 0; }
    .single-espacios .cdec-rates .cdec-rates-header svg {
      display: block;
      margin: 0 auto;
      fill: #2149fd;
      max-width: 60px;
      max-height: 60px; }
    .single-espacios .cdec-rates .cdec-rates-header h3 {
      font-family: "Qanelas Bold", sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      font-size: 0.75rem; }
    .single-espacios .cdec-rates .cdec-rates-header .col-1of3 {
      border-right: 1px solid #2149fd;
      padding: 0 0 32px; }
      .single-espacios .cdec-rates .cdec-rates-header .col-1of3:last-child {
        border: none; }
  .single-espacios .cdec-rates .cdec-rates-body {
    background-color: #2149fd;
    color: #ffffff;
    padding: 0 0 48px; }
    .single-espacios .cdec-rates .cdec-rates-body .col-1of3 {
      border-right: 1px solid #ffffff;
      padding: 48px 0; }
      .single-espacios .cdec-rates .cdec-rates-body .col-1of3:last-child {
        border: none; }
    .single-espacios .cdec-rates .cdec-rates-body ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .single-espacios .cdec-rates .cdec-rates-body ul li {
        font-family: "Qanelas Bold", sans-serif;
        line-height: 1;
        padding: 24px 0;
        position: relative; }
        .single-espacios .cdec-rates .cdec-rates-body ul li h4 {
          margin: 0 0 12px;
          color: #ffffff; }
        .single-espacios .cdec-rates .cdec-rates-body ul li .price .value {
          font-size: 28px;
          font-size: 1.75rem; }
        .single-espacios .cdec-rates .cdec-rates-body ul li .price .currency {
          font-family: "Qanelas Regular", sans-serif; }
        .single-espacios .cdec-rates .cdec-rates-body ul li:after {
          content: '';
          display: block;
          width: 30px;
          height: 1px;
          margin: 48px auto 0;
          background-color: #ffffff; }
        .single-espacios .cdec-rates .cdec-rates-body ul li:last-child:after {
          content: none; }
        .single-espacios .cdec-rates .cdec-rates-body ul li a {
          color: #ffffff;
          font-family: "merriweatherregular", serif;
          font-size: 11px;
          font-size: 0.6875rem;
          text-transform: lowercase;
          text-decoration: none;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: 48px; }
        .single-espacios .cdec-rates .cdec-rates-body ul li:last-child a {
          bottom: -1px; }

.post-type-archive-empleo .banner-become-partner {
  display: none; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
