/* Error de minimización. Devolviendo el contenido no minimizado.
(29107,2): run-time error CSS1019: Unexpected token, found '16'
(31268,1): run-time error CSS1019: Unexpected token, found '}'
(31527,1): run-time error CSS1019: Unexpected token, found '}'
(32076,39): run-time error CSS1039: Token not allowed after unary operator: '-red'
 */
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

    /**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
    a:active,
    a:hover {
        outline-width: 0;
    }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

    /**
 * Add the correct display in iOS 4-7.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* Susy */
/* Retina background */
/* 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;
    }
}

.mm-menu, .mm-panels, .mm-panels > .mm-panel {
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    box-sizing: border-box;
}

.mm-btn, .mm-menu {
    box-sizing: border-box;
}

.mm-listview a, .mm-listview a:hover, .mm-navbar a, .mm-navbar a:hover {
    text-decoration: none;
}

.mm-listview .mm-next:before, .mm-listview > li:not(.mm-divider):after, .mm-next:after, .mm-prev:before {
    content: '';
    bottom: 0;
}

.mm-hidden {
    display: none !important;
}

.mm-menu, .mm-panels > .mm-panel:not(.mm-hidden) {
    display: block;
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative;
}

.mm-menu {
    padding: 0;
    position: absolute;
    bottom: 0;
}

.mm-panels, .mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    position: absolute;
    bottom: 0;
}

.mm-btn, .mm-panel.mm-highest {
    z-index: 1;
}

.mm-panels {
    overflow: hidden;
}

.mm-panel {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

    .mm-panel.mm-opened {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .mm-panel.mm-subopened {
        -webkit-transform: translate(-30%, 0);
        -ms-transform: translate(-30%, 0);
        transform: translate(-30%, 0);
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }

.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px;
}

.mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 40px;
}

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 20px;
}

.mm-vertical .mm-panel {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px;
}

    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
        border-color: transparent;
    }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
    display: block;
}

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
    height: 40px;
    bottom: auto;
}

    .mm-listview > li.mm-vertical > .mm-next:after, .mm-vertical .mm-listview > li > .mm-next:after {
        top: 16px;
        bottom: auto;
    }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px;
}

.mm-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
}

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-clear:before, .mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px;
}

.mm-clear:after, .mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px;
}

.mm-next:after, .mm-prev:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto;
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto;
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .mm-navbar > * {
        display: block;
        padding: 10px 0;
    }

    .mm-navbar .mm-btn:first-child {
        left: 0;
    }

    .mm-navbar .mm-btn:last-child {
        text-align: right;
        right: 0;
    }

.mm-panel .mm-navbar {
    display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
}

.mm-listview, .mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px;
}

    .mm-listview > li {
        position: relative;
    }

        .mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
            border-color: inherit;
            border: 0;
        }

            .mm-listview > li > a, .mm-listview > li > span {
                color: inherit;
                display: block;
                padding: 10px 10px 10px 20px;
                margin: 0;
            }

            .mm-listview > li:not(.mm-divider):after {
                border-bottom-width: 1px;
                border-bottom-style: solid;
                display: block;
                position: absolute;
                right: 0;
                left: 20px;
            }

    .mm-listview .mm-next {
        background: rgba(3, 2, 1, 0);
        width: 50px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

        .mm-listview .mm-next:before {
            border-left-width: 1px;
            border-left-style: solid;
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }

        .mm-listview .mm-next + a, .mm-listview .mm-next + span {
            margin-right: 0;
        }

        .mm-listview .mm-next.mm-fullsubopen {
            width: 100%;
        }

            .mm-listview .mm-next.mm-fullsubopen:before {
                border-left: none;
            }

            .mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
                padding-right: 50px;
                margin-right: 0;
            }

.mm-panels > .mm-panel > .mm-listview {
    margin: 20px -20px;
}

    .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: -20px;
    }

.mm-listview .mm-inset {
    list-style: disc inside;
    padding: 0 10px 15px 40px;
    margin: 0;
}

    .mm-listview .mm-inset > li {
        padding: 5px 0;
    }

.mm-listview .mm-divider {
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
}

.mm-listview .mm-spacer {
    padding-top: 40px;
}

    .mm-listview .mm-spacer > .mm-next {
        top: 40px;
    }

    .mm-listview .mm-spacer.mm-divider {
        padding-top: 25px;
    }

.mm-menu {
    background: #f3f3f3;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
}

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgba(0, 0, 0, 0.3);
    }

    .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
        border-color: rgba(0, 0, 0, 0.3);
    }

    .mm-menu .mm-listview {
        border-color: rgba(0, 0, 0, 0.1);
    }

        .mm-menu .mm-listview > li .mm-next:after {
            border-color: rgba(0, 0, 0, 0.3);
        }

        .mm-menu .mm-listview > li a:not(.mm-next) {
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
            tap-highlight-color: rgba(255, 255, 255, 0.5);
        }

        .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
            background: rgba(255, 255, 255, 0.5);
        }

        .mm-menu .mm-divider, .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
            background: rgba(0, 0, 0, 0.05);
        }

.mm-page {
    box-sizing: border-box;
    position: relative;
}

.mm-slideout {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    z-index: 1;
}

html.mm-opened {
    overflow-x: hidden;
    position: relative;
}

html.mm-blocking, html.mm-blocking body {
    overflow: hidden;
}

html.mm-background .mm-page {
    background: inherit;
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

html.mm-blocking #mm-blocker {
    display: block;
}

.mm-menu.mm-offcanvas {
    z-index: 99999;
    display: none;
    position: fixed;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
}

    .mm-menu.mm-offcanvas.mm-current {
        display: block;
    }

    .mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
        z-index: 10;
    }

html.mm-opening .mm-slideout {
    -webkit-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
}

@media all and (max-width: 175px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 550px) {
    html.mm-opening .mm-slideout {
        -webkit-transform: translate(440px, 0);
        -ms-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0);
    }
}

.mm-panels .mm-panel .mm-listview > li > a, .mm-panels .mm-panel .mm-listview > li > span {
    color: #0258b1;
    text-align: center;
    padding: 10px 10px 10px 10px;
    font-size: 18px;
}

.mm-panels .mm-panel .mm-listview > li .mm-next:after {
    border-color: #0258b1;
}

.mm-panels .mm-panel .mm-listview > li:not(.mm-divider):after {
    content: none;
}

.mm-panels .mm-panel .mm-navbar .mm-title {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.mm-panels .mm-panel .search a svg {
    display: none;
}

.mm-panels .main-menu-container-content-header ul.mm-listview {
    margin: 0;
    padding: 0;
}

    .mm-panels .main-menu-container-content-header ul.mm-listview li {
        display: inline-block;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-size: 11px;
    }

        .mm-panels .main-menu-container-content-header ul.mm-listview li a {
            padding: 0;
            margin: 0;
            color: #484d53;
            font-size: 11px;
            padding: 12px;
        }

        .mm-panels .main-menu-container-content-header ul.mm-listview li:after {
            content: none;
        }

.mm-menu.mm-offcanvas.mm-fullscreen {
    width: 100%;
    min-width: 140px;
    max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(140px, 0);
        -ms-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(10000px, 0);
        -ms-transform: translate(10000px, 0);
        transform: translate(10000px, 0);
        -webkit-transform: translate3d(10000px, 0, 0);
        transform: translate3d(10000px, 0, 0);
    }
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

@media all and (max-width: 140px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-140px, 0);
        -ms-transform: translate(-140px, 0);
        transform: translate(-140px, 0);
        -webkit-transform: translate3d(-140px, 0, 0);
        transform: translate3d(-140px, 0, 0);
    }
}

@media all and (min-width: 10000px) {
    html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
        -webkit-transform: translate(-10000px, 0);
        -ms-transform: translate(-10000px, 0);
        transform: translate(-10000px, 0);
        -webkit-transform: translate3d(-10000px, 0, 0);
        transform: translate3d(-10000px, 0, 0);
    }
}

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
    height: 100%;
    min-height: 140px;
    max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
    box-shadow: none !important;
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */
.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;
        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;
}

    .swiper-container-horizontal > .swiper-pagination-progress.top {
        top: 0;
    }

    .swiper-container-horizontal > .swiper-pagination-progress.bottom {
        bottom: 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), transparent);
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
        /* Opera 11.10-12.00 */
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, left, right);
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
        /* Opera 11.10-12.00 */
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, left, right);
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
        /* Opera 11.10-12.00 */
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, left, right);
        /* Safari 4+, Chrome */
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        /* Chrome 10+, Safari 5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 3.6-15 */
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
        /* Opera 11.10-12.00 */
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
        /* Firefox 16+, IE10, Opera 12.50+ */
    }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.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);
    }
}

#cookie-bar {
    background: rgba(17, 17, 17, 0.8);
    height: auto;
    line-height: 24px;
    color: #eeeeee;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 12px 12px;
}

    #cookie-bar p {
        margin: 0;
        padding: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        border: 1px solid #ffffff;
    }

        #cookie-bar .cb-enable:hover {
            background: #0258b1;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: #0033bb;
    }

        #cookie-bar .cb-policy:hover {
            background: #0055dd;
        }

/* perfect-scrollbar v0.6.16 */
.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

    .ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
        display: block;
        background-color: transparent;
    }

    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999;
            height: 11px;
        }

    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999;
            width: 11px;
        }

    .ps-container > .ps-scrollbar-x-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        opacity: 0;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        -o-transition: background-color .2s linear, opacity .2s linear;
        -moz-transition: background-color .2s linear, opacity .2s linear;
        transition: background-color .2s linear, opacity .2s linear;
        bottom: 0px;
        /* there must be 'bottom' for ps-scrollbar-x-rail */
        height: 15px;
    }

        .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            position: absolute;
            /* please don't change 'position' */
            background-color: #aaa;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
            -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
            -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
            bottom: 2px;
            /* there must be 'bottom' for ps-scrollbar-x */
            height: 6px;
        }

        .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
            height: 11px;
        }

    .ps-container > .ps-scrollbar-y-rail {
        display: none;
        position: absolute;
        /* please don't change 'position' */
        opacity: 0;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        -o-transition: background-color .2s linear, opacity .2s linear;
        -moz-transition: background-color .2s linear, opacity .2s linear;
        transition: background-color .2s linear, opacity .2s linear;
        right: 0;
        /* there must be 'right' for ps-scrollbar-y-rail */
        width: 15px;
    }

        .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            position: absolute;
            /* please don't change 'position' */
            background-color: #aaa;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
            -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
            -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
            transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
            right: 2px;
            /* there must be 'right' for ps-scrollbar-y */
            width: 6px;
        }

        .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
            width: 11px;
        }

    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: #999;
            height: 11px;
        }

    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
        background-color: #eee;
        opacity: 0.9;
    }

        .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: #999;
            width: 11px;
        }

    .ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
        opacity: 0.6;
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
                background-color: #999;
            }

        .ps-container:hover > .ps-scrollbar-y-rail:hover {
            background-color: #eee;
            opacity: 0.9;
        }

            .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
                background-color: #999;
            }

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important;
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes smallFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes smallFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 40%, 0);
        transform: translate3d(0, 40%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.smallFadeInUp {
    -webkit-animation-name: smallFadeInUp;
    animation-name: smallFadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    font-size: 112.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*======================================
  Selectric v1.11.0
======================================*/
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: 1px solid #484d53;
    background: transparent;
    position: relative;
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 38px 0 10px;
        font-size: 12px;
        line-height: 38px;
        color: #484d53;
        height: 38px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    .selectric .arrow {
        display: block;
        width: 12px;
        height: 7px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 12px;
        color: #484d53;
    }

        .selectric .arrow svg {
            width: 12px;
            height: 7px;
            display: block;
        }

    .selectric .button {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 38px;
        height: 38px;
        color: #484d53;
        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: #484d53;
            border-bottom: none;
        }

.selectric-focus .selectric {
    border-color: #0058b1;
}

.selectric-hover .selectric {
    border-color: #0058b1;
}

    .selectric-hover .selectric .button {
        color: #0058b1;
    }

        .selectric-hover .selectric .button:after {
            border-top-color: #0058b1;
        }

.selectric-open {
    z-index: 99;
}

    .selectric-open .selectric {
        border-color: #0058b1;
    }

    .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: #F8F8F8;
    border: 1px solid #0058b1;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
    margin-top: -1px;
}

    .selectric-items .selectric-scroll {
        height: 100%;
        overflow: auto;
    }

    .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;
    }

.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: 10px;
    color: #484d53;
    cursor: pointer;
}

    .selectric-items li.selected {
        background: #f4f4f4;
        color: #484d53;
    }

    .selectric-items li.highlighted {
        background: #7f7f7f;
        color: #ffffff;
    }

    .selectric-items li:hover {
        background: #D5D5D5;
        color: #444;
    }

/*======================================
  CSS Form UI
======================================*/
[class*=formui] {
    border: 0;
    padding: 5px;
    border: 2px solid #484d53;
    position: relative;
}

.formui-radio {
    border: 0;
    padding: 0;
    margin-right: 8px;
}

    .formui-radio input {
        opacity: 0;
        position: absolute;
        left: 0;
    }

    .formui-radio:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 5px;
        border: 1px solid #484d53;
        border-radius: 50%;
        font-size: 24px;
        line-height: 20px;
    }

    .formui-radio:hover:before, .formui-radio:focus:before {
        border-color: #0058b1;
    }

    .formui-radio.checked:before {
        background: #0058b1;
        border-color: #0058b1;
        color: #ffffff;
        content: "·";
        font-weight: bold;
        text-align: center;
    }

.formui-checkbox {
    border: 0;
    margin-right: 8px;
    padding: 2px 0 0 25px;
}

    .formui-checkbox input {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .formui-checkbox:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 5px;
        border: 1px solid #484d53;
        font-size: 24px;
        line-height: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

    .formui-checkbox:hover:before, .formui-checkbox:focus:before {
        border-color: #0058b1;
    }

    .formui-checkbox.checked:before {
        background: #0058b1;
        border-color: #0058b1;
        content: "·";
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }

/*======================================
  Image preview
======================================*/
.image-preview-holder {
    position: relative;
    display: table;
    margin: 0 auto;
}

    .image-preview-holder #image-preview {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px solid #484d53;
        position: relative;
        overflow: hidden;
        color: #484d53;
        margin: 0 auto;
        cursor: pointer;
        z-index: 99;
        display: inherit;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        .image-preview-holder #image-preview:after {
            display: block;
            content: '';
            width: 48px;
            height: 53px;
            background-image: url("../img/login-sprite.png");
            background-repeat: no-repeat;
            background-position: -160px 0;
            position: absolute;
            left: 50%;
            top: 50%;
            z-index: -1;
            margin: -28px 0 0 -30px;
        }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image-preview-holder #image-preview:after {
        background-image: url("../img/login-sprite@2x.png");
        -webkit-background-size: 208px 80px;
        -moz-background-size: 208px 80px;
        -o-background-size: 208px 80px;
        background-size: 208px 80px;
    }
}

.image-preview-holder #image-preview:hover {
    border-color: #0058b1;
}

.image-preview-holder #image-preview input {
    line-height: 120px;
    font-size: 120px;
    position: absolute;
    opacity: 0;
    z-index: 10;
}

.image-preview-holder #image-preview label {
    display: block;
    content: '';
    width: 48px;
    height: 53px;
    background-image: url("../img/login-sprite.png");
    background-repeat: no-repeat;
    background-position: -160px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 0 -30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .image-preview-holder #image-preview label {
        background-image: url("../img/login-sprite@2x.png");
        -webkit-background-size: 208px 80px;
        -moz-background-size: 208px 80px;
        -o-background-size: 208px 80px;
        background-size: 208px 80px;
    }
}

.image-preview-holder #image-preview:hover label {
    opacity: 0.8;
}

.image-preview-holder #image-preview img {
    display: block;
    left: 0;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.image-preview-holder .icon {
    display: block;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    color: #484d53;
}

    .image-preview-holder .icon svg {
        display: block;
        width: 56px;
        height: 56px;
        z-index: -9;
    }

.image-preview-holder:hover .icon {
    color: #0058b1;
}

/* ==========================================================================
   Real Sociedad
   ========================================================================== */
body {
    font-family: "Playfair Display", Helvetica, Arial, serif;
    font-weight: 400;
    color: #484d53;
    font-size: 18px;
}

.overflow-hidden {
    overflow: hidden !important;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    line-height: 32px;
}

h1, .h1, h2, .h2 {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 700;
}

h3, .h3 {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 400;
}

.h2-title {
    text-transform: uppercase;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 24px;
}

    .h2-title.with-separator {
        text-align: center;
    }

        .h2-title.with-separator:after {
            content: '';
            display: block;
            width: 60px;
            height: 1px;
            background-color: #484d53;
            margin: 20px auto;
        }

.h3-title {
    text-transform: uppercase;
    font-size: 18px;
}

    .h3-title.with-separator {
        text-align: center;
    }

        .h3-title.with-separator:after {
            content: '';
            display: block;
            width: 60px;
            height: 1px;
            background-color: #484d53;
            margin: 20px auto;
        }

.h4-title {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
}

    .h4-title.serif-blue {
        color: #0058b1;
        font-size: 13px;
        text-align: center;
        display: block;
        text-transform: uppercase;
    }

        .h4-title.serif-blue span {
            display: block;
            text-align: center;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 28px;
            color: #484d53;
            text-transform: none;
        }

.centered-text {
    text-align: center;
}

.block-img {
    max-width: 100%;
    height: auto;
}

.note {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    display: block;
    margin: 12px 0;
}

.icon-text {
    text-align: center;
    margin: 24px 0;
}

    .icon-text .icon {
        display: block;
        margin: 0 0 12px;
    }

        .icon-text .icon svg {
            max-height: 36px;
        }

    .icon-text .icon-text-title {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-weight: 400;
        font-size: 16px;
    }

.basic-text-content ul li, .basic-text-content ol li {
    font-size: 14px;
    line-height: 21px;
}

.basic-text-content ul.lower-latin, .basic-text-content ol.lower-latin {
    list-style: lower-latin;
}

.basic-text-content ul.dashed, .basic-text-content ol.dashed {
    list-style: none;
}

    .basic-text-content ul.dashed > li, .basic-text-content ol.dashed > li {
        text-indent: -11px;
    }

        .basic-text-content ul.dashed > li:before, .basic-text-content ol.dashed > li:before {
            content: "-";
            text-indent: -11px;
            margin-right: 4px;
        }

.basic-text-content ul.no-listed, .basic-text-content ol.no-listed {
    list-style: none;
}

.basic-dl dt {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 400;
    margin-bottom: 6px;
}

.basic-dl dd {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 48px;
}

    .basic-dl dd:last-child {
        margin: 0 0 0;
    }

strong, b {
    font-weight: 700;
}

a {
    color: #0058b1;
}

.cover-bg, ication-table, #become-partner-form, #rsfan.abonados .zabaleta-content .imgBg, #rsfan.abonados .familia-content .imgBg, .qr-content .imgBg, .shareholders-bg, #club.athletics .history-content .imgBg, #secciones.athletics .history-content .imgBg, #club.athletics .female-content .imgBg, #secciones.athletics .female-content .imgBg, #club.athletics .school-content, #secciones.athletics .school-content, #club.hockey .history-content .imgBg, #secciones.hockey .history-content .imgBg, #club.hockey .school-content, #secciones.hockey .school-content, #club.ball .history-content .imgBg, #secciones.ball .history-content .imgBg, #club.ball .school-content, #secciones.ball .school-content, #club.underwater .history-content .imgBg, #secciones.underwater .history-content .imgBg, #club.underwater .school-content, #secciones.underwater .school-content, #club.underwater .cimasub-content, #secciones.underwater .cimasub-content, #mireal.summary .hero, #mireal.plan .hero-plan-earned, #foundation.about .intro-content, #foundation.about .foundation-day-content, #foundation.education .education-zubieta-content .imgBg, #foundation.education .education-zubieta-people-content .imgBg, #foundation.social .social-ikasibizi-content .imgBg, #foundation.ikasibizi .ikasibizi-ametsbat-content .imgBg, #foundation.ikasibizi .ikasibizi-txikiciclo-content .imgBg, #foundation.ikasibizi .hero-content, .banner-anoeta, #anoeta .hero {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 1200px) {
    .cover-bg, ication-table, #become-partner-form, #rsfan.abonados .zabaleta-content .imgBg, #rsfan.abonados .familia-content .imgBg, .qr-content .imgBg, .shareholders-bg, #club.athletics .history-content .imgBg, #secciones.athletics .history-content .imgBg, #club.athletics .female-content .imgBg, #secciones.athletics .female-content .imgBg, #club.athletics .school-content, #secciones.athletics .school-content, #club.hockey .history-content .imgBg, #secciones.hockey .history-content .imgBg, #club.hockey .school-content, #secciones.hockey .school-content, #club.ball .history-content .imgBg, #secciones.ball .history-content .imgBg, #club.ball .school-content, #secciones.ball .school-content, #club.underwater .history-content .imgBg, #secciones.underwater .history-content .imgBg, #club.underwater .school-content, #secciones.underwater .school-content, #club.underwater .cimasub-content, #secciones.underwater .cimasub-content, #mireal.summary .hero, #mireal.plan .hero-plan-earned, #foundation.about .intro-content, #foundation.about .foundation-day-content, #foundation.education .education-zubieta-content .imgBg, #foundation.education .education-zubieta-people-content .imgBg, #foundation.social .social-ikasibizi-content .imgBg, #foundation.ikasibizi .ikasibizi-ametsbat-content .imgBg, #foundation.ikasibizi .ikasibizi-txikiciclo-content .imgBg, #foundation.ikasibizi .hero-content, .banner-anoeta, #anoeta .hero {
        background-attachment: fixed;
    }
}

.billboard {
    min-height: 340px;
    position: relative;
}

    .billboard.billboard-inner {
        min-height: 118px;
        background-color: #0058b1;
        overflow: hidden;
    }

@media (min-width: 768px) {
    .billboard.billboard-inner {
        min-height: 340px;
    }
}

.billboard.billboard-timeline {
    min-height: 340px;
}

@media (min-width: 768px) {
    .billboard.billboard-timeline {
        min-height: 420px;
    }
}

.billboard.billboard-timeline .title-holder {
    bottom: 30px;
}

.billboard.billboard-timeline .matchphase-location-date {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
    padding: 0 120px 30px 120px;
    margin: 10px 0 30px 0;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

    .billboard.billboard-timeline .matchphase-location-date a {
        color: #ffffff;
        text-decoration: none;
    }

.billboard.billboard-timeline .match-result {
    color: #ffffff;
}

.billboard.billboard-timeline .referee-name {
    margin-top: 20px;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    color: #ffffff;
}

.billboard .title-holder {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .billboard .title-holder {
        bottom: 7px;
    }
}

.billboard .title-holder h1 {
    font-size: 48px;
    color: #ffffff;
    font-family: "Playfair Display", Helvetica, Arial, serif;
    margin: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .billboard .title-holder h1 {
        font-size: 68px;
    }
}

.billboard .title-holder h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    letter-spacing: -.02em;
    line-height: .94;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
}

@media (min-width: 768px) {
    .billboard .title-holder h2 {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.billboard .title-holder h2:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 16px auto;
    background: #ffffff;
}

.billboard .title-holder .info {
    margin: 5px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #ffffff;
}

.basic-heading {
    text-align: center;
}

    .basic-heading .heading-category {
        margin: 0;
        text-transform: uppercase;
        font-size: 11px;
        font-size: 0.8rem;
        letter-spacing: -.02em;
        line-height: .94;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

@media (min-width: 768px) {
    .basic-heading .heading-category {
        font-size: 11px;
        font-size: 1.1rem;
    }
}

.basic-heading .heading-category:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    margin: 16px auto;
}

.basic-heading .heading-title {
    margin: 0;
    font-family: "Playfair Display", Helvetica, Arial, serif;
    font-size: 23px;
    font-size: 1.9rem;
    letter-spacing: -.02em;
    line-height: .94;
}

@media (min-width: 1024px) {
    .basic-heading .heading-title {
        font-size: 33px;
        font-size: 3.3rem;
    }
}

.basic-heading p.entry-meta {
    margin: 0;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 9px;
    font-size: 0.9rem;
    margin-top: 16px;
}

.lineonsides-heading {
    line-height: 0.5;
    text-align: center;
    overflow: hidden;
}

    .lineonsides-heading .heading-title {
        display: inline-block;
        position: relative;
        text-transform: uppercase;
    }

        .lineonsides-heading .heading-title:before, .lineonsides-heading .heading-title:after {
            content: "";
            position: absolute;
            height: 1;
            border-top: 1px solid #484d53;
            top: 50%;
            width: 600px;
        }

        .lineonsides-heading .heading-title:before {
            right: 100%;
            margin-right: 15px;
        }

        .lineonsides-heading .heading-title:after {
            left: 100%;
            margin-left: 15px;
        }

.swiper-slide a:focus, .swiper-slide a:active {
    outline: none;
}

.tabs .tabs-menu {
    margin: 0 -2%;
    padding: 0;
    list-style: none;
    text-align: center;
    white-space: nowrap;
    overflow: scroll;
}

@media (min-width: 768px) {
    .tabs .tabs-menu {
        margin: 0;
        overflow: hidden;
    }
}

.tabs .tabs-menu li {
    display: inline-block;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    text-transform: uppercase;
    margin: 0 10px 0 6px;
}

    .tabs .tabs-menu li a {
        text-decoration: none;
        position: relative;
        font-size: 13px;
        padding: 0 12px;
    }

@media (min-width: 768px) {
    .tabs .tabs-menu li a {
        padding: 0;
    }
}

.tabs .tabs-menu li a:focus, .tabs .tabs-menu li a:active {
    outline: none;
}

.tabs .tabs-menu li a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -2px;
}

.tabs .tabs-menu li:first-child {
    margin-left: 0;
}

.tabs .tabs-menu li:last-child {
    margin-right: 0;
}

    .tabs .tabs-menu li:last-child a:after {
        content: none;
    }

.tabs .tabs-menu li.ui-tabs-active {
    border-bottom: 1px solid #ffffff;
}

.tabs .tabs-menu.tabs-menu-big li a {
    font-size: 16px;
    color: #0058b1;
}

.tabs .tabs-menu.tabs-menu-big li.ui-tabs-active {
    border-bottom: none !important;
}

    .tabs .tabs-menu.tabs-menu-big li.ui-tabs-active a {
        color: #0058b1 !important;
    }

.container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

    .container:after {
        content: " ";
        display: block;
        clear: both;
    }

    .container .row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .container .row:after {
            content: " ";
            display: block;
            clear: both;
        }

.inner-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

    .inner-container:after {
        content: " ";
        display: block;
        clear: both;
    }

.inner-intro {
    text-align: center;
    padding: 0 0 60px;
}

    .inner-intro.inner-intro-v2 {
        max-width: 620px;
        margin: 0 auto;
    }

        .inner-intro.inner-intro-v2 p {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
        }

.basic-inner-content {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .basic-inner-content {
        padding: 80px 0;
    }
}

.basic-inner-content.no-padding-top {
    padding-top: 0;
}

.basic-inner-content.no-padding-bottom {
    padding-bottom: 0;
}

.form-holder form {
    padding: 0;
    margin: 0;
}

    .form-holder form fieldset {
        border: none;
        margin: 0;
        padding: 0;
    }

.form-holder ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-holder .alert {
    margin: 0 0 20px 0;
    padding: 15px;
    color: #0058b1;
    background: #ffffff;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #0058b1;
}

    .form-holder .alert.success {
        color: #008e3a;
        border: 1px solid #008e3a;
    }

    .form-holder .alert.errors {
        color: #d70a16;
        border: 1px solid #d70a16;
    }

@media (min-width: 768px) {
    .form-holder .alert {
        padding: 25px;
        font-size: 14px;
    }
}

.form-holder .info {
    margin-bottom: 16px;
    font-size: 13px;
    color: #7f7f7f;
}

.form-holder .form-group {
    position: relative;
    margin: 0 auto 16px;
}

    .form-holder .form-group .form-control {
        display: block;
        width: 100%;
        padding: 0 0 0 10px;
        font-size: 12px;
        line-height: 38px;
        height: 38px;
        font-size: 12px;
        color: #484d53;
        background-color: transparent;
        background-image: none;
        border: 1px solid #484d53;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

        .form-holder .form-group .form-control:hover {
            border: 1px solid #0058b1;
        }

    .form-holder .form-group.w300 {
        max-width: 300px;
    }

    .form-holder .form-group.w380 {
        max-width: 380px;
    }

    .form-holder .form-group.form-group-buttons {
        text-align: center;
    }

    .form-holder .form-group .note-label {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 13px;
        display: block;
        color: #484d53;
        margin-top: 6px;
    }

    .form-holder .form-group .input-captcha img.track-pattern {
        margin: 0 0 6px;
        display: block;
    }

.form-holder label, .form-holder legend {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    color: #484d53;
    font-size: 13px;
}

    .form-holder label.smaller, .form-holder legend.smaller {
        font-size: 11px;
    }

.form-holder .id-member .id-card {
    width: 100%;
    position: relative;
    opacity: 1;
    transition: all .25s;
    margin: 0;
}

@media (min-width: 768px) {
    .form-holder .id-member .id-card {
        position: absolute;
        opacity: 0;
        margin-top: -205px;
    }
}

.form-holder .id-member .id-card img {
    margin: 10px 0 0 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .form-holder .id-member .id-card img {
        margin: 0 auto;
        display: none;
        -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.5);
    }
}

.form-holder .id-member:hover .id-card {
    opacity: 1;
}

    .form-holder .id-member:hover .id-card img {
        display: block;
    }

.help-tip {
    position: absolute;
    top: 36px;
    right: 16px;
    text-align: center;
    background-color: #acd7f5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    z-index: 5;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #ffffff;
    }

    .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
    }

    .help-tip p {
        display: none;
        margin: 8px 0 0 0;
        text-align: left;
        background-color: #fff;
        padding: 10px;
        width: 200px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        right: -4px;
        color: #FFF;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip p img {
            margin: 0 !important;
            width: 100%;
        }

        .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #fff;
            right: 10px;
            top: -12px;
        }

        .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.login {
    position: relative;
    overflow: hidden;
    color: #484d53;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
}

    .login ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .login ul li p {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            line-height: 16px;
            margin-bottom: 0;
        }

@media (min-width: 768px) {
    .login:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        background: #0058b1;
    }
}

.login .col {
    padding: 24px 0;
}

    .login .col.last {
        border-top: 1px solid #484d53;
    }

@media (min-width: 768px) {
    .login .col {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
    }

        .login .col.last {
            float: right;
            margin-right: 0;
            border-top: none;
        }
}

.login .col .content {
    max-width: 400px;
    margin: 0 auto;
}

    .login .col .content h2, .login .col .content h3 {
        font-size: 14px;
        font-weight: 700;
    }

.login .accountButton {
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-image: url("../img/login-sprite.png");
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .login .accountButton {
        background-image: url("../img/login-sprite@2x.png");
        -webkit-background-size: 208px 80px;
        -moz-background-size: 208px 80px;
        -o-background-size: 208px 80px;
        background-size: 208px 80px;
    }
}

.login .accountButton#FacebookExchange {
    background-position: 0 0;
}

.login .accountButton#GoogleExchange {
    background-position: -80px 0;
    background-color: #ffffff;
}

.bgLogoReal {
    background: url(../img/maqueta/logo-real-bg.png) no-repeat center center;
}

main.main {
    margin-top: 142px;
}

@media (min-width: 768px) {
    main.main {
        margin-top: 60px;
    }
}

.page-editable .editable-layout .basic-inner-content {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .page-editable .editable-layout .basic-inner-content {
        padding-top: 120px;
    }
}

.page-editable .editable-layout > section:first-child .basic-inner-content {
    width: 90%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 960px;
}

        .page-editable .editable-layout > section:first-child .basic-inner-content h1 {
            font-size: 2rem;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            color: #0058b1;
            text-align: left;
            text-transform: none;
            margin-bottom:2rem;
        }
    .page-editable .editable-layout .basic-btn{
        margin-bottom:2rem;
    }

@media (min-width: 768px) {
    .page-editable .editable-layout::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 260px;
        background: -moz-linear-gradient(top, rgba(0, 88, 177, 0.8) 0%, transparent 100%);
        background: -webkit-linear-gradient(top, rgba(0, 88, 177, 0.8) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 88, 177, 0.8) 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0058b1', endColorstr='#00ffffff',GradientType=0 );
    }

    .page-editable header.navbar .main-menu::after {
        display: none;
    }
}

    @media (min-width: 768px) {
        .page-editable .open-submenu.active + .main-menu {
            background-color: rgba(0, 88, 177, 0.5);
            height: 100vh;
        }
    }

    .read-more-content {
        position: relative;
    }

        .read-more-content p, .read-more-content h2, .read-more-content h3, .read-more-content ul {
            -webkit-margin-before: 0;
            -webkit-margin-after: 0;
            margin-bottom: 20px;
        }

        .read-more-content .read-more-open {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            margin: 0;
            padding: 80px 0 0 0;
            background: -moz-linear-gradient(top, transparent 0%, rgba(244, 244, 244, 0.78) 78%, #f4f4f4 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(78%, rgba(244, 244, 244, 0.78)), color-stop(100%, #f4f4f4));
            background: -webkit-linear-gradient(top, transparent 0%, rgba(244, 244, 244, 0.78) 78%, #f4f4f4 100%);
            background: -o-linear-gradient(top, transparent 0%, rgba(244, 244, 244, 0.78) 78%, #f4f4f4 100%);
            background: -ms-linear-gradient(top, transparent 0%, rgba(244, 244, 244, 0.78) 78%, #f4f4f4 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(244, 244, 244, 0.78) 78%, #f4f4f4 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f4f4f4', GradientType=0 );
            color: #0058b1;
            font-weight: bold;
            text-decoration: none;
            transition: all .3s;
        }

            .read-more-content .read-more-open:focus {
                outline: none;
            }

            .read-more-content .read-more-open.ui-state-active {
                display: none;
            }

        .read-more-content.blue .read-more-open {
            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 88, 177, 0.78) 78%, #0058b1 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(78%, rgba(0, 88, 177, 0.78)), color-stop(100%, #0058b1));
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 88, 177, 0.78) 78%, #0058b1 100%);
            background: -o-linear-gradient(top, transparent 0%, rgba(0, 88, 177, 0.78) 78%, #0058b1 100%);
            background: -ms-linear-gradient(top, transparent 0%, rgba(0, 88, 177, 0.78) 78%, #0058b1 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 88, 177, 0.78) 78%, #0058b1 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0058b1', GradientType=0 );
            color: #ffffff;
        }

        .read-more-content.white .read-more-open {
            background: -moz-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.78) 78%, white 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(78%, rgba(255, 255, 255, 0.78)), color-stop(100%, white));
            background: -webkit-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.78) 78%, white 100%);
            background: -o-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.78) 78%, white 100%);
            background: -ms-linear-gradient(top, transparent 0%, rgba(255, 255, 255, 0.78) 78%, white 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.78) 78%, white 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0058b1', GradientType=0 );
            color: #0058b1;
        }

    header.navbar {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 999;
        right: 0;
        left: 0;
        top: 0;
    }

        header.navbar .navbar-container {
            position: relative;
            z-index: 9999;
        }

        header.navbar .top-nav {
            background-color: #0058b1;
            height: 43px;
            position: relative;
        }

    @media (min-width: 768px) {
        header.navbar .top-nav {
            height: 28px;
        }
    }

    header.navbar .top-nav .beta-advert {
        position: relative;
        z-index: 999;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        color: #ffffff;
        font-size: 12px;
        text-transform: uppercase;
        padding-left: 12px;
        line-height: 1;
        padding-top: 12px;
        background-color: #000000;
        padding-bottom: 12px;
        text-align: center;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .beta-advert {
            background-color: #0058b1;
            margin-left: 20px;
            padding-bottom: 0;
            padding-left: 0;
            text-align: left;
        }
    }

    header.navbar .top-nav .beta-advert a {
        font-weight: 400;
        color: #ffffff;
        text-decoration: none;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .beta-advert {
            float: left;
            font-size: 13px;
            line-height: 28px;
            padding-top: inherit;
        }
    }

    header.navbar .top-nav .top-nav-content {
        margin-left: 12px;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content {
            margin-left: 20px !important;
            display: table;
            float: right;
            margin-left: inherit;
        }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content {
        position: relative;
        z-index: 999;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content {
            float: left;
            display: table;
        }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content a {
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        margin-right: 10px;
        font-size: 11px;
        line-height: 39px;
        display: block;
        float: left;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content a {
            line-height: 28px;
            font-size: 13px;
            margin-right: 20px;
        }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content a.active {
        position: relative;
    }

        header.navbar .top-nav .top-nav-content .main-top-nav-content a.active:after {
            content: '';
            border-bottom: 1px solid #fff;
            width: 100%;
            height: 1px;
            position: absolute;
            left: 0;
            bottom: 5px;
        }

    header.navbar .top-nav .top-nav-content .main-top-nav-content a.search {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content a.search {
            display: block;
        }

            header.navbar .top-nav .top-nav-content .main-top-nav-content a.search svg {
                display: inline-block;
                width: 12px;
                height: 12px;
                margin-top: -4px;
            }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content a .text {
        display: none;
    }

    @media (min-width: 1024px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content a .text {
            display: inline-block;
            margin-right: 6px;
        }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button {
        display: block;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 13px;
        line-height: 43px;
        display: block;
        float: right;
        margin-right: 12px;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button {
            float: left;
            margin-right: 20px;
        }
    }

    header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button a.open-login-holder {
        margin-right: 0;
        position: relative;
        z-index: 999;
    }

        header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button a.open-login-holder svg {
            width: 11px;
            height: 11px;
            margin-bottom: 3px;
            margin-left: 4px;
            color: #ffffff;
        }

    header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button .login-holder {
        position: absolute;
        top: -140px;
        right: -1px;
        display: block;
        background: #ffffff;
        z-index: 9;
        border: 1px solid #0058b1;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
        padding: 6px 12px;
    }

        header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button .login-holder ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button .login-holder ul li a {
                color: #0058b1;
                text-decoration: none;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-weight: 400;
                font-size: 13px;
                display: block;
                text-transform: initial;
                white-space: nowrap;
            }

        header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button .login-holder.opened {
            top: 42px;
        }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content .main-top-nav-content .login-button .login-holder.opened {
            top: 27px;
        }
    }

    header.navbar .top-nav .top-nav-content #lang_sel_list {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content #lang_sel_list {
            display: block;
            float: left;
            position: relative;
            height: 28px;
            transition: transform .25s ease-in-out;
        }

            header.navbar .top-nav .top-nav-content #lang_sel_list .actual-lang {
                color: #ffffff;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-weight: 700;
                font-size: 13px;
                line-height: 28px;
                height: 28px;
                display: block;
                z-index: 999;
                position: relative;
                cursor: pointer;
            }

            header.navbar .top-nav .top-nav-content #lang_sel_list .arrow {
                display: inline-block;
                width: 9px;
                height: 5px;
                margin-left: 6px;
                margin-right: 20px;
            }

                header.navbar .top-nav .top-nav-content #lang_sel_list .arrow svg {
                    width: 9px;
                    height: 5px;
                }

            header.navbar .top-nav .top-nav-content #lang_sel_list ul {
                position: absolute;
                list-style: none;
                margin: 0;
                padding: 6px 12px;
                top: -140px;
                right: -1px;
                display: block;
                background: #ffffff;
                z-index: 9;
                border: 1px solid #0058b1;
                transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            }

                header.navbar .top-nav .top-nav-content #lang_sel_list ul li a {
                    color: #0058b1;
                    text-decoration: none;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-weight: 400;
                    font-size: 13px;
                    display: block;
                    padding: 6px;
                }

            header.navbar .top-nav .top-nav-content #lang_sel_list.opened ul {
                top: 27px;
            }
    }

    @media (min-width: 768px) {
        header.navbar .top-nav .top-nav-content.top-nav-left {
            display: table;
            float: left;
        }
    }

    header.navbar .main-bar {
        position: relative;
        height: 60px;
        background-color: #ffffff;
        /*
		.next-match {
			text-align: center;
			line-height: 60px;
			font-size: 11px;
			
			@include breakpoint(sm) {
				font-size: 18px;	
			}
			
			.competitor {
				display: none;
				
				@include breakpoint(sm) {
					display: inline;
					margin: 0 51px;
					
					&.first {
						margin: 0 51px 0 0;
					}
					
					&.last {
						margin: 0 0 0 51px;
					}
				}
			}
			
			.start-date {
				position: absolute;
				right: 0;
				font-family: $montserrat;
				text-transform: uppercase;
				font-size: 13px;
				text-decoration: none;
				
				.arrow {
					display: inline-block;
					width: 9px;
					height: 5px;
					margin-left: 6px;
					margin-right: 20px;
					
					svg {
						width: 9px;
						height: 5px;
					}
				}
			}
		}
		*/
    }

        header.navbar .main-bar .open-menu {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            position: absolute;
            left: 12px;
            top: 23px;
            color: #0058b1;
        }

    @media (min-width: 768px) {
        header.navbar .main-bar .open-menu {
            left: 20px;
        }
    }

    header.navbar .main-bar .open-menu .icon-container {
        position: relative;
        border: none;
        cursor: pointer;
        padding: 8px 13px 7px 0;
        display: inline-block;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        vertical-align: text-top;
    }

        header.navbar .main-bar .open-menu .icon-container i {
            cursor: pointer;
            height: 1px;
            width: 13px;
            position: absolute;
            display: block;
            content: '';
            background-color: #0058b1;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

            header.navbar .main-bar .open-menu .icon-container i:before {
                cursor: pointer;
                height: 1px;
                width: 13px;
                position: absolute;
                display: block;
                content: '';
                top: -6px;
                background-color: #0058b1;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            header.navbar .main-bar .open-menu .icon-container i:after {
                cursor: pointer;
                height: 1px;
                width: 13px;
                position: absolute;
                display: block;
                content: '';
                bottom: -6px;
                background-color: #0058b1;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    header.navbar .main-bar .open-menu:hover i:before {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    header.navbar .main-bar .open-menu:hover i:after {
        -webkit-transform: translateY(2px);
        -ms-transform: translateY(2px);
        transform: translateY(2px);
    }

    header.navbar .main-bar .open-menu.active i {
        background-color: transparent;
    }

        header.navbar .main-bar .open-menu.active i:before {
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        header.navbar .main-bar .open-menu.active i:after {
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        header.navbar .main-bar .open-menu.active i:before, header.navbar .main-bar .open-menu.active i:after {
            top: 0;
        }

    header.navbar .main-bar .open-menu.active:hover .icon-container {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    header.navbar .main-bar .logo-heading {
        display: block;
        margin: 0;
        padding: 0;
        width: 82px;
        height: 100px;
        position: absolute;
        left: 50%;
        margin-left: -41px;
        top: -18px;
        z-index: 99;
    }

        header.navbar .main-bar .logo-heading svg {
            display: block;
            width: 82px;
            height: 100px;
        }

    header.navbar .main-bar .logo-foundation-heading {
        display: block;
        margin: 0;
        padding: 0;
        width: 175px;
        height: 75px;
        margin-left: -77px;
        top: -8px;
        position: absolute;
        left: 50%;
        z-index: 99;
    }

        header.navbar .main-bar .logo-foundation-heading img {
            width: 100%;
        }

    @media (min-width: 768px) {
        header.navbar .main-bar .logo-foundation-heading {
            width: 233px;
            height: 100px;
            margin-left: -116px;
            top: -18px;
        }
    }

    header.navbar .main-bar .next-match {
        line-height: 60px;
        font-size: 11px;
        float: right;
        margin-right: 12px;
    }

    @media (min-width: 768px) {
        header.navbar .main-bar .next-match {
            font-size: 13px;
            margin-right: 35px;
        }
    }

    header.navbar .main-bar .next-match a {
        text-decoration: none;
    }

    header.navbar .main-bar .next-match .live {
        display: inline;
        font-size: 8px;
    }

        header.navbar .main-bar .next-match .live span {
            display: none;
        }

    @media (min-width: 1024px) {
        header.navbar .main-bar .next-match .live span {
            display: inline;
            padding: 5px;
            margin-right: 15px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 8px;
            color: #ffffff;
            text-transform: uppercase;
            background-color: #0058b1;
        }
    }

    header.navbar .main-bar .next-match .live.rec:before {
        width: 8px;
        height: 8px;
        margin: 0 6px 0 0;
        vertical-align: text-top;
    }

    header.navbar .main-bar .next-match .competitor {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .main-bar .next-match .competitor {
            display: inline;
            color: #484d53;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

            header.navbar .main-bar .next-match .competitor.first:after {
                content: '-';
            }
    }

    header.navbar .main-bar .next-match .start-date {
        margin-left: 6px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        font-size: 13px;
        text-decoration: none;
    }

        header.navbar .main-bar .next-match .start-date .arrow {
            display: inline-block;
            width: 9px;
            height: 5px;
            margin-left: 6px;
        }

            header.navbar .main-bar .next-match .start-date .arrow svg {
                width: 9px;
                height: 5px;
            }

    header.navbar .main-menu {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .main-menu {
            display: block;
            text-align: center;
            position: absolute;
            z-index: 999;
            width: 100%;
            top: 88px;
            left: 0;
            right: 0;
        }
    }

    header.navbar .main-menu:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 116%;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=0 );
    }

    @media (min-width: 1024px) {
        header.navbar .main-menu:after {
            height: 100%;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff',GradientType=0 );
        }
    }

    header.navbar .main-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
    }

        header.navbar .main-menu ul li.first-level {
            font-size: 13px;
            color: #ffffff;
            display: block;
            transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
            width: 13.7931034483%;
            float: left;
            margin-right: 3.4482758621%;
        }

            header.navbar .main-menu ul li.first-level a {
                color: #ffffff;
                text-decoration: none;
                display: block;
            }

            header.navbar .main-menu ul li.first-level .item {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                display: block;
                position: relative;
                text-transform: uppercase;
                padding: 6px 0;
                margin-bottom: 8px;
            }

                header.navbar .main-menu ul li.first-level .item:after {
                    transition: opacity 0s;
                    content: '';
                    display: block;
                    width: 4px;
                    height: 4px;
                    background-color: #ffffff;
                    border-radius: 50%;
                    position: absolute;
                    left: 111%;
                    top: 50%;
                    margin-top: -2px;
                }

    @media (min-width: 768px) {
        header.navbar .main-menu ul li.first-level.last-item {
            float: right;
            margin-right: 0;
        }

            header.navbar .main-menu ul li.first-level.last-item .item:after {
                content: none;
            }

        body.lenguaje-eu header.navbar .main-menu ul li.first-level.last-item {
            margin-top: 0px;
        }
    }

    header.navbar .main-menu ul li.first-level.search {
        /*
					@include span(last);
					
					.item:after {
						content: none;
					}
					
					svg {
						display: block;
						width: 12px;
						height: 12px;
						position: absolute;
						right: 0;
						top: 50%;
						margin-top: -6px;
					}
					*/
    }

    @media (min-width: 768px) {
        header.navbar .main-menu ul li.first-level.search {
            display: none;
        }
    }

    header.navbar .main-menu ul li.first-level ul {
        display: none;
    }

    header.navbar .main-menu ul li.first-level.next-phase {
        opacity: 0.4;
    }

    header.navbar .main-menu ul li.first-level:hover {
        opacity: 1;
    }

        header.navbar .main-menu ul li.first-level:hover a:after {
            opacity: 0.4;
        }

    header.navbar .main-menu .main-menu-container {
        padding-top: 56px;
        position: relative;
        z-index: 99;
    }

        header.navbar .main-menu .main-menu-container ul:hover li.first-level .item {
            border-bottom: 1px solid #ffffff;
        }

        header.navbar .main-menu .main-menu-container ul:hover li.first-level > ul {
            display: block;
        }

    header.navbar .main-menu .section-menu-container {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .main-menu .section-menu-container {
            display: block;
            padding-top: 56px;
        }

            header.navbar .main-menu .section-menu-container .section-menu-container-title {
                position: absolute;
                bottom: -3px;
                width: 96%;
                left: 2%;
                right: 2%;
                text-align: center;
            }

                header.navbar .main-menu .section-menu-container .section-menu-container-title h1 {
                    color: #ffffff;
                    font-family: "Playfair Display", Helvetica, Arial, serif;
                    font-weight: 700;
                    margin: 0;
                    line-height: 1;
                    font-size: 33px;
                    font-size: 3.3rem;
                    letter-spacing: -.02em;
                    line-height: .94;
                }

                    header.navbar .main-menu .section-menu-container .section-menu-container-title h1:before {
                        content: '';
                        display: block;
                        width: 40px;
                        height: 1px;
                        background-color: #ffffff;
                        margin: 0 auto 40px;
                    }

            header.navbar .main-menu .section-menu-container ul {
                position: relative;
                z-index: 9;
            }

                header.navbar .main-menu .section-menu-container ul li {
                    display: inline-block;
                    float: none;
                }

                    header.navbar .main-menu .section-menu-container ul li.first-level {
                        width: auto;
                    }

                        header.navbar .main-menu .section-menu-container ul li.first-level .item:after {
                            content: none;
                        }

                        header.navbar .main-menu .section-menu-container ul li.first-level .item.active {
                            border-bottom: 1px solid #ffffff;
                        }

                    header.navbar .main-menu .section-menu-container ul li:last-child {
                        float: right;
                        margin-right: 0;
                        float: none;
                    }

                        header.navbar .main-menu .section-menu-container ul li:last-child .item:after {
                            content: none;
                        }
    }

    header.navbar .breadcrumbs {
        display: none;
    }

    @media (min-width: 768px) {
        header.navbar .breadcrumbs {
            display: block;
            margin: 18px 0 0 20px;
            position: relative;
            z-index: 9999;
        }

            header.navbar .breadcrumbs a.breadcrumbs-start {
                display: inline;
                font-size: 11px;
                color: #ffffff;
                text-decoration: none;
            }

                header.navbar .breadcrumbs a.breadcrumbs-start:after {
                    content: '>';
                    margin: 0 6px;
                }

            header.navbar .breadcrumbs ol {
                display: inline;
                list-style: none;
                margin: 0;
                padding: 0;
                font-size: 11px;
            }

                header.navbar .breadcrumbs ol li {
                    display: inline-block;
                    white-space: nowrap;
                    color: #ffffff;
                }

                    header.navbar .breadcrumbs ol li:after {
                        content: '>';
                        margin: 0 6px;
                    }

                    header.navbar .breadcrumbs ol li:last-child:after {
                        content: none;
                        margin: 0;
                    }

                    header.navbar .breadcrumbs ol li a {
                        text-decoration: none;
                        color: #ffffff;
                    }
    }

    @media (min-width: 768px) {
        header.navbar .open-menu {
            display: none;
        }
    }

    header.navbar .open-submenu {
        display: none;
    }

    header.navbar.has-submenu .main-menu-container {
        display: none;
    }

    header.navbar.has-submenu .section-menu-container .section-menu-container-title {
        display: none;
    }

    header.navbar.has-submenu .open-submenu {
        transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    @media (min-width: 768px) {
        header.navbar.has-submenu .open-submenu {
            display: block;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
            font-weight: 700;
            text-transform: uppercase;
            text-decoration: none;
            color: #ffffff;
            position: absolute;
            z-index: 9999;
            top: 150px;
            left: 20px;
        }

            header.navbar.has-submenu .open-submenu .icon-container {
                position: relative;
                border: none;
                cursor: pointer;
                padding: 8px 13px 7px 0;
                display: inline-block;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                vertical-align: text-top;
            }

                header.navbar.has-submenu .open-submenu .icon-container i {
                    cursor: pointer;
                    height: 1px;
                    width: 13px;
                    position: absolute;
                    display: block;
                    content: '';
                    background-color: #ffffff;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                }

                    header.navbar.has-submenu .open-submenu .icon-container i:before {
                        cursor: pointer;
                        height: 1px;
                        width: 13px;
                        position: absolute;
                        display: block;
                        content: '';
                        top: -6px;
                        background-color: #ffffff;
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                    header.navbar.has-submenu .open-submenu .icon-container i:after {
                        cursor: pointer;
                        height: 1px;
                        width: 13px;
                        position: absolute;
                        display: block;
                        content: '';
                        bottom: -6px;
                        background-color: #ffffff;
                        -webkit-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

            header.navbar.has-submenu .open-submenu:hover i:before {
                -webkit-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                transform: translateY(-2px);
            }

            header.navbar.has-submenu .open-submenu:hover i:after {
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
            }

            header.navbar.has-submenu .open-submenu.active {
                left: -42px;
            }

        body.lenguaje-eu header.navbar.has-submenu .open-submenu.active {
            left: -51px;
        }

        header.navbar.has-submenu .open-submenu.active i {
            background-color: transparent;
        }

            header.navbar.has-submenu .open-submenu.active i:before {
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            header.navbar.has-submenu .open-submenu.active i:after {
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            header.navbar.has-submenu .open-submenu.active i:before, header.navbar.has-submenu .open-submenu.active i:after {
                top: 0;
            }

        header.navbar.has-submenu .open-submenu.active:hover .icon-container {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }
    }

    header.navbar .searchbox {
        width: 100%;
        z-index: 99;
        position: relative;
    }

        header.navbar .searchbox #searchbox-input {
            border: 0;
            outline: 0;
            background-color: transparent;
            color: #ffffff;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-weight: 900;
            font-size: 1.3rem;
            margin: 40px 0 0 20px;
        }

    @media (min-width: 768px) {
        header.navbar .searchbox #searchbox-input {
            font-size: 3.3rem;
        }
    }

    header.navbar .searchbox .close-btn i:after, header.navbar .searchbox .close-btn i:before {
        background-color: #ffffff;
    }

    .overlay-bg, .overlay-holder {
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
    }

    .autocomplete-suggestions {
        color: #ffffff;
        padding-top: 22px;
        overflow: hidden;
    }

        .autocomplete-suggestions .autocomplete-suggestion {
            cursor: pointer;
            color: #d2d2d2;
            transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            font-size: 18px;
        }

    @media (min-width: 768px) {
        .autocomplete-suggestions .autocomplete-suggestion {
            font-size: 36px;
        }
    }

    .autocomplete-suggestions .autocomplete-suggestion strong {
        color: #ffffff;
    }

    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
        color: #ffffff;
    }

    .main-menu-container-content-header {
        text-align: center;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    @media (min-width: 768px) {
        .main-menu-container-content-header {
            display: none;
        }
    }

    .main-menu-container-content-header .login-button {
        display: none;
        width: 24px;
        height: 24px;
        margin: 0;
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .main-menu-container-content-header .login-button .icon {
            display: block;
            width: 24px;
            height: 24px;
        }

            .main-menu-container-content-header .login-button .icon svg {
                width: 24px;
                height: 24px;
            }

    @media (min-width: 768px) {
        .main-menu-container-content-header .login-button {
            display: none;
        }
    }

    .main-menu-container-content-header .close-button {
        position: absolute;
        top: 20px;
        left: 20px;
        border: none;
        cursor: pointer;
        padding: 13px 24px 12px 0;
        display: inline-block;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        vertical-align: text-top;
    }

        .main-menu-container-content-header .close-button i {
            cursor: pointer;
            height: 1px;
            width: 24px;
            position: absolute;
            display: block;
            content: '';
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color: transparent;
        }

            .main-menu-container-content-header .close-button i:before {
                cursor: pointer;
                height: 1px;
                width: 24px;
                position: absolute;
                display: block;
                content: '';
                top: -6px;
                background-color: #0258b1;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0;
            }

            .main-menu-container-content-header .close-button i:after {
                cursor: pointer;
                height: 1px;
                width: 24px;
                position: absolute;
                display: block;
                content: '';
                bottom: -6px;
                background-color: #0258b1;
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 0;
            }

    @media (min-width: 768px) {
        .main-menu-container-content-header .close-button {
            display: none;
        }
    }

    .headroom--pinned {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content a {
        line-height: 39px;
    }

    @media (min-width: 768px) {
        .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content a {
            line-height: 28px;
        }
    }

    @media (min-width: 768px) {
        .headroom--not-top.navbar .top-nav {
            height: 18px;
        }

            .headroom--not-top.navbar .top-nav .top-nav-content.top-nav-left {
                display: none;
            }

            .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content {
                position: absolute;
                top: 33px;
                right: 40px;
                background: #ffffff;
            }

                .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content a {
                    color: #0058b1;
                }

                .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content .login-button svg {
                    color: #0058b1 !important;
                }

            .headroom--not-top.navbar .top-nav .top-nav-content #lang_sel_list {
                -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                transform: translateX(100%);
                display: none;
            }
    }

    .headroom--not-top.navbar .main-menu {
        top: 78px;
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        opacity: 0;
        background-color: #484d53;
        height: 460px;
        transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

        .headroom--not-top.navbar .main-menu:after {
            -webkit-transform: translateY(-120%);
            -ms-transform: translateY(-120%);
            transform: translateY(-120%);
        }

        .headroom--not-top.navbar .main-menu.opened {
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

            .headroom--not-top.navbar .main-menu.opened:after {
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0);
            }

            .headroom--not-top.navbar .main-menu.opened ul {
                display: block;
            }

            .headroom--not-top.navbar .main-menu.opened .main-menu-container {
                display: block;
            }

                .headroom--not-top.navbar .main-menu.opened .main-menu-container li.first-level .item {
                    border-bottom: 1px solid #ffffff;
                }

                .headroom--not-top.navbar .main-menu.opened .main-menu-container li.first-level ul li ul {
                    display: none;
                }

            .headroom--not-top.navbar .main-menu.opened .section-menu-container .section-menu-container-title {
                display: block;
            }

    .headroom--not-top.navbar .breadcrumbs {
        display: none !important;
    }

    .headroom--not-top.navbar.has-submenu .open-submenu {
        display: none !important;
    }

    .headroom--not-top.navbar .beta-advert {
        display: none;
    }

    @media (min-width: 768px) {
        .headroom--not-top .main-bar .next-match {
            display: none;
        }
    }

    .headroom--unpinned {
        -webkit-transform: translateY(-140%);
        -ms-transform: translateY(-140%);
        transform: translateY(-140%);
    }

        .headroom--unpinned.navbar .main-menu {
            top: 109px;
        }

    .headroom--top.navbar .top-nav {
        height: 43px;
    }

    @media (min-width: 768px) {
        .headroom--top.navbar .top-nav {
            height: 28px;
        }
    }

    .headroom--top.navbar .section-menu-container .section-menu-container-title {
        display: none;
    }

    .headroom--top.navbar.has-submenu .section-menu-container.closed {
        display: none;
    }

    .headroom--top.navbar.has-submenu .main-menu-container {
        display: none;
    }

        .headroom--top.navbar.has-submenu .main-menu-container.opened {
            display: block;
        }

            .headroom--top.navbar.has-submenu .main-menu-container.opened .first-level .item {
                border-bottom: 1px solid #ffffff;
            }

            .headroom--top.navbar.has-submenu .main-menu-container.opened .first-level > ul {
                display: block;
            }

    .headroom--not-top.headroom--pinned .open-menu {
        display: block;
    }

    .headroom--not-top.headroom--pinned .beta-advert {
        display: none;
    }

    .headroom {
        transition: transform .25s ease-in-out;
        will-change: transform;
    }

    .filter-bar {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        background-color: #f4f4f4;
        height: auto;
    }

    @media (min-width: 1200px) {
        .filter-bar select {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .filter-bar {
            /*height: 88px;*/
        }
    }

    .filter-bar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .filter-bar ul li.filter-bar-select {
            position: relative;
        }

            .filter-bar ul li.filter-bar-select:after {
                content: '';
                display: block;
                width: 1px;
                height: 48px;
                position: absolute;
                right: 0;
                bottom: 0;
                background-color: #7f7f7f;
                z-index: 99;
            }

            .filter-bar ul li.filter-bar-select.no-line:after {
                content: none;
            }

            .filter-bar ul li.filter-bar-select:last-child:after {
                content: none;
            }

            .filter-bar ul li.filter-bar-select input {
                display: inline-block;
                vertical-align: middle;
                margin: 0 auto;
                height: 88px;
                line-height: 88px;
                border: none;
                background: none;
                text-align: center;
                width: 100%;
                white-space: normal;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 12px;
            }

                .filter-bar ul li.filter-bar-select input::-webkit-input-placeholder {
                    color: #484d53;
                }

                .filter-bar ul li.filter-bar-select input::-moz-placeholder {
                    tcolor: #484d53;
                }

                .filter-bar ul li.filter-bar-select input:-ms-input-placeholder {
                    color: #484d53;
                }

                .filter-bar ul li.filter-bar-select input:-moz-placeholder {
                    color: #484d53;
                }

                .filter-bar ul li.filter-bar-select input:focus, .filter-bar ul li.filter-bar-select input:active {
                    outline: none;
                }

            .filter-bar ul li.filter-bar-select .selectric {
                border: none;
                text-align: center;
            }

    @media (max-width: 767px) {
        .filter-bar ul li.filter-bar-select .selectric {
            height: 88px;
        }
    }

    .filter-bar ul li.filter-bar-select .selectric .label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        height: 88px;
        line-height: 88px;
        font-size: 12px;
    }

    @media (max-width: 767px) {
        .filter-bar ul li.filter-bar-select .selectric .label {
            font-weight: normal;
            white-space: normal;
            height: auto;
            line-height: 1;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    }

    .filter-bar ul li.filter-bar-select .selectric .arrow {
        display: inline-block;
        width: 9px;
        height: 5px;
        margin-left: 6px;
        right: inherit;
    }

    @media (max-width: 767px) {
        .filter-bar ul li.filter-bar-select .selectric .arrow {
            position: absolute;
            margin: 0;
            left: 50%;
            bottom: 12px;
            top: inherit;
            margin-left: -5px;
        }
    }

    .filter-bar ul li.filter-bar-select .selectric .arrow svg {
        width: 9px;
        height: 5px;
    }

    .filter-bar ul li.filter-bar-select .selectric-items {
        border: none;
        background-color: #f4f4f4;
    }

    .filter-bar ul li.filter-bar-select .selectric-open .selectric {
        background-color: #f4f4f4;
    }

    .filter-bar ul li.filter-bar-select .orderby-item {
        display: block;
        margin: 0 auto;
        text-align: center;
        height: 88px;
        line-height: 88px;
        font-size: 12px;
        text-decoration: none;
        color: #484d53;
    }

        .filter-bar ul li.filter-bar-select .orderby-item.active {
            color: #0058b1;
        }

    .filter-bar ul li.filter-bar-select button {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        height: 88px;
        line-height: 88px;
        border: none;
        background: none;
        text-align: center;
        width: 100%;
        white-space: normal;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
        color: #ffffff;
        background: #0058b1;
        text-transform: uppercase;
    }

        .filter-bar ul li.filter-bar-select button:focus, .filter-bar ul li.filter-bar-select button:active {
            outline: none;
        }

    .filter-bar.filter-bar-3-items ul li.filter-bar-select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
    }

    .filter-bar.filter-bar-4-items ul li.filter-bar-select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
    }

    .filter-bar.filter-bar-6-items ul li.filter-bar-select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
    }

    @media (min-width: 768px) {
        .filter-bar.filter-bar-6-items ul li.filter-bar-select {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 16.6666666667%;
            float: left;
        }
    }

    .filter-bar.filter-bar-7-items ul li.filter-bar-select {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
    }

    @media (min-width: 768px) {
        .filter-bar.filter-bar-7-items ul li.filter-bar-select {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 14.1666666667%;
            float: left;
        }
    }

    .alfabetic-bar {
        padding: 20px 0;
    }

        .alfabetic-bar ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
            white-space: nowrap;
            overflow: scroll;
        }

    @media (min-width: 768px) {
        .alfabetic-bar ul {
            overflow: hidden;
        }
    }

    .alfabetic-bar ul li {
        margin: 0 10px 0 0;
        padding: 0;
        display: inline-block;
    }

        .alfabetic-bar ul li a {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            text-transform: uppercase;
            color: #484d53;
            text-decoration: none;
        }

        .alfabetic-bar ul li.last {
            margin: 0;
        }

    .no-results {
        padding: 56px 0;
        text-align: center;
    }

        .no-results h2 {
            font-size: 16px;
            margin-bottom: 56px;
        }

        .no-results .form-holder {
            position: relative;
            max-width: 580px;
            margin: 0 auto;
        }

            .no-results .form-holder input.searchbox-input {
                border: 0;
                outline: none;
                box-shadow: none;
                border-bottom: 1px solid #0058b1;
                font-family: "Playfair Display", Helvetica, Arial, serif;
                font-size: 32px;
                width: 100%;
                padding: 12px 0;
            }

                .no-results .form-holder input.searchbox-input::-webkit-input-placeholder {
                    text-align: center;
                }

                .no-results .form-holder input.searchbox-input::-moz-placeholder {
                    text-align: center;
                }

                .no-results .form-holder input.searchbox-input:-ms-input-placeholder {
                    text-align: center;
                }

                .no-results .form-holder input.searchbox-input:-moz-placeholder {
                    text-align: center;
                }

            .no-results .form-holder .submit-btn {
                position: absolute;
                right: 0;
                bottom: 6px;
                width: 43px;
                height: 43px;
            }

                .no-results .form-holder .submit-btn svg {
                    width: 22px;
                    height: 22px;
                    color: #0058b1;
                    margin: 10px 10px 9px 9px;
                }

                .no-results .form-holder .submit-btn input {
                    text-indent: -9999px;
                    width: 28px;
                    height: 28px;
                    background: transparent;
                    outline: none;
                    border: none;
                    cursor: pointer;
                    width: 43px;
                    height: 43px;
                }

    .grid-search-results .item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .grid-search-results .item {
            width: 50%;
            padding-left: 40px;
            padding-right: 40px;
        }

            .grid-search-results .item.item-style-1 {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .grid-search-results .item.item-style-2 {
                padding-top: 80px;
                padding-bottom: 80px;
            }

            .grid-search-results .item.item-style-3 {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .grid-search-results .item.item-style-4 {
                padding-top: 100px;
                padding-bottom: 100px;
            }
    }

    @media (min-width: 1024px) {
        .grid-search-results .item {
            width: 33.33%;
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    .grid-search-results .item a {
        display: block;
        text-decoration: none;
    }

    .grid-search-results .item .related-basic-heading {
        text-align: center;
    }

        .grid-search-results .item .related-basic-heading .heading-category {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            margin: 0;
            text-transform: uppercase;
        }

        .grid-search-results .item .related-basic-heading .heading-title {
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 32px;
            margin: 0;
        }

        .grid-search-results .item .related-basic-heading .entry-meta {
            margin: 6px 0 0;
            font-size: 11px;
        }

            .grid-search-results .item .related-basic-heading .entry-meta time {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            }

    .grid-search-results .item .img-holder {
        position: relative;
    }

        .grid-search-results .item .img-holder img {
            width: 100%;
            height: auto;
        }

        .grid-search-results .item .img-holder .play-button {
            position: absolute;
            width: 42px;
            height: 42px;
            bottom: 0;
            left: 0;
            border: 1px solid #ffffff;
            color: #ffffff;
        }

            .grid-search-results .item .img-holder .play-button .play {
                width: 18px;
                height: 21px;
                top: 50%;
                left: 50%;
                margin: -10px 0 0 -9px;
                position: absolute;
            }

    #rslive {
        background-color: #484d53;
        color: #0058b1;
        position: relative;
        overflow: hidden;
    }

        #rslive .title {
            padding: 36px 0 6px;
            text-align: center;
            text-transform: uppercase;
        }

    @media (min-width: 768px) {
        #rslive .title {
            padding: 50px 0 30px;
        }
    }

    #rslive .title h2 {
        margin: 0;
        padding: 0;
        position: relative;
        display: table;
        margin: 0 auto;
    }

        #rslive .title h2 a {
            color: #ffffff;
            text-decoration: none;
        }

        #rslive .title h2 .updates {
            position: absolute;
            right: -24px;
            top: -6px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #d70a16;
            font-size: 14px;
            text-align: center;
            line-height: 20px;
            color: #ffffff;
        }

    #rslive .title h3 {
        display: none;
    }

    @media (min-width: 768px) {
        #rslive .title h3 {
            margin: 0;
            padding: 0;
            color: #acd7f5;
            display: block;
        }
    }

    #rslive .full-container {
        /*
		.item {
			width: 300px;
			background-color: red;
			margin: 10px;
			display: inline-block;
			vertical-align: top;
			white-space: normal !important;
			
			img {
				display: block;
				width: 100%;
				height: auto;
			}
			
			.content {

			}
		} */
    }

        #rslive .full-container .item {
            position: static;
            padding-top: 20px;
        }

    @media (min-width: 768px) {
        #rslive .full-container .item {
            padding-top: 0;
        }
    }

    #rslive .full-container .item:after {
        content: '';
        display: block;
        width: 1px;
        top: 0;
        height: 100%;
        background-color: #ffffff;
        position: absolute;
    }

    #rslive .full-container .item:first-child:after {
        content: none;
    }

    #rslive .full-container .item .content {
        padding: 12px;
    }

        #rslive .full-container .item .content .info {
            position: relative;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 16px;
            margin-bottom: 20px;
        }

            #rslive .full-container .item .content .info time {
                font-weight: 700;
                color: #acd7f5;
                line-height: 1.8;
            }

                #rslive .full-container .item .content .info time .sec {
                    display: inline-block;
                    font-size: 26px;
                }

            #rslive .full-container .item .content .info .user {
                font-weight: 400;
                position: absolute;
                right: 0;
                color: #acd7f5;
                text-decoration: none;
                font-size: 14px;
                top: 18px;
                width: 180px;
                word-break: break-all;
                text-align: right;
            }

            #rslive .full-container .item .content .info .icon {
                margin-right: 10px;
                margin-top: -10px;
            }

                #rslive .full-container .item .content .info .icon.twitter {
                    width: 22px;
                    height: 18px;
                }

                    #rslive .full-container .item .content .info .icon.twitter svg {
                        width: 22px;
                        height: 18px;
                    }

                #rslive .full-container .item .content .info .icon.facebook {
                    width: 6px;
                    height: 13px;
                }

                    #rslive .full-container .item .content .info .icon.facebook svg {
                        width: 6px;
                        height: 13px;
                    }

                #rslive .full-container .item .content .info .icon.facebooksquare {
                    width: 18px;
                    height: 18px;
                }

                    #rslive .full-container .item .content .info .icon.facebooksquare svg {
                        width: 18px;
                        height: 18px;
                    }

                #rslive .full-container .item .content .info .icon.play {
                    width: 14px;
                    height: 17px;
                }

                    #rslive .full-container .item .content .info .icon.play svg {
                        width: 14px;
                        height: 17px;
                    }

                #rslive .full-container .item .content .info .icon.instagram {
                    width: 18px;
                    height: 18px;
                }

                    #rslive .full-container .item .content .info .icon.instagram svg {
                        width: 18px;
                        height: 18px;
                    }

                #rslive .full-container .item .content .info .icon.quote {
                    width: 17px;
                    height: 13px;
                }

                    #rslive .full-container .item .content .info .icon.quote svg {
                        width: 17px;
                        height: 13px;
                    }

                #rslive .full-container .item .content .info .icon.upload-photo {
                    width: 18px;
                    height: 18px;
                }

                    #rslive .full-container .item .content .info .icon.upload-photo svg {
                        width: 18px;
                        height: 18px;
                    }

                #rslive .full-container .item .content .info .icon.rs {
                    width: 28px;
                    height: 32px;
                }

                    #rslive .full-container .item .content .info .icon.rs svg {
                        width: 28px;
                        height: 32px;
                    }

        #rslive .full-container .item .content p {
            margin: 0;
        }

            #rslive .full-container .item .content p[itemprop="headline"] {
                font-weight: bold;
                line-height: 24px;
                color: #ffffff;
            }

            #rslive .full-container .item .content p.yellow {
                color: #e8c33c;
            }

        #rslive .full-container .item .content .desc-holder {
            min-height: 186px;
            color: #ffffff;
        }

            #rslive .full-container .item .content .desc-holder a {
                color: #ffffff;
                text-decoration: none;
            }

    #rslive .full-container .item .image-holder {
        display: block;
        width: calc( 100% + 24px);
        height: auto;
        margin: 0 -12px -8px -12px;
        overflow: hidden;
        position: relative;
    }

        #rslive .full-container .item .image-holder:after {
            content: '';
            display: block;
            padding-top: 60%;
        }

    @media (min-width: 768px) {
        #rslive .full-container .item .image-holder:after {
            padding-top: 70%;
        }
    }

    #rslive .full-container .item .image-holder img {
        display: block;
        width: 100%;
        height: auto;
        position: absolute;
        min-height: 100%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        object-fit: cover;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    #rslive .full-container .item .image-holder a.video-popup:after, #rslive .full-container .item .image-holder a.open-popup-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 12px;
        left: 12px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 11px;
        border-color: transparent transparent transparent #ffffff;
    }

    #rslive .full-container .item .image-holder a.video-popup:before, #rslive .full-container .item .image-holder a.open-popup-link:before {
        width: 33px;
        height: 33px;
        border: 1px solid #ffffff;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        display: block;
        content: '';
    }

    #rslive .full-container .item.youtube .image-holder img, #rslive .full-container .item.video .image-holder img {
        height: 126%;
    }

    #rslive .full-container .item:hover .image-holder img {
        -webkit-filter: inherit;
        filter: inherit;
    }

    #rslive .full-container .item.outstanding .content .desc-holder p {
        font-size: 28px;
        line-height: 34px;
        color: #ffffff;
    }

    #rslive .full-container .item.outstanding.quote .content .desc-holder {
        color: #e8c33c;
    }

    @media (min-width: 768px) {
        #rslive .basic-swipeer-button {
            top: 4px;
        }
    }

    #rslive .rslive-swiper-pagination-progressbar {
        z-index: 9;
        background: transparent;
    }

    @media (min-width: 1024px) {
        #rslive .rslive-swiper-pagination-progressbar {
            background-color: #ffffff;
        }
    }

    #rslive .rslive-swiper-pagination-progressbar .swiper-pagination-progressbar {
        background-color: #acd7f5;
    }

    #modal-video video {
        width: 100%;
    }

    .beta-popup {
        background: #484d53;
        color: #ffffff;
        padding: 42px 0;
    }

        .beta-popup h1 {
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 24px;
            margin: 0;
        }

        .beta-popup h2 {
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 16px;
            color: #acd7f5;
            margin: 0 0 48px;
        }

        .beta-popup .big-basic-btn {
            margin: 24px 0;
        }

        .beta-popup .keys {
            text-align: center;
        }

            .beta-popup .keys ul {
                list-style: none;
                margin: 0;
                padding: 0;
                font-size: 0;
            }

                .beta-popup .keys ul li {
                    display: inline-block;
                    vertical-align: top;
                    width: 50%;
                    margin-bottom: 24px;
                }

    @media (min-width: 768px) {
        .beta-popup .keys ul li {
            width: 20%;
            margin-bottom: inherit;
        }
    }

    .beta-popup .keys ul li .ico-holder {
        display: block;
        width: 74px;
        height: 74px;
        border: 3px solid #ffffff;
        margin: 0 auto 6px;
        border-radius: 50%;
    }

        .beta-popup .keys ul li .ico-holder span.ico {
            display: block;
            width: 74px;
            height: 74px;
            background-image: url("../img/sprite-beta.png");
            background-repeat: no-repeat;
        }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .beta-popup .keys ul li .ico-holder span.ico {
            background-image: url("../img/sprite-beta@2x.png");
            -webkit-background-size: 370px 74px;
            -moz-background-size: 370px 74px;
            -o-background-size: 370px 74px;
            background-size: 370px 74px;
        }
    }

    .beta-popup .keys ul li.contenidos-exclusivos .ico-holder span.ico {
        background-position: 0 0;
    }

    .beta-popup .keys ul li.fan-wall .ico-holder span.ico {
        background-position: -74px 0;
    }

    .beta-popup .keys ul li.rs-live .ico-holder span.ico {
        background-position: -148px 0;
    }

    .beta-popup .keys ul li.estadisticas .ico-holder span.ico {
        background-position: -222px 0;
    }

    .beta-popup .keys ul li.novedades .ico-holder span.ico {
        background-position: -296px 0;
    }

    .beta-popup .keys ul li span.text {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
    }

    .mfp-beta-popup-opened header.navbar {
        z-index: -9;
    }

    .mfp-beta-popup-opened .mfp-bg {
        background-color: #484d53;
        opacity: 1;
    }

    .mfp-beta-popup-opened .mfp-close-btn-in .mfp-close {
        color: #ffffff;
    }

    .beta-popup-form {
        background: #484d53;
        color: #ffffff;
        padding: 48px 0;
    }

        .beta-popup-form h1 {
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 24px;
            margin: 0;
        }

        .beta-popup-form h2 {
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 16px;
            color: #acd7f5;
            margin: 0 0 48px;
        }

        .beta-popup-form form ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .beta-popup-form form ul li.form-group {
                margin-bottom: 24px;
            }

                .beta-popup-form form ul li.form-group.form-group-buttons {
                    text-align: center;
                }

                    .beta-popup-form form ul li.form-group.form-group-buttons .basic-btn {
                        color: #484d53;
                        border-color: #acd7f5;
                    }

                        .beta-popup-form form ul li.form-group.form-group-buttons .basic-btn:before {
                            background-color: #ffffff;
                        }

                        .beta-popup-form form ul li.form-group.form-group-buttons .basic-btn:after {
                            background-color: #acd7f5;
                        }

                .beta-popup-form form ul li.form-group.errors {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    color: #d70a16;
                    text-align: center;
                    font-size: 13px;
                }

        .beta-popup-form form fieldset {
            overflow: hidden;
            border: 1px solid #ffffff;
            padding: 24px;
            margin: 0 0 12px;
        }

            .beta-popup-form form fieldset legend {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                text-transform: uppercase;
                color: #acd7f5;
                display: block;
                font-size: 14px;
            }

    @media (min-width: 768px) {
        .beta-popup-form form fieldset legend {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    .beta-popup-form form fieldset ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

    @media (min-width: 768px) {
        .beta-popup-form form fieldset ul {
            width: 74.5762711864%;
            float: right;
            margin-right: 0;
        }
    }

    .beta-popup-form form fieldset ul li {
        display: block;
        float: left;
        text-align: center;
        width: 20%;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
    }

        .beta-popup-form form fieldset ul li label {
            display: block;
            cursor: pointer;
        }

            .beta-popup-form form fieldset ul li label.checked {
                background: #acd7f5;
                color: #484d53;
            }

        .beta-popup-form form fieldset ul li input {
            display: none;
        }

    .beta-popup-form form .basic-label {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 6px;
        display: block;
    }

        .beta-popup-form form .basic-label .optional {
            color: #7f7f7f;
            float: right;
        }

    .beta-popup-form form textarea {
        width: 100%;
        background: transparent;
        color: #ffffff;
        border: 1px solid #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        min-height: 120px;
    }

    .beta-popup-form form .note {
        text-align: center;
    }

    .competition-nav {
        margin: 40px 0 0 0;
    }

    @media (min-width: 768px) {
        .competition-nav {
            margin: 80px 0 0 0;
        }
    }

    .competition-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }

        .competition-nav ul li {
            margin: 0 3px;
            padding: 0;
            display: inline-block;
        }

    @media (min-width: 768px) {
        .competition-nav ul li {
            margin: 0 10px;
        }
    }

    .competition-nav ul li a {
        position: relative;
        padding: 10px 20px;
        border-radius: 6px;
        display: inline-block;
        background: #F4F4F4;
        border: 2px solid #F4F4F4;
        transition: all 0.2s ease;
        width: 48px;
        height: 55px;
        transition: all .3s;
    }

    @media (min-width: 768px) {
        .competition-nav ul li a {
            padding: 20px 40px;
            width: 110px;
            height: 80px;
        }
    }

    .competition-nav ul li a img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    @media (min-width: 768px) {
        .competition-nav ul li a img {
            max-width: 100%;
        }
    }

    .competition-nav ul li a:hover, .competition-nav ul li a.active {
        background: #FFFFFF;
    }

    .match-result {
        overflow: hidden;
    }

        .match-result .team {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%;
            overflow: hidden;
        }

            .match-result .team.team2 {
                float: right;
                margin-right: 0;
            }

            .match-result .team.team1 .team-inner {
                float: right;
            }

            .match-result .team .team-inner {
                display: table;
                text-align: center;
            }

                .match-result .team .team-inner .team-logo {
                    margin-bottom: 6px;
                }

                .match-result .team .team-inner .team-name {
                    margin: 0;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                }

        .match-result .score-time {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%;
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            line-height: 1;
            padding-top: 12px;
        }

    @media (min-width: 768px) {
        .match-result .score-time {
            padding-top: 0;
        }
    }

    .match-result .score-time .score-number {
        font-size: 56px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
    }

    @media (min-width: 1024px) {
        .match-result .score-time .score-number {
            font-size: 92px;
        }
    }

    .match-result .score-time .score-separator {
        font-weight: 400;
        font-size: 32px;
        display: inline-block;
        vertical-align: middle;
    }

    @media (min-width: 768px) {
        .match-result .score-time .score-separator {
            margin: 0 20px;
        }
    }

    .rec:before {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        position: relative;
        border-radius: 999px;
        margin: 0 20px 10px 0;
        vertical-align: middle;
        background: linear-gradient(270deg, #d70a16, #ff5840);
        background-size: 400% 400%;
        -webkit-animation: AnimationName 2s ease infinite;
        animation: AnimationName 2s ease infinite;
    }

    @-webkit-keyframes AnimationName {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    @keyframes AnimationName {
        0% {
            background-position: 0% 50%;
        }

        50% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0% 50%;
        }
    }

    #timeline {
        padding: 40px 0 0 0;
    }

    @media (min-width: 768px) {
        #timeline {
            padding: 80px 0 0 0;
        }
    }

    #timeline .statistics, #timeline .statistics {
        background-color: #484d53;
        color: #ffffff;
        overflow: hidden;
        background-image: url("../img/classification.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

    #timeline .container .inner-container {
        max-width: 780px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

        #timeline .container .inner-container:after {
            content: " ";
            display: block;
            clear: both;
        }

    #timeline .referee-name {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-align: center;
        font-size: 13px;
        margin: 20px 0 40px;
    }

    #timeline .timeline-progressline {
        padding: 30px 0 0 80px;
        margin: 0 0 0 0;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    @media (min-width: 768px) {
        #timeline .timeline-progressline {
            padding-right: 30px;
        }
    }

    #timeline .timeline-progressline .progressline {
        width: 100%;
        min-width: 950px;
        height: 2px;
        background-color: #0058b1;
        border-right: 1px solid #0058b1;
    }

    #timeline .timeline-progressline .player-name .time {
        margin-right: 5px;
    }

    #timeline .timeline-progressline .player-name .gol, #timeline .timeline-progressline .player-name .nogol {
        display: block;
        line-height: 18px;
    }

        #timeline .timeline-progressline .player-name .gol:before, #timeline .timeline-progressline .player-name .nogol:before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            position: relative;
            border-radius: 999px;
            margin-right: 10px;
        }

        #timeline .timeline-progressline .player-name .gol.gol:before, #timeline .timeline-progressline .player-name .nogol.gol:before {
            background: #008e3a;
        }

        #timeline .timeline-progressline .player-name .gol.nogol:before, #timeline .timeline-progressline .player-name .nogol.nogol:before {
            background: #d70a16;
        }

    #timeline .timeline-progressline .progressline-team {
        position: relative;
        height: 30px;
        width: 100%;
        min-width: 950px;
    }

        #timeline .timeline-progressline .progressline-team .team-logo {
            left: -50px;
        }

        #timeline .timeline-progressline .progressline-team .team-logo-name {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            color: #0058b1;
            text-transform: uppercase;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team1 .team-logo, #timeline .timeline-progressline .progressline-team.progressline-team1 .team-logo-name {
            position: absolute;
            bottom: 8px;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team1 .progressline-item .player-name {
            display: none;
            z-index: 3;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team1 .progressline-item:hover .player-name {
            position: absolute;
            background: #484d53;
            color: #ffffff;
            white-space: nowrap;
            display: block;
            bottom: 35px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            padding: 6px 11px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            #timeline .timeline-progressline .progressline-team.progressline-team1 .progressline-item:hover .player-name:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 3px 0 3px;
                border-color: #484d53 transparent transparent transparent;
                position: absolute;
                left: 50%;
                margin-left: -3px;
                top: 100%;
            }

        #timeline .timeline-progressline .progressline-team.progressline-team1 .progressline-item .origin svg {
            margin-bottom: 0;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team1 .progressline-item:after {
            content: '';
            display: block;
            width: 1px;
            height: 8px;
            background-color: #0058b1;
            margin: 22px auto 0;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team2 .team-logo, #timeline .timeline-progressline .progressline-team.progressline-team2 .team-logo-name {
            position: absolute;
            top: 8px;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team2 .progressline-item .player-name {
            display: none;
            z-index: 3;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team2 .progressline-item:hover .player-name {
            position: absolute;
            background: #484d53;
            color: #ffffff;
            white-space: nowrap;
            display: block;
            top: 40px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            padding: 6px 11px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            #timeline .timeline-progressline .progressline-team.progressline-team2 .progressline-item:hover .player-name:after {
                content: '';
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 3px 6px 3px;
                border-color: transparent transparent #484d53 transparent;
                position: absolute;
                left: 50%;
                margin-left: -3px;
                bottom: 100%;
            }

        #timeline .timeline-progressline .progressline-team.progressline-team2 .progressline-item .origin svg {
            margin-top: 0;
        }

        #timeline .timeline-progressline .progressline-team.progressline-team2 .progressline-item:before {
            content: '';
            display: block;
            width: 1px;
            height: 8px;
            background-color: #0058b1;
            margin: 0 auto 22px;
        }

        #timeline .timeline-progressline .progressline-team .progressline-item {
            display: table;
            position: absolute;
            top: 0;
        }

            #timeline .timeline-progressline .progressline-team .progressline-item .origin {
                position: absolute;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

                #timeline .timeline-progressline .progressline-team .progressline-item .origin svg {
                    max-width: 24px;
                    max-height: 18px;
                }

    #timeline .timeline-progressline .progressline-times {
        display: block;
        margin-bottom: 50px;
        width: 100%;
        min-width: 950px;
        margin-top: 50px;
        position: relative;
        border-bottom: 1px solid #484d53;
    }

        #timeline .timeline-progressline .progressline-times ul {
            margin: 0;
            padding: 0;
            width: 100%;
            display: table;
            table-layout: fixed;
        }

            #timeline .timeline-progressline .progressline-times ul li {
                display: table-cell;
                position: relative;
                width: 2%;
                font-size: 13px;
            }

                #timeline .timeline-progressline .progressline-times ul li span:before {
                    content: '';
                    display: inline-block;
                    width: 1px;
                    height: 24px;
                    background-color: #484d53;
                    margin-right: 4px;
                    vertical-align: top;
                }

                #timeline .timeline-progressline .progressline-times ul li.break {
                    vertical-align: bottom;
                    font-size: 13px;
                    line-height: 1.4;
                }

        #timeline .timeline-progressline .progressline-times .last-item {
            position: absolute;
            right: -1px;
            font-size: 13px;
            top: 1px;
        }

            #timeline .timeline-progressline .progressline-times .last-item span {
                position: relative;
                top: inherit;
                right: inherit;
            }

            #timeline .timeline-progressline .progressline-times .last-item:after {
                content: '';
                display: inline-block;
                width: 1px;
                height: 24px;
                background-color: #484d53;
                margin-left: 4px;
                vertical-align: top;
            }

    #timeline .timeline-navigation {
        overflow: hidden;
        margin-bottom: 60px;
        text-align: center;
    }

        #timeline .timeline-navigation ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #timeline .timeline-navigation ul li {
                display: inline-block;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-weight: 700;
                color: #484d53;
                text-transform: uppercase;
                font-size: 13px;
                margin-right: 24px;
            }

                #timeline .timeline-navigation ul li a {
                    text-decoration: none;
                    color: #484d53;
                    padding: 6px 0;
                    display: block;
                }

                #timeline .timeline-navigation ul li.active {
                    color: #0058b1;
                }

                    #timeline .timeline-navigation ul li.active a {
                        color: #0058b1;
                    }

    #timeline .timeline-time {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        margin-top: 48px;
    }

        #timeline .timeline-time .timeline-time-inner-content {
            display: table;
            margin-left: 16.2%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        #timeline .timeline-time .timeline-time-part {
            display: inline-block;
            background-color: #d70a16;
            color: #ffffff;
            min-width: 30px;
            text-align: center;
            margin-right: 6px;
        }

        #timeline .timeline-time .timeline-time-current {
            color: #d70a16;
        }

        #timeline .timeline-time .timeline-time-added {
            color: #0058b1;
            display: inline-block;
            min-width: 30px;
            text-align: left;
            margin-left: 6px;
        }

    #timeline .liveblog {
        border-left: 2px solid #484d53;
        margin-bottom: 40px;
        margin-top: 40px;
        position: relative;
    }

        #timeline .liveblog:before {
            content: '';
            display: block;
            width: 3px;
            height: 100%;
            height: calc(100% + 60px);
            position: absolute;
            left: 14.2%;
            top: -30px;
            bottom: -30px;
            background-color: #0058b1;
        }

        #timeline .liveblog .item {
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
            min-height: 120px;
        }

            #timeline .liveblog .item:after {
                content: " ";
                display: block;
                clear: both;
            }

    @media (min-width: 768px) {
        #timeline .liveblog .item {
            min-height: 90px;
        }
    }

    #timeline .liveblog .item.new {
        background-color: #acd7f5;
    }

    #timeline .liveblog .item .info {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 9.0909090909%;
        float: left;
        text-align: center;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #0058b1;
        padding-top: 16px;
        position: absolute;
        margin-left: -12px;
        margin-top: 42px;
    }

    @media (min-width: 768px) {
        #timeline .liveblog .item .info {
            position: relative;
            margin-left: inherit;
            margin-top: inherit;
        }
    }

    #timeline .liveblog .item .info time {
        color: #484d53;
        margin-bottom: 16px;
        display: block;
    }

    #timeline .liveblog .item .info .icon {
        max-width: 100%;
        max-height: 18px;
        margin-bottom: 12px;
    }

        #timeline .liveblog .item .info .icon svg {
            max-width: 58px;
            height: 18px;
        }

    #timeline .liveblog .item .info .origin img {
        width: 100%;
        height: auto;
    }

    @media (min-width: 768px) {
        #timeline .liveblog .item .info .origin img {
            width: 50%;
        }
    }

    #timeline .liveblog .item .team-icon {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 9.0909090909%;
        float: left;
        position: relative;
    }

        #timeline .liveblog .item .team-icon .icon {
            display: block;
            width: 48px;
            height: 48px;
            border: 2px solid #484d53;
            border-radius: 50%;
            background-color: #ffffff;
            position: relative;
            overflow: hidden;
        }

            #timeline .liveblog .item .team-icon .icon picture {
                width: 40px;
                height: 40px;
                margin: 4px;
                display: block;
            }

                #timeline .liveblog .item .team-icon .icon picture img {
                    display: block;
                    width: 100%;
                    height: auto;
                }

    #timeline .liveblog .item .description {
        width: 72.2222222222%;
        float: right;
        margin-right: 0;
        padding-top: 16px;
    }

    @media (min-width: 768px) {
        #timeline .liveblog .item .description {
            width: 81.4814814815%;
            float: right;
            margin-right: 0;
        }
    }

    #timeline .liveblog .item .description h3 {
        margin: 0;
        text-transform: uppercase;
    }

    #timeline .liveblog .item .description p {
        font-size: 18px;
    }

    #timeline .key-moments {
        margin-bottom: 40px;
    }

        #timeline .key-moments .item {
            overflow: hidden;
            border-bottom: 1px solid #484d53;
            padding: 24px 0;
            margin-left: -2%;
            margin-right: -2%;
            padding-left: 2%;
            padding-right: 2%;
        }

            #timeline .key-moments .item .content {
                align-items: center;
            }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content {
            display: flex;
        }
    }

    #timeline .key-moments .item .content .info {
        float: left;
        margin-right: 6px;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .info {
            float: none;
            margin-right: 0;
        }
    }

    #timeline .key-moments .item .content .info time {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        letter-spacing: -.02em;
        color: #0058b1;
        font-size: 24px;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .info time {
            font-size: 62px;
            margin-left: 6px;
        }
    }

    #timeline .key-moments .item .content .icon-holder {
        float: left;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .icon-holder {
            float: none;
        }
    }

    #timeline .key-moments .item .content .icon-holder svg {
        max-width: 20px;
        max-height: 20px;
        display: inline-block;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .icon-holder svg {
            max-width: 22px;
            max-height: 22px;
            margin: 0 12px;
        }
    }

    #timeline .key-moments .item .content .icon-holder .team-logo {
        text-align: center;
        display: inline-block;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .icon-holder .team-logo {
            display: block;
            text-align: center;
            margin-top: -2px;
            margin-bottom: 4px;
        }
    }

    #timeline .key-moments .item .content .icon-holder .team-logo img {
        max-width: 20px;
        height: auto;
        margin: 0 auto;
    }

    @media (min-width: 768px) {
        #timeline .key-moments .item .content .icon-holder .team-logo img {
            max-width: 22px;
            max-height: 22px;
        }
    }

    #timeline .key-moments .item .content .description {
        width: 100%;
        clear: both;
    }

        #timeline .key-moments .item .content .description .description-holder {
            max-width: 600px;
        }

        #timeline .key-moments .item .content .description h3 {
            margin: 0;
        }

        #timeline .key-moments .item .content .description p {
            margin: 0;
            font-size: 18px;
        }

    #timeline .key-moments .item.highlighted {
        background: #0058b1;
        color: #ffffff;
    }

        #timeline .key-moments .item.highlighted .info time {
            color: #ffffff;
        }

    #timeline .comments {
        margin-bottom: 40px;
    }

        #timeline .comments .item {
            overflow: hidden;
            padding: 24px 0;
        }

    @media (min-width: 768px) {
        #timeline .comments .item {
            border-bottom: 1px solid #484d53;
        }
    }

    #timeline .comments .item .content {
        align-items: center;
    }

    @media (min-width: 768px) {
        #timeline .comments .item .content {
            display: flex;
        }
    }

    #timeline .comments .item .content .info {
        border-bottom: 1px solid #484d53;
        margin-bottom: 12px;
        padding-bottom: 6px;
    }

    @media (min-width: 768px) {
        #timeline .comments .item .content .info {
            min-width: 210px;
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }
    }

    #timeline .comments .item .content .info time {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.02em;
        color: #0058b1;
        text-align: center;
        margin: 0 auto;
    }

    @media (min-width: 768px) {
        #timeline .comments .item .content .info time {
            font-size: 62px;
            margin-left: 6px;
        }
    }

    #timeline .comments .item .content .description {
        width: 100%;
    }

        #timeline .comments .item .content .description .description-holder {
            max-width: 600px;
        }

        #timeline .comments .item .content .description blockquote {
            margin: 0;
            padding: 0;
        }

            #timeline .comments .item .content .description blockquote p {
                color: #0058b1;
            }

            #timeline .comments .item .content .description blockquote footer p {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                margin: 0;
                text-transform: uppercase;
                font-size: 13px;
                color: #484d53;
            }

        #timeline .comments .item .content .description h3 {
            margin: 0;
        }

        #timeline .comments .item .content .description p {
            margin: 0;
            font-size: 18px;
        }

    #timeline .comments .item.tweet .description {
        text-align: center;
    }

        #timeline .comments .item.tweet .description .description-holder {
            margin: 0 auto;
        }

        #timeline .comments .item.tweet .description .profile {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 2px solid #0058b1;
            overflow: hidden;
            margin: 0 auto 20px;
        }

            #timeline .comments .item.tweet .description .profile img {
                width: 100%;
            }

        #timeline .comments .item.tweet .description .text-holder {
            color: #0058b1;
            font-weight: 700;
            font-size: 24px;
        }

            #timeline .comments .item.tweet .description .text-holder p:before {
                content: '“';
            }

            #timeline .comments .item.tweet .description .text-holder p:after {
                content: '”';
            }

        #timeline .comments .item.tweet .description .user-name {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            display: block;
            text-align: center;
            margin-bottom: 20px;
        }

    #timeline .comments .item.tweet-photo .description .description-holder {
        max-width: 100%;
    }

    @media (min-width: 768px) {
        #timeline .comments .item.tweet-photo .description .description-holder {
            display: flex;
            margin-top: -24px;
            margin-bottom: -24px;
        }
    }

    #timeline .comments .item.tweet-photo .description .description-holder .description-tweet-main {
        padding: 24px 0;
        text-align: center;
    }

    @media (min-width: 768px) {
        #timeline .comments .item.tweet-photo .description .description-holder .description-tweet-main {
            width: 50%;
            text-align: left;
        }
    }

    @media (min-width: 768px) {
        #timeline .comments .item.tweet-photo .description .description-holder .description-tweet-photo {
            width: 50%;
        }
    }

    #timeline .comments .item.tweet-photo .description .description-holder .description-tweet-photo img {
        width: 100%;
        height: auto;
    }

    #timeline .comments .item.tweet-photo .description .profile {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid #0058b1;
        overflow: hidden;
        margin: 0 auto 20px;
    }

        #timeline .comments .item.tweet-photo .description .profile img {
            width: 100%;
        }

    #timeline .comments .item.tweet-photo .description .text-holder {
        color: #0058b1;
        font-weight: 700;
        font-size: 24px;
    }

        #timeline .comments .item.tweet-photo .description .text-holder p:before {
            content: '“';
        }

        #timeline .comments .item.tweet-photo .description .text-holder p:after {
            content: '”';
        }

    #timeline .comments .item.tweet-photo .description .user-name {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        display: block;
        margin-bottom: 20px;
    }

    /* Load more */
    .load-more {
        margin: 50px 0;
    }

        .load-more a {
            text-decoration: none;
            color: #484d53;
            text-transform: uppercase;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            position: relative;
            display: table;
            margin: 0 auto;
            font-size: 11px;
        }

            .load-more a svg {
                display: block;
                width: 14px;
                height: 8px;
                margin: 6px auto 0;
            }

    svg .cls-1 {
        fill: currentColor;
    }

    svg.amarilla {
        color: #fcdc27;
    }

    svg.roja {
        color: #e23537;
    }

    footer#footer {
        background-color: #484d53;
        color: #7f7f7f;
    }

        footer#footer .footer-beta {
            text-align: center;
            color: #ffffff;
            padding: 56px 0;
        }

            footer#footer .footer-beta h4 {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                text-transform: uppercase;
                font-size: 24px;
                margin: 0;
            }

            footer#footer .footer-beta h5 {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                text-transform: uppercase;
                color: #acd7f5;
                font-size: 16px;
                margin: 0;
            }

        footer#footer .footer-top {
            background-color: #000000;
        }

            footer#footer .footer-top .breadcrumbs {
                display: none;
            }

                footer#footer .footer-top .breadcrumbs ol {
                    list-style: none;
                    margin: 0;
                    padding: 0;
                }

                    footer#footer .footer-top .breadcrumbs ol li {
                        display: inline-block;
                        white-space: nowrap;
                    }

                        footer#footer .footer-top .breadcrumbs ol li a {
                            text-decoration: none;
                            color: #ffffff;
                        }

            footer#footer .footer-top .anoeta {
                background: url(../img/footer-bg-2020.jpg) no-repeat #000000;
                position: relative;
                min-height: 580px;
                padding-top: 60px;
                background-size: contain;
                background-position: center center;
            }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta {
            background-size: auto;
            background-position: center top;
            min-height: 800px;
        }
    }

    footer#footer .footer-top .anoeta.no-nav .social {
        bottom: 60px;
    }

    footer#footer .footer-top .anoeta .footer-logos {
        text-align: center;
        max-width: 320px;
        margin: 0 auto;
    }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta .footer-logos {
            max-width: 100%;
        }
    }

    footer#footer .footer-top .anoeta .footer-logos ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: center;
    }

        footer#footer .footer-top .anoeta .footer-logos ul li {
            display: inline-block;
            margin: 0 4px 12px;
            width: inherit;
            float: none;
            vertical-align: middle;
        }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta .footer-logos ul li {
            margin: 0px 20px;
        }
    }

    @media (max-width: 667px) {
        footer#footer .footer-top .anoeta .footer-logos ul li {
            display: inline-block;
            width: 47%;
            min-height: 75px;
            line-height: 75px;
        }

            footer#footer .footer-top .anoeta .footer-logos ul li img {
                margin: 0 20px;
            }

        footer#footer .footer-top .anoeta {
            padding-top: 20px;
            padding-bottom: 50px;
        }
    }

    footer#footer .footer-top .anoeta .footer-logos ul li:nth-child(2) {
        float: right;
    }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta .footer-logos ul li:nth-child(2) {
            float: none;
        }
    }

    footer#footer .footer-top .anoeta .social {
        text-align: center;
        display: table;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        footer#footer .footer-top .anoeta .social ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            footer#footer .footer-top .anoeta .social ul li {
                display: inline-block;
                margin: 0 8px 28px;
            }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta .social ul li {
            margin: 0 14px;
        }
    }

    footer#footer .footer-top .anoeta .social ul li a {
        color: #ffffff;
    }

    footer#footer .footer-top .anoeta .social ul li.twitter {
        width: 39px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.twitter svg {
            width: 39px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.facebook {
        width: 15px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.facebook svg {
            width: 15px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.youtube {
        width: 33px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.youtube svg {
            width: 33px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.instagram {
        width: 32px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.instagram svg {
            width: 32px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.googleplus {
        width: 55px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.googleplus svg {
            width: 55px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.vine {
        width: 28px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.vine svg {
            width: 28px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta .social ul li.weibo {
        width: 39px;
        height: 32px;
    }

        footer#footer .footer-top .anoeta .social ul li.weibo svg {
            width: 39px;
            height: 32px;
        }

    footer#footer .footer-top .anoeta.zubieta {
        background: url(../img/foundation/footer-bg-2019_3.jpg) no-repeat #000000;
        position: relative;
        min-height: 580px;
        padding-top: 60px;
        background-size: contain;
        background-position: center center;
    }

    @media (min-width: 768px) {
        footer#footer .footer-top .anoeta.zubieta {
            background-size: auto;
            background-position: center top;
            min-height: 800px;
        }
    }

    footer#footer .footer-navigation {
        display: none;
        padding: 40px 0;
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation {
            display: block;
        }
    }

    footer#footer .footer-navigation .column {
        text-align: center;
        position: relative;
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation .column {
            width: 13.7931034483%;
            float: left;
            margin-right: 3.4482758621%;
        }
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation .column.last {
            float: right;
            margin-right: 0;
        }
    }

    footer#footer .footer-navigation .column.last .item:after {
        content: none;
    }

    footer#footer .footer-navigation .column.last svg {
        display: none;
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation .column.last svg {
            display: block;
            width: 12px;
            height: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -6px;
        }
    }

    footer#footer .footer-navigation .column h3 {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: 1px solid #ffffff;
        display: table;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation .column h3 {
            display: block;
        }
    }

    footer#footer .footer-navigation .column h3 a {
        color: #ffffff;
        text-decoration: none;
        display: block;
        position: relative;
        z-index: 9;
    }

    @media (min-width: 768px) {
        footer#footer .footer-navigation .column h3:after {
            content: '';
            display: block;
            width: 4px;
            height: 4px;
            background-color: #ffffff;
            border-radius: 50%;
            position: absolute;
            left: 111%;
            top: 50%;
            margin-top: -2px;
        }
    }

    footer#footer .footer-navigation .column.last h3:after {
        content: none;
    }

    footer#footer .footer-navigation .column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer#footer .footer-navigation .column ul li {
            font-size: 13px;
        }

            footer#footer .footer-navigation .column ul li a {
                color: #ffffff;
                text-decoration: none;
            }

    footer#footer .footer-bottom {
        padding-top: 40px;
    }

    @media (min-width: 768px) {
        footer#footer .footer-bottom .col1 {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    @media (min-width: 768px) {
        footer#footer .footer-bottom .col2 {
            width: 74.5762711864%;
            float: right;
            margin-right: 0;
        }
    }

    footer#footer .footer-bottom .footer-info {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
    }

        footer#footer .footer-bottom .footer-info .col1 span {
            font-weight: 700;
        }

        footer#footer .footer-bottom .footer-info .col1 #email-address {
            margin-top: 1em;
        }

    footer#footer .footer-bottom .copyright {
        font-size: 13px;
        padding: 20px 0 80px;
    }

    footer#footer .footer-bottom a {
        text-decoration: none;
        color: #7f7f7f;
    }

    footer#footer .footer-bottom p {
        margin: 0;
    }

    footer#footer .footer-bottom ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .news-list .news-article {
        position: relative;
    }

        .news-list .news-article .news-article-content {
            position: relative;
            margin-bottom: 60px;
        }

    @media (min-width: 768px) {
        .news-list .news-article {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            padding-left: 0.8333333333%;
            padding-right: 0.8333333333%;
        }

            .news-list .news-article .img-holder:after {
                padding-top: 56.25%;
            }

            .news-list .news-article.news-article-1of3 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 33.3333333333%;
                float: left;
                padding-left: 0.8333333333%;
                padding-right: 0.8333333333%;
            }

                .news-list .news-article.news-article-1of3 .img-holder:after {
                    padding-top: 115.46%;
                }

            .news-list .news-article.news-article-2of3 {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 66.6666666667%;
                float: left;
                padding-left: 0.8333333333%;
                padding-right: 0.8333333333%;
            }

                .news-list .news-article.news-article-2of3 .img-holder:after {
                    padding-top: 56.25%;
                }
    }

    .news-list .news-article .title-holder {
        margin-bottom: 20px;
    }

        .news-list .news-article .title-holder time {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
        }

        .news-list .news-article .title-holder .categories {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
        }

            .news-list .news-article .title-holder .categories a {
                text-decoration: none;
                color: #484d53;
            }

        .news-list .news-article .title-holder h2 {
            margin: 0;
        }

            .news-list .news-article .title-holder h2 a {
                text-decoration: none;
                color: #484d53;
                font-family: "Playfair Display", Helvetica, Arial, serif;
            }

    .news-list .news-article .img-holder {
        position: relative;
        overflow: hidden;
    }

        .news-list .news-article .img-holder:after {
            content: '';
            display: block;
        }

        .news-list .news-article .img-holder img {
            transition: transform .5s ease-out;
            display: block;
            left: 0;
            height: 100%;
            max-width: 100%;
            object-fit: cover;
            top: 0;
            width: 100%;
        }

    @media (min-width: 768px) {
        .news-list .news-article .img-holder img {
            position: absolute;
        }
    }

    .news-list .news-article .img-holder .icon-holder {
        position: absolute;
        width: 43px;
        height: 43px;
        border: 1px solid #ffffff;
        bottom: -1px;
        left: -1px;
        color: #ffffff;
    }

        .news-list .news-article .img-holder .icon-holder svg {
            width: 16px;
            height: 19px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -9px;
            margin-left: -8px;
        }

    .news-list .news-article .text-holder p {
        display: inline;
        margin: 0;
    }

    .news-list .news-article:hover .img-holder img {
        transform: scale(1.1);
        transition-duration: 1.5s;
    }

    .accordion-basic-style .accordion-title {
        margin: 0;
        padding: 0;
        border-top: 1px solid #484d53;
        line-height: 24px;
        padding: 12px 12px;
        cursor: pointer;
        font-size: 13px;
    }

    @media (min-width: 768px) {
        .accordion-basic-style .accordion-title {
            font-size: 18px;
        }
    }

    .accordion-basic-style .accordion-title:focus, .accordion-basic-style .accordion-title:active {
        outline: none;
    }

    .accordion-basic-style .accordion-holder {
        padding: 0 12px 36px 12px;
    }

        .accordion-basic-style .accordion-holder p:first-child {
            margin-top: 0;
        }

        .accordion-basic-style .accordion-holder p:last-child {
            margin-bottom: 0;
        }

    .accordion-basic-style .small {
        font-size: 13px;
    }

    ication-table {
        background-color: #000000;
        background-image: url("../img/partidos-clasificacion-bg.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
    }

        ication-table .inner-intro h2 {
            color: #ffffff;
        }

        ication-table .inner-intro h3 {
            color: #acd7f5;
        }

        ication-table table {
            color: #ffffff;
            min-width: inherit !important;
        }

    .classification-table #hdtbl-1 {
        background: #ffffff;
    }

    .classification-table .real {
        background: #0058b1;
        color: #ffffff;
    }

        .classification-table .real .total, .classification-table .real .home, .classification-table .real outside {
            background: #0058b1;
        }

    .classification-table .total {
        background: #acd7f5;
    }

    .classification-table .home {
        background: #f4f4f4;
    }

    .classification-table .outside {
        background: #ffffff;
    }

    body.js-headroom--pinned .classification-table #hdtbl-1 {
        top: 78px !important;
    }

    /* Homepage */
    #homepage-gallery {
        position: relative;
        overflow: hidden;
        display: flex;
    }

        #homepage-gallery > .swiper-wrapper {
            height: auto;
        }

    .lazy-load-image {
        -webkit-filter: blur(8px);
        filter: blur(8px);
        height: 100%;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        top: 0;
        -webkit-transition: opacity .5s ease-in-out .5s;
        -o-transition: opacity .5s ease-in-out .5s;
        transition: opacity .5s ease-in-out .5s;
        width: 100%;
        z-index: 8;
    }

    .lazy-load-image--load {
        opacity: 0;
    }

    .lazy-load-image__img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        width: 100%;
    }

    @media (min-width: 1024px) {
        #homepage-gallery {
            background-color: #484d53;
        }
    }

    #homepage-gallery .item {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    @media (min-width: 1024px) {
        #homepage-gallery .item:after {
            content: '';
            display: block;
            position: absolute;
            z-index: 9;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 55%, transparent 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73000000', endColorstr='#00ffffff',GradientType=0 );
        }
    }

    #homepage-gallery .item .gallery-item-content {
        width: 96%;
        margin: 0 auto;
        text-align: center;
        padding: 24px 0 48px;
    }

    @media (min-width: 1024px) {
        #homepage-gallery .item .gallery-item-content {
            color: #ffffff;
            display: table;
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 99;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }
    }

    #homepage-gallery .item .gallery-item-content h1 {
        font-family: "Playfair Display", Helvetica, Arial, serif;
    }

    #homepage-gallery .item .gallery-item-content h2 {
        text-transform: uppercase;
    }

        #homepage-gallery .item .gallery-item-content h2:after {
            background-color: #0058b1;
        }

    @media (min-width: 1024px) {
        #homepage-gallery .item .gallery-item-content h2:after {
            background-color: #ffffff;
        }
    }

    #homepage-gallery .item img {
        display: block;
        height: auto;
        width: 100%;
    }

    @media (min-width: 1024px) {
        #homepage-gallery .item img {
            width: 100%;
            margin-left: inherit;
        }
    }

    #homepage-gallery .item a {
        text-decoration: none;
    }

    #homepage-gallery .item .video-popup {
        display: block;
        width: 92px;
        height: 92px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -46px;
        margin-top: -46px;
    }

        #homepage-gallery .item .video-popup svg {
            display: block;
            width: 32px;
            height: 48px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -12px;
            margin-top: -24px;
            color: #ffffff;
        }

    #homepage-gallery .slick-dots {
        list-style: none;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        #homepage-gallery .slick-dots li {
            transform: rotate(90deg);
        }

            #homepage-gallery .slick-dots li button {
                background: none;
                border: none;
                color: #ffffff;
                cursor: pointer;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                padding: 0;
                margin: 0;
                opacity: 0.4;
            }

                #homepage-gallery .slick-dots li button:focus {
                    outline: none;
                }

            #homepage-gallery .slick-dots li.slick-active button {
                opacity: 1;
            }

    #homepage-gallery .swiper-pagination {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 12px;
        display: table;
        width: auto;
        height: auto;
        bottom: 12px;
    }

    @media (min-width: 1024px) {
        #homepage-gallery .swiper-pagination {
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            bottom: inherit;
        }
    }

    #homepage-gallery .swiper-pagination span {
        display: inline-block;
        width: auto;
        height: auto;
        border-radius: 0;
        background: none;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        font-weight: 700;
    }

    @media (min-width: 1024px) {
        #homepage-gallery .swiper-pagination span {
            transform: rotate(90deg);
            display: block;
            color: #ffffff;
        }
    }

    /* Buy-it */
    .buyit {
        display: table;
        text-decoration: none;
        max-width: 120px;
    }

        .buyit span.buyit-main-text {
            color: #484d53;
            font-weight: 700;
            display: block;
            margin-bottom: 6px;
        }

        .buyit .buyit-icon-content {
            display: inline-block;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background-color: #0058b1;
            color: #ffffff;
            position: relative;
            vertical-align: middle;
            margin-right: 4px;
            margin-left: -42px;
        }

            .buyit .buyit-icon-content .icon.buyit {
                width: 24px;
                height: 17px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin: -8px 0 0 -12px;
            }

                .buyit .buyit-icon-content .icon.buyit svg {
                    width: 24px;
                    height: 17px;
                }

        .buyit .buyit-icon-text {
            color: #0058b1;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            display: inline-block;
            font-weight: 700;
        }

    .confirmation-msg {
        text-align: center;
        font-weight: 700;
        padding: 126px 0;
    }

    /* Article Base */
    .article-base .article-base-header {
        position: relative;
        width: 100%;
    }

    @media (min-width: 1024px) {
        .article-base .article-base-header:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff',GradientType=0 );
        }
    }

    .article-base .article-base-header .basic-heading-picture {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .article-base .article-base-header .basic-heading-picture img {
            display: block;
            height: auto;
            width: 100%;
        }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading-picture img {
            width: 100%;
            margin-left: inherit;
        }
    }

    .article-base .article-base-header .basic-heading-picture .video-popup {
        display: block;
        width: 46px;
        height: 46px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -23px;
        margin-top: -23px;
    }

        .article-base .article-base-header .basic-heading-picture .video-popup svg {
            display: block;
            width: 16px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -6px;
            margin-top: -12px;
            color: #ffffff;
        }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading-picture .video-popup {
            display: none;
        }
    }

    .article-base .article-base-header .basic-heading-picture footer {
        position: relative;
        width: 100%;
        text-align: center;
        z-index: 9;
        background-color: white;
        padding: 25px 0;
        color: #000;
    }

    @media (max-width: 767px) {
        .article-base .article-base-header .basic-heading-picture footer {
            padding: 1px 0;
        }

            .article-base .article-base-header .basic-heading-picture footer p {
                padding: 0 10px;
            }
    }

    .article-base .article-base-header .basic-heading-picture footer p {
        display: block;
    }

    @media (min-width: 768px) {
        .article-base .article-base-header .basic-heading-picture footer p {
            display: block;
            margin: 0;
            font-size: 13px;
            color: #000000;
            line-height: 1;
        }
    }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading-picture footer p {
            font-size: 16px;
            line-height: 20px;
        }
    }

    .article-base .article-base-header .basic-heading-picture footer .collaboration {
        text-align: center;
        position: absolute;
        bottom: 12px;
        width: 100%;
        left: 0;
    }

        .article-base .article-base-header .basic-heading-picture footer .collaboration p {
            margin: 0;
            display: inherit;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
            color: #ffffff;
            text-transform: uppercase;
            line-height: 24px;
        }

            .article-base .article-base-header .basic-heading-picture footer .collaboration p .collaboration-logo {
                display: inline-block;
                text-indent: -9999px;
                margin-left: 6px;
            }

    .article-base .article-base-header .basic-heading {
        padding: 24px 0 12px;
        background-color: #f4f4f4;
    }

    @media (min-width: 768px) {
        .article-base .article-base-header .basic-heading {
            background-color: #ffffff;
        }
    }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading {
            background-color: inherit;
            color: #ffffff;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 9;
            padding: 0;
        }
    }

    .article-base .article-base-header .basic-heading h2:after {
        background-color: #333333;
    }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading h2:after {
            background-color: #ffffff;
        }
    }

    .article-base .article-base-header .basic-heading .video-popup {
        display: none;
    }

    @media (min-width: 1024px) {
        .article-base .article-base-header .basic-heading .video-popup {
            display: block;
            width: 46px;
            height: 46px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            position: relative;
            margin: 24px auto 0;
        }

            .article-base .article-base-header .basic-heading .video-popup svg {
                display: block;
                width: 16px;
                height: 24px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -6px;
                margin-top: -12px;
                color: #ffffff;
            }
    }

    .article-base .article-base-inner {
        background-color: #f4f4f4;
    }

    @media (min-width: 768px) {
        .article-base .article-base-inner {
            margin: 30px;
        }
    }

    .article-base .article-base-inner .entry-content {
        padding-top: 60px;
    }

        .article-base .article-base-inner .entry-content .entry-content-holder {
            max-width: 960px;
            padding: 40px 0;
        }

            .article-base .article-base-inner .entry-content .entry-content-holder img {
                width: 100%;
                height: auto;
            }

        .article-base .article-base-inner .entry-content p:first-child:first-letter {
            color: #0058b1;
            font-size: 68px;
            font-weight: 700;
        }

    .article-base .thumbnail {
        position: relative;
    }

        .article-base .thumbnail:after {
            content: '';
            display: block;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00ffffff',GradientType=0 );
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }

        .article-base .thumbnail img {
            width: 100%;
        }

    .article-base section h2 {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        text-align: center;
        color: #0058b1;
    }

    .article-base section blockquote {
        color: #0058b1;
        text-align: center;
    }

        .article-base section blockquote p {
            margin: 0;
            font-weight: 700;
        }

            .article-base section blockquote p:before {
                content: "“";
            }

            .article-base section blockquote p:after {
                content: "”";
            }

        .article-base section blockquote footer {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

            .article-base section blockquote footer cite {
                font-style: normal;
            }

    .article-base .related-content {
        margin-top: 24px;
    }

        .article-base .related-content .item:only-child {
            float: none !important;
            margin: 0 auto !important;
        }

        .article-base .related-content .halfWidth {
            width: 100%;
        }

    @media (min-width: 768px) {
        .article-base .related-content .halfWidth {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    .article-base .related-content .halfWidth:last-child {
        float: right;
        margin-right: 0;
    }

    .article-base .related-content .youtube {
        position: relative;
        overflow: hidden;
    }

        .article-base .related-content .youtube a {
            display: block;
            position: relative;
        }

            .article-base .related-content .youtube a:before {
                content: '';
                display: block;
                padding-bottom: 56.25%;
            }

            .article-base .related-content .youtube a img {
                width: 100%;
                transition: transform .5s ease-out;
                display: block;
                left: 0;
                height: auto;
                object-fit: cover;
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .article-base .related-content .youtube a .play-button {
                position: absolute;
                width: 42px;
                height: 42px;
                bottom: 0;
                left: 0;
                border: 1px solid #ffffff;
                color: #ffffff;
            }

                .article-base .related-content .youtube a .play-button .icon.play {
                    width: 18px;
                    height: 21px;
                    top: 50%;
                    left: 50%;
                    margin: -10px 0 0 -9px;
                    position: absolute;
                }

                    .article-base .related-content .youtube a .play-button .icon.play svg {
                        width: 18px;
                        height: 21px;
                    }

            .article-base .related-content .youtube a:hover img {
                -webkit-transform: translateY(-48%) scale(1.1);
                -ms-transform: translateY(-48%) scale(1.1);
                transform: translateY(-48%) scale(1.1);
                transition-duration: 1.5s;
            }

    .article-base .article-footer {
        text-align: center;
        padding: 60px 0 60px;
        color: #acd7f5;
    }

        .article-base .article-footer ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .article-base .article-footer ul li {
                display: inline-block;
                vertical-align: top;
                margin: 0 8px;
            }

    @media (min-width: 768px) {
        .article-base .article-footer ul li {
            margin: 0 16px;
        }
    }

    .article-base .article-footer ul li.views {
        padding-top: 4px;
    }

        .article-base .article-footer ul li.views svg {
            width: 40px;
            height: 24px;
        }

        .article-base .article-footer ul li.views .num {
            display: block;
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            margin-top: 6px;
        }

    .article-base .article-footer ul li.twitter {
        width: 32px;
        height: 26px;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.twitter {
            width: 39px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.twitter svg {
        width: 32px;
        height: 26px;
        color: #acd7f5;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.twitter svg {
            width: 39px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.facebook {
        width: 12px;
        height: 26px;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.facebook {
            width: 15px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.facebook svg {
        width: 12px;
        height: 26px;
        color: #acd7f5;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.facebook svg {
            width: 15px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.gplus {
        width: 45px;
        height: 26px;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.gplus {
            width: 55px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.gplus svg {
        width: 45px;
        height: 26px;
        color: #acd7f5;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.gplus svg {
            width: 55px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.whatsapp {
        width: 26px;
        height: 26px;
    }

        .article-base .article-footer ul li.whatsapp svg {
            width: 26px;
            height: 26px;
            color: #acd7f5;
        }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.whatsapp {
            display: none;
        }
    }

    .article-base .article-footer ul li.email {
        width: 35px;
        height: 26px;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.email {
            width: 43px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.email svg {
        width: 35px;
        height: 26px;
        color: #acd7f5;
    }

    @media (min-width: 768px) {
        .article-base .article-footer ul li.email svg {
            width: 43px;
            height: 32px;
        }
    }

    .article-base .article-footer ul li.share a {
        color: #acd7f5;
    }

    .article-base .article-footer ul li.share svg {
        width: 32px;
        height: 27px;
    }

    .article-base .inside-related-content {
        color: #ffffff;
        text-align: center;
        width: 100%;
    }

    @media (min-width: 768px) {
        .article-base .inside-related-content {
            display: table;
        }
    }

    .article-base .inside-related-content .item {
        position: relative;
    }

    @media (min-width: 768px) {
        .article-base .inside-related-content .item {
            display: table-cell;
            width: 50%;
            vertical-align: middle;
        }

            .article-base .inside-related-content .item:only-child {
                float: none;
                width: 50%;
                margin: 0 auto;
                display: block;
            }
    }

    .article-base .inside-related-content .item .img-holder {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow: hidden;
    }

        .article-base .inside-related-content .item .img-holder:after {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            background: #484d53;
            opacity: 0.4;
            position: absolute;
            top: 0;
            left: 0;
        }

    .article-base .inside-related-content .item .item-content {
        position: relative;
        z-index: 9;
        width: 90%;
        margin: 0 auto;
    }

        .article-base .inside-related-content .item .item-content .item-content-head {
            min-height: 260px;
            padding: 40px 0 20px;
        }

        .article-base .inside-related-content .item .item-content .item-content-bottom {
            padding: 20px 0 40px;
        }

    .article-base .inside-related-content .tweet-holder .profile {
        margin: 0 auto 12px;
        border: 2px solid #ffffff;
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
    }

        .article-base .inside-related-content .tweet-holder .profile img {
            display: block;
            width: 100%;
            height: auto;
        }

    .article-base .inside-related-content .tweet-holder .text-holder p {
        margin: 0;
        font-size: 28px;
        line-height: 36px;
        word-break: break-word;
    }

        .article-base .inside-related-content .tweet-holder .text-holder p:first-letter {
            font-size: 28px;
            line-height: 36px;
            color: #ffffff;
            font-weight: 400;
        }

    .article-base .inside-related-content .tweet-holder .img-holder img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .article-base .inside-related-content .tweet-holder .icon-holder {
        width: 20px;
        height: 16px;
        margin: 0 auto 12px;
    }

        .article-base .inside-related-content .tweet-holder .icon-holder svg {
            width: 20px;
            height: 16px;
        }

    .article-base .inside-related-content .tweet-holder.without-image {
        color: #484d53;
    }

        .article-base .inside-related-content .tweet-holder.without-image .profile {
            border-color: #0058b1;
        }

        .article-base .inside-related-content .tweet-holder.without-image .text-holder p:first-letter {
            color: #484d53;
        }

        .article-base .inside-related-content .tweet-holder.without-image .btn {
            color: #ffffff;
            background-color: #0058b1;
        }

    .article-base .inside-related-content .match-result-holder {
        overflow: hidden;
    }

        .article-base .inside-related-content .match-result-holder .img-holder img {
            width: auto;
            height: 100%;
        }

    @media (min-width: 768px) {
        .article-base .inside-related-content .match-result-holder .img-holder img {
            width: auto;
            height: 100%;
        }
    }

    .article-base .inside-related-content .match-result-holder .teams-holder {
        overflow: hidden;
    }

        .article-base .inside-related-content .match-result-holder .teams-holder .team {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
        }

            .article-base .inside-related-content .match-result-holder .teams-holder .team .team-logo {
                margin-bottom: 12px;
            }

            .article-base .inside-related-content .match-result-holder .teams-holder .team h2 {
                margin: 0;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                color: #ffffff;
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
            }

    .article-base .inside-related-content .match-result-holder .timeline-time {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        margin: 40px 0 10px;
    }

        .article-base .inside-related-content .match-result-holder .timeline-time .timeline-time-inner-content {
            display: table;
            margin-left: 14.2%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        .article-base .inside-related-content .match-result-holder .timeline-time .timeline-time-part {
            display: inline-block;
            background-color: #d70a16;
            color: #ffffff;
            min-width: 30px;
            text-align: center;
            margin-right: 6px;
        }

        .article-base .inside-related-content .match-result-holder .timeline-time .timeline-time-current {
            color: #d70a16;
        }

        .article-base .inside-related-content .match-result-holder .timeline-time .timeline-time-added {
            color: #0058b1;
            display: inline-block;
            min-width: 30px;
            text-align: left;
            margin-left: 6px;
        }

    .article-base .inside-related-content .match-result-holder .score-time {
        text-align: center;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        line-height: 1;
        position: relative;
        overflow: hidden;
    }

        .article-base .inside-related-content .match-result-holder .score-time .score-number {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
            font-size: 92px;
            font-weight: 700;
        }

        .article-base .inside-related-content .match-result-holder .score-time .score-separator {
            font-weight: 400;
            font-size: 32px;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    @media (min-width: 768px) {
        .article-base .inside-related-content .match-result-holder .score-time .score-separator {
            margin: 0 20px;
        }
    }

    .article-base .inside-related-content .item:only-child .img-holder img {
        width: auto;
        height: 100%;
    }

    @media (min-width: 768px) {
        .article-base .inside-related-content .item:only-child .img-holder img {
            width: 100%;
            height: auto;
        }
    }

    .article-base .inside-related-content .btn {
        display: table;
        background-color: #ffffff;
        color: #0058b1;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        margin: 0 auto;
        text-decoration: none;
        font-size: 13px;
        line-height: 1;
        min-width: 160px;
        text-align: center;
        padding: 8px 12px;
    }

    .team .item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
    }

    @media (min-width: 768px) {
        .team .item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 33.3333333333%;
            float: left;
        }
    }

    .team .item .thumb {
        border-bottom: 1px solid #484d53;
        position: relative;
        overflow: hidden;
    }

        .team .item .thumb:after {
            content: '';
            display: block;
            padding-top: 85%;
        }

        .team .item .thumb .thumb-inner {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

            .team .item .thumb .thumb-inner img {
                width: 100%;
                margin-top: 10px;
            }

            .team .item .thumb .thumb-inner.thumb-inner-side2 {
                opacity: 0;
            }

    .team .item .details .detail-inner {
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        .team .item .details .detail-inner .name {
            margin: 0;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 1;
            width: 100%;
            z-index: 9;
            font-size: 13px;
            margin-top: 12px;
        }

    @media (min-width: 768px) {
        .team .item .details .detail-inner .name {
            font-size: 18px;
        }
    }

    .team .item .details .detail-inner .name.middle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: inherit;
    }

    .team .item .details .detail-inner .person-number {
        font-weight: 700;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #acd7f5;
        line-height: 1;
        opacity: 0.4;
        font-size: 56px;
    }

    @media (min-width: 768px) {
        .team .item .details .detail-inner .person-number {
            font-size: 96px;
        }
    }

    .team .item a {
        text-decoration: none;
    }

        .team .item a:hover .thumb .thumb-inner.thumb-inner-side2 {
            opacity: 1;
        }

    .team-section {
        margin-bottom: 48px;
    }

    .mfp-open-exclusive .mfp-content {
        max-width: 720px;
        background-color: #0058b1;
    }

    .mfp-open-exclusive .mfp-close {
        color: #ffffff;
        font-size: 16px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        opacity: 1;
        line-height: 43px;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

        .mfp-open-exclusive .mfp-close:hover {
            transform: rotate(180deg);
        }

    .fullWidth-video {
        position: relative;
        overflow: hidden;
    }

        .fullWidth-video:before {
            content: '';
            display: block;
            padding-bottom: 56.25%;
        }

        .fullWidth-video a {
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: absolute;
        }

            .fullWidth-video a img {
                width: 100%;
                transition: transform .5s ease-out;
                display: block;
                left: 0;
                height: auto;
                object-fit: cover;
                position: absolute;
                top: 0;
                z-index: 9;
            }

            .fullWidth-video a .play-button-in {
                position: absolute;
                color: #ffffff;
                z-index: 99;
                display: block;
                width: 46px;
                height: 46px;
                border: 1px solid #ffffff;
                border-radius: 50%;
                position: relative;
                top: 50%;
                left: 50%;
                margin-left: -23px;
                margin-top: -23px;
            }

                .fullWidth-video a .play-button-in .icon.play {
                    width: 18px;
                    height: 21px;
                    top: 50%;
                    left: 50%;
                    margin: -10px 0 0 -9px;
                    position: absolute;
                }

                    .fullWidth-video a .play-button-in .icon.play svg {
                        width: 18px;
                        height: 21px;
                    }

            .fullWidth-video a:hover img {
                transform: scale(1.1);
                transition-duration: 1.5s;
            }

        .fullWidth-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .banner-holder {
        padding: 30px 0;
        text-align: center;
    }

        .banner-holder.banner-holder-top.dark-holder {
            background-color: #000000;
            margin-bottom: 30px;
        }

        .banner-holder.banner-holder-footer.dark-holder {
            background-color: #000000;
            margin-top: 30px;
        }

        .banner-holder.banner-holder-footer .banner-line-first {
            margin-bottom: 30px;
        }

        .banner-holder .container {
            overflow: hidden;
        }

        .banner-holder.banner-holder-gptpassback {
            padding: 10px 0;
            background-color: #000000;
        }
        .banner-holder.banner-holder-gptpassback1 {
            padding: 10px 0;
        }

    @media (min-width: 768px) {
        .banner-holder .cols2-1-1 .slide {
            width: 48.81%;
        }

        .banner-holder .cols2-2-1 .slide1 {
            width: 65.93%;
        }

        .banner-holder .cols2-2-1 .slide2 {
            width: 31.78%;
        }
    }

    .banner-holder a {
        display: block;
        margin: 0 auto;
    }

        .banner-holder a img {
            display: block;
            width: 100%;
            height: auto;
        }

            .banner-holder a img.banner-mobile {
                display: block;
            }

    @media (min-width: 768px) {
        .banner-holder a img.banner-mobile {
            display: none;
        }
    }

    .banner-holder a img.banner-desktop {
        display: none;
    }

    @media (min-width: 768px) {
        .banner-holder a img.banner-desktop {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .banner-holder.cols-2 .cols-row, .banner-holder.cols-3 .cols-row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }

    .banner-holder.cols-2 .cols-row .col, .banner-holder.cols-3 .cols-row .col {
        margin-bottom: 30px;
    }

    @media (min-width: 768px) {
        .banner-holder.cols-2 .cols-row .col, .banner-holder.cols-3 .cols-row .col {
            margin-bottom: 0;
        }
    }

    @media (min-width: 768px) {
        .banner-holder.cols-2 a, .banner-holder.cols-3 a {
            margin: 0 15px;
        }
    }

    #photo-gallery ul.tabs-menu {
        margin-bottom: 48px;
    }

        #photo-gallery ul.tabs-menu li a:after {
            background-color: #0058b1;
        }

        #photo-gallery ul.tabs-menu li.ui-tabs-active {
            border-bottom: 1px solid #0058b1;
        }

    .photo-gallery {
        margin: 0 -12px;
    }

        .photo-gallery .item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
        }

    @media (min-width: 768px) {
        .photo-gallery .item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 33.3333333333%;
            float: left;
        }
    }

    .photo-gallery .item a {
        margin: 0 12px 48px;
        display: block;
        text-decoration: none;
    }

        .photo-gallery .item a .img-holder {
            position: relative;
            overflow: hidden;
        }

            .photo-gallery .item a .img-holder:before {
                content: '';
                display: block;
                padding-bottom: 67%;
            }

            .photo-gallery .item a .img-holder img {
                width: 100%;
                transition: transform .5s ease-out;
                display: block;
                left: 0;
                height: auto;
                object-fit: cover;
                position: absolute;
                top: 0;
            }

        .photo-gallery .item a .related-basic-heading .heading-title {
            margin: 0;
            color: #484d53;
            text-decoration: none;
            font-size: 11px;
            padding: 6px 0 0;
        }

        .photo-gallery .item a:hover img {
            transform: scale(1.1);
            transition-duration: 1.5s;
        }

[id^=exclusive-content-for-members], #modal-mgp {
    text-align: center;
    color: #ffffff;
    padding: 48px 0;
}

    [id^=exclusive-content-for-members] h2, #modal-mgp h2 {
        text-transform: uppercase;
    }

    [id^=exclusive-content-for-members] p, #modal-mgp p {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    .more-staff .item {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left;
    }

    @media (min-width: 768px) {
        .more-staff .item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 25%;
            float: left;
        }
    }

    @media (min-width: 768px) {
        .more-staff .item .details .detail-inner .name {
            font-size: 13px;
        }
    }

    .more-staff .item .details .detail-inner .personal {
        display: block;
        font-size: 11px;
        color: #acd7f5;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        margin-top: 4px;
    }

    .more-staff .item .details .detail-inner .title {
        display: block;
        font-size: 13px;
    }

    .matchphase-item .matchphase-title {
        overflow: hidden;
        padding: 6px 0;
    }

        .matchphase-item .matchphase-title .matchphase-title-content {
            overflow: hidden;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
            text-transform: uppercase;
            width: 66.1016949153%;
            float: left;
            margin-right: 1.6949152542%;
        }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-title .matchphase-title-content .matchphase-competition {
            float: left;
        }
    }

    .matchphase-item .matchphase-title .matchphase-title-content .matchphase-competition .strong {
        font-weight: 700;
    }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-title .matchphase-title-content .matchphase-location-date {
            float: right;
        }
    }

    .matchphase-item .matchphase-title .matchphase-title-content .matchphase-location-date a {
        color: #484d53;
        text-decoration: none;
    }

    .matchphase-item .matchphase-teams-main {
        border-top: 1px solid #484d53;
        margin-bottom: 20px;
        overflow: hidden;
        padding: 36px 0 0;
    }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-teams-main {
            width: 66.1016949153%;
            float: left;
            margin-right: 1.6949152542%;
            margin-bottom: inherit;
        }
    }

    .matchphase-item .matchphase-teams-main .swiper-slide {
        background: #ffffff;
    }

    .matchphase-item .matchphase-teams-main .matchphase-teams {
        text-align: center;
        overflow: hidden;
    }

        .matchphase-item .matchphase-teams-main .matchphase-teams .team {
            width: 40.6779661017%;
            float: left;
            margin-right: 1.6949152542%;
            overflow: hidden;
        }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team .team-inner {
                display: table;
            }

                .matchphase-item .matchphase-teams-main .matchphase-teams .team .team-inner .team-name {
                    margin: 0;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team.team1 .team-inner {
                float: right;
            }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team.team2 {
                float: right;
                margin-right: 0;
            }

                .matchphase-item .matchphase-teams-main .matchphase-teams .team.team2 .team-inner {
                    float: left;
                }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team.laligagenuine {
                width: 100%;
                float: left;
                margin-left: 0;
                margin-right: 0;
                float: none;
                margin: 0 auto;
            }

                .matchphase-item .matchphase-teams-main .matchphase-teams .team.laligagenuine .team-inner {
                    margin: 0 auto;
                }

                    .matchphase-item .matchphase-teams-main .matchphase-teams .team.laligagenuine .team-inner .team-name {
                        font-size: 18px;
                        color: #0058b1;
                    }

                .matchphase-item .matchphase-teams-main .matchphase-teams .team.laligagenuine .team-logo img {
                    width: 300px;
                }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team .team-logo {
                margin-bottom: 12px;
            }

                .matchphase-item .matchphase-teams-main .matchphase-teams .team .team-logo img {
                    width: 100px;
                    height: auto;
                }

            .matchphase-item .matchphase-teams-main .matchphase-teams .team .team-logo-name {
                margin: 0;
                text-transform: uppercase;
                font-size: 13px;
            }

        .matchphase-item .matchphase-teams-main .matchphase-teams .separator {
            width: 15.2542372881%;
            float: left;
            margin-right: 1.6949152542%;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 36px;
            padding-top: 24px;
        }

    .matchphase-item .matchphase-teams-main .next-match-howtogetthere table {
        font-size: 13px;
        text-align: center;
    }

        .matchphase-item .matchphase-teams-main .next-match-howtogetthere table a {
            color: #484d53;
        }

        .matchphase-item .matchphase-teams-main .next-match-howtogetthere table th, .matchphase-item .matchphase-teams-main .next-match-howtogetthere table td {
            text-align: center;
        }

    .matchphase-item .matchphase-teams-sidebar {
        border-top: 1px solid #484d53;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 400;
        position: relative;
        margin-top: 65px;
    }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-teams-sidebar {
            width: 32.2033898305%;
            float: right;
            margin-right: 0;
            margin-top: 0;
        }
    }

    @media (min-width: 1024px) {
        .matchphase-item .matchphase-teams-sidebar {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }
    }

    .matchphase-item .matchphase-teams-sidebar .icon.arrow-left {
        position: absolute;
        width: 13px;
        height: 25px;
        top: -45px;
        left: 50%;
        margin-left: -7px;
        cursor: pointer;
        opacity: 0;
    }

    .matchphase-item .matchphase-teams-sidebar .matchphase-teams-sidebar-slide {
        overflow: hidden;
    }

    .matchphase-item .matchphase-teams-sidebar ul {
        list-style: none;
        margin: 0 0 20px;
        padding: 0;
    }

        .matchphase-item .matchphase-teams-sidebar ul li {
            border-bottom: 1px solid #484d53;
            text-align: center;
        }

            .matchphase-item .matchphase-teams-sidebar ul li a, .matchphase-item .matchphase-teams-sidebar ul li span {
                text-decoration: none;
                color: #484d53;
                text-transform: uppercase;
                text-align: center;
                display: table;
                margin: 0 auto;
                font-size: 13px;
                padding: 12px 0;
                display: block;
            }

                .matchphase-item .matchphase-teams-sidebar ul li a.active, .matchphase-item .matchphase-teams-sidebar ul li span.active {
                    color: #0058b1;
                    font-weight: 900;
                }

    .matchphase-item .matchphase-teams-sidebar a.basic-btn {
        display: block;
    }

    .matchphase-item .matchphase-teams-buttons {
        clear: both;
        width: 100%;
        float: left;
        margin-top: 40px;
        margin-bottom: 5px;
    }

        .matchphase-item .matchphase-teams-buttons a {
            float: none;
            margin-bottom: 10px;
        }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-teams-buttons a {
            display: inline-table;
            float: left;
        }
    }

    .matchphase-item .matchphase-teams-buttons a.next {
        float: none;
    }

    @media (min-width: 768px) {
        .matchphase-item .matchphase-teams-buttons a.next {
            display: inline-table;
            float: right;
        }
    }

    #matchphase-list article {
        margin-bottom: 60px;
    }

    #soccer-results article {
        margin-bottom: 60px;
    }

        #soccer-results article .matchphase-teams-main {
            padding-top: 40px;
        }

    .basic-link {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-decoration: none;
        text-transform: uppercase;
        border-bottom: 1px solid #0058b1;
        font-size: 14px;
    }

    .basic-btn {
        display: inline-block;
        padding: 8px 18px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #0058b1;
        text-transform: uppercase;
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
        position: relative;
        cursor: pointer;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        z-index: 9;
    }

        .basic-btn:before {
            content: '';
            position: absolute;
            z-index: -2;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: #0058b1;
        }

        .basic-btn:after {
            content: '';
            position: absolute;
            z-index: -1;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
            width: 0%;
            height: 100%;
            top: 0;
            left: 0;
            background: #ffffff;
        }

        .basic-btn:hover, .basic-btn:active {
            color: #0058b1;
        }

            .basic-btn:hover:after, .basic-btn:active:after {
                width: 100%;
            }

            .basic-btn:hover svg, .basic-btn:active svg {
                fill: #0058b1;
            }

        .basic-btn.centered {
            display: table;
            margin-left: auto;
            margin-right: auto;
        }

        .basic-btn.whiteBg {
            color: #0058b1;
        }

            .basic-btn.whiteBg:before {
                background: #ffffff;
            }

            .basic-btn.whiteBg:after {
                background: #0058b1;
            }

            .basic-btn.whiteBg:hover, .basic-btn.whiteBg:active {
                color: #ffffff;
            }

        .basic-btn svg {
            fill: #ffffff;
        }

    @media (min-width: 768px) {
        .basic-btn.extrabig {
            padding: 16px 36px;
            font-size: 18px;
        }
    }

    .basic-btn.blueBg {
        border: 1px solid #ffffff;
    }

        .basic-btn.blueBg:before {
            background: #0058b1;
        }

        .basic-btn.blueBg:hover, .basic-btn.blueBg:active {
            color: #0058b1;
        }

            .basic-btn.blueBg:hover svg, .basic-btn.blueBg:active svg {
                fill: #ffffff;
            }

    .basic-btn.greyBg {
        border: 1px solid #484d53;
    }

        .basic-btn.greyBg:before {
            background: #484d53;
        }

        .basic-btn.greyBg:hover, .basic-btn.greyBg:active {
            color: #484d53;
        }

            .basic-btn.greyBg:hover svg, .basic-btn.greyBg:active svg {
                fill: #484d53;
            }

    .success-btn {
        display: inline-block;
        padding: 8px 18px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid #008e3a;
        text-transform: uppercase;
        background-color: #008e3a;
        color: #ffffff;
        text-decoration: none;
        position: relative;
        cursor: text;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    .big-basic-btn {
        border: 1px solid #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        display: block;
        padding: 18px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
    }

    .statistics {
        background-color: #484d53;
        color: #ffffff;
        position: relative;
        padding: 60px 0;
    }

        .statistics dfn {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-style: normal;
            font-size: 11px;
            display: block;
            width: 100%;
            text-align: center;
        }

    @media (min-width: 768px) {
        .statistics dfn {
            font-size: 12px;
        }
    }

    .statistics .statistics-list {
        text-align: center;
    }

        .statistics .statistics-list .row {
            padding: 40px 0;
        }

        .statistics .statistics-list ul {
            list-style: none;
            margin: 0 auto;
            padding: 0;
            display: table;
        }

            .statistics .statistics-list ul li {
                display: table-cell;
                position: relative;
                width: 180px;
                border-right: 1px solid #ffffff;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                text-transform: uppercase;
                padding: 0 12px;
            }

                .statistics .statistics-list ul li .data {
                    font-weight: 700;
                    font-size: 28px;
                }

    @media (min-width: 768px) {
        .statistics .statistics-list ul li .data {
            font-size: 48px;
        }
    }

    .statistics .statistics-list ul li .data.tarjeta-holder {
        position: relative;
        display: table;
        margin: 0 auto;
    }

        .statistics .statistics-list ul li .data.tarjeta-holder svg {
            display: block;
            width: 14px;
            height: 19px;
            position: absolute;
            top: 0;
            right: -18px;
        }

    .statistics .statistics-list ul li:last-child {
        border-right: 0;
    }

    .statistics .circles-progress-holder {
        width: 100%;
        margin-bottom: 40px;
        overflow: hidden;
    }

        .statistics .circles-progress-holder .circles-progress-item {
            width: 50%;
            float: left;
            margin-bottom: 20px;
        }

    @media (min-width: 768px) {
        .statistics .circles-progress-holder .circles-progress-item {
            width: 25%;
            margin-bottom: inherit;
        }
    }

    .statistics .circles-progress-holder .circle-progress-content {
        margin: 0 auto;
    }

    .statistics .field-statistics {
        overflow: hidden;
        margin-bottom: 40px;
    }

        .statistics .field-statistics .col {
            width: 100%;
        }

    @media (min-width: 768px) {
        .statistics .field-statistics .col {
            width: 50%;
            float: left;
        }
    }

    .statistics .field-statistics .col .col-holder .col-holder-content {
        margin: 0 auto;
    }

    .statistics .field-statistics .col .col-holder.col-holder-last {
        padding-top: 60px;
    }

    .statistics .title {
        text-align: center;
        text-transform: uppercase;
    }

        .statistics .title h2 {
            margin: 0;
            font-size: 24px;
        }

        .statistics .title h3 {
            color: #acd7f5;
            margin: 0;
            font-size: 16px;
        }

    .statistics .tabs ul.tabs-menu {
        margin-bottom: 40px;
        padding: 12px 0;
    }

        .statistics .tabs ul.tabs-menu li a {
            color: #ffffff;
        }

        .statistics .tabs ul.tabs-menu li.ui-tabs-active a {
            color: #acd7f5;
        }

    .statistics .team-lineup {
        margin-bottom: 80px;
    }

        .statistics .team-lineup .players {
            text-align: center;
            margin-bottom: 40px;
        }

    @media (min-width: 768px) {
        .statistics .team-lineup .players {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
            margin-bottom: 0;
        }
    }

    .statistics .team-lineup .players h3 {
        text-transform: uppercase;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        display: table;
        margin: 0 auto 12px;
        padding: 0 24px 6px;
        font-size: 11px;
    }

    @media (min-width: 1024px) {
        .statistics .team-lineup .players h3 {
            min-width: 160px;
        }
    }

    .statistics .team-lineup .players ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    @media (min-width: 768px) {
        .statistics .team-lineup .players.substitute-players {
            float: right;
            margin-right: 0;
        }
    }

    .statistics .team-lineup .playing-field {
        margin-bottom: 40px;
    }

    @media (min-width: 768px) {
        .statistics .team-lineup .playing-field {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
            margin-bottom: 0;
        }
    }

    .statistics .team-lineup .playing-field .playing-field-holder {
        width: 300px;
        height: 193px;
        margin: 0 auto;
        position: relative;
    }

    @media (min-width: 1024px) {
        .statistics .team-lineup .playing-field .playing-field-holder {
            width: 495px;
            height: 318px;
        }
    }

    .statistics .team-lineup .playing-field .playing-field-holder .player-point {
        position: absolute;
        font-size: 9px;
    }

        .statistics .team-lineup .playing-field .playing-field-holder .player-point .num {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            display: block;
        }

        .statistics .team-lineup .playing-field .playing-field-holder .player-point .name {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

    .statistics .team-lineup .playing-field .playing-field-holder svg {
        width: 300px;
        height: 192px;
    }

    @media (min-width: 1024px) {
        .statistics .team-lineup .playing-field .playing-field-holder svg {
            width: 495px;
            height: 318px;
        }
    }

    .statistics .timeline-statistics table {
        max-width: 580px;
        margin: 0 auto;
    }

        .statistics .timeline-statistics table thead th {
            text-align: center;
            text-transform: uppercase;
            font-size: 13px;
        }

        .statistics .timeline-statistics table tbody th {
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 400;
            text-align: center;
        }

    .statistics .pases {
        width: 280px;
        height: 280px;
        position: relative;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    @media (min-width: 768px) {
        .statistics .pases {
            width: 500px;
            height: 500px;
        }
    }

    .statistics .pases .box {
        width: 140px;
        height: 140px;
        float: left;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        .statistics .pases .box {
            width: 250px;
            height: 250px;
        }
    }

    .statistics .pases .box .circle {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        position: absolute;
    }

    @media (min-width: 768px) {
        .statistics .pases .box .circle {
            width: 250px;
            height: 250px;
        }
    }

    .statistics .pases .box .data {
        -ms-transform: rotate(-45deg) translate(-25%, -50%);
        -webkit-transform: rotate(-45deg) translate(-25%, -50%);
        transform: rotate(-45deg) translate(-25%, -50%);
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        display: table;
        top: 40%;
        position: absolute;
        left: 50%;
        text-align: center;
    }

        .statistics .pases .box .data .num {
            font-size: 28px;
            text-align: center;
            font-weight: 900;
            display: block;
        }

    @media (min-width: 768px) {
        .statistics .pases .box .data .num {
            font-size: 36px;
        }
    }

    @media (min-width: 768px) {
        .statistics .pases .box .data dfn {
            margin-top: 6px;
        }
    }

    .statistics .pases .box.adelante {
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

        .statistics .pases .box.adelante .circle {
            top: 90%;
            right: -90%;
            background-color: #eeeeee;
        }

    .statistics .pases .box.derecha {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

        .statistics .pases .box.derecha .circle {
            top: 90%;
            left: -90%;
            background-color: #5e6165;
        }

    .statistics .pases .box.izquierda {
        border-right: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

        .statistics .pases .box.izquierda .circle {
            top: -90%;
            right: -90%;
            background-color: #a7a9aa;
        }

    .statistics .pases .box.retroceso {
        border-left: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

        .statistics .pases .box.retroceso .circle {
            top: -90%;
            left: -90%;
            background-color: #717377;
        }

    .statistics .field {
        display: block;
        width: 300px;
        height: 400px;
        border: 1px solid #ffffff;
        position: relative;
        margin: 0 auto;
    }

        .statistics .field:before {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: #ffffff;
            position: absolute;
            top: 50%;
            left: 0;
        }

        .statistics .field:after {
            content: '';
            display: block;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            border: 1px solid #ffffff;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -30px 0 0 -30px;
        }

        .statistics .field .field-holder {
            height: 50%;
            position: relative;
        }

            .statistics .field .field-holder .data {
                position: absolute;
                top: 50%;
                left: 0;
                position: absolute;
                width: 100%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .statistics .field .field-holder .data .num {
                    display: block;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 36px;
                    text-align: center;
                }

    .statistics table thead tr th {
        border-bottom: 1px solid #ffffff;
    }

    .statistics table tbody tr th[rowspan="2"], .statistics table tbody tr th[rowspan="3"], .statistics table tbody tr th[rowspan="4"], .statistics table tbody tr th[rowspan="5"] {
        border-bottom: inherit;
    }

    .statistics table tbody tr:last-child th, .statistics table tbody tr:last-child td {
        border-bottom: inherit;
    }

    .statistics table tbody tr:first-child th, .statistics table tbody tr:first-child td {
        border-top: 1px solid #ffffff;
    }

    .statistics .table-holder {
        padding: 48px 0 0;
    }

    .circle-progress-content {
        max-width: 120px;
    }

        .circle-progress-content .circle-progress-holder {
            width: 120px;
            height: 120px;
            position: relative;
        }

            .circle-progress-content .circle-progress-holder .circle-progress {
                position: relative;
                width: 120px;
                height: 120px;
            }

            .circle-progress-content .circle-progress-holder .num-holder {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                text-align: center;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 13px;
            }

                .circle-progress-content .circle-progress-holder .num-holder.num-holder-1of2 {
                    width: inherit;
                    display: table;
                    width: 20px;
                    height: 20px;
                    left: -10px;
                    -webkit-transform: translate(-100%, -50%);
                    -ms-transform: translate(-100%, -50%);
                    transform: translate(-100%, -50%);
                }

                .circle-progress-content .circle-progress-holder .num-holder.num-holder-2of2 {
                    width: inherit;
                    display: table;
                    width: 20px;
                    height: 20px;
                    right: 0;
                    left: inherit;
                    -webkit-transform: translate(30px, -50%);
                    -ms-transform: translate(30px, -50%);
                    transform: translate(30px, -50%);
                }

        .circle-progress-content dfn {
            margin-top: 12px;
        }

    .classification {
        background-color: #484d53;
        color: #ffffff;
        overflow: hidden;
        background-image: url("../img/classification.jpg");
        background-repeat: no-repeat;
        background-position: center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }

    @media (min-width: 768px) {
        .classification {
            padding-bottom: 24px;
        }
    }

    .classification .title {
        text-align: center;
        text-transform: uppercase;
        padding: 60px 0 40px;
    }

        .classification .title h2 {
            margin: 0;
            padding: 0;
            position: relative;
            display: table;
            margin: 0 auto;
            font-size: 24px;
        }

            .classification .title h2 a {
                color: #ffffff;
                text-decoration: none;
            }

            .classification .title h2 .updates {
                position: absolute;
                right: -24px;
                top: -6px;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: #d70a16;
                font-size: 14px;
                text-align: center;
                line-height: 20px;
            }

        .classification .title h3 {
            margin: 0;
            padding: 0;
            color: #acd7f5;
            font-size: 16px;
        }

    .classification .swiper-slide {
        text-align: center;
        position: static;
        padding: 84px 0 0px;
        width: 180px;
    }

    @media (min-width: 768px) {
        .classification .swiper-slide {
            width: 200px;
            padding: 84px 0 40px;
        }
    }

    .classification .swiper-slide:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        top: 0;
        bottom: 0;
        position: absolute;
        background-color: #ffffff;
    }

    .classification .swiper-slide:first-child:before {
        content: none;
    }

    .classification .swiper-slide .classification-num {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 28px;
        font-weight: 700;
    }

    .classification .swiper-slide .classification-logo {
        margin: 20px 0;
    }

        .classification .swiper-slide .classification-logo img {
            width: 40px;
            height: auto;
        }

    .classification .swiper-slide .classification-team-name {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .classification .swiper-slide .classification-points {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        display: block;
    }

    .classification .swiper-slide.realsociedad {
        padding: 16px 0 40px;
    }

        .classification .swiper-slide.realsociedad .classification-logo img {
            width: 80px;
            height: auto;
        }

        .classification .swiper-slide.realsociedad .classification-num {
            font-size: 48px;
        }

        .classification .swiper-slide.realsociedad .classification-points {
            margin-bottom: 12px;
        }

        .classification .swiper-slide.realsociedad a {
            color: #ffffff;
            text-decoration: none;
        }

    .classification:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 80px;
        background: -moz-linear-gradient(top, transparent 0%, black 100%);
        background: -webkit-linear-gradient(top, transparent 0%, black 100%);
        background: linear-gradient(to bottom, transparent 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
    }

    /* Profile */
    #team-player-profile {
        padding-top: 80px;
        position: relative;
    }

        #team-player-profile .prev-player-arrow {
            display: none;
        }

    @media (min-width: 768px) {
        #team-player-profile .prev-player-arrow {
            display: block;
            position: absolute;
            z-index: 99;
            left: 24px;
            top: 50%;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            text-decoration: none;
            width: 13px;
            height: 25px;
        }

            #team-player-profile .prev-player-arrow svg {
                width: 13px;
                height: 25px;
                margin-right: 6px;
            }

            #team-player-profile .prev-player-arrow span {
                opacity: 0;
                -webkit-transform: translate3d(100%, 0, 0);
                transform: translate3d(100%, 0, 0);
                transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                position: absolute;
                display: table;
                height: 25px;
                line-height: 25px;
                white-space: nowrap;
                pointer-events: none;
                top: 0;
                left: 19px;
            }

            #team-player-profile .prev-player-arrow:hover span {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
    }

    #team-player-profile .next-player-arrow {
        display: none;
    }

    @media (min-width: 768px) {
        #team-player-profile .next-player-arrow {
            display: block;
            position: absolute;
            z-index: 99;
            right: 24px;
            top: 50%;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            text-decoration: none;
            width: 13px;
            height: 25px;
        }

            #team-player-profile .next-player-arrow svg {
                width: 13px;
                height: 25px;
                margin-left: 6px;
            }

            #team-player-profile .next-player-arrow span {
                opacity: 0;
                -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
                transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                position: absolute;
                display: table;
                height: 25px;
                line-height: 25px;
                white-space: nowrap;
                pointer-events: none;
                top: 0;
                right: 19px;
            }

            #team-player-profile .next-player-arrow:hover span {
                opacity: 1;
                -webkit-transform: none;
                transform: none;
            }
    }

    #team-player-profile .container {
        position: relative;
        min-height: 550px;
    }

    #team-player-profile .thumb {
        position: relative;
        border-bottom: 1px solid #484d53;
    }

    @media (min-width: 768px) {
        #team-player-profile .thumb {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
            padding-top: inherit;
            border-bottom: none;
            position: static;
        }
    }

    #team-player-profile .thumb img {
        display: block;
        width: 100%;
        height: auto;
        position: static;
    }

    @media (min-width: 768px) {
        #team-player-profile .thumb img {
            width: 50%;
            position: absolute;
            bottom: 0;
        }
    }

    #team-player-profile .thumb > .buyit {
        position: absolute;
        top: 40%;
        right: 4%;
        z-index: 9;
    }

    @media (min-width: 768px) {
        #team-player-profile .thumb > .buyit {
            top: 50%;
            right: 50%;
        }
    }

    #team-player-profile .bio {
        position: relative;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
            position: static;
        }
    }

    #team-player-profile .bio .bio-holder {
        position: relative;
        z-index: 9;
        padding: 20px 0 40px;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder {
            padding: 0;
        }
    }

    #team-player-profile .bio .bio-holder .social {
        text-align: center;
        margin-bottom: 60px;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder .social {
            text-align: right;
        }
    }

    #team-player-profile .bio .bio-holder .social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #team-player-profile .bio .bio-holder .social ul li {
            display: inline-block;
            margin-left: 20px;
        }

            #team-player-profile .bio .bio-holder .social ul li a {
                color: #0058b1;
            }

            #team-player-profile .bio .bio-holder .social ul li .icon.twitter {
                width: 32px;
                height: 26px;
            }

                #team-player-profile .bio .bio-holder .social ul li .icon.twitter svg {
                    width: 32px;
                    height: 26px;
                }

            #team-player-profile .bio .bio-holder .social ul li .icon.facebook {
                width: 12px;
                height: 26px;
            }

                #team-player-profile .bio .bio-holder .social ul li .icon.facebook svg {
                    width: 12px;
                    height: 26px;
                }

            #team-player-profile .bio .bio-holder .social ul li .icon.youtube {
                width: 27px;
                height: 26px;
            }

                #team-player-profile .bio .bio-holder .social ul li .icon.youtube svg {
                    width: 27px;
                    height: 26px;
                }

            #team-player-profile .bio .bio-holder .social ul li .icon.instagram {
                width: 26px;
                height: 26px;
            }

                #team-player-profile .bio .bio-holder .social ul li .icon.instagram svg {
                    width: 26px;
                    height: 26px;
                }

    #team-player-profile .bio .bio-holder .title {
        color: #0058b1;
        margin-bottom: 40px;
        text-align: center;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder .title {
            text-align: left;
        }
    }

    #team-player-profile .bio .bio-holder .title h1 {
        text-transform: uppercase;
        margin: 0;
    }

    #team-player-profile .bio .bio-holder .title .role {
        font-weight: 700;
    }

    #team-player-profile .bio .bio-holder .age {
        font-weight: 700;
        display: block;
        text-align: center;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder .age {
            text-align: left;
        }
    }

    #team-player-profile .bio .bio-holder .birth {
        display: block;
        text-align: center;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder .birth {
            text-align: left;
        }
    }

    #team-player-profile .bio .bio-holder .description {
        padding-top: 40px;
        padding-bottom: 48px;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .bio-holder .description {
            max-width: 520px;
        }
    }

    #team-player-profile .bio .bio-holder .description p {
        margin: 0;
    }

    #team-player-profile .bio .player-number {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 300px;
        font-weight: 900;
        color: #acd7f5;
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1;
        text-align: center;
        opacity: 0.4;
    }

    @media (min-width: 768px) {
        #team-player-profile .bio .player-number {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
            font-size: 600px;
        }
    }

    /* Gallery */
    .article-gallery-item {
        position: relative;
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .article-gallery-item .img-holder img {
            width: 100%;
            height: auto;
        }

        .article-gallery-item .text-holder {
            margin-top: 20px;
        }

    @media (min-width: 768px) {
        .article-gallery-item .text-holder .text-holder-content {
            position: absolute;
            top: 0;
            max-width: 270px;
        }
    }

    .article-gallery-item .text-holder .text-holder-content:before {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background-color: #484d53;
        margin-bottom: 20px;
    }

    .article-gallery-item .text-holder .text-holder-content h2 {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        margin: 0;
        font-size: 14px;
        letter-spacing: -.02em;
        line-height: 1.2;
    }

    @media (min-width: 768px) {
        .article-gallery-item .text-holder .text-holder-content h2 {
            font-size: 16px;
        }
    }

    .article-gallery-item .text-holder .gallery-number {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        display: block;
        color: #0058b1;
        opacity: 0.8;
        font-size: 66px;
        font-size: 6.6rem;
        line-height: 1;
        position: absolute;
        top: -40px;
        left: 20px;
    }

    @media (max-width: 768px) {
        .article-gallery-item .text-holder .gallery-number {
            font-size: 3.6rem;
        }

        .article-gallery-item .text-holder .text-holder-content {
            position: absolute;
            top: -20px;
            right: 10px;
            max-width: 325px;
        }
    }

    .article-gallery-item.gallery-type-full {
        margin-left: 2%;
        margin-right: 2%;
    }

    @media (min-width: 768px) {
        .article-gallery-item.gallery-type-half .img-holder {
            width: 57.6271186441%;
            float: left;
            margin-right: 1.6949152542%;
        }

        .article-gallery-item.gallery-type-half .text-holder {
            width: 40.6779661017%;
            float: right;
            margin-right: 0;
        }

            .article-gallery-item.gallery-type-half .text-holder .gallery-number {
                top: 0;
                left: 57%;
                margin: inherit;
            }

        .article-gallery-item.gallery-type-full {
            margin-left: inherit;
            margin-right: inherit;
        }

            .article-gallery-item.gallery-type-full .text-holder .text-holder-content {
                position: static;
            }

            .article-gallery-item.gallery-type-full .text-holder .gallery-number {
                top: 80%;
                left: 90%;
                margin: inherit;
            }

        .article-gallery-item.gallery-type-third-left .img-holder {
            width: 74.5762711864%;
            float: left;
            margin-right: 1.6949152542%;
        }

        .article-gallery-item.gallery-type-third-left .text-holder {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }

            .article-gallery-item.gallery-type-third-left .text-holder .gallery-number {
                top: 0;
                left: 70%;
                margin: inherit;
            }

        .article-gallery-item.gallery-type-third-right .img-holder {
            width: 74.5762711864%;
            float: right;
            margin-right: 0;
        }

        .article-gallery-item.gallery-type-third-right .text-holder {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
            float: left;
        }

            .article-gallery-item.gallery-type-third-right .text-holder .text-holder-content {
                width: 23.7288135593%;
                float: left;
                margin-right: 1.6949152542%;
            }

            .article-gallery-item.gallery-type-third-right .text-holder .gallery-number {
                top: 0;
                left: 22%;
                margin: inherit;
            }
    }

    /* Read more */
    .read-more {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        text-transform: uppercase;
        opacity: 0.8;
        text-decoration: none;
        font-size: 11px;
        margin-left: 3px;
    }

        .read-more.centered-text {
            display: table;
            margin: 0 auto;
        }

    @media (min-width: 768px) {
        .read-more.centered-text {
            margin: 0;
        }
    }

    /* Fanwall */
    #fanwall {
        position: relative;
        background-color: #0058b1;
        /*
	.fanwall-item {
		position: relative;
		//padding-bottom: 12px;
		
		@include span(6 inside no-gutters);
		
		
		@include breakpoint(sm) {
			@include span(3 inside no-gutters);
		}
		
		&:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			width: 1px;
			height: 100%;
			background: #333333;
			right: 0;
			z-index: 9;
		}
		
		&:nth-child(2n) {
			&:before {
				content: none;
			}
		}
		
		@include breakpoint(sm) {
			&:nth-child(2n) {
				&:before {
					content: '';
				}
			}
			
			&:nth-child(4n) {
				&:before {
					content: none;
				}
			}
		}
		
		&:after {
			content: '';
			display: block;
			position: absolute;
			bottom: 0;
			width: 100%;
			height: 1px;
			background: #333333;
			left: 0;
			right: 0;
		}
		
		.img-holder {
			position: relative;
			overflow: hidden;
			//margin-bottom: 12px;
			margin-bottom: 0;
			
			&:after {
				content: '';
				display: block;
				padding-top: 100%;
			}
			
			img {
				position: absolute;
				top: 50%;
				left: 50%;
				width: auto;
				max-width: 120%;
				height: auto;
				min-height: 100%;
				transform: translate(-50%, -50%);
				object-fit: cover;
			}
		}
		
		.text-holder {
			font-size: 16px;
			//padding: 0 12px 12px;
			padding: 24px;
			
			.profile {
				font-family: $montserrat;
				font-size: 11px;
				margin-bottom: 6px;
				
				a {
					text-decoration: none;
				}
				
				.icon {
					height: 16px;
					display: inline-block;
					margin-right: 6px;
					color: #333333;
					
					svg {
						height: 16px;
					}
					
					&.twitter {
						width: 20px;
						
						
						svg {
							width: 20px;
						}
					}
					
					&.instagram {
						width: 16px;
						
						svg {
							width: 16px;
						}
					}
					
					&.facebook {
						width: 7px;
						
						svg {
							width: 7px;
						}
					}
				}
			}

		}
		
		&.outstanding {
			.text-holder {
				.text-holder-content {
					font-size: 28px;
					line-height: 34px;
					color: #ffe200;
				}
			}
		}
	}
	*/
    }

        #fanwall .container_fanwall {
            width: 96%;
            margin: 0 auto;
        }

    @media (min-width: 1200px) {
        #fanwall .container_fanwall {
            padding-left: 1.20599%;
        }
    }

    #fanwall .fanwall-item {
        margin-bottom: 12px;
        background-color: #ffffff;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #fanwall .fanwall-item {
            width: 32.2033898305%;
            float: left;
        }
    }

    @media (min-width: 1200px) {
        #fanwall .fanwall-item {
            width: 23.7288135593%;
            float: left;
        }
    }

    #fanwall .fanwall-item img {
        width: 100%;
        height: auto;
    }

    #fanwall .fanwall-item .img-holder video {
        width: 100%;
        height: auto;
    }

    #fanwall .fanwall-item .text-holder {
        font-size: 18px;
        padding: 24px;
        color: #333333;
    }

        #fanwall .fanwall-item .text-holder a {
            text-decoration: none;
            color: #333333;
        }

        #fanwall .fanwall-item .text-holder .text-holder-content {
            word-wrap: break-word;
        }

        #fanwall .fanwall-item .text-holder .profile {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 13px;
            margin-bottom: 6px;
            overflow: hidden;
        }

            #fanwall .fanwall-item .text-holder .profile a {
                font-size: 18px;
                float: right;
            }

            #fanwall .fanwall-item .text-holder .profile .icon {
                height: 16px;
                display: inline-block;
                margin-right: 6px;
                color: #333333;
                margin-top: -2px;
            }

                #fanwall .fanwall-item .text-holder .profile .icon svg {
                    height: 16px;
                }

                #fanwall .fanwall-item .text-holder .profile .icon.twitter {
                    width: 20px;
                }

                    #fanwall .fanwall-item .text-holder .profile .icon.twitter svg {
                        width: 20px;
                    }

                #fanwall .fanwall-item .text-holder .profile .icon.instagram {
                    width: 16px;
                }

                    #fanwall .fanwall-item .text-holder .profile .icon.instagram svg {
                        width: 16px;
                    }

                #fanwall .fanwall-item .text-holder .profile .icon.facebook {
                    width: 7px;
                }

                    #fanwall .fanwall-item .text-holder .profile .icon.facebook svg {
                        width: 7px;
                    }

                #fanwall .fanwall-item .text-holder .profile .icon.play {
                    width: 13px;
                }

                    #fanwall .fanwall-item .text-holder .profile .icon.play svg {
                        width: 7px;
                    }

    #fanwall .fanwall-item.outstanding .text-holder .text-holder-content {
        font-size: 28px;
        line-height: 34px;
    }

    #fanwall .fanwall-item.outstanding.quote {
        color: #ffe200;
    }

    #fanwall .fanwall-item .video {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        #fanwall .fanwall-item .video a.video-popup, #fanwall .fanwall-item .video a.open-popup-link {
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            #fanwall .fanwall-item .video a.video-popup:after, #fanwall .fanwall-item .video a.open-popup-link:after {
                content: '';
                display: block;
                position: absolute;
                bottom: 12px;
                left: 12px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6.5px 0 6.5px 11px;
                border-color: transparent transparent transparent #ffffff;
            }

            #fanwall .fanwall-item .video a.video-popup:before, #fanwall .fanwall-item .video a.open-popup-link:before {
                width: 33px;
                height: 33px;
                border: 1px solid #ffffff;
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 9;
                display: block;
                content: '';
            }

            #fanwall .fanwall-item .video a.video-popup img, #fanwall .fanwall-item .video a.open-popup-link img {
                margin-top: -9.5%;
            }

    /* Quiz */
    #quiz {
        padding: 20px 0 50px 0;
        background-color: #acd7f5;
    }

        #quiz.quiz-win {
            background-image: url("../img/maqueta/bg-winner.png");
            background-repeat: no-repeat;
            background-position: center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        #quiz .quiz-steps {
            margin-bottom: 80px;
            display: table;
            width: 100%;
            position: relative;
        }

            #quiz .quiz-steps ol {
                list-style: none;
                margin: 0;
                padding: 0;
                display: table-row;
            }

                #quiz .quiz-steps ol li {
                    display: table-cell;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-weight: 400;
                    width: 2%;
                    text-align: center;
                    position: relative;
                    color: #484d53;
                }

                    #quiz .quiz-steps ol li:before {
                        content: '';
                        display: block;
                        width: 50%;
                        width: calc(50% - 21px);
                        height: 1px;
                        background-color: #484d53;
                        position: absolute;
                        top: 50%;
                        left: 0;
                    }

                    #quiz .quiz-steps ol li:after {
                        content: '';
                        display: block;
                        width: 50%;
                        width: calc(50% - 21px);
                        height: 1px;
                        background-color: #484d53;
                        position: absolute;
                        top: 50%;
                        right: 0;
                    }

                    #quiz .quiz-steps ol li:first-child:before {
                        content: none;
                    }

                    #quiz .quiz-steps ol li:last-child:after {
                        content: none;
                    }

                    #quiz .quiz-steps ol li .item {
                        display: block;
                        width: 22px;
                        height: 22px;
                        border-radius: 50%;
                        margin: 0 auto;
                        border: 1px solid #484d53;
                        overflow: hidden;
                    }

                        #quiz .quiz-steps ol li .item.answer-correct {
                            background-color: #008e3a;
                        }

                            #quiz .quiz-steps ol li .item.answer-correct a {
                                background-color: #008e3a;
                                color: #ffffff;
                            }

                        #quiz .quiz-steps ol li .item.answer-wrong {
                            background-color: #d70a16;
                        }

                            #quiz .quiz-steps ol li .item.answer-wrong a {
                                background-color: #d70a16;
                                color: #ffffff;
                            }

                        #quiz .quiz-steps ol li .item.current-quiz {
                            background-color: #0058b1;
                        }

                            #quiz .quiz-steps ol li .item.current-quiz a {
                                background-color: #0058b1;
                                color: #ffffff;
                            }

    @media (min-width: 768px) {
        #quiz .quiz-steps ol li .item {
            width: 40px;
            height: 40px;
        }
    }

    #quiz .quiz-steps ol li a {
        display: block;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-decoration: none;
        color: #484d53;
        font-size: 14px;
        cursor: text;
    }

    @media (min-width: 768px) {
        #quiz .quiz-steps ol li a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
        }
    }

    #quiz .share {
        text-align: center;
        margin: 60px 0;
        color: #0058b1;
    }

        #quiz .share ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #quiz .share ul li {
                display: inline-block;
                vertical-align: top;
                margin: 0 8px;
            }

    @media (min-width: 768px) {
        #quiz .share ul li {
            margin: 0 16px;
        }
    }

    #quiz .share ul li.twitter {
        width: 32px;
        height: 26px;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.twitter {
            width: 39px;
            height: 32px;
        }
    }

    #quiz .share ul li.twitter svg {
        width: 32px;
        height: 26px;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.twitter svg {
            width: 39px;
            height: 32px;
        }
    }

    #quiz .share ul li.facebook {
        width: 12px;
        height: 26px;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.facebook {
            width: 15px;
            height: 32px;
        }
    }

    #quiz .share ul li.facebook svg {
        width: 12px;
        height: 26px;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.facebook svg {
            width: 15px;
            height: 32px;
        }
    }

    #quiz .share ul li.gplus {
        width: 45px;
        height: 26px;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.gplus {
            width: 55px;
            height: 32px;
        }
    }

    #quiz .share ul li.gplus svg {
        width: 45px;
        height: 26px;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #quiz .share ul li.gplus svg {
            width: 55px;
            height: 32px;
        }
    }

    #quiz .quiz-image {
        margin-bottom: 40px;
    }

    @media (min-width: 768px) {
        #quiz .quiz-image {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #quiz .quiz-answer {
        margin: 30px 0 40px 0;
        padding: 0 20px;
        font-size: 14px;
        line-height: 1.6;
        text-align: center;
    }

        #quiz .quiz-answer strong {
            display: block;
        }

    #quiz .quiz-question {
        margin-bottom: 60px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 400;
        font-size: 13px;
    }

        #quiz .quiz-question h4 {
            margin: 0 0 30px 0;
        }

        #quiz .quiz-question .alert {
            position: relative;
            padding: 10px;
            color: #ffffff;
            background: #0058b1;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            text-align: center;
        }

            #quiz .quiz-question .alert.errors {
                background: #d70a16;
            }

            #quiz .quiz-question .alert:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-top-color: #d70a16;
                left: 50%;
                margin-left: -5px;
                bottom: -12px;
            }

        #quiz .quiz-question ol {
            list-style: none;
            margin: 0;
            padding: 0;
            counter-reset: listStyle;
        }

            #quiz .quiz-question ol li {
                margin-bottom: 10px;
            }

                #quiz .quiz-question ol li button {
                    width: 100%;
                    display: inline-block;
                    padding: 15px 25px;
                    margin-bottom: 0;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1.42857143;
                    text-align: center;
                    vertical-align: middle;
                    -ms-touch-action: manipulation;
                    touch-action: manipulation;
                    cursor: pointer;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    background: #0058b1;
                    border: none;
                    text-transform: none;
                    color: #ffffff;
                    text-decoration: none;
                    position: relative;
                    cursor: pointer;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                }

                    #quiz .quiz-question ol li button:hover {
                        background: #00458b;
                    }

    @media (min-width: 768px) {
        #quiz .quiz-question {
            width: 40.6779661017%;
            float: right;
            margin-right: 0;
        }
    }

    #quiz .quiz-nav {
        clear: both;
        margin-bottom: 30px;
    }

        #quiz .quiz-nav a:after {
            content: '>';
            padding-left: 10px;
        }

    #quiz .quiz-result {
        clear: both;
        text-align: center;
        max-width: 760px;
        margin: 0 auto;
    }

        #quiz .quiz-result p {
            margin: 0 0 60px 0;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700;
            letter-spacing: -.02em;
            line-height: 1;
            color: #ffffff;
        }

            #quiz .quiz-result p span {
                display: block;
            }

    @media (min-width: 1024px) {
        #quiz .quiz-result p {
            font-size: 30px;
            font-size: 3rem;
        }
    }

    #quiz .quiz-result img {
        text-align: center;
    }

    /* MVP */
    .collaboration .collaboration-logo-cocacola {
        width: 73px;
        height: 24px;
        background-image: url("../img/logo-cocacola.png");
        background-repeat: no-repeat;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .collaboration .collaboration-logo-cocacola {
            background-image: url("../img/logo-cocacola@2x.png");
            -webkit-background-size: 73px 24px;
            -moz-background-size: 73px 24px;
            -o-background-size: 73px 24px;
            background-size: 73px 24px;
        }
    }

    #mvp .accordion-title {
        text-align: center;
        position: relative;
        display: table;
        margin: 0 auto 24px;
        cursor: pointer;
    }

        #mvp .accordion-title .ui-accordion-header-icon {
            display: block;
            position: absolute;
            right: -18px;
            top: 50%;
            margin-top: -6px;
            width: 14px;
            height: 8px;
            background-image: url("../img/arrow-down.svg");
            transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            cursor: pointer;
        }

        #mvp .accordion-title.ui-state-active .ui-accordion-header-icon {
            transform: rotate(180deg);
        }

    #mvp .accordion-holder p:first-child {
        margin-top: 0;
    }

    #mvp .mvp-winner {
        margin: 50px 0;
        padding: 40px 0 0 0;
        text-align: center;
        background-color: #acd7f5;
        background-image: url("../img/maqueta/bg-winner.png");
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

        #mvp .mvp-winner h2 {
            text-align: center;
            font-size: 33px;
            color: #0058b1;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            margin: 0 0 60px 0;
            line-height: 1;
        }

            #mvp .mvp-winner h2 span {
                margin-top: 10px;
                display: block;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 26px;
            }

    @media (min-width: 1024px) {
        #mvp .mvp-winner h2 {
            font-size: 60px;
        }
    }

    #mvp .mvp-winner img {
        margin-bottom: -12px;
    }

    @media (min-width: 1024px) {
        #mvp .mvp-winner {
            padding-top: 80px;
        }
    }

    #mvp .mvp-best {
        padding: 40px 0;
    }

        #mvp .mvp-best h2 {
            text-align: center;
            font-size: 33px;
            color: #0058b1;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            margin: 0 0 60px 0;
            line-height: 1;
        }

    @media (min-width: 1024px) {
        #mvp .mvp-best h2 {
            font-size: 60px;
        }
    }

    #mvp .mvp-best .mvp-best-item {
        position: relative;
        width: 100%;
        text-align: center;
    }

        #mvp .mvp-best .mvp-best-item:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            transition: all .25s;
        }

        #mvp .mvp-best .mvp-best-item .mvp-best-item-picture {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            #mvp .mvp-best .mvp-best-item .mvp-best-item-picture img {
                display: block;
                height: auto;
                width: 100%;
                transition: transform .5s ease-out;
                width: 100%;
                margin-left: inherit;
            }

        #mvp .mvp-best .mvp-best-item .mvp-best-item-heading {
            padding: 24px 0 12px;
            background-color: #f4f4f4;
            background-color: inherit;
            color: #ffffff;
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 9;
            padding: 0;
        }

            #mvp .mvp-best .mvp-best-item .mvp-best-item-heading h3 {
                font-size: 22px;
                text-transform: uppercase;
            }

    @media (min-width: 768px) {
        #mvp .mvp-best .mvp-best-item .mvp-best-item-heading h3 {
            font-size: 16px;
        }
    }

    @media (min-width: 1024px) {
        #mvp .mvp-best .mvp-best-item .mvp-best-item-heading h3 {
            font-size: 22px;
        }
    }

    #mvp .mvp-best .mvp-best-item .mvp-best-item-heading .big-basic-btn {
        display: inline-block;
        padding: 8px 18px;
    }

    #mvp .mvp-best .mvp-best-item:hover:after {
        background: rgba(0, 0, 0, 0.3);
    }

    #mvp .mvp-best .mvp-best-item:hover img {
        transform: scale(1.1);
        transition-duration: .5s;
    }

    @media (min-width: 768px) {
        #mvp .mvp-best .mvp-best-item {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 33.3333333333%;
            float: left;
        }
    }

    #mvp #team-player-profile {
        padding-top: 0;
    }

        #mvp #team-player-profile .bio-holder .basic-btn, #mvp #team-player-profile .bio-holder .success-btn {
            margin-bottom: 50px;
        }

    #mvp .mvp-raking .heading-title {
        line-height: 1.4;
    }

    #mvp .mvp-raking .mvp-raking-position {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 700;
        font-size: 22px;
    }

    #mvp .mvp-raking .mvp-raking-points {
        color: #484d53;
    }

    .whiteText-blackBg, .anoeta-article .form-footer {
        color: #ffffff;
        background-color: #000000;
        /* .basic-btn {
		border-color: #ffffff;
	} */
    }

        .whiteText-blackBg a, .anoeta-article .form-footer a {
            color: #ffffff;
        }

        .whiteText-blackBg .basic-heading .heading-category:after, .anoeta-article .form-footer .basic-heading .heading-category:after {
            background-color: #ffffff;
        }

        .whiteText-blackBg .form-holder label, .anoeta-article .form-footer .form-holder label {
            color: #ffffff;
        }

        .whiteText-blackBg .form-holder .form-group .form-control, .anoeta-article .form-footer .form-holder .form-group .form-control {
            border-color: #ffffff;
            color: #ffffff;
        }

        .whiteText-blackBg .form-holder .form-group .formui-checkbox:before, .anoeta-article .form-footer .form-holder .form-group .formui-checkbox:before {
            border-color: #ffffff;
        }

        .whiteText-blackBg .h2-title:after, .anoeta-article .form-footer .h2-title:after {
            background-color: #ffffff;
        }

    .whiteText-greyBg {
        color: #ffffff;
        background-color: #484d53;
        /* .basic-btn {
		border-color: #ffffff;
	} */
    }

        .whiteText-greyBg a {
            color: #ffffff;
        }

        .whiteText-greyBg .basic-heading .heading-category:after {
            background-color: #ffffff;
        }

        .whiteText-greyBg .form-holder label {
            color: #ffffff;
        }

        .whiteText-greyBg .form-holder .form-group .form-control {
            border-color: #ffffff;
            color: #ffffff;
        }

        .whiteText-greyBg .form-holder .form-group .formui-checkbox:before {
            border-color: #ffffff;
        }

        .whiteText-greyBg .h2-title:after {
            background-color: #ffffff;
        }

    .whiteText-blueBg {
        color: #ffffff;
        background-color: #0058b1;
        /* .basic-btn {
		border-color: #ffffff;
	} */
    }

        .whiteText-blueBg a {
            color: #ffffff;
        }

        .whiteText-blueBg .basic-heading .heading-category:after {
            background-color: #ffffff;
        }

        .whiteText-blueBg .h2-title:after {
            background-color: #ffffff;
        }

        .whiteText-blueBg .form-holder label {
            color: #ffffff;
        }

        .whiteText-blueBg .form-holder .form-group .form-control {
            border-color: #ffffff;
            color: #ffffff;
        }

        .whiteText-blueBg .form-holder .form-group .formui-checkbox:before {
            border-color: #ffffff;
        }

    .with-opacity {
        position: relative;
    }

        .with-opacity:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .4;
            background: #000000;
            z-index: 1;
        }

        .with-opacity .container {
            z-index: 2;
        }

    .lightBlueBg {
        background-color: #acd7f5;
    }

    .whiteText-lightBlueBg {
        color: #ffffff;
        background-color: #acd7f5;
        /* .basic-btn {
		border-color: $grey;
	} */
    }

        .whiteText-lightBlueBg .basic-heading .heading-category:after {
            background-color: #ffffff;
        }

        .whiteText-lightBlueBg a {
            color: #ffffff;
        }

        .whiteText-lightBlueBg .form-holder a {
            color: #484d53;
        }

        .whiteText-lightBlueBg .form-holder label {
            color: #484d53;
        }

        .whiteText-lightBlueBg .form-holder .form-group {
            /* .basic-btn {
				background-color: $blue;
				color: #ffffff;
			} */
        }

            .whiteText-lightBlueBg .form-holder .form-group .form-control {
                border-color: #484d53;
                color: #484d53;
            }

                .whiteText-lightBlueBg .form-holder .form-group .form-control:hover {
                    border-color: #0058b1;
                    color: #0058b1;
                }

            .whiteText-lightBlueBg .form-holder .form-group .formui-checkbox:before {
                border-color: #484d53;
            }

        .whiteText-lightBlueBg .h2-title:after {
            background-color: #484d53;
        }

    .greyText-greyBg {
        color: #484d53;
        background-color: #f4f4f4;
    }

        .greyText-greyBg .basic-heading .heading-category:after {
            background-color: #484d53;
        }

        .greyText-greyBg a {
            color: #484d53;
        }

        .greyText-greyBg .cols-2.with-separator:after {
            background-color: #ffffff;
        }

    .blueText-whiteBg {
        color: #0058b1;
        background-color: #ffffff;
    }

        .blueText-whiteBg .basic-heading .heading-category:after {
            background-color: #0058b1;
        }

        .blueText-whiteBg a {
            color: #0058b1;
        }

    .fullWidth {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
    }

    @media (min-width: 768px) {
        .halfWidth {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
        }
    }

    .grid-masonry .item {
        position: relative;
    }

        .grid-masonry .item .content {
            padding-top: 110px;
            padding-bottom: 110px;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-backface-visibility: hidden;
        }

    @media (min-width: 768px) {
        .grid-masonry .item .content {
            padding-left: 70px;
            padding-right: 70px;
        }
    }

    @media (min-width: 1200px) {
        .grid-masonry .item .content {
            padding-left: 140px;
            padding-right: 140px;
        }
    }

    @media (min-width: 768px) {
        .grid-masonry .item .content .text-content {
            margin-top: 120px;
        }
    }

    @media (min-width: 768px) {
        .grid-masonry .item.bordered[style*='left: 0%'] {
            padding-top: 30px;
            padding-left: 30px;
        }

        .grid-masonry .item.bordered[style*='left: 50%'] {
            padding-top: 30px;
            padding-right: 30px;
        }
    }

    @media (min-width: 768px) {
        .grid-masonry .item.centered-content .content {
            display: table;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }
    }

    .grid-masonry .item.has-image .img-holder {
        overflow: hidden;
        position: relative;
    }

        .grid-masonry .item.has-image .img-holder:before {
            content: '';
            display: block;
            width: 100%;
        }

        .grid-masonry .item.has-image .img-holder img {
            transition: transform .5s ease-out;
            display: block;
            left: 0;
            height: 100%;
            width: 100%;
            object-fit: cover;
            position: absolute;
            top: 0;
            -webkit-backface-visibility: hidden;
        }

    @media (min-width: 768px) {
        .grid-masonry .item.has-image .img-holder img {
            min-height: 660px;
            width: 100%;
        }
    }

    .grid-masonry .item.has-image.topped-content .content {
        display: block;
        position: absolute;
        margin: 0;
        padding: 0;
        top: 140px;
        left: 30px;
        right: 30px;
        width: auto;
    }

    .grid-masonry .item.has-image.centered-content .content {
        display: table;
        position: absolute;
        padding: 0;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .grid-masonry .item.has-image .basic-heading {
        text-shadow: 0 1px 15px rgba(7, 35, 50, 0.45);
        background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
        background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, transparent 70%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
    }

    .grid-masonry .item.fullWidth {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
    }

        .grid-masonry .item.fullWidth.has-image .img-holder:before {
            padding-bottom: 112.5%;
        }

    @media (min-width: 768px) {
        .grid-masonry .item.fullWidth.has-image .img-holder:before {
            padding-bottom: 56.25%;
        }
    }

    .grid-masonry .item.fullWidth .content {
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
        margin: 0;
    }

    .grid-masonry .item.halfWidth {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        float: left;
    }

    @media (min-width: 768px) {
        .grid-masonry .item.halfWidth {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 50%;
            float: left;
        }
    }

    .grid-masonry .item.halfWidth.has-image .img-holder:before {
        padding-bottom: 119.243%;
    }

    @media (min-width: 1024px) {
        .grid-masonry .item.halfWidth.has-image .img-holder:before {
            padding-bottom: 111.867%;
        }
    }

    .grid-masonry .item.halfWidth.has-image.topped-content .img-holder:before {
        padding-bottom: 149.155%;
    }

    @media (min-width: 768px) {
        .grid-masonry .item.halfWidth.has-image.topped-content .img-holder:before {
            padding-bottom: 238.728%;
        }
    }

    @media (min-width: 1024px) {
        .grid-masonry .item.halfWidth.has-image.topped-content .img-holder:before {
            padding-bottom: 179.04%;
        }
    }

    @media (min-width: 1200px) {
        .grid-masonry .item.halfWidth.has-image.topped-content .img-holder:before {
            padding-bottom: 149.155%;
        }
    }

    @media (min-width: 768px) {
        .grid-masonry .item.halfWidth.has-description a {
            min-height: 880px;
        }
    }

    .grid-masonry .item img {
        display: block;
        width: 100%;
        min-height: 440px;
    }

    .grid-masonry .item a {
        display: block;
        text-decoration: none;
        position: relative;
    }

        .grid-masonry .item a.noText {
            min-height: 0 !important;
        }

            .grid-masonry .item a.noText .img-holder:before {
                padding-bottom: 0 !important;
            }

            .grid-masonry .item a.noText .img-holder img {
                min-height: 0 !important;
                position: relative;
                height: auto;
            }

    @media (min-width: 768px) {
        .grid-masonry .item a {
            min-height: 440px;
        }
    }

    .grid-masonry .item a:hover img {
        transform: scale(1.1);
        transition-duration: 1.5s;
    }

    .grid-regular .item {
        position: relative;
    }

        .grid-regular .item:after {
            content: '';
            display: block;
            padding-top: 56.25%;
        }

        .grid-regular .item .img-holder {
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            width: 100%;
        }

            .grid-regular .item .img-holder img {
                transition: transform .5s ease-out;
                display: block;
                left: 0;
                height: 100%;
                max-width: 100%;
                object-fit: cover;
                position: absolute;
                top: 0;
                width: 100%;
            }

        .grid-regular .item .content {
            position: absolute;
            width: 100%;
            padding: 0 30px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            box-sizing: border-box;
        }

        .grid-regular .item.has-image .basic-heading {
            text-shadow: 0 1px 15px rgba(7, 35, 50, 0.45);
        }

        .grid-regular .item a:hover img {
            transform: scale(1.1);
            transition-duration: 1.5s;
        }

    .swiper-pagination-progress {
        z-index: 99;
    }

    .basic-swipeer-button {
        display: none;
    }

    @media (min-width: 1024px) {
        .basic-swipeer-button {
            display: block;
            position: absolute;
            width: 42px;
            height: 42px;
            padding: 0;
            margin: 0;
            background-repeat: no-repeat;
            background-position: center center;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
            background-color: #ffffff;
            top: 0;
            cursor: pointer;
            border: 1px solid #0058b1;
        }

            .basic-swipeer-button.swiper-button-prev {
                right: 42px;
                background-image: url("../img/arrow-prev.svg#Capa_1(viewBox(0 0 13.47 24.94))");
                z-index: 99;
            }

            .basic-swipeer-button.swiper-button-next {
                right: 0;
                background-image: url("../img/arrow-next.svg#Capa_1(viewBox(0 0 13.47 24.94))");
                z-index: 99;
            }

            .basic-swipeer-button.swiper-button-disabled {
                opacity: 0.4;
                z-index: 9;
            }
    }

    .slider-gallery {
        position: relative;
        overflow: hidden;
    }

        .slider-gallery .slick-arrow, .slider-gallery .swiper-button {
            position: absolute;
            width: 42px;
            height: 42px;
            z-index: 9;
            padding: 0;
            margin: 0;
            background-repeat: no-repeat;
            background-position: center center;
            text-indent: 100%;
            white-space: nowrap;
            overflow: hidden;
        }

            .slider-gallery .slick-arrow:focus, .slider-gallery .swiper-button:focus {
                outline: none;
            }

            .slider-gallery .slick-arrow.slick-disabled, .slider-gallery .slick-arrow.swiper-button-disabled, .slider-gallery .swiper-button.slick-disabled, .slider-gallery .swiper-button.swiper-button-disabled {
                opacity: 0.4;
            }

        .slider-gallery a {
            position: relative;
            overflow: hidden;
            display: block;
        }

            .slider-gallery a img {
                width: 100%;
                transition: transform .5s ease-out;
                display: block;
                left: 0;
                height: auto;
                object-fit: cover;
                position: absolute;
                top: 0;
            }

            .slider-gallery a:hover img {
                transform: scale(1.1);
                transition-duration: 1.5s;
            }

            .slider-gallery a.open-gallery-home img {
                display: block;
                position: relative;
                width: 100%;
                height: auto;
            }

        .slider-gallery.gallery16-9 a:after {
            content: '';
            display: block;
            padding-top: 56.25%;
        }

        .slider-gallery .slick-slide img {
            width: 100%;
            height: auto;
        }

        .slider-gallery.white-border .slick-arrow, .slider-gallery.white-border .swiper-button {
            border: 1px solid #ffffff;
            background-color: transparent;
            color: #ffffff;
        }

            .slider-gallery.white-border .slick-arrow.slick-prev, .slider-gallery.white-border .slick-arrow.swiper-button-prev, .slider-gallery.white-border .swiper-button.slick-prev, .slider-gallery.white-border .swiper-button.swiper-button-prev {
                background-image: url("../img/arrow-white-prev.svg");
            }

            .slider-gallery.white-border .slick-arrow.slick-next, .slider-gallery.white-border .slick-arrow.swiper-button-next, .slider-gallery.white-border .swiper-button.slick-next, .slider-gallery.white-border .swiper-button.swiper-button-next {
                background-image: url("../img/arrow-white-next.svg");
            }

        .slider-gallery.blue-border .slick-arrow, .slider-gallery.blue-border .swiper-button {
            border: 1px solid #0058b1;
            background-color: transparent;
            color: #0058b1;
        }

            .slider-gallery.blue-border .slick-arrow.slick-prev, .slider-gallery.blue-border .slick-arrow.swiper-button-prev, .slider-gallery.blue-border .swiper-button.slick-prev, .slider-gallery.blue-border .swiper-button.swiper-button-prev {
                background-image: url("../img/arrow-prev.svg");
            }

            .slider-gallery.blue-border .slick-arrow.slick-next, .slider-gallery.blue-border .slick-arrow.swiper-button-next, .slider-gallery.blue-border .swiper-button.slick-next, .slider-gallery.blue-border .swiper-button.swiper-button-next {
                background-image: url("../img/arrow-next.svg");
            }

        .slider-gallery.white-bg .slick-arrow, .slider-gallery.white-bg .swiper-button {
            border: 0;
            background-color: #ffffff;
        }

            .slider-gallery.white-bg .slick-arrow.slick-prev, .slider-gallery.white-bg .slick-arrow.swiper-button-prev, .slider-gallery.white-bg .swiper-button.slick-prev, .slider-gallery.white-bg .swiper-button.swiper-button-prev {
                background-image: url("../img/arrow-prev.svg#Capa_1(viewBox(0 0 13.47 24.94))");
            }

            .slider-gallery.white-bg .slick-arrow.slick-next, .slider-gallery.white-bg .slick-arrow.swiper-button-next, .slider-gallery.white-bg .swiper-button.slick-next, .slider-gallery.white-bg .swiper-button.swiper-button-next {
                background-image: url("../img/arrow-next.svg#Capa_1(viewBox(0 0 13.47 24.94))");
            }

        .slider-gallery.top-right-buttons .slick-arrow, .slider-gallery.top-right-buttons .swiper-button {
            top: 0;
        }

            .slider-gallery.top-right-buttons .slick-arrow.slick-next, .slider-gallery.top-right-buttons .slick-arrow.swiper-button-next, .slider-gallery.top-right-buttons .swiper-button.slick-next, .slider-gallery.top-right-buttons .swiper-button.swiper-button-next {
                right: 0;
            }

        .slider-gallery.top-right-buttons.white-border .slick-arrow.slick-prev, .slider-gallery.top-right-buttons.white-border .slick-arrow.swiper-button-prev, .slider-gallery.top-right-buttons.white-border .swiper-button.slick-prev, .slider-gallery.top-right-buttons.white-border .swiper-button.swiper-button-prev, .slider-gallery.top-right-buttons.blue-border .slick-arrow.slick-prev, .slider-gallery.top-right-buttons.blue-border .slick-arrow.swiper-button-prev, .slider-gallery.top-right-buttons.blue-border .swiper-button.slick-prev, .slider-gallery.top-right-buttons.blue-border .swiper-button.swiper-button-prev {
            right: 42px;
            border-right: 0;
        }

        .slider-gallery.top-right-buttons.white-bg .slick-arrow.slick-prev, .slider-gallery.top-right-buttons.white-bg .slick-arrow.swiper-button-prev, .slider-gallery.top-right-buttons.white-bg .swiper-button.slick-prev, .slider-gallery.top-right-buttons.white-bg .swiper-button.swiper-button-prev {
            right: 46px;
        }

        .slider-gallery.bottom-left-buttons .slick-arrow, .slider-gallery.bottom-left-buttons .swiper-button {
            bottom: 0;
        }

            .slider-gallery.bottom-left-buttons .slick-arrow.slick-prev, .slider-gallery.bottom-left-buttons .slick-arrow.swiper-button-prev, .slider-gallery.bottom-left-buttons .swiper-button.slick-prev, .slider-gallery.bottom-left-buttons .swiper-button.swiper-button-prev {
                left: 0;
            }

        .slider-gallery.bottom-left-buttons.white-border .slick-arrow.slick-next, .slider-gallery.bottom-left-buttons.white-border .slick-arrow.swiper-button-next, .slider-gallery.bottom-left-buttons.white-border .swiper-button.slick-next, .slider-gallery.bottom-left-buttons.white-border .swiper-button.swiper-button-next, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.slick-next, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.swiper-button-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.slick-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.swiper-button-next {
            left: 43px;
            border-left: none;
        }

        .slider-gallery.bottom-left-buttons.white-bg .slick-arrow.slick-next, .slider-gallery.bottom-left-buttons.white-bg .slick-arrow.swiper-button-next, .slider-gallery.bottom-left-buttons.white-bg .swiper-button.slick-next, .slider-gallery.bottom-left-buttons.white-bg .swiper-button.swiper-button-next {
            left: 46px;
        }

    @media (min-width: 768px) {
        #become-partner .cols-row {
            margin-bottom: 48px;
        }

            #become-partner .cols-row:last-child {
                margin-bottom: 0;
            }

            #become-partner .cols-row ul {
                list-style: none;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 13px;
                margin: 0 0 0 12px;
                padding: 0;
            }

                #become-partner .cols-row ul li:before {
                    content: '-';
                    margin-left: -8px;
                    position: absolute;
                }
    }

    #become-partner-form {
        background-image: url("../img/become-partner-form-bg.jpg");
    }

    #rsfan.abonados .container.small-container {
        max-width: 760px;
    }

    #rsfan.abonados #benefits {
        margin-top: 60px;
    }

    #rsfan.abonados .alert {
        margin: 50px 0 0 0;
    }

    #rsfan.abonados .zabaleta-content .imgBg {
        position: relative;
        background-image: url("../img/landing/zabaleta/home-zabaleta.jpg");
    }

        #rsfan.abonados .zabaleta-content .imgBg:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .6;
            background: #000000;
            z-index: 1;
        }

        #rsfan.abonados .zabaleta-content .imgBg .basic-inner-content {
            position: relative;
            z-index: 3;
        }

        #rsfan.abonados .zabaleta-content .imgBg.with-video {
            position: relative;
        }

            #rsfan.abonados .zabaleta-content .imgBg.with-video .icon-holder {
                position: absolute;
                width: 43px;
                height: 43px;
                border: 1px solid #ffffff;
                bottom: -1px;
                left: -1px;
                color: #ffffff;
                z-index: 3;
            }

                #rsfan.abonados .zabaleta-content .imgBg.with-video .icon-holder svg {
                    width: 16px;
                    height: 19px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -9px;
                    margin-left: -8px;
                }

    #rsfan.abonados .familia-content .imgBg {
        position: relative;
        background-image: url("../img/anoeta/familia.jpg");
    }

        #rsfan.abonados .familia-content .imgBg:after, .qr-content .imgBg:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .6;
            background: #000000;
            z-index: 1;
        }

        #rsfan.abonados .familia-content .imgBg .basic-inner-content, .qr-content .imgBg .basic-inner-content {
            position: relative;
            z-index: 3;
        }

    .abonados-text-holder {
        border-top: 1px solid #484d53;
        position: relative;
    }

        .abonados-text-holder .container.small-container {
            max-width: 760px;
        }

        .abonados-text-holder .abonados-text-item {
            margin-bottom: 80px;
        }

            .abonados-text-holder .abonados-text-item .inner-intro {
                padding-bottom: 20px;
            }

            .abonados-text-holder .abonados-text-item:last-child {
                margin-bottom: 0;
            }

        .abonados-text-holder .abonados-text-title {
            position: relative;
            padding-left: 67px;
        }

            .abonados-text-holder .abonados-text-title svg {
                width: 57px;
                height: 40px;
                display: block;
                position: absolute;
                left: 0;
                top: 2px;
            }

            .abonados-text-holder .abonados-text-title h4 {
                margin: 0;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                text-transform: uppercase;
            }

            .abonados-text-holder .abonados-text-title p {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-weight: 400;
                margin: 0;
                font-size: 14px;
            }

        .abonados-text-holder .collaboration {
            text-align: center;
            position: absolute;
            bottom: 12px;
            width: 100%;
            left: 0;
        }

            .abonados-text-holder .collaboration .reale-logo {
                display: inline-block;
                width: 93px;
                height: 24px;
                background-image: url("../img/realeseguros-logo.png");
                background-repeat: no-repeat;
                text-indent: -9999px;
                margin-left: 6px;
            }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .abonados-text-holder .collaboration .reale-logo {
            background-image: url("../img/realeseguros-logo@2x.png");
            -webkit-background-size: 93px 24px;
            -moz-background-size: 93px 24px;
            -o-background-size: 93px 24px;
            background-size: 93px 24px;
        }
    }

    #recover-pin {
        background-color: #acd7f5;
    }

        #recover-pin label {
            display: inline-block;
        }

        #recover-pin .popup-single-image {
            font-size: 13px;
            color: #484d53;
            float: right;
            margin-top: 4px;
        }

    .related-content-slider {
        position: relative;
        overflow: hidden;
    }

        .related-content-slider .swiper-wrapper {
            padding: 56px 0 30px 20px;
        }

            .related-content-slider .swiper-wrapper .swiper-slide {
                border-right: 1px solid #ffffff;
            }

                .related-content-slider .swiper-wrapper .swiper-slide a {
                    display: block;
                    text-decoration: none;
                    color: #484d53;
                }

                    .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading {
                        margin-bottom: 12px;
                    }

                        .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .entry-meta {
                            margin: 0 0 6px;
                            font-size: 11px;
                        }

                            .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .entry-meta time {
                                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                            }

                        .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-category {
                            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                            font-size: 13px;
                            margin: 0;
                            text-transform: uppercase;
                        }

                        .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-title {
                            font-size: 32px;
                            font-family: "Playfair Display", Helvetica, Arial, serif;
                            margin: 0;
                            line-height: 1;
                            word-wrap: break-word;
                        }

                    .related-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
                        display: block;
                        width: 100%;
                        height: auto;
                    }

        .related-content-slider .related-content-slider-swiper-pagination-progressbar {
            width: 100%;
            height: 4px;
            background-color: inherit;
        }

            .related-content-slider .related-content-slider-swiper-pagination-progressbar span {
                background-color: #acd7f5;
            }

    .last-matches-content-slider {
        position: relative;
        overflow: hidden;
    }

        .last-matches-content-slider .inner-intro {
            padding: 20px 0;
        }

            .last-matches-content-slider .inner-intro h2 {
                margin-bottom: 0;
            }

        .last-matches-content-slider .swiper-wrapper {
            padding: 30px 0 30px 20px;
        }

            .last-matches-content-slider .swiper-wrapper .swiper-slide {
                border-right: 1px solid #ffffff;
            }

                .last-matches-content-slider .swiper-wrapper .swiper-slide a {
                    display: block;
                    text-decoration: none;
                    color: #484d53;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 13px;
                }

                    .last-matches-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading {
                        margin-bottom: 12px;
                    }

                        .last-matches-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-title {
                            font-size: 15px;
                            text-align: center;
                            text-transform: uppercase;
                            margin: 0;
                            line-height: 1;
                        }

                    .last-matches-content-slider .swiper-wrapper .swiper-slide a .img-holder {
                        margin-bottom: 12px;
                    }

                        .last-matches-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
                            display: block;
                            width: 100%;
                            height: auto;
                        }

                    .last-matches-content-slider .swiper-wrapper .swiper-slide a svg {
                        margin: 0 8px;
                        width: 23px;
                        height: 23px;
                        fill: #000000;
                    }

        .last-matches-content-slider .last-matches-slider-swiper-pagination-progressbar {
            width: 100%;
            height: 4px;
            background-color: inherit;
        }

            .last-matches-content-slider .last-matches-slider-swiper-pagination-progressbar span {
                background-color: #acd7f5;
            }

    .photo-gallery-content-slider, .history-photo-gallery-content-slider {
        position: relative;
        overflow: hidden;
    }

        .photo-gallery-content-slider.with-title .swiper-wrapper, .history-photo-gallery-content-slider.with-title .swiper-wrapper {
            padding-top: 30px;
        }

        .photo-gallery-content-slider .inner-intro, .history-photo-gallery-content-slider .inner-intro {
            padding: 20px 0;
        }

            .photo-gallery-content-slider .inner-intro h2, .history-photo-gallery-content-slider .inner-intro h2 {
                margin-bottom: 0;
            }

        .photo-gallery-content-slider .swiper-wrapper, .history-photo-gallery-content-slider .swiper-wrapper {
            padding: 100px 0 60px 20px;
        }

            .photo-gallery-content-slider .swiper-wrapper .swiper-slide, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide {
                border-right: 1px solid #ffffff;
            }

                .photo-gallery-content-slider .swiper-wrapper .swiper-slide a, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a {
                    display: block;
                    text-decoration: none;
                    color: #484d53;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 13px;
                }

                    .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading {
                        margin-bottom: 12px;
                    }

                        .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-title, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-title {
                            font-size: 13px;
                            margin: 0;
                            line-height: 1;
                        }

                    .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder {
                        margin-bottom: 12px;
                    }

                        .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder picture, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder picture {
                            position: relative;
                        }

                        .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
                            display: block;
                            width: 100%;
                            height: auto;
                            object-position: 0 0;
                        }

                        .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder {
                            width: 43px;
                            height: 43px;
                            border: 1px solid #ffffff;
                            bottom: -1px;
                            left: -1px;
                            color: #ffffff;
                            margin-top: -43px;
                            position: relative;
                        }

                            .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder svg, .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder svg {
                                width: 16px;
                                height: 19px;
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                margin-top: -9px;
                                margin-left: -8px;
                            }

        .photo-gallery-content-slider .photo-gallery-slider-swiper-pagination-progressbar, .photo-gallery-content-slider .history-photo-gallery-slider-swiper-pagination-progressbar, .history-photo-gallery-content-slider .photo-gallery-slider-swiper-pagination-progressbar, .history-photo-gallery-content-slider .history-photo-gallery-slider-swiper-pagination-progressbar {
            width: 100%;
            height: 4px;
            background-color: inherit;
        }

            .photo-gallery-content-slider .photo-gallery-slider-swiper-pagination-progressbar span, .photo-gallery-content-slider .history-photo-gallery-slider-swiper-pagination-progressbar span, .history-photo-gallery-content-slider .photo-gallery-slider-swiper-pagination-progressbar span, .history-photo-gallery-content-slider .history-photo-gallery-slider-swiper-pagination-progressbar span {
                background-color: #acd7f5;
            }

    .penas-photo-gallery-content-slider {
        position: relative;
        overflow: hidden;
    }

        .penas-photo-gallery-content-slider .inner-intro {
            padding: 20px 0;
        }

            .penas-photo-gallery-content-slider .inner-intro h2 {
                margin-bottom: 0;
            }

        .penas-photo-gallery-content-slider .swiper-wrapper {
            padding: 30px 0 30px 20px;
        }

            .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide {
                border-right: 1px solid #ffffff;
            }

                .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide a {
                    display: block;
                    text-decoration: none;
                    color: #484d53;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 13px;
                }

                    .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading {
                        margin-bottom: 12px;
                    }

                        .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-title {
                            font-size: 13px;
                            margin: 0;
                            line-height: 1;
                        }

                    .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder {
                        margin-bottom: 12px;
                    }

                        .penas-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
                            display: block;
                            width: 100%;
                            height: auto;
                        }

        .penas-photo-gallery-content-slider .penas-photo-gallery-slider-swiper-pagination-progressbar {
            width: 100%;
            height: 4px;
            background-color: inherit;
        }

            .penas-photo-gallery-content-slider .penas-photo-gallery-slider-swiper-pagination-progressbar span {
                background-color: #acd7f5;
            }

    #ikasi-bizi .cols-3 a {
        text-decoration: none;
    }

    #ikasi-bizi .cols-3 img {
        display: block;
        width: 100%;
        height: auto;
    }

    #ikasi-bizi .cols-3 h3 {
        text-transform: inherit;
        margin: 6px 0 24px;
    }

    #photo-with .container {
        position: relative;
    }

        #photo-with .container.small-container {
            max-width: 760px;
        }

        #photo-with .container:last-child {
            padding-top: 0;
        }

        #photo-with .container .accordion-title {
            text-align: center;
            position: relative;
            display: table;
            margin: 0 auto 24px;
            cursor: pointer;
        }

            #photo-with .container .accordion-title .ui-accordion-header-icon {
                display: block;
                position: absolute;
                right: -18px;
                top: 50%;
                margin-top: -6px;
                width: 14px;
                height: 8px;
                background-image: url("../img/arrow-white-down.svg");
                transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                cursor: pointer;
            }

            #photo-with .container .accordion-title.ui-state-active .ui-accordion-header-icon {
                transform: rotate(180deg);
            }

        #photo-with .container .tab-holder {
            padding: 24px 0 0;
        }

            #photo-with .container .tab-holder ul, #photo-with .container .tab-holder ol {
                font-size: 14px;
                line-height: 21px;
            }

            #photo-with .container .tab-holder h3 {
                text-transform: uppercase;
                font-size: 14px;
                margin-top: 24px;
                text-align: center;
            }

        #photo-with .container .photo-with-next-matches {
            overflow: hidden;
            padding-top: 24px;
            margin-top: 48px;
            position: relative;
        }

            #photo-with .container .photo-with-next-matches:before {
                content: '';
                display: block;
                width: 80px;
                height: 2px;
                background-color: #ffffff;
                position: absolute;
                top: 0;
                left: 50%;
                margin-left: -40px;
            }

            #photo-with .container .photo-with-next-matches h3 {
                text-align: center;
                margin: 0 0 24px;
            }

            #photo-with .container .photo-with-next-matches .accordion {
                /*
				&:last-child {
					@include breakpoint(sm) {
						@include span(6 last);
					}					
				}
				*/
            }

    @media (min-width: 768px) {
        #photo-with .container .photo-with-next-matches .accordion {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
            float: none;
            margin: 0 auto;
        }
    }

    #photo-with .container .photo-with-next-matches .accordion .accordion-title {
        margin: 0;
        border: 1px solid #ffffff;
        padding: 6px 24px 6px 6px;
        font-size: 14px;
        cursor: pointer;
        text-align: left;
        position: relative;
    }

        #photo-with .container .photo-with-next-matches .accordion .accordion-title .ui-accordion-header-icon {
            display: block;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -6px;
            width: 14px;
            height: 8px;
            background-image: url("../img/arrow-white-down.svg");
            transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            cursor: pointer;
        }

        #photo-with .container .photo-with-next-matches .accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
            transform: rotate(180deg);
        }

    #photo-with .container .photo-with-next-matches .accordion .accordion-holder {
        padding: 24px 0;
    }

        #photo-with .container .photo-with-next-matches .accordion .accordion-holder ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #photo-with .container .photo-with-next-matches .accordion .accordion-holder ul li {
                font-size: 13px;
                text-align: center;
            }

    #photo-with .container .figure {
        display: block;
        width: 191px;
        height: 350px;
        background-image: url("../img/txikis-lateral.png");
        background-repeat: no-repeat;
        margin: 0 auto;
        zoom: 0.5;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #photo-with .container .figure {
            background-image: url("../img/txikis-lateral@2x.png");
            -webkit-background-size: 191px 350px;
            -moz-background-size: 191px 350px;
            -o-background-size: 191px 350px;
            background-size: 191px 350px;
        }
    }

    @media (min-width: 1200px) {
        #photo-with .container .figure {
            position: absolute;
            right: -220px;
            bottom: 24px;
            margin: inherit;
            zoom: 1;
        }
    }

    #tu-foto-con-el-equipo .container {
        position: relative;
    }

        #tu-foto-con-el-equipo .container.small-container {
            max-width: 760px;
        }

        #tu-foto-con-el-equipo .container:last-child {
            padding-top: 0;
        }

    /*Estilos dropdown genericos*/

    .ui-accordion .accordion-title {
        text-align: center;
        position: relative;
        display: table;
        margin: 0 auto 24px;
        cursor: pointer;
    }

        .ui-accordion .accordion-title .ui-accordion-header-icon {
            display: block;
            position: absolute;
            right: -28px;
            top: 50%;
            margin-top: -6px;
            width: 14px;
            height: 8px;
            background-image: url("../img/arrow-white-down.svg");
            transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            cursor: pointer;
        }

        .ui-accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
            transform: rotate(180deg);
        }

    /* Fin Estilos dropdown genericos*/

    #tu-foto-con-el-equipo .container .tab-holder {
        padding: 24px 0 0;
    }

        #tu-foto-con-el-equipo .container .tab-holder ul, #tu-foto-con-el-equipo .container .tab-holder ol {
            font-size: 14px;
            line-height: 21px;
        }

        #tu-foto-con-el-equipo .container .tab-holder h3 {
            text-transform: uppercase;
            font-size: 14px;
            margin-top: 24px;
            text-align: center;
        }

    #tu-foto-con-el-equipo .container .photo-with-next-matches {
        overflow: hidden;
        padding-top: 24px;
        margin-top: 48px;
        position: relative;
    }

        #tu-foto-con-el-equipo .container .photo-with-next-matches:before {
            content: '';
            display: block;
            width: 80px;
            height: 2px;
            background-color: #ffffff;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -40px;
        }

        #tu-foto-con-el-equipo .container .photo-with-next-matches h3 {
            text-align: center;
            margin: 0 0 24px;
        }

        #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion {
            /*
				&:last-child {
					@include breakpoint(sm) {
						@include span(6 last);
					}					
				}
				*/
        }

    @media (min-width: 768px) {
        #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
            float: none;
            margin: 0 auto;
        }
    }

    #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-title {
        margin: 0;
        border: 1px solid #ffffff;
        padding: 6px 24px 6px 6px;
        font-size: 14px;
        cursor: pointer;
        text-align: left;
        position: relative;
    }

        #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-title .ui-accordion-header-icon {
            display: block;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -6px;
            width: 14px;
            height: 8px;
            background-image: url("../img/arrow-white-down.svg");
            transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            cursor: pointer;
        }

        #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
            transform: rotate(180deg);
        }

    #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-holder {
        padding: 24px 0;
    }

        #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-holder ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #tu-foto-con-el-equipo .container .photo-with-next-matches .accordion .accordion-holder ul li {
                font-size: 13px;
                text-align: center;
            }

    #tu-foto-con-el-equipo .container .figure {
        display: block;
        width: 191px;
        height: 350px;
        background-image: url("/img/txikis/txikis-lateral.png");
        background-repeat: no-repeat;
        margin: 0 auto;
        zoom: 0.5;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #tu-foto-con-el-equipo .container .figure {
            background-image: url("/img/txikis/txikis-lateral.png");
            -webkit-background-size: 191px 350px;
            -moz-background-size: 191px 350px;
            -o-background-size: 191px 350px;
            background-size: 191px 350px;
        }
    }

    @media (min-width: 1200px) {
        #tu-foto-con-el-equipo .container .figure {
            position: absolute;
            right: -220px;
            bottom: 24px;
            margin: inherit;
            zoom: 1;
        }
    }

    #zure-argazkia-taldearekin .container {
        position: relative;
    }

        #zure-argazkia-taldearekin .container.small-container {
            max-width: 760px;
        }

        #zure-argazkia-taldearekin .container:last-child {
            padding-top: 0;
        }

        #zure-argazkia-taldearekin .container .accordion-title {
            text-align: center;
            position: relative;
            display: table;
            margin: 0 auto 24px;
            cursor: pointer;
        }

            #zure-argazkia-taldearekin .container .accordion-title .ui-accordion-header-icon {
                display: block;
                position: absolute;
                right: -18px;
                top: 50%;
                margin-top: -6px;
                width: 14px;
                height: 8px;
                background-image: url("../img/arrow-white-down.svg");
                transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                cursor: pointer;
            }

            #zure-argazkia-taldearekin .container .accordion-title.ui-state-active .ui-accordion-header-icon {
                transform: rotate(180deg);
            }

        #zure-argazkia-taldearekin .container .tab-holder {
            padding: 24px 0 0;
        }

            #zure-argazkia-taldearekin .container .tab-holder ul, #zure-argazkia-taldearekin .container .tab-holder ol {
                font-size: 14px;
                line-height: 21px;
            }

            #zure-argazkia-taldearekin .container .tab-holder h3 {
                text-transform: uppercase;
                font-size: 14px;
                margin-top: 24px;
                text-align: center;
            }

        #zure-argazkia-taldearekin .container .photo-with-next-matches {
            overflow: hidden;
            padding-top: 24px;
            margin-top: 48px;
            position: relative;
        }

            #zure-argazkia-taldearekin .container .photo-with-next-matches:before {
                content: '';
                display: block;
                width: 80px;
                height: 2px;
                background-color: #ffffff;
                position: absolute;
                top: 0;
                left: 50%;
                margin-left: -40px;
            }

            #zure-argazkia-taldearekin .container .photo-with-next-matches h3 {
                text-align: center;
                margin: 0 0 24px;
            }

            #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion {
                /*
				&:last-child {
					@include breakpoint(sm) {
						@include span(6 last);
					}					
				}
				*/
            }

    @media (min-width: 768px) {
        #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
            float: none;
            margin: 0 auto;
        }
    }

    #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-title {
        margin: 0;
        border: 1px solid #ffffff;
        padding: 6px 24px 6px 6px;
        font-size: 14px;
        cursor: pointer;
        text-align: left;
        position: relative;
    }

        #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-title .ui-accordion-header-icon {
            display: block;
            position: absolute;
            right: 12px;
            top: 50%;
            margin-top: -6px;
            width: 14px;
            height: 8px;
            background-image: url("../img/arrow-white-down.svg");
            transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            cursor: pointer;
        }

        #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-title.ui-state-active .ui-accordion-header-icon {
            transform: rotate(180deg);
        }

    #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-holder {
        padding: 24px 0;
    }

        #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-holder ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #zure-argazkia-taldearekin .container .photo-with-next-matches .accordion .accordion-holder ul li {
                font-size: 13px;
                text-align: center;
            }

    #zure-argazkia-taldearekin .container .figure {
        display: block;
        width: 191px;
        height: 350px;
        background-image: url("/img/txikis/txikis-lateral.png");
        background-repeat: no-repeat;
        margin: 0 auto;
        zoom: 0.5;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #zure-argazkia-taldearekin .container .figure {
            background-image: url("/img/txikis/txikis-lateral.png");
            -webkit-background-size: 191px 350px;
            -moz-background-size: 191px 350px;
            -o-background-size: 191px 350px;
            background-size: 191px 350px;
        }
    }

    @media (min-width: 1200px) {
        #zure-argazkia-taldearekin .container .figure {
            position: absolute;
            right: -220px;
            bottom: 24px;
            margin: inherit;
            zoom: 1;
        }
    }

    #abonado-txiki .container {
        position: relative;
    }

        #abonado-txiki .container.small-container {
            max-width: 760px;
        }

        #abonado-txiki .container p {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 14px;
            line-height: 21px;
        }

        #abonado-txiki .container .figure {
            display: block;
            width: 191px;
            height: 166px;
            background-image: url("../img/txiki-abonadotxiki.png");
            background-repeat: no-repeat;
            margin: 24px auto 0;
        }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        #abonado-txiki .container .figure {
            background-image: url("../img/txiki-abonadotxiki@2x.png");
            -webkit-background-size: 191px 166px;
            -moz-background-size: 191px 166px;
            -o-background-size: 191px 166px;
            background-size: 191px 166px;
        }
    }

    @media (min-width: 1200px) {
        #abonado-txiki .container .figure {
            position: absolute;
            right: -220px;
            top: 172px;
            margin: inherit;
        }
    }

    .rates {
        margin: 50px 0 0 0;
    }

    @media (min-width: 768px) {
        .rates {
            margin: 100px 0 0 0;
        }
    }

    @media (min-width: 768px) {
        .rates #subscriber-rates .col {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    .rates #subscriber-rates .col.field-holder {
        margin-bottom: 50px;
        position: relative;
    }

        .rates #subscriber-rates .col.field-holder img {
            width: 100%;
            height: auto;
        }

        .rates #subscriber-rates .col.field-holder .field-section {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
        }

    @media (min-width: 768px) {
        .rates #subscriber-rates .col.field-holder {
            margin-top: 50px;
        }
    }

    @media (min-width: 768px) {
        .rates #subscriber-rates .col.table-holder {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
        }
    }

    .rates #subscriber-rates .col.table-holder .areas {
        background: #e8c33c;
    }

    .rates #subscriber-rates .col.table-holder .vertical {
        background: #acd7f5;
        height: 90px;
        white-space: nowrap;
    }

        .rates #subscriber-rates .col.table-holder .vertical div {
            transform: translate(0, 50%) rotate(-90deg);
            width: 40px;
        }

    .rates #subscriber-rates .col.table-holder table {
        font-size: 11px;
    }

        .rates #subscriber-rates .col.table-holder table tbody tr th {
            height: 50px;
            text-align: center;
        }

            .rates #subscriber-rates .col.table-holder table tbody tr th strong {
                display: block;
                font-size: 10px;
            }

        .rates #subscriber-rates .col.table-holder table tbody tr td {
            height: 30px;
            vertical-align: middle;
            padding: 2px 10px;
        }

        .rates #subscriber-rates .col.table-holder table tbody tr th {
            vertical-align: middle;
        }

        .rates #subscriber-rates .col.table-holder table tbody tr td strong {
            display: block;
            font-weight: normal;
            font-size: 10px;
        }

        .rates #subscriber-rates .col.table-holder table tbody tr .title {
            color: #0058b1;
            font-weight: bold;
        }

        .rates #subscriber-rates .col.table-holder table tbody tr:hover td {
            background-color: #0058b1;
            color: #ffffff;
        }

            .rates #subscriber-rates .col.table-holder table tbody tr:hover td a {
                color: #ffffff;
            }

                .rates #subscriber-rates .col.table-holder table tbody tr:hover td a span {
                    color: #ffffff;
                }

        .rates #subscriber-rates .col.table-holder table tbody:hover td[rowspan] {
            background-color: #0058b1;
            color: #ffffff;
        }

    .mfp-image-holder .mfp-bottom-bar .mfp-title {
        padding-top: 6px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
    }

    .mfp-image-holder .mfp-bottom-bar .mfp-counter {
        padding-top: 6px;
        font-size: 11px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    abbr[title] {
        border-bottom: none;
        cursor: inherit;
        text-decoration: none;
    }

    table {
        width: 100%;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        border-spacing: 0;
        border-collapse: collapse;
        font-size: 13px;
        /*
	.hide-tablet {
		display: none;
		
		@include breakpoint(md) {
			display: table-cell;
		}
	}
	*/
    }

    @media (min-width: 1024px) {
        table {
            font-size: 16px;
        }
    }

    table thead th {
        font-weight: 400;
        text-align: center;
        border-bottom: 1px solid #484d53;
        height: 48px;
    }

    table tbody tr th {
        text-align: center;
        font-weight: 400;
        border-bottom: 1px solid #484d53;
        height: 48px;
        text-align: left;
    }

    table tbody tr td {
        text-align: center;
        border-bottom: 1px solid #484d53;
        height: 48px;
    }

        table tbody tr th.white-bg, table tbody tr td.white-bg {
            background: rgba(255, 255, 255, 0.4);
        }

    table tbody tr.blue-bg th, table tbody tr.blue-bg td {
        background: #0058b1;
        color: #ffffff;
    }

        table tbody tr.blue-bg th.white-bg, table tbody tr.blue-bg td.white-bg {
            background-color: #145cb6;
        }

    table.numbered-table tbody {
        counter-reset: rowNumber;
    }

        table.numbered-table tbody tr th {
            counter-increment: rowNumber;
        }

            table.numbered-table tbody tr th:first-child::before {
                content: counter(rowNumber);
                min-width: 1em;
                margin: 0 8px 0 4px;
            }

    table .hide-mobile {
        display: none;
    }

    @media (min-width: 768px) {
        table .hide-mobile {
            display: table-cell;
        }
    }

    .hide-on-mobile {
        display: none;
    }

    @media (min-width: 768px) {
        .hide-on-mobile {
            display: block;
        }
    }

    @media (min-width: 768px) {
        .hide-on-desktop {
            display: none;
        }
    }

    .table-holder {
        overflow: scroll;
    }

    @media (min-width: 1024px) {
        .table-holder {
            overflow: hidden;
        }
    }

    .video-wrapper {
        width: 100%;
        position: relative;
        height: 0;
    }

        .video-wrapper.video16-9 {
            padding-bottom: 56.25%;
        }

        .video-wrapper.video4-3 {
            padding-bottom: 75%;
        }

        .video-wrapper.video1-1 {
            padding-bottom: 100%;
        }

        .video-wrapper iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .close-btn {
        position: absolute;
        top: 24px;
        right: 24px;
    }

        .close-btn .icon-container {
            position: relative;
            border: none;
            cursor: pointer;
            padding: 8px 13px 7px 0;
            display: inline-block;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            vertical-align: text-top;
        }

            .close-btn .icon-container i {
                cursor: pointer;
                height: 1px;
                width: 13px;
                position: absolute;
                display: block;
                content: '';
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                background-color: transparent;
            }

                .close-btn .icon-container i:before {
                    cursor: pointer;
                    height: 1px;
                    width: 13px;
                    position: absolute;
                    display: block;
                    content: '';
                    top: -6px;
                    background-color: #0058b1;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    -moz-transform: rotate(45deg);
                    -o-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .close-btn .icon-container i:after {
                    cursor: pointer;
                    height: 1px;
                    width: 13px;
                    position: absolute;
                    display: block;
                    content: '';
                    bottom: -6px;
                    background-color: #0058b1;
                    -webkit-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
                    -moz-transform: rotate(-45deg);
                    -o-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }

                .close-btn .icon-container i:before, .close-btn .icon-container i:after {
                    top: 0;
                }

        .close-btn:hover .icon-container {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .penas-map-holder {
        position: relative;
        background-color: #f4f4f4;
    }

        .penas-map-holder #penas-map {
            height: 500px;
            width: 100%;
        }

        .penas-map-holder .penas-info {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            text-align: center;
            color: #ffffff;
        }

            .penas-map-holder .penas-info .close-btn {
                position: absolute;
                top: 50%;
                right: 50%;
                margin-top: -134px;
                margin-right: -84px;
            }

                .penas-map-holder .penas-info .close-btn i:before, .penas-map-holder .penas-info .close-btn i:after {
                    background-color: #ffffff;
                }

            .penas-map-holder .penas-info .penas-info-holder {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                width: 96%;
                left: 2%;
                right: 2%;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 13px;
            }

                .penas-map-holder .penas-info .penas-info-holder .profile {
                    width: 120px;
                    height: 120px;
                    border-radius: 50%;
                    border: 2px solid #ffffff;
                    overflow: hidden;
                    margin: 0 auto 20px;
                }

                    .penas-map-holder .penas-info .penas-info-holder .profile img {
                        width: 100%;
                        height: auto;
                        display: block;
                    }

                .penas-map-holder .penas-info .penas-info-holder .pena-address {
                    color: #acd7f5;
                }

                .penas-map-holder .penas-info .penas-info-holder .pena-contacto {
                    display: block;
                }

                .penas-map-holder .penas-info .penas-info-holder .pena-email a {
                    display: table;
                    margin: 0 auto;
                    color: #ffffff;
                    text-decoration: none;
                }

        .penas-map-holder .download-link {
            margin: 0 auto 12px auto;
            text-decoration: none;
            color: #484d53;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            text-align: center;
            display: table;
        }

            .penas-map-holder .download-link svg {
                margin: 0 8px;
                width: 23px;
                height: 23px;
                fill: #000000;
            }

    .cols-2 {
        position: relative;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        .cols-2 .cols-row {
            margin-left: -48px;
            margin-right: -48px;
        }
    }

    .cols-2 .col {
        margin-bottom: 60px;
    }

        .cols-2 .col:last-child {
            margin-bottom: 0;
        }

    @media (min-width: 768px) {
        .cols-2 .col {
            width: 50%;
            float: left;
            margin-bottom: inherit;
        }
    }

    @media (min-width: 768px) {
        .cols-2 .col .col-holder {
            padding: 0 48px;
        }
    }

    @media (min-width: 768px) {
        .cols-2.with-separator:after {
            content: '';
            display: block;
            width: 3px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -1px;
        }
    }

    .cols-3 {
        position: relative;
    }

    @media (min-width: 768px) {
        .cols-3 .cols-row {
            margin-left: -24px;
            margin-right: -24px;
        }
    }

    .cols-3 .col {
        margin-bottom: 60px;
    }

        .cols-3 .col:last-child {
            margin-bottom: 0;
        }

    @media (min-width: 768px) {
        .cols-3 .col {
            width: 33.33%;
            float: left;
            margin-bottom: inherit;
        }
    }

    @media (min-width: 768px) {
        .cols-3 .col .col-holder {
            padding: 0 24px;
        }
    }

    @media (min-width: 768px) {
        .cols-3.with-separator .col:after {
            content: '';
            display: block;
            width: 1px;
            height: 100%;
            position: absolute;
            top: 0;
            background-color: #7f7f7f;
        }
    }

    .cols-3.with-separator .col:first-child:after {
        content: none;
    }

    .cols-4 {
        position: relative;
        overflow: hidden;
    }

        .cols-4 .cols-row {
            margin-left: -24px;
            margin-right: -24px;
        }

        .cols-4 .col {
            width: 50%;
            float: left;
        }

    @media (min-width: 768px) {
        .cols-4 .col {
            width: 25%;
        }
    }

    .cols-4 .col .col-holder {
        padding: 0 24px;
    }

    .cols-4.with-separator .col:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #7f7f7f;
    }

.download-list .download-item {
    border-top: 1px solid #ffffff;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    padding: 12px;
    position: relative;
    margin-bottom: 0.7rem;
    margin-top: 0.5rem;
}

        .download-list .download-item a {
            text-decoration: none;
            display: block;
            position: relative;
            z-index: 9;
        }

            .download-list .download-item a .description {
                display: block;
                font-size: 13px;
                padding-right: 60px;
            }

    @media (min-width: 768px) {
        .download-list .download-item a .description {
            font-size: 18px;
        }
    }

    .download-list .download-item a .datePublished {
        display: block;
        font-size: 11px;
    }

    .download-list .download-item .icon {
        display: block;
        width: 22px;
        height: 28px;
        position: absolute;
        top: 16px;
        right: 12px;
    }

    #download-txikis .category-holder {
        margin-top: 32px;
        padding-top: 32px;
        position: relative;
        overflow: hidden;
    }

    @media (min-width: 768px) {
        #download-txikis .category-holder:before {
            content: '';
            display: block;
            position: absolute;
            left: 33%;
            top: 0;
            height: 100%;
            width: 1px;
            background: #7089ca;
        }

        #download-txikis .category-holder:after {
            content: '';
            display: block;
            position: absolute;
            left: 66%;
            top: 0;
            height: 100%;
            width: 1px;
            background: #7089ca;
        }
    }

    #download-txikis .category-holder ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #download-txikis .category-holder ul li {
            text-align: center;
            margin: 0 0 32px;
        }

            #download-txikis .category-holder ul li img {
                margin: 0 auto;
                display: block;
                margin-bottom: 20px;
                -webkit-box-shadow: 0 0 15px 0 #00478f;
                -moz-box-shadow: 0 0 15px 0 #00478f;
                box-shadow: 0 0 15px 0 #00478f;
            }

            #download-txikis .category-holder ul li svg {
                display: inline-block;
                margin: 0 8px 0 0;
                width: 23px;
                height: 23px;
                fill: #ffffff;
            }

            #download-txikis .category-holder ul li a {
                text-decoration: none;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 14px;
                display: table;
                margin: 0 auto;
            }

    @media (min-width: 768px) {
        #download-txikis .category-holder ul li {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 33.3333333333%;
            float: left;
        }
    }

    .my-profile {
        background-color: #acd7f5;
    }

        .my-profile .accordion-container {
            border: 1px solid #484d53;
            margin-bottom: 24px;
        }

            .my-profile .accordion-container:last-child {
                margin-bottom: 0;
            }

            .my-profile .accordion-container .accordion-title {
                margin: 0;
                padding: 18px;
                text-transform: inherit;
                cursor: pointer;
                position: relative;
                outline: 0;
            }

                .my-profile .accordion-container .accordion-title .ui-accordion-header-icon {
                    display: block;
                    position: absolute;
                    right: 18px;
                    top: 50%;
                    margin-top: -6px;
                    width: 14px;
                    height: 8px;
                    background-image: url("../img/arrow-down.svg");
                    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
                    cursor: pointer;
                }

                .my-profile .accordion-container .accordion-title.ui-state-active .ui-accordion-header-icon {
                    transform: rotate(180deg);
                }

                .my-profile .accordion-container .accordion-title .icon {
                    max-height: 40px;
                    max-width: 80px;
                }

            .my-profile .accordion-container .accordion-holder {
                margin: 0 18px;
                padding: 18px 0;
                border-top: 1px solid #484d53;
            }

                .my-profile .accordion-container .accordion-holder .tabs .tabs-menu {
                    margin-bottom: 18px;
                }

                    .my-profile .accordion-container .accordion-holder .tabs .tabs-menu li a {
                        color: #484d53;
                    }

                        .my-profile .accordion-container .accordion-holder .tabs .tabs-menu li a:after {
                            background-color: #484d53;
                        }

                    .my-profile .accordion-container .accordion-holder .tabs .tabs-menu li.ui-tabs-active {
                        border-bottom-color: #484d53;
                    }

                .my-profile .accordion-container .accordion-holder dl {
                    margin: 0;
                    padding: 0;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 13px;
                    line-height: 21px;
                }

                    .my-profile .accordion-container .accordion-holder dl dt {
                        margin: 0;
                        padding: 0;
                        float: left;
                        clear: left;
                        font-weight: normal;
                        margin-right: 6px;
                    }

                    .my-profile .accordion-container .accordion-holder dl dd {
                        margin: 0;
                        padding: 0;
                        font-weight: 700;
                    }

                .my-profile .accordion-container .accordion-holder table {
                    font-size: 13px;
                }

        .my-profile .cols-2 {
            margin-bottom: 24px;
        }

    @media (min-width: 768px) {
        .my-profile .cols-2 .rs-bubble {
            float: right;
            margin: 0;
        }
    }

    .basic-dl {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
    }

        .basic-dl dd {
            margin-bottom: 12px;
        }

    .rs-bubble {
        max-width: 326px;
        height: auto;
        position: relative;
        margin: 0 auto;
    }

        .rs-bubble .bubble-box {
            position: absolute;
            right: 0;
            top: 16%;
            background: #ffffff;
            border-radius: 4px;
            padding: 6px 12px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 13px;
        }

            .rs-bubble .bubble-box:after {
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 12px 12px 0 0;
                border-color: #ffffff transparent transparent transparent;
                display: block;
                content: '';
                position: absolute;
                top: 100%;
                left: 20px;
            }

    .inputfile {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        z-index: -1;
    }

        .inputfile + label {
            display: block;
            cursor: pointer;
            color: #ffffff;
            overflow: hidden;
        }

    .shareholders-bg {
        background-image: url(../img/shareholders-bg.jpg);
    }

    .shareholders-item {
        margin-bottom: 60px;
    }

    @media (min-width: 768px) {
        .shareholders-item {
            width: 44.4444444444%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .shareholders-item.last {
                float: right;
                margin-right: 0;
            }
    }

    .shareholders-info {
        margin-bottom: -30px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
        line-height: 16px;
    }

    #store-slider-aside {
        overflow: hidden;
        width: 100%;
        position: relative;
    }

        #store-slider-aside .store-slider {
            overflow: hidden;
        }

            #store-slider-aside .store-slider .item {
                text-align: center;
                /* .basic-btn {
				margin: 20px auto 0;
			} */
            }

                #store-slider-aside .store-slider .item .name {
                    text-transform: uppercase;
                    font-size: 13px;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    display: block;
                    min-height: 36px;
                }

                #store-slider-aside .store-slider .item .offers {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 36px;
                    font-weight: 900;
                    margin-bottom: 12px;
                }

                #store-slider-aside .store-slider .item img {
                    display: block;
                    width: 100%;
                    height: auto;
                    max-width: 350px;
                    margin: 0 auto;
                }

    #team-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 40px 0;
    }

        #team-slider .item a:focus, #team-slider .item a:active {
            outline: none;
        }

        #team-slider .item .thumb {
            border-bottom: 1px solid #484d53;
            position: relative;
            overflow: hidden;
        }

            #team-slider .item .thumb:after {
                content: '';
                display: block;
                padding-top: 85%;
            }

            #team-slider .item .thumb .thumb-inner {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
            }

                #team-slider .item .thumb .thumb-inner img {
                    width: 100%;
                }

                #team-slider .item .thumb .thumb-inner.thumb-inner-side2 {
                    opacity: 0;
                }

        #team-slider .item .details .detail-inner {
            max-width: 300px;
            margin: 0 auto;
            text-align: center;
            position: relative;
        }

            #team-slider .item .details .detail-inner .name {
                margin: 30px 0 0 0;
                text-transform: uppercase;
                font-weight: 700;
                line-height: 1;
                width: 100%;
                z-index: 9;
                font-size: 13px;
            }

    @media (min-width: 768px) {
        #team-slider .item .details .detail-inner .name {
            font-size: 18px;
        }
    }

    #team-slider .item .details .detail-inner .name.middle {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-top: 0;
    }

    #team-slider .item .details .detail-inner .person-number {
        font-size: 56px;
        font-weight: 700;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #acd7f5;
        line-height: 1;
        opacity: 0.4;
    }

    @media (min-width: 768px) {
        #team-slider .item .details .detail-inner .person-number {
            font-size: 96px;
        }
    }

    #team-slider .item .details .detail-inner .full-name {
        margin: 10px 0 10px 0;
        font-size: 12px;
        color: #0058b1;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #team-slider .item .details .detail-inner .full-name {
            font-size: 14px;
        }
    }

    #team-slider .item .details .detail-inner .birth {
        margin: 10px 0;
        font-size: 12px;
        color: #484d53;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #team-slider .item .details .detail-inner .birth {
            margin-bottom: 15px;
            font-size: 14px;
        }
    }

    #team-slider .item .details .detail-inner .role {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #0058b1;
    }

        #team-slider .item .details .detail-inner .role span:after {
            content: '';
            display: inline-block;
            width: 4px;
            height: 4px;
            background-color: #0058b1;
            border-radius: 50%;
            position: relative;
            margin: 0 10px;
            vertical-align: middle;
        }

        #team-slider .item .details .detail-inner .role span:last-child:after {
            display: none;
        }

    @media (min-width: 768px) {
        #team-slider .item .details .detail-inner .role {
            font-size: 18px;
        }
    }

    #team-slider .item a {
        text-decoration: none;
    }

        #team-slider .item a:hover .thumb .thumb-inner.thumb-inner-side2 {
            opacity: 1;
        }

    #team-slider .swiper-pagination-progressbar {
        width: 100%;
        height: 4px;
        background-color: inherit;
    }

        #team-slider .swiper-pagination-progressbar span {
            background-color: #484d53;
        }

        #team-slider .swiper-pagination-progressbar.top {
            position: absolute;
            top: 0;
            left: 0;
        }

        #team-slider .swiper-pagination-progressbar.bottom {
            position: absolute;
            bottom: 0;
            left: 0;
        }

    .loading-popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 99999;
        background-image: url("../img/loading.gif");
        background-repeat: no-repeat;
        background-image: url("../img/loading.gif");
        background-repeat: no-repeat;
        background-position: center center;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .loading-popup {
            background-image: url("../img/loading@2x.gif");
            -webkit-background-size: 30px 38px;
            -moz-background-size: 30px 38px;
            -o-background-size: 30px 38px;
            background-size: 30px 38px;
        }
    }

    .loading {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        background-color: rgba(0, 0, 0, 0.8);
        background-image: url("../img/loading.gif");
        background-repeat: no-repeat;
        background-image: url("../img/loading.gif");
        background-repeat: no-repeat;
        background-position: center center;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .loading {
            background-image: url("../img/loading@2x.gif");
            -webkit-background-size: 30px 38px;
            -moz-background-size: 30px 38px;
            -o-background-size: 30px 38px;
            background-size: 30px 38px;
        }
    }

    .anoeta-article {
        background-color: #f5f5f5;
        position: relative;
    }

        .anoeta-article > .article-back, .anoeta-article > .article-next {
            display: none;
        }

    @media (min-width: 1280px) {
        .anoeta-article > .article-back, .anoeta-article > .article-next {
            display: block;
            width: 35px;
            height: 26px;
            fill: #0058b1;
            position: absolute;
            top: 50%;
            margin-top: -13px;
            z-index: 99;
        }

            .anoeta-article > .article-back svg, .anoeta-article > .article-next svg {
                width: 35px;
                height: 26px;
            }
    }

    .anoeta-article > .article-back {
        left: 50%;
        margin-left: -634px;
    }

    .anoeta-article > .article-next {
        right: 50%;
        margin-right: -634px;
    }

    .anoeta-article .container {
        background-color: #ffffff;
        border-left: 1px solid #d7d6d7;
        border-right: 1px solid #d7d6d7;
        box-sizing: border-box;
        padding: 24px;
    }

        .anoeta-article .container .anoeta-article-header {
            position: relative;
        }

            .anoeta-article .container .anoeta-article-header .entry-meta {
                border-bottom: 1px solid #484d53;
            }

                .anoeta-article .container .anoeta-article-header .entry-meta .entry-time {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 11px;
                }

            .anoeta-article .container .anoeta-article-header h2 {
                margin: 0;
                font-family: "Playfair Display", Helvetica, Arial, serif;
                font-size: 36px;
                line-height: 42px;
                border-bottom: 1px solid #484d53;
                padding-bottom: 36px;
            }

                .anoeta-article .container .anoeta-article-header h2.noline {
                    border-bottom: none;
                    padding-bottom: 0;
                }

            .anoeta-article .container .anoeta-article-header .gone {
                padding-bottom: 10px;
                margin-bottom: 30px;
                font-size: 18px;
                font-weight: 700;
                color: #0058b1;
                border-bottom: 1px solid #0058b1;
            }

            .anoeta-article .container .anoeta-article-header h3 {
                margin: 0;
                text-transform: uppercase;
                font-size: 16px;
            }

            .anoeta-article .container .anoeta-article-header .close-holder {
                position: absolute;
                right: 0;
                top: 0;
            }

                .anoeta-article .container .anoeta-article-header .close-holder a {
                    text-decoration: none;
                }

                    .anoeta-article .container .anoeta-article-header .close-holder a .text {
                        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                        text-transform: uppercase;
                        font-size: 11px;
                        text-align: center;
                        display: block;
                        margin-bottom: 10px;
                    }

                    .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder {
                        position: relative;
                        display: block;
                        width: 52px;
                        height: 52px;
                        border-radius: 50%;
                        background: #0058b1;
                    }

                        .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder .ico {
                            margin: 9px;
                            position: relative;
                            display: inline-block;
                            width: 34px;
                            height: 34px;
                            overflow: hidden;
                        }

                            .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder .ico::before, .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder .ico::after {
                                content: '';
                                position: absolute;
                                height: 2px;
                                width: 100%;
                                top: 50%;
                                left: 0;
                                margin-top: -1px;
                                background: #ffffff;
                            }

                            .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder .ico::before {
                                transform: rotate(45deg);
                            }

                            .anoeta-article .container .anoeta-article-header .close-holder a .ico-holder .ico::after {
                                transform: rotate(-45deg);
                            }

    @media (min-width: 768px) {
        .anoeta-article .cols-holder .col-1of3 {
            width: 28.5714285714%;
            float: left;
            margin-right: 7.1428571429%;
        }

        .anoeta-article .cols-holder .col-2of3 {
            width: 64.2857142857%;
            float: right;
            margin-right: 0;
        }
    }

    .anoeta-article .form-holder form {
        padding: 0 0 36px;
    }

        .anoeta-article .form-holder form h4 {
            margin: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-weight: normal;
        }

        .anoeta-article .form-holder form p {
            line-height: 21px;
        }

            .anoeta-article .form-holder form p.note {
                color: #0058b1;
                margin-top: 24px;
                font-weight: 700;
            }

        .anoeta-article .form-holder form .col-full {
            padding-top: 36px;
        }

        .anoeta-article .form-holder form .col-sidebar {
            padding-top: 48px;
            padding-bottom: 48px;
        }

            .anoeta-article .form-holder form .col-sidebar .basic-btn {
                margin-top: 24px;
                margin-bottom: 24px;
            }

            .anoeta-article .form-holder form .col-sidebar p {
                margin: 0;
            }

            .anoeta-article .form-holder form .col-sidebar .note {
                margin: 20px 0;
            }

            .anoeta-article .form-holder form .col-sidebar .info {
                font-size: 14px;
            }

        .anoeta-article .form-holder form ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .anoeta-article .form-holder form ul li.form-group {
                float: left;
                width: 100%;
                margin-bottom: 66px;
                position: relative;
            }

    @media (min-width: 768px) {
        .anoeta-article .form-holder form ul li.form-group.half-col {
            width: 44.4444444444%;
            float: left;
            margin-right: 11.1111111111%;
        }

            .anoeta-article .form-holder form ul li.form-group.half-col.last {
                float: right;
                margin-right: 0;
            }
    }

    .anoeta-article .form-holder form ul li.form-group.form-col1of3 {
        width: 28.5714285714%;
        float: left;
        margin-right: 7.1428571429%;
    }

    .anoeta-article .form-holder form ul li.form-group.form-col2of3 {
        width: 64.2857142857%;
        float: right;
        margin-right: 0;
    }

    .anoeta-article .form-holder form ul li.form-group.last {
        float: right;
        margin-right: 0;
    }

    .anoeta-article .form-holder form ul li.form-group .input-container {
        position: relative;
    }

        .anoeta-article .form-holder form ul li.form-group .input-container input:focus ~ .label-control, .anoeta-article .form-holder form ul li.form-group .input-container input.not-empty ~ .label-control {
            top: -29px;
            bottom: 10px;
            left: 12px;
            font-size: 11px;
            opacity: 1;
        }

    @media (min-width: 768px) {
        .anoeta-article .form-holder form ul li.form-group .input-container input:focus ~ .label-control, .anoeta-article .form-holder form ul li.form-group .input-container input.not-empty ~ .label-control {
            top: -18px;
        }
    }

    .anoeta-article .form-holder form ul li.form-group .input-container .form-controlv2 {
        font-size: 14px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #0058b1;
        height: 48px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        padding-left: 12px;
    }

    .anoeta-article .form-holder form ul li.form-group .input-container .label-control {
        position: absolute;
        pointer-events: none;
        left: 12px;
        top: 18px;
        transition: 0.2s ease all;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #0058b1;
        text-transform: uppercase;
        font-size: 11px;
    }

    @media (min-width: 768px) {
        .anoeta-article .form-holder form ul li.form-group .input-container .label-control {
            font-size: 14px;
            top: 16px;
        }
    }

    .anoeta-article .form-holder form ul li.form-group .input-container input[type="number"]::-webkit-outer-spin-button,
    .anoeta-article .form-holder form ul li.form-group .input-container input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .anoeta-article .form-holder form ul li.form-group .input-container input[type="number"] {
        -moz-appearance: textfield;
    }

    .anoeta-article .form-holder form ul li.form-group .input-container .selectric {
        border-color: #0058b1;
    }

        .anoeta-article .form-holder form ul li.form-group .input-container .selectric .label {
            height: 48px;
            line-height: 48px;
            font-size: 14px;
            text-transform: uppercase;
            color: #0058b1;
        }

    .anoeta-article .form-holder form ul li.form-group .input-container .has-tooltip {
        display: none;
    }

    @media (min-width: 1024px) {
        .anoeta-article .form-holder form ul li.form-group .input-container .has-tooltip {
            display: block;
            position: absolute;
            right: 12px;
            top: 16px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            color: #ff9e16;
            font-size: 11px;
        }
    }

    .anoeta-article .form-holder form ul li.form-group .tooltip {
        display: none;
    }

    .anoeta-article .form-holder .legal {
        border-top: 1px solid #484d53;
    }

        .anoeta-article .form-holder .legal p {
            font-size: 11px;
            line-height: 14px;
        }

    .anoeta-article .form-holder dl dt {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #0058b1;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
    }

    .anoeta-article .form-holder dl dd {
        padding: 0;
        margin: 0 0 1.33em;
    }

        .anoeta-article .form-holder dl dd strong {
            color: #0058b1;
        }

        .anoeta-article .form-holder dl dd ol {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            .anoeta-article .form-holder dl dd ol > li {
                margin-bottom: 1.33em;
                counter-increment: step-counter;
            }

                .anoeta-article .form-holder dl dd ol > li:before {
                    content: counter(step-counter) ". ";
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    color: #0058b1;
                    font-weight: 700;
                }

                .anoeta-article .form-holder dl dd ol > li strong {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    color: #0058b1;
                    font-size: 16px;
                }

    .anoeta-article .form-holder .accordion h4 {
        font-size: 16px;
        color: #0058b1;
        text-transform: inherit;
        font-size: 700;
        text-decoration: underline;
        margin-top: 6px;
        cursor: pointer;
    }

    .anoeta-article .form-holder .accordion .accordion-link {
        margin-bottom: 30px;
    }

    .anoeta-article .form-holder .accordion .accordion-holder {
        background-color: #acd7f5;
        padding: 24px;
        margin-bottom: 30px;
    }

        .anoeta-article .form-holder .accordion .accordion-holder h5 {
            margin-bottom: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            color: #0058b1;
            text-transform: uppercase;
        }

            .anoeta-article .form-holder .accordion .accordion-holder h5.centered-title {
                text-align: center;
                border-bottom: 1px solid #0058b1;
                padding-bottom: 6px;
                margin-bottom: 12px;
            }

        .anoeta-article .form-holder .accordion .accordion-holder .centered-text {
            text-align: center;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 14px;
            line-height: 21px;
        }

            .anoeta-article .form-holder .accordion .accordion-holder .centered-text p {
                font-family: "Playfair Display", Helvetica, Arial, serif;
            }

            .anoeta-article .form-holder .accordion .accordion-holder .centered-text strong {
                color: #484d53;
            }

        .anoeta-article .form-holder .accordion .accordion-holder ul {
            list-style: none;
        }

            .anoeta-article .form-holder .accordion .accordion-holder ul li {
                font-size: 16px;
            }

                .anoeta-article .form-holder .accordion .accordion-holder ul li:before {
                    content: '- ';
                }

    .anoeta-article .form-footer {
        text-align: center;
        padding: 18px 0;
    }

        .anoeta-article .form-footer ul {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .anoeta-article .form-footer ul li {
                display: inline-block;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 14px;
                padding: 0 12px;
            }

                .anoeta-article .form-footer ul li:first-child {
                    text-transform: uppercase;
                }

    @media (min-width: 768px) {
        .anoeta-article .form-footer ul li:first-child {
            border-right: 1px solid #ffffff;
        }
    }

    .anoeta-article .form-footer ul li a {
        text-decoration: none;
    }

    .after-before {
        padding-top: 68px;
    }

        .after-before .ba-image-container {
            position: relative;
            width: 100%;
            margin: 0 auto;
        }

            .after-before .ba-image-container img {
                display: block;
                width: 100%;
                height: auto;
            }

        .after-before .ba-image-label {
            position: absolute;
            bottom: 0;
            right: 0;
            color: #ffffff;
            padding: 1em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            opacity: 0;
            -webkit-transform: translateY(20px);
            -moz-transform: translateY(20px);
            -ms-transform: translateY(20px);
            -o-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
            -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
            transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
        }

            .after-before .ba-image-label.is-hidden {
                visibility: hidden;
            }

        .after-before .ba-resize-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            overflow: hidden;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .after-before .ba-resize-img img {
                position: absolute;
                left: 0;
                top: 0;
                display: block;
                height: 100%;
                width: auto;
                max-width: none;
            }

            .after-before .ba-resize-img .ba-image-label {
                right: auto;
                left: 0;
            }

    @-webkit-keyframes ba-bounce-in {
        0% {
            width: 0;
        }

        60% {
            width: 55%;
        }

        100% {
            width: 50%;
        }
    }

    @keyframes ba-bounce-in {
        0% {
            width: 0;
        }

        60% {
            width: 55%;
        }

        100% {
            width: 50%;
        }
    }

    .after-before .ba-handle {
        position: absolute;
        cursor: move;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        -moz-transform: translate3d(0, 0, 0) scale(0);
        -ms-transform: translate3d(0, 0, 0) scale(0);
        -o-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
        height: 100%;
        width: 140px;
        top: 0;
        left: 50%;
        margin-left: -70px;
    }

        .after-before .ba-handle:before {
            content: '';
            display: block;
            height: 22px;
            width: 1px;
            background-color: #0058b1;
            position: absolute;
            top: -22px;
            left: 50%;
        }

        .after-before .ba-handle .ba-handle-holder {
            text-transform: uppercase;
            text-align: center;
            color: #0058b1;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            margin-top: -78px;
            font-size: 14px;
            display: block;
            width: 140px;
        }

            .after-before .ba-handle .ba-handle-holder .block {
                display: block;
            }

            .after-before .ba-handle .ba-handle-holder svg {
                display: inline-block;
                color: #0058b1;
                width: 18px;
                height: 13px;
                fill: #0058b1;
                margin: 12px 8px 16px;
            }

    .after-before .is-visible .ba-image-label {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .after-before .is-visible .ba-resize-img {
        width: 50%;
        -webkit-animation: ba-bounce-in 0.7s;
        -moz-animation: ba-bounce-in 0.7s;
        animation: ba-bounce-in 0.7s;
        border-right: 1px solid #0058b1;
    }

    .after-before .is-visible .ba-handle {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        -o-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
        -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
        transition: transform 0.3s 0.7s, opacity 0s 0.7s;
    }

    .anoeta-intro .basic-inner-content {
        padding: 80px 0 0 0;
    }

    .anoeta-intro .inner-container {
        position: relative;
        z-index: 10;
    }

    .anoeta-intro .fullWidth-video {
        margin-top: -200px;
        transition: all 0.6s;
    }

        .anoeta-intro .fullWidth-video.nomargin {
            margin-top: 0;
        }

    .anoeta-intro .swiper-wrapper {
        padding-bottom: 30px;
    }

        .anoeta-intro .swiper-wrapper .swiper-slide {
            border-right: 1px solid #000;
        }

    .anoeta-article .after-before {
        margin: 0 -24px -24px;
    }

    .ui-tooltip {
        max-width: 320px;
        padding: 0;
        position: absolute;
        z-index: 9999;
        font-size: 11px;
    }

        .ui-tooltip img {
            max-width: 320px;
        }

        .ui-tooltip p {
            margin: 0;
        }

    .anoeta-timeline {
        position: relative;
        overflow: hidden;
    }

        .anoeta-timeline .swiper-wrapper {
            -webkit-transform: translate3d(-480px, 0px, 0px);
            -ms-transform: translate3d(-480px, 0px, 0px);
            transform: translate3d(-480px, 0px, 0px);
        }

        .anoeta-timeline .swiper-slide {
            box-sizing: border-box;
            padding: 56px 12px 24px;
        }

            .anoeta-timeline .swiper-slide a {
                color: #ffffff;
                text-decoration: none;
                display: block;
            }

                .anoeta-timeline .swiper-slide a p.data {
                    margin: 0;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 11px;
                    text-transform: uppercase;
                    border-bottom: 1px solid #ffffff;
                    display: block;
                    margin-left: -12px;
                    margin-right: -12px;
                    padding-left: 12px;
                    padding-right: 12px;
                    margin-bottom: 12px;
                    padding-bottom: 6px;
                }

                .anoeta-timeline .swiper-slide a .icon {
                    color: #e8c33c !important;
                }

                    .anoeta-timeline .swiper-slide a .icon.status {
                        float: right;
                        margin-top: 0;
                        fill: #e8c33c;
                        height: 30px;
                        color: #e8c33c !important;
                    }

                        .anoeta-timeline .swiper-slide a .icon.status.data {
                            width: 43px;
                        }

                        .anoeta-timeline .swiper-slide a .icon.status.done {
                            width: 30px;
                        }

                        .anoeta-timeline .swiper-slide a .icon.status.highlight {
                            width: 32px;
                        }

                        .anoeta-timeline .swiper-slide a .icon.status.warning {
                            width: 43px;
                        }

                        .anoeta-timeline .swiper-slide a .icon.status.close {
                            width: 42px;
                        }

                .anoeta-timeline .swiper-slide a h4 {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    text-transform: uppercase;
                    margin: 0;
                    display: block;
                    font-weight: 400;
                }

                .anoeta-timeline .swiper-slide a h3 {
                    font-family: "Playfair Display", Helvetica, Arial, serif;
                    font-weight: 700;
                    font-size: 28px;
                    margin: 0;
                    display: block;
                }

                .anoeta-timeline .swiper-slide a p {
                    line-height: 1.4;
                }

                .anoeta-timeline .swiper-slide a svg.link {
                    fill: #ffffff;
                    width: 19px;
                    height: 22px;
                }

                .anoeta-timeline .swiper-slide a .equal-height-el2 {
                    min-height: 320px;
                }

                .anoeta-timeline .swiper-slide a .footer-link {
                    margin-top: 46px;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    text-transform: uppercase;
                    font-size: 11px;
                }

    @media (min-width: 768px) {
        .anoeta-timeline .swiper-slide a .footer-link {
            margin-top: 150px;
        }
    }

    .anoeta-timeline .swiper-slide a .footer-link .link {
        margin-left: 12px;
    }

    .anoeta-timeline-bg0 {
        background-color: #7391c4;
    }

    .anoeta-timeline-bg1 {
        background-color: #0058b1;
    }

    .anoeta-timeline-bg2 {
        background-color: #6181bb;
    }

    .anoeta-timeline-bg3 {
        background-color: #5f7fb8;
    }

    .anoeta-timeline-bg4 {
        background-color: #5c7bb4;
    }

    .anoeta-timeline-bg5 {
        background-color: #5977ae;
    }

    .anoeta-timeline-bg6 {
        background-color: #5574a9;
    }

    .anoeta-timeline-bg7 {
        background-color: #506fa2;
    }

    .anoeta-timeline-bg8 {
        background-color: #4c6a9c;
    }

    .anoeta-timeline-bg9 {
        background-color: #466495;
    }

    .anoeta-timeline-bg10 {
        background-color: #415f8d;
    }

    .anoeta-timeline-bg11 {
        background-color: #3d5985;
    }

    .anoeta-timeline-bg12 {
        background-color: #37547d;
    }

    .anoeta-timeline-bg13 {
        background-color: #324d76;
    }

    .anoeta-timeline-bg14 {
        background-color: #274266;
    }

    .anoeta-timeline-bg15 {
        background-color: #233d5f;
    }

    .anoeta-timeline-bg16 {
        background-color: #1e3758;
    }

    .anoeta-timeline-bg17 {
        background-color: #183251;
    }

    .anoeta-timeline-bg18 {
        background-color: #142d4b;
    }

    .anoeta-timeline-bg19 {
        background-color: #112946;
    }

    .anoeta-timeline-bg20 {
        background-color: #0d2641;
    }

    .anoeta-timeline-bg21 {
        background-color: #0a223d;
    }

    #club.athletics .history-content .imgBg, #secciones.athletics .history-content .imgBg {
        background-image: url("../img/secciones/athletics/athletics-history-content-bg.jpg");
    }

    #club.athletics .female-content .imgBg, #secciones.athletics .female-content .imgBg {
        background-image: url("../img/secciones/athletics/athletics-female-content-bg.jpg");
    }

    #club.athletics .school-content, #secciones.athletics .school-content {
        background-image: url("../img/secciones/athletics/athletics-school-content-bg.jpg");
    }

    #club.athletics .team-content .tabs-menu, #secciones.athletics .team-content .tabs-menu {
        margin-bottom: 20px;
    }

    #club.hockey .team-content .tabs-menu, #secciones.hockey .team-content .tabs-menu {
        margin-bottom: 20px;
    }

    #club.hockey .team-content .team-item, #secciones.hockey .team-content .team-item {
        margin-bottom: 30px;
    }

    #club.hockey .history-content .imgBg, #secciones.hockey .history-content .imgBg {
        background-image: url("../img/secciones/hockey/hockey-history-content-bg.jpg");
    }

    #club.hockey .history-content .download-holder, #secciones.hockey .history-content .download-holder {
        border-top: none;
        border-bottom: 1px solid #ccc;
    }

        #club.hockey .history-content .download-holder .download-link, #secciones.hockey .history-content .download-holder .download-link {
            font-size: 16px;
            line-height: 2;
        }

    #club.hockey .school-content, #secciones.hockey .school-content {
        background-image: url("../img/secciones/hockey/hockey-school-content-bg.jpg");
    }

    #club.hockey .matchphase-item .matchphase-title .matchphase-title-content, #secciones.hockey .matchphase-item .matchphase-title .matchphase-title-content {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #club.hockey .matchphase-item .matchphase-teams-main, #secciones.hockey .matchphase-item .matchphase-teams-main {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
        }
    }

    #club.hockey .matchphase-item .matchphase-teams-buttons, #secciones.hockey .matchphase-item .matchphase-teams-buttons {
        clear: both;
        width: 100%;
        float: left;
        margin-top: 40px;
    }

        #club.hockey .matchphase-item .matchphase-teams-buttons a, #secciones.hockey .matchphase-item .matchphase-teams-buttons a {
            float: none;
            margin-bottom: 10px;
        }

    @media (min-width: 768px) {
        #club.hockey .matchphase-item .matchphase-teams-buttons a, #secciones.hockey .matchphase-item .matchphase-teams-buttons a {
            display: inline-table;
            float: left;
        }
    }

    #club.hockey .matchphase-item .matchphase-teams-buttons a.next, #secciones.hockey .matchphase-item .matchphase-teams-buttons a.next {
        float: none;
    }

    @media (min-width: 768px) {
        #club.hockey .matchphase-item .matchphase-teams-buttons a.next, #secciones.hockey .matchphase-item .matchphase-teams-buttons a.next {
            display: inline-table;
            float: right;
        }
    }

    #club.hockey .wins-content .container, #secciones.hockey .wins-content .container {
        position: relative;
    }

        #club.hockey .wins-content .container.small-container, #secciones.hockey .wins-content .container.small-container {
            max-width: 760px;
        }

    #club.hockey .wins-content .inner-intro, #secciones.hockey .wins-content .inner-intro {
        padding: 0;
    }

    #club.hockey .wins-content .wins-item, #secciones.hockey .wins-content .wins-item {
        margin-top: 30px;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #club.hockey .wins-content .wins-item, #secciones.hockey .wins-content .wins-item {
            width: 44.4444444444%;
            float: left;
            margin-right: 11.1111111111%;
        }
    }

    #club.hockey .wins-content .wins-item:last-child, #secciones.hockey .wins-content .wins-item:last-child {
        float: right;
        margin-right: 0;
    }

    #club.hockey .wins-content .wins-item img, #secciones.hockey .wins-content .wins-item img {
        height: 60px;
    }

    @media (min-width: 768px) {
        #club.hockey .wins-content .wins-item img, #secciones.hockey .wins-content .wins-item img {
            height: 100%;
        }
    }

    #club.hockey .wins-content .wins-item h3, #secciones.hockey .wins-content .wins-item h3 {
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
    }

        #club.hockey .wins-content .wins-item h3:after, #secciones.hockey .wins-content .wins-item h3:after {
            content: '';
            display: block;
            width: 60px;
            height: 1px;
            background-color: #ffffff;
            margin: 20px auto;
        }

    #club.hockey .wins-content .wins-item ul, #secciones.hockey .wins-content .wins-item ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: block;
        text-align: center;
    }

        #club.hockey .wins-content .wins-item ul li, #secciones.hockey .wins-content .wins-item ul li {
            font-size: 16px;
            line-height: 1.6;
        }

            #club.hockey .wins-content .wins-item ul li span, #secciones.hockey .wins-content .wins-item ul li span {
                padding-left: 15px;
                font-size: 14px;
                font-weight: normal;
                color: #acd7f5;
            }

    #club.ball .history-content .imgBg, #secciones.ball .history-content .imgBg {
        background-image: url("../img/secciones/ball/ball-history-content-bg.jpg");
    }

    #club.ball .history-content .centered-text, #secciones.ball .history-content .centered-text {
        font-size: 18px;
        margin: 60px 0;
    }

    #club.ball .school-content, #secciones.ball .school-content {
        background-image: url("../img/secciones/ball/ball-school-content-bg.jpg");
    }

    #club.ball .team-content .basic-inner-content, #secciones.ball .team-content .basic-inner-content {
        padding-bottom: 20px;
    }

    #club.underwater .history-content .imgBg, #secciones.underwater .history-content .imgBg {
        background-image: url("../img/secciones/underwater/underwater-history-content-bg.jpg");
    }

    #club.underwater .school-content, #secciones.underwater .school-content {
        background-image: url("../img/secciones/underwater/underwater-school-content-bg.jpg");
    }

    #club.underwater .team-content .tabs-menu, #secciones.underwater .team-content .tabs-menu {
        margin-bottom: 20px;
    }

    #club.underwater .team-content #team-slider, #secciones.underwater .team-content #team-slider {
        padding: 100px 0;
    }

        #club.underwater .team-content #team-slider .item .details .detail-inner, #secciones.underwater .team-content #team-slider .item .details .detail-inner {
            z-index: 2;
        }

        #club.underwater .team-content #team-slider .item .details:after, #secciones.underwater .team-content #team-slider .item .details:after {
            z-index: 1;
            content: "";
            position: relative;
            width: 150px;
            height: 150px;
            display: block;
            text-align: center;
            margin: -120px auto 0 auto;
        }

        #club.underwater .team-content #team-slider .item .details.icon1:after, #secciones.underwater .team-content #team-slider .item .details.icon1:after {
            background-image: url("../img/secciones/underwater/icon1.png");
        }

        #club.underwater .team-content #team-slider .item .details.icon2:after, #secciones.underwater .team-content #team-slider .item .details.icon2:after {
            background-image: url("../img/secciones/underwater/icon2.png");
        }

        #club.underwater .team-content #team-slider .item .details.icon3:after, #secciones.underwater .team-content #team-slider .item .details.icon3:after {
            background-image: url("../img/secciones/underwater/icon3.png");
        }

    #club.underwater .cimasub-content, #secciones.underwater .cimasub-content {
        background-image: url("../img/secciones/underwater/cimasub_bg.jpg");
    }

        #club.underwater .cimasub-content img, #secciones.underwater .cimasub-content img {
            margin-bottom: 60px;
        }

    #club.underwater .download-holder, #secciones.underwater .download-holder {
        border-top: none;
        border-bottom: 1px solid #ccc;
    }

        #club.underwater .download-holder .download-link, #secciones.underwater .download-holder .download-link {
            font-size: 16px;
            line-height: 2;
        }

    #club.veterans .container, #secciones.veterans .container {
        position: relative;
    }

        #club.veterans .container.small-container, #secciones.veterans .container.small-container {
            max-width: 760px;
        }

    #club.veterans .contact-content, #secciones.veterans .contact-content {
        margin-top: 60px;
    }

        #club.veterans .contact-content p, #secciones.veterans .contact-content p {
            margin: 0;
        }

    #club.veterans .historical-archive-content.bgLogoReal, #secciones.veterans .historical-archive-content.bgLogoReal {
        background-position: center 30px;
    }

    #club.veterans .historical-archive-content .inner-intro, #secciones.veterans .historical-archive-content .inner-intro {
        padding: 0;
    }

    #club.historical-sections .historic-content .tabs, #secciones.historical-sections .historic-content .tabs {
        overflow: hidden;
    }

        #club.historical-sections .historic-content .tabs .tabs-menu, #secciones.historical-sections .historic-content .tabs .tabs-menu {
            margin: 90px 0 0 0;
        }

    #club.historical-sections .historic-content .inner-intro, #club.historical-sections .historic-content .basic-inner-content, #secciones.historical-sections .historic-content .inner-intro, #secciones.historical-sections .historic-content .basic-inner-content {
        padding-bottom: 0;
    }

    #club.historical-sections .historic-content .history-photo-gallery-content-slider, #secciones.historical-sections .historic-content .history-photo-gallery-content-slider {
        position: relative;
        overflow: hidden;
        display: table;
        margin: 0 auto;
    }

        #club.historical-sections .historic-content .history-photo-gallery-content-slider .swiper-wrapper, #secciones.historical-sections .historic-content .history-photo-gallery-content-slider .swiper-wrapper {
            padding: 50px 0 30px 20px;
        }

    #club.institutional .board-content, #secciones.institutional .board-content {
        border-bottom: 1px solid #484d53;
    }

        #club.institutional .board-content .basic-inner-content, #secciones.institutional .board-content .basic-inner-content {
            display: none;
        }

        #club.institutional .board-content #board-slider, #secciones.institutional .board-content #board-slider {
            width: 100%;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

            #club.institutional .board-content #board-slider .item .details, #secciones.institutional .board-content #board-slider .item .details {
                height: 130px;
                padding-top: 100px;
                opacity: 0;
                transition: all 0.5s;
            }

                #club.institutional .board-content #board-slider .item .details .detail-inner, #secciones.institutional .board-content #board-slider .item .details .detail-inner {
                    max-width: 300px;
                    margin: 0 auto;
                    text-align: center;
                    position: relative;
                }

                    #club.institutional .board-content #board-slider .item .details .detail-inner .name, #secciones.institutional .board-content #board-slider .item .details .detail-inner .name {
                        margin: 0 0 5px 0;
                        font-family: "Playfair Display", Helvetica, Arial, serif;
                        color: #0058b1;
                        line-height: 1;
                        width: 100%;
                        z-index: 9;
                        font-size: 20px;
                    }

                    #club.institutional .board-content #board-slider .item .details .detail-inner .birth, #secciones.institutional .board-content #board-slider .item .details .detail-inner .birth {
                        margin: 10px 0;
                        font-size: 12px;
                        color: #484d53;
                        line-height: 1;
                    }

    @media (min-width: 768px) {
        #club.institutional .board-content #board-slider .item .details .detail-inner .birth, #secciones.institutional .board-content #board-slider .item .details .detail-inner .birth {
            margin-bottom: 15px;
            font-size: 14px;
        }
    }

    #club.institutional .board-content #board-slider .item .details .detail-inner .role, #secciones.institutional .board-content #board-slider .item .details .detail-inner .role {
        margin: 0;
        font-size: 18px;
        font-weight: 700;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #484d53;
    }

    #club.institutional .board-content #board-slider .item .details .detail-inner .quote, #secciones.institutional .board-content #board-slider .item .details .detail-inner .quote {
        margin: 10px 0;
        font-size: 12px;
        color: #ffffff;
        line-height: 1;
    }

        #club.institutional .board-content #board-slider .item .details .detail-inner .quote a, #secciones.institutional .board-content #board-slider .item .details .detail-inner .quote a {
            color: #0058b1;
        }

    @media (min-width: 768px) {
        #club.institutional .board-content #board-slider .item .details .detail-inner .quote, #secciones.institutional .board-content #board-slider .item .details .detail-inner .quote {
            margin-bottom: 15px;
            font-size: 14px;
        }
    }

    #club.institutional .board-content #board-slider .item img, #secciones.institutional .board-content #board-slider .item img {
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 320px;
    }

    #club.institutional .board-content #board-slider .item .more-info, #secciones.institutional .board-content #board-slider .item .more-info {
        position: absolute;
        top: 35%;
        left: 13%;
    }

        #club.institutional .board-content #board-slider .item .more-info span, #secciones.institutional .board-content #board-slider .item .more-info span {
            display: none;
        }

        #club.institutional .board-content #board-slider .item .more-info:before, #secciones.institutional .board-content #board-slider .item .more-info:before {
            content: '+';
            display: block;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: #f4f4f4;
            position: absolute;
            text-align: center;
            line-height: 1.7;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

    #club.institutional .board-content #board-slider .item.president, #secciones.institutional .board-content #board-slider .item.president {
        padding: 0 15px;
        background: #0058b1;
    }

        #club.institutional .board-content #board-slider .item.president .details .detail-inner .name, #secciones.institutional .board-content #board-slider .item.president .details .detail-inner .name {
            color: #acd7f5;
        }

        #club.institutional .board-content #board-slider .item.president .details .detail-inner .birth, #secciones.institutional .board-content #board-slider .item.president .details .detail-inner .birth {
            color: #ffffff;
        }

        #club.institutional .board-content #board-slider .item.president .details .detail-inner .role, #secciones.institutional .board-content #board-slider .item.president .details .detail-inner .role {
            color: #ffffff;
        }

        #club.institutional .board-content #board-slider .item.president .details .detail-inner .quote a, #secciones.institutional .board-content #board-slider .item.president .details .detail-inner .quote a {
            color: #acd7f5;
        }

    #club.institutional .board-content #board-slider .item.swiper-slide-active .details, #secciones.institutional .board-content #board-slider .item.swiper-slide-active .details {
        opacity: 1;
    }

    #club.institutional .download-president-content .download-holder, #secciones.institutional .download-president-content .download-holder {
        border-top: none;
    }

        #club.institutional .download-president-content .download-holder .download-link, #secciones.institutional .download-president-content .download-holder .download-link {
            font-size: 16px;
            line-height: 2;
        }

    #club.institutional .club-content .container, #secciones.institutional .club-content .container {
        position: relative;
    }

        #club.institutional .club-content .container.small-container, #secciones.institutional .club-content .container.small-container {
            max-width: 760px;
        }

    #club.institutional .club-content .address, #secciones.institutional .club-content .address {
        margin-bottom: 60px;
    }

        #club.institutional .club-content .address .title, #secciones.institutional .club-content .address .title {
            margin-top: 30px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
            font-size: 18px;
            color: #0058b1;
        }

        #club.institutional .club-content .address p, #secciones.institutional .club-content .address p {
            margin: 0;
        }

    #club.institutional .club-content .legal ul, #secciones.institutional .club-content .legal ul {
        display: table;
        list-style: none;
        margin: 60px auto 0 auto;
        padding: 0;
    }

        #club.institutional .club-content .legal ul li, #secciones.institutional .club-content .legal ul li {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-weight: bold;
        }

    #club.history .history-decades-content .prev-arrow, #secciones.history .history-decades-content .prev-arrow {
        display: block;
        position: absolute;
        z-index: 99;
        padding: 40px 25px;
        left: 0;
        top: 225px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        text-decoration: none;
        width: 13px;
        height: 25px;
        background: black;
        background: -moz-linear-gradient(left, black 0%, transparent 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, black), color-stop(100%, transparent));
        background: -webkit-linear-gradient(left, black 0%, transparent 100%);
        background: -o-linear-gradient(left, black 0%, transparent 100%);
        background: -ms-linear-gradient(left, black 0%, transparent 100%);
        background: linear-gradient(to right, black 0%, transparent 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }

        #club.history .history-decades-content .prev-arrow svg, #secciones.history .history-decades-content .prev-arrow svg {
            position: absolute;
            left: 27px;
            width: 13px;
            height: 25px;
            margin-right: 6px;
        }

        #club.history .history-decades-content .prev-arrow span, #secciones.history .history-decades-content .prev-arrow span {
            display: none;
        }

        #club.history .history-decades-content .prev-arrow:hover span, #secciones.history .history-decades-content .prev-arrow:hover span {
            -webkit-transform: none;
            transform: none;
        }

        #club.history .history-decades-content .prev-arrow.swiper-button-disabled, #secciones.history .history-decades-content .prev-arrow.swiper-button-disabled {
            display: none;
        }

    @media (min-width: 768px) {
        #club.history .history-decades-content .prev-arrow, #secciones.history .history-decades-content .prev-arrow {
            top: 260px;
            width: 250px;
        }

            #club.history .history-decades-content .prev-arrow span, #secciones.history .history-decades-content .prev-arrow span {
                opacity: 1;
                -webkit-transform: translate3d(15%, 0, 0);
                transform: translate3d(15%, 0, 0);
                transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
                position: absolute;
                display: table;
                height: 25px;
                line-height: 25px;
                white-space: nowrap;
                top: 40px;
                left: 50px;
                text-transform: uppercase;
            }

                #club.history .history-decades-content .prev-arrow span strong, #secciones.history .history-decades-content .prev-arrow span strong {
                    margin: 0 10px 0 0;
                }
    }

    #club.history .history-decades-content .next-arrow, #secciones.history .history-decades-content .next-arrow {
        display: block;
        position: absolute;
        z-index: 99;
        padding: 40px 25px;
        right: 0;
        top: 225px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        text-decoration: none;
        width: 13px;
        height: 25px;
        background: transparent;
        background: -moz-linear-gradient(left, transparent 0%, black 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, black));
        background: -webkit-linear-gradient(left, transparent 0%, black 100%);
        background: -o-linear-gradient(left, transparent 0%, black 100%);
        background: -ms-linear-gradient(left, transparent 0%, black 100%);
        background: linear-gradient(to right, transparent 0%, black 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
    }

        #club.history .history-decades-content .next-arrow svg, #secciones.history .history-decades-content .next-arrow svg {
            position: absolute;
            right: 27px;
            width: 13px;
            height: 25px;
            margin-left: 6px;
        }

        #club.history .history-decades-content .next-arrow span, #secciones.history .history-decades-content .next-arrow span {
            display: none;
        }

        #club.history .history-decades-content .next-arrow:hover span, #secciones.history .history-decades-content .next-arrow:hover span {
            -webkit-transform: none;
            transform: none;
        }

        #club.history .history-decades-content .next-arrow.swiper-button-disabled, #secciones.history .history-decades-content .next-arrow.swiper-button-disabled {
            display: none;
        }

    @media (min-width: 768px) {
        #club.history .history-decades-content .next-arrow, #secciones.history .history-decades-content .next-arrow {
            top: 260px;
            width: 250px;
        }

            #club.history .history-decades-content .next-arrow span, #secciones.history .history-decades-content .next-arrow span {
                opacity: 1;
                -webkit-transform: translate3d(-15%, 0, 0);
                transform: translate3d(-15%, 0, 0);
                transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
                position: absolute;
                display: table;
                height: 25px;
                line-height: 25px;
                white-space: nowrap;
                top: 40px;
                right: 50px;
                text-transform: uppercase;
            }

                #club.history .history-decades-content .next-arrow span strong, #secciones.history .history-decades-content .next-arrow span strong {
                    margin: 0 10px 0 0;
                }
    }

    #club.history .history-decades-content .history-decades-content-slider, #secciones.history .history-decades-content .history-decades-content-slider {
        position: relative;
        overflow: hidden;
        background: url(../img/club/history/history-bg.jpg) no-repeat top center;
    }

        #club.history .history-decades-content .history-decades-content-slider:after, #secciones.history .history-decades-content .history-decades-content-slider:after {
            width: 100%;
            height: 50px;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 3;
            display: block;
            content: '';
            background: transparent;
            background: -moz-linear-gradient(top, transparent 0%, black 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, black));
            background: -webkit-linear-gradient(top, transparent 0%, black 100%);
            background: -o-linear-gradient(top, transparent 0%, black 100%);
            background: -ms-linear-gradient(top, transparent 0%, black 100%);
            background: linear-gradient(to bottom, transparent 0%, black 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
            transition: all .25s;
        }

        #club.history .history-decades-content .history-decades-content-slider .inner-intro, #secciones.history .history-decades-content .history-decades-content-slider .inner-intro {
            padding: 20px 0;
        }

            #club.history .history-decades-content .history-decades-content-slider .inner-intro h2, #secciones.history .history-decades-content .history-decades-content-slider .inner-intro h2 {
                margin-bottom: 0;
            }

        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper {
            margin-top: 70px;
        }

            #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide {
                padding: 50px 0 0 0;
                border-top: 1px solid #0058b1;
                position: relative;
            }

                #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide.swiper-slide-active, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide.swiper-slide-active {
                    padding-bottom: 50px;
                }

                #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title {
                    position: relative;
                    margin-top: -100px;
                    margin-bottom: 62px;
                    text-align: center;
                }

    @media (min-width: 768px) {
        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title {
            margin-top: -110px;
        }
    }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title:after, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ffffff;
        margin: 10px auto 0 auto;
    }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .decade, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .decade {
        position: absolute;
        width: 100%;
        margin: -35px 0 0 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        color: #acd7f5;
        font-size: 14px;
    }

    @media (min-width: 768px) {
        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .decade, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .decade {
            font-size: 18px;
        }
    }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .year, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .year {
        margin: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 12px;
        line-height: 1.4;
    }

    @media (min-width: 768px) {
        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .year, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title .year {
            font-size: 14px;
        }
    }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title h3, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title h3 {
        margin: 0;
        color: #ffffff;
        font-size: 14px;
    }

    @media (min-width: 768px) {
        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title h3, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .slide-title h3 {
            font-size: 18px;
        }
    }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .text-holder, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .text-holder {
        padding: 0 20px;
    }

        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .text-holder p:first-child:first-letter, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .text-holder p:first-child:first-letter {
            font-size: 68px;
            font-weight: 700;
        }

    #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder {
        padding: 0 20px 50px 20px;
        max-height: 600px;
    }

        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder picture, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder picture {
            position: relative;
        }

        #club.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder img, #secciones.history .history-decades-content .history-decades-content-slider .swiper-wrapper .swiper-slide .img-holder img {
            display: block;
            max-height: 600px;
            max-width: 100%;
            margin: 0 auto;
        }

    #club.history .history-decades-content .history-decades-nav, #secciones.history .history-decades-content .history-decades-nav {
        margin-top: 40px;
        display: table;
        width: 100%;
        position: relative;
        border-top: 1px solid #0058b1;
    }

        #club.history .history-decades-content .history-decades-nav ul, #secciones.history .history-decades-content .history-decades-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: table-row;
        }

            #club.history .history-decades-content .history-decades-nav ul li, #secciones.history .history-decades-content .history-decades-nav ul li {
                display: table-cell;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 8px;
                margin: 0;
                padding: 0;
                width: 2%;
                text-align: center;
                position: relative;
                cursor: pointer;
                color: #acd7f5;
            }

                #club.history .history-decades-content .history-decades-nav ul li:before, #secciones.history .history-decades-content .history-decades-nav ul li:before {
                    content: '';
                    display: block;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background-color: #acd7f5;
                    margin: -5px auto 10px auto;
                }

    @media (min-width: 768px) {
        #club.history .history-decades-content .history-decades-nav ul li, #secciones.history .history-decades-content .history-decades-nav ul li {
            font-size: 14px;
        }
    }

    #club.history .history-decades-content .copyright-photo, #secciones.history .history-decades-content .copyright-photo {
        color: #f4f4f4;
    }

    #club.history .history-photo-gallery-content, #secciones.history .history-photo-gallery-content {
        margin-top: 60px;
    }

        #club.history .history-photo-gallery-content.image-center, #secciones.history .history-photo-gallery-content.image-center {
            display: inherit;
        }

    @media (min-width: 768px) {
        #club.history .history-photo-gallery-content.image-center, #secciones.history .history-photo-gallery-content.image-center {
            display: flex;
            text-align: center;
            justify-content: space-around;
            flex-wrap: wrap;
        }
    }

    #club.history .history-photo-gallery-content .photo-gallery-item, #secciones.history .history-photo-gallery-content .photo-gallery-item {
        margin-bottom: 20px;
        display: inline-block;
    }

    @media (min-width: 768px) {
        #club.history .history-photo-gallery-content .photo-gallery-item, #secciones.history .history-photo-gallery-content .photo-gallery-item {
            width: 18.64406778666667%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #club.history .history-photo-gallery-content .photo-gallery-item:last-child, #secciones.history .history-photo-gallery-content .photo-gallery-item:last-child {
        float: right;
        margin-right: 0;
    }

    #club.history .history-photo-gallery-content .photo-gallery-item a, #secciones.history .history-photo-gallery-content .photo-gallery-item a {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
    }

        #club.history .history-photo-gallery-content .photo-gallery-item a:focus, #secciones.history .history-photo-gallery-content .photo-gallery-item a:focus {
            outline: none;
        }

        #club.history .history-photo-gallery-content .photo-gallery-item a .related-basic-heading, #secciones.history .history-photo-gallery-content .photo-gallery-item a .related-basic-heading {
            margin-bottom: 12px;
        }

            #club.history .history-photo-gallery-content .photo-gallery-item a .related-basic-heading .heading-title, #secciones.history .history-photo-gallery-content .photo-gallery-item a .related-basic-heading .heading-title {
                font-size: 13px;
                margin: 0;
                line-height: 1;
            }

        #club.history .history-photo-gallery-content .photo-gallery-item a .img-holder, #secciones.history .history-photo-gallery-content .photo-gallery-item a .img-holder {
            margin-bottom: 12px;
        }

            #club.history .history-photo-gallery-content .photo-gallery-item a .img-holder picture, #secciones.history .history-photo-gallery-content .photo-gallery-item a .img-holder picture {
                position: relative;
            }

            #club.history .history-photo-gallery-content .photo-gallery-item a .img-holder img, #secciones.history .history-photo-gallery-content .photo-gallery-item a .img-holder img {
                display: block;
                width: 100%;
                height: auto;
            }

            #club.history .history-photo-gallery-content .photo-gallery-item a .img-holder .icon-holder, #secciones.history .history-photo-gallery-content .photo-gallery-item a .img-holder .icon-holder {
                position: absolute;
                width: 43px;
                height: 43px;
                border: 1px solid #ffffff;
                bottom: -1px;
                left: -1px;
                color: #ffffff;
            }

                #club.history .history-photo-gallery-content .photo-gallery-item a .img-holder .icon-holder svg, #secciones.history .history-photo-gallery-content .photo-gallery-item a .img-holder .icon-holder svg {
                    width: 16px;
                    height: 19px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    margin-top: -9px;
                    margin-left: -8px;
                }

    #club.history .intro-content, #secciones.history .intro-content {
        margin: 0;
    }

    #club.history .wins-content .inner-intro, #secciones.history .wins-content .inner-intro {
        padding: 0;
    }

    #club.history .wins-content .wins-item, #secciones.history .wins-content .wins-item {
        margin-top: 30px;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #club.history .wins-content .wins-item, #secciones.history .wins-content .wins-item {
            width: 12%;
            float: left;
            margin-right: 2.65%;
        }
    }

    #club.history .wins-content .wins-item:last-child, #secciones.history .wins-content .wins-item:last-child {
        float: right;
        margin-right: 0;
    }

    #club.history .wins-content .wins-item img, #secciones.history .wins-content .wins-item img {
        margin-bottom: 20px;
        height: 60px;
    }

    @media (min-width: 768px) {
        #club.history .wins-content .wins-item img, #secciones.history .wins-content .wins-item img {
            height: 100%;
        }
    }

    #club.history .wins-content .wins-item .year, #secciones.history .wins-content .wins-item .year {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    #club.history .wins-content .wins-item h3, #secciones.history .wins-content .wins-item h3 {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
        margin: 0;
    }

    #club.history .match-result .team .team-inner h2, #secciones.history .match-result .team .team-inner h2 {
        margin: 35px 0;
    }

    #club.history .results-content.greyText-greyBg, #secciones.history .results-content.greyText-greyBg {
        padding: 40px 0;
        margin-bottom: 20px;
    }

    #club.history .results-content a, #secciones.history .results-content a {
        color: #484d53;
        text-decoration: none;
    }

    #club.history .results-content .results-title, #secciones.history .results-content .results-title {
        color: #0058b1;
    }

    #club.history .results-content .results-item, #club.history .results-content .results-title, #secciones.history .results-content .results-item, #secciones.history .results-content .results-title {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
        text-align: center;
        width: 100%;
        display: table;
    }

        #club.history .results-content .results-item span, #club.history .results-content .results-title span, #secciones.history .results-content .results-item span, #secciones.history .results-content .results-title span {
            width: 33.33%;
            padding: 10px;
            display: table-cell;
        }

    @media (min-width: 768px) {
        #club.history .results-content .results-item, #club.history .results-content .results-title, #secciones.history .results-content .results-item, #secciones.history .results-content .results-title {
            font-size: 16px;
        }
    }

    #club.history .results-content .date, #club.history .results-content .type, #secciones.history .results-content .date, #secciones.history .results-content .type {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #club.history .results-content .date li, #club.history .results-content .type li, #secciones.history .results-content .date li, #secciones.history .results-content .type li {
            display: inline-block;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            margin: 0 5px;
        }

            #club.history .results-content .date li:after, #club.history .results-content .type li:after, #secciones.history .results-content .date li:after, #secciones.history .results-content .type li:after {
                content: '';
                display: inline-block;
                width: 4px;
                height: 4px;
                background-color: #484d53;
                border-radius: 50%;
                margin-left: 10px;
                vertical-align: middle;
            }

            #club.history .results-content .date li:first-child, #club.history .results-content .type li:first-child, #secciones.history .results-content .date li:first-child, #secciones.history .results-content .type li:first-child {
                margin-left: 0;
            }

            #club.history .results-content .date li:last-child, #club.history .results-content .type li:last-child, #secciones.history .results-content .date li:last-child, #secciones.history .results-content .type li:last-child {
                margin-right: 0;
            }

                #club.history .results-content .date li:last-child:after, #club.history .results-content .type li:last-child:after, #secciones.history .results-content .date li:last-child:after, #secciones.history .results-content .type li:last-child:after {
                    content: none;
                }

    #club.history .results-content .date, #secciones.history .results-content .date {
        clear: both;
        text-align: left;
    }

    @media (min-width: 768px) {
        #club.history .results-content .date, #secciones.history .results-content .date {
            clear: none;
            float: left;
        }
    }

    #club.history .results-content .type, #secciones.history .results-content .type {
        clear: both;
        text-align: left;
    }

    @media (min-width: 768px) {
        #club.history .results-content .type, #secciones.history .results-content .type {
            clear: none;
            float: right;
        }
    }

    #club.history .results-content .team-name, #secciones.history .results-content .team-name {
        color: #0058b1;
        margin-bottom: 30px;
    }

    #club.history .results-content .team-data, #secciones.history .results-content .team-data {
        font-size: 13px;
        text-align: center;
        margin-bottom: 30px;
    }

        #club.history .results-content .team-data h3, #secciones.history .results-content .team-data h3 {
            font-size: 11px;
            border-bottom: 1px solid #484d53;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        #club.history .results-content .team-data ul, #secciones.history .results-content .team-data ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #club.history .results-content .team-data ul li, #secciones.history .results-content .team-data ul li {
                display: block;
                margin: 6px 0;
            }

                #club.history .results-content .team-data ul li .number, #secciones.history .results-content .team-data ul li .number {
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    color: #0058b1;
                    margin-right: 3px;
                }

    #club.history .results-content .referee, #secciones.history .results-content .referee {
        margin-top: 40px;
        font-size: 13px;
        text-align: center;
    }

    #club.history .historical-archive-content, #secciones.history .historical-archive-content {
        margin-bottom: 60px;
    }

        #club.history .historical-archive-content.bgLogoReal, #secciones.history .historical-archive-content.bgLogoReal {
            background-position: center 30px;
        }

        #club.history .historical-archive-content .container, #secciones.history .historical-archive-content .container {
            position: relative;
        }

            #club.history .historical-archive-content .container.small-container, #secciones.history .historical-archive-content .container.small-container {
                max-width: 760px;
            }

        #club.history .historical-archive-content #resultados .tabs-menu, #secciones.history .historical-archive-content #resultados .tabs-menu {
            margin-top: 60px;
        }

        #club.history .historical-archive-content #resultados .accordion-title, #secciones.history .historical-archive-content #resultados .accordion-title {
            position: relative;
            cursor: pointer;
        }

            #club.history .historical-archive-content #resultados .accordion-title:focus, #secciones.history .historical-archive-content #resultados .accordion-title:focus {
                outline: none;
            }

            #club.history .historical-archive-content #resultados .accordion-title.ui-state-active, #secciones.history .historical-archive-content #resultados .accordion-title.ui-state-active {
                background: #0058b1;
                color: #ffffff;
            }

        #club.history .historical-archive-content .tarjeta, #secciones.history .historical-archive-content .tarjeta {
            display: inline-block;
            width: 14px;
            height: 19px;
        }

        #club.history .historical-archive-content .start-again, #secciones.history .historical-archive-content .start-again {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #eeeeee;
        }

    #club.history .adn-content, #secciones.history .adn-content {
        margin-bottom: 80px;
    }

        #club.history .adn-content .container, #secciones.history .adn-content .container {
            position: relative;
        }

        #club.history .adn-content .inner-intro, #secciones.history .adn-content .inner-intro {
            padding: 0;
        }

        #club.history .adn-content .tabs-menu, #secciones.history .adn-content .tabs-menu {
            margin: 40px 0 10px 0;
        }

        #club.history .adn-content iframe, #secciones.history .adn-content iframe {
            margin: 30px 0 0 0;
        }

    #club.history #team-player-profile, #secciones.history #team-player-profile {
        padding-top: 150px;
        border-bottom: 1px solid #484d53;
    }

        #club.history #team-player-profile .bio .bio-holder .description ul, #secciones.history #team-player-profile .bio .bio-holder .description ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            #club.history #team-player-profile .bio .bio-holder .description ul li, #secciones.history #team-player-profile .bio .bio-holder .description ul li {
                margin: 0;
                padding: 0;
                line-height: 1.5;
                text-align: center;
            }

    @media (min-width: 768px) {
        #club.history #team-player-profile .bio .bio-holder .description ul li, #secciones.history #team-player-profile .bio .bio-holder .description ul li {
            text-align: left;
        }
    }

    #club.history #team-player-profile .thumb, #secciones.history #team-player-profile .thumb {
        border-bottom: none;
    }

    @media (min-width: 768px) {
        #club.history #team-player-profile .thumb img, #secciones.history #team-player-profile .thumb img {
            width: auto;
            max-width: 100%;
            position: relative;
            bottom: inherit;
            margin: 0 auto 60px auto;
        }
    }

    #club.history .statistics .title, #secciones.history .statistics .title {
        margin-bottom: 40px;
    }

    #club.press .press-content .img-holder, #secciones.press .press-content .img-holder {
        margin-bottom: 30px;
    }

        #club.press .press-content .img-holder picture, #secciones.press .press-content .img-holder picture {
            position: relative;
        }

        #club.press .press-content .img-holder img, #secciones.press .press-content .img-holder img {
            display: block;
            width: 100%;
            height: auto;
        }

    #club.press .press-content .cols-3, #secciones.press .press-content .cols-3 {
        margin-top: 120px;
    }

    #club.press .contact-content p, #secciones.press .contact-content p {
        margin: 0;
    }

    #club.press .contact-content .title, #secciones.press .contact-content .title {
        margin-top: 30px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        font-size: 18px;
        color: #0058b1;
    }

    #club.press .contact-content .name, #secciones.press .contact-content .name {
        margin-bottom: 30px;
    }

    #club.press .contact-content .address, #secciones.press .contact-content .address {
        margin-top: 30px;
    }

    #club.partner, #secciones.partner {
        background: #0058b1;
    }

        #club.partner .h2-title, #secciones.partner .h2-title {
            padding: 20px 0;
            margin: 0;
            color: #fff;
        }

    @media (min-width: 768px) {
        #club.partner .h2-title, #secciones.partner .h2-title {
            margin: 40px 0;
        }
    }

    #club.partner .h3-title, #secciones.partner .h3-title {
        padding: 0;
        margin: 0;
        color: #fff;
        text-transform: none;
        font-size: 22px;
    }

    @media (min-width: 768px) {
        #club.partner .h3-title, #secciones.partner .h3-title {
            margin: 10px 0 30px 0;
        }
    }

    #club.partner .partner-content .logos, #secciones.partner .partner-content .logos {
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid #ffffff;
    }

        #club.partner .partner-content .logos ul, #secciones.partner .partner-content .logos ul {
            list-style: none;
            margin: 0 0 20px 0;
            padding: 0;
            font-size: 0;
            text-align: center;
        }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos ul, #secciones.partner .partner-content .logos ul {
            margin: 0 0 80px 0;
        }
    }

    #club.partner .partner-content .logos ul li, #secciones.partner .partner-content .logos ul li {
        position: relative;
        display: inline-block;
        margin: 15px;
        width: inherit;
        float: none;
        vertical-align: bottom;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos ul li, #secciones.partner .partner-content .logos ul li {
            margin: 30px;
        }
    }

    #club.partner .partner-content .logos ul li a, #secciones.partner .partner-content .logos ul li a {
        position: relative;
        margin: 0 auto;
        width: 360px;
        height: 280px;
        display: block;
        transform: scale(1);
        transition: all .25s;
    }

        #club.partner .partner-content .logos ul li a img, #secciones.partner .partner-content .logos ul li a img {
            position: absolute;
            left: 0;
            width: 360px;
            height: 280px;
            transition: all .25s ease-in-out;
        }

            #club.partner .partner-content .logos ul li a img.bottom, #secciones.partner .partner-content .logos ul li a img.bottom {
                opacity: 0;
            }

        #club.partner .partner-content .logos ul li a:hover img, #secciones.partner .partner-content .logos ul li a:hover img {
            transform: scale(1.1);
        }

            #club.partner .partner-content .logos ul li a:hover img.top, #secciones.partner .partner-content .logos ul li a:hover img.top {
                opacity: 0;
            }

            #club.partner .partner-content .logos ul li a:hover img.bottom, #secciones.partner .partner-content .logos ul li a:hover img.bottom {
                opacity: 1;
            }

    #club.partner .partner-content .logos .width9 a, #secciones.partner .partner-content .logos .width9 a {
        zoom: .45;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos .width9 a, #secciones.partner .partner-content .logos .width9 a {
            zoom: .9;
        }
    }

    #club.partner .partner-content .logos .width7 a, #secciones.partner .partner-content .logos .width7 a {
        zoom: .35;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos .width7 a, #secciones.partner .partner-content .logos .width7 a {
            zoom: .7;
        }
    }

    #club.partner .partner-content .logos .width6 a, #secciones.partner .partner-content .logos .width6 a {
        zoom: .3;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos .width6 a, #secciones.partner .partner-content .logos .width6 a {
            zoom: .6;
        }
    }

    #club.partner .partner-content .logos .width5 a, #secciones.partner .partner-content .logos .width5 a {
        zoom: .25;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos .width5 a, #secciones.partner .partner-content .logos .width5 a {
            zoom: .5;
        }
    }

    #club.partner .partner-content .logos .width4 a, #secciones.partner .partner-content .logos .width4 a {
        zoom: .2;
    }

    @media (min-width: 768px) {
        #club.partner .partner-content .logos .width4 a, #secciones.partner .partner-content .logos .width4 a {
            zoom: .4;
        }
    }

    #club.partner .partner-content .logos.no-border, #secciones.partner .partner-content .logos.no-border {
        margin-bottom: 0;
        border-bottom: none;
    }

    #club.partner .partner-content .logos:last-child, #secciones.partner .partner-content .logos:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    #club.facilities .greyText-greyBg .basic-btn, #club.history .greyText-greyBg .basic-btn, #secciones.facilities .greyText-greyBg .basic-btn, #secciones.history .greyText-greyBg .basic-btn {
        color: #ffffff;
    }

        #club.facilities .greyText-greyBg .basic-btn:hover, #club.history .greyText-greyBg .basic-btn:hover, #secciones.facilities .greyText-greyBg .basic-btn:hover, #secciones.history .greyText-greyBg .basic-btn:hover {
            color: #0058b1;
        }

    #club.facilities .contact-content p, #club.history .contact-content p, #secciones.facilities .contact-content p, #secciones.history .contact-content p {
        margin: 0;
        line-height: 1.6;
    }

    #club.facilities .contact-content .title, #club.history .contact-content .title, #secciones.facilities .contact-content .title, #secciones.history .contact-content .title {
        margin-top: 30px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        font-size: 18px;
        color: #0058b1;
    }

    #club.facilities .contact-content .address, #club.history .contact-content .address, #secciones.facilities .contact-content .address, #secciones.history .contact-content .address {
        margin-bottom: 20px;
    }

    #club.facilities .contact-content .info, #club.history .contact-content .info, #secciones.facilities .contact-content .info, #secciones.history .contact-content .info {
        margin-top: 20px;
    }

        #club.facilities .contact-content .info p, #club.history .contact-content .info p, #secciones.facilities .contact-content .info p, #secciones.history .contact-content .info p {
            font-size: 14px;
        }

    #club.facilities .contact-content .basic-btn, #club.history .contact-content .basic-btn, #secciones.facilities .contact-content .basic-btn, #secciones.history .contact-content .basic-btn {
        margin-top: 30px;
    }

    #club.facilities .museo-real100-content .tabs, #club.history .museo-real100-content .tabs, #secciones.facilities .museo-real100-content .tabs, #secciones.history .museo-real100-content .tabs {
        margin-top: 30px;
    }

        #club.facilities .museo-real100-content .tabs .item .container, #club.history .museo-real100-content .tabs .item .container, #secciones.facilities .museo-real100-content .tabs .item .container, #secciones.history .museo-real100-content .tabs .item .container {
            position: relative;
        }

            #club.facilities .museo-real100-content .tabs .item .container.small-container, #club.history .museo-real100-content .tabs .item .container.small-container, #secciones.facilities .museo-real100-content .tabs .item .container.small-container, #secciones.history .museo-real100-content .tabs .item .container.small-container {
                max-width: 560px;
            }

    #club .intro-content, #secciones .intro-content {
        margin-bottom: 60px;
    }

        #club .intro-content .main-item, #club .intro-content .second-item, #secciones .intro-content .main-item, #secciones .intro-content .second-item {
            margin: 30px 0;
            background: #f4f4f4;
        }

            #club .intro-content .main-item.with-opacity:after, #club .intro-content .second-item.with-opacity:after, #secciones .intro-content .main-item.with-opacity:after, #secciones .intro-content .second-item.with-opacity:after {
                display: none;
            }

    @media (min-width: 1200px) {
        #club .intro-content .main-item.with-opacity:after, #club .intro-content .second-item.with-opacity:after, #secciones .intro-content .main-item.with-opacity:after, #secciones .intro-content .second-item.with-opacity:after {
            display: inherit;
        }
    }

    #club .intro-content .main-item .img-holder, #club .intro-content .second-item .img-holder, #secciones .intro-content .main-item .img-holder, #secciones .intro-content .second-item .img-holder {
        position: relative;
    }

        #club .intro-content .main-item .img-holder picture, #club .intro-content .second-item .img-holder picture, #secciones .intro-content .main-item .img-holder picture, #secciones .intro-content .second-item .img-holder picture {
            display: block;
            position: relative;
        }

        #club .intro-content .main-item .img-holder img, #club .intro-content .second-item .img-holder img, #secciones .intro-content .main-item .img-holder img, #secciones .intro-content .second-item .img-holder img {
            display: block;
            width: 100%;
            height: auto;
            z-index: 1;
        }

        #club .intro-content .main-item .img-holder .intro-holder, #club .intro-content .second-item .img-holder .intro-holder, #secciones .intro-content .main-item .img-holder .intro-holder, #secciones .intro-content .second-item .img-holder .intro-holder {
            margin: 0;
            padding: 50px;
        }

            #club .intro-content .main-item .img-holder .intro-holder h2, #club .intro-content .main-item .img-holder .intro-holder h3, #club .intro-content .main-item .img-holder .intro-holder p, #club .intro-content .main-item .img-holder .intro-holder p a, #club .intro-content .second-item .img-holder .intro-holder h2, #club .intro-content .second-item .img-holder .intro-holder h3, #club .intro-content .second-item .img-holder .intro-holder p, #club .intro-content .second-item .img-holder .intro-holder p a, #secciones .intro-content .main-item .img-holder .intro-holder h2, #secciones .intro-content .main-item .img-holder .intro-holder h3, #secciones .intro-content .main-item .img-holder .intro-holder p, #secciones .intro-content .main-item .img-holder .intro-holder p a, #secciones .intro-content .second-item .img-holder .intro-holder h2, #secciones .intro-content .second-item .img-holder .intro-holder h3, #secciones .intro-content .second-item .img-holder .intro-holder p, #secciones .intro-content .second-item .img-holder .intro-holder p a {
                color: #484d53;
            }

    @media (min-width: 1200px) {
        #club .intro-content .main-item .img-holder .intro-holder h2, #club .intro-content .main-item .img-holder .intro-holder h3, #club .intro-content .main-item .img-holder .intro-holder p, #club .intro-content .main-item .img-holder .intro-holder p a, #club .intro-content .second-item .img-holder .intro-holder h2, #club .intro-content .second-item .img-holder .intro-holder h3, #club .intro-content .second-item .img-holder .intro-holder p, #club .intro-content .second-item .img-holder .intro-holder p a, #secciones .intro-content .main-item .img-holder .intro-holder h2, #secciones .intro-content .main-item .img-holder .intro-holder h3, #secciones .intro-content .main-item .img-holder .intro-holder p, #secciones .intro-content .main-item .img-holder .intro-holder p a, #secciones .intro-content .second-item .img-holder .intro-holder h2, #secciones .intro-content .second-item .img-holder .intro-holder h3, #secciones .intro-content .second-item .img-holder .intro-holder p, #secciones .intro-content .second-item .img-holder .intro-holder p a {
            color: #ffffff;
        }
    }

    #club .intro-content .main-item .img-holder .intro-holder h2.with-separator:after, #club .intro-content .second-item .img-holder .intro-holder h2.with-separator:after, #secciones .intro-content .main-item .img-holder .intro-holder h2.with-separator:after, #secciones .intro-content .second-item .img-holder .intro-holder h2.with-separator:after {
        background-color: #484d53;
    }

    @media (min-width: 1200px) {
        #club .intro-content .main-item .img-holder .intro-holder h2.with-separator:after, #club .intro-content .second-item .img-holder .intro-holder h2.with-separator:after, #secciones .intro-content .main-item .img-holder .intro-holder h2.with-separator:after, #secciones .intro-content .second-item .img-holder .intro-holder h2.with-separator:after {
            background-color: #ffffff;
        }
    }

    #club .intro-content .main-item .img-holder .intro-holder a, #club .intro-content .second-item .img-holder .intro-holder a, #secciones .intro-content .main-item .img-holder .intro-holder a, #secciones .intro-content .second-item .img-holder .intro-holder a {
        text-decoration: none;
    }

    @media (min-width: 1200px) {
        #club .intro-content .main-item .img-holder .intro-holder, #club .intro-content .second-item .img-holder .intro-holder, #secciones .intro-content .main-item .img-holder .intro-holder, #secciones .intro-content .second-item .img-holder .intro-holder {
            padding: 0;
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 50%;
            z-index: 99;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: 80%;
        }
    }

    #club .intro-content .second-item, #secciones .intro-content .second-item {
        margin: 0 0 30px 0;
    }

    @media (min-width: 768px) {
        #club .intro-content .second-item, #secciones .intro-content .second-item {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #club .intro-content .second-item:last-child, #secciones .intro-content .second-item:last-child {
        float: right;
        margin-right: 0;
    }

    #club .team-content .team-item, #club .team-content .squad-item, #secciones .team-content .team-item, #secciones .team-content .squad-item {
        margin: 30px 0;
    }

    @media (min-width: 768px) {
        #club .team-content .team-item, #club .team-content .squad-item, #secciones .team-content .team-item, #secciones .team-content .squad-item {
            margin: 60px 0;
        }
    }

    #club .team-content .team-item .img-holder picture, #club .team-content .squad-item .img-holder picture, #secciones .team-content .team-item .img-holder picture, #secciones .team-content .squad-item .img-holder picture {
        display: block;
        position: relative;
    }

    #club .team-content .team-item .img-holder img, #club .team-content .squad-item .img-holder img, #secciones .team-content .team-item .img-holder img, #secciones .team-content .squad-item .img-holder img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #club .team-content .team-item .img-holder h2, #club .team-content .squad-item .img-holder h2, #secciones .team-content .team-item .img-holder h2, #secciones .team-content .squad-item .img-holder h2 {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        z-index: 99;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #club .team-content .squad-item, #secciones .team-content .squad-item {
        margin: 0 0 30px 0;
    }

    @media (min-width: 768px) {
        #club .team-content .squad-item, #secciones .team-content .squad-item {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #club .team-content .squad-item:last-child, #secciones .team-content .squad-item:last-child {
        float: right;
        margin-right: 0;
    }

    #club .team-content .squad-item a, #secciones .team-content .squad-item a {
        text-decoration: none;
    }

    #club .team-content .squad-item img, #secciones .team-content .squad-item img {
        opacity: 0.5;
    }

    #club .download-holder, #secciones .download-holder {
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }

        #club .download-holder .download-link, #secciones .download-holder .download-link {
            padding-left: 50px;
            position: relative;
            margin: 15px;
            text-decoration: none;
            color: #0058b1;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 14px;
            font-weight: bold;
            text-align: left;
            display: inline-block;
        }

    @media (min-width: 768px) {
        #club .download-holder .download-link, #secciones .download-holder .download-link {
            margin: 30px;
        }
    }

    #club .download-holder .download-link svg, #secciones .download-holder .download-link svg {
        width: 36px;
        height: 36px;
        fill: #0058b1;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    #club .download-holder .download-link span, #secciones .download-holder .download-link span {
        display: block;
        font-weight: normal;
    }

    #club .tabs-menu, #secciones .tabs-menu {
        width: 100%;
        margin-bottom: 60px;
    }

        #club .tabs-menu li a, #secciones .tabs-menu li a {
            color: #484d53;
        }

            #club .tabs-menu li a:after, #secciones .tabs-menu li a:after {
                background-color: #333333;
            }

        #club .tabs-menu li.ui-tabs-active, #secciones .tabs-menu li.ui-tabs-active {
            border-bottom: 1px solid #333333;
        }

    #club .with-video, #secciones .with-video {
        position: relative;
    }

        #club .with-video .icon-holder, #secciones .with-video .icon-holder {
            position: absolute;
            width: 43px;
            height: 43px;
            border: 1px solid #ffffff;
            bottom: -1px;
            left: -1px;
            color: #ffffff;
            z-index: 3;
        }

            #club .with-video .icon-holder svg, #secciones .with-video .icon-holder svg {
                width: 16px;
                height: 19px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -9px;
                margin-left: -8px;
            }

    #club .imgBg .container, #secciones .imgBg .container {
        width: 86%;
    }

    @media (min-width: 768px) {
        #club .imgBg .container, #secciones .imgBg .container {
            width: 96%;
        }
    }

    #club .copyright-photo, #secciones .copyright-photo {
        margin: 10px 0 10px 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
    }

    @media (min-width: 768px) {
        #club .copyright-photo, #secciones .copyright-photo {
            margin: 20px 0 10px 0;
        }
    }

    #landing.relocation .your-seat {
        margin: 40px 0;
        padding: 30px;
        color: #0058b1;
        text-align: center;
        background-color: #f4f4f4;
    }

    #landing.relocation .vr-holder {
        position: relative;
        margin-bottom: 50px;
    }

        #landing.relocation .vr-holder .vr-info {
            color: #0058b1;
            margin-bottom: 20px;
            font-size: 14px;
        }

    @media (min-width: 768px) {
        #landing.relocation .vr-holder .vr-info {
            position: absolute;
            top: 20px;
            width: 100%;
            text-align: center;
            color: #ffffff;
            z-index: 2;
            margin: 0;
            text-shadow: 0 1px 15px rgba(7, 35, 50, 0.45);
        }
    }

    #landing.relocation .vr-holder .vr-info {
        color: #0058b1;
        margin-bottom: 20px;
    }

    @media (min-width: 768px) {
        #landing.relocation .vr-holder .vr-info {
            position: absolute;
            top: 20px;
            width: 100%;
            text-align: center;
            color: #ffffff;
            z-index: 2;
            margin: 0;
            text-shadow: 0 1px 15px rgba(7, 35, 50, 0.45);
        }
    }

    #landing.relocation .vr-holder .embed-container {
        z-index: 1;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        margin-bottom: 40px;
    }

        #landing.relocation .vr-holder .embed-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    #landing.relocation .vr-holder .alert {
        margin: 40px 0;
        padding: 10px;
        color: #ffffff;
        text-align: center;
        background-color: #0058b1;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 16px;
    }

    @media (min-width: 768px) {
        #landing.relocation .vr-holder .alert {
            font-size: 22px;
            padding: 20px;
        }
    }

    #landing.bus .billboard .img-holder {
        display: block;
        max-width: 760px;
        margin: 0 auto;
    }

    #landing.bus .billboard img {
        margin-top: 40px;
        display: block;
        width: 100%;
        height: auto;
    }

    #landing.bus .container {
        position: relative;
    }

        #landing.bus .container.small-container {
            max-width: 760px;
        }

    #landing.bus h1 {
        font-size: 48px;
        color: #0058b1;
        font-family: "Playfair Display", Helvetica, Arial, serif;
        margin: 0 0 40px 0;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #landing.bus h1 {
            font-size: 60px;
        }
    }

    #landing.bus .h2-title {
        font-size: 20px;
        text-transform: none;
    }

    #landing.bus .form-holder {
        margin-top: 40px;
    }

        #landing.bus .form-holder .form-group .form-control {
            font-size: 14px;
            line-height: 56px;
            height: 56px;
            padding: 0 20px;
        }

        #landing.bus .form-holder .form-group .field-validation-error {
            margin-top: 16px;
            position: relative;
            display: block;
            padding: 10px;
            color: #ffffff;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            text-align: center;
            background: #d70a16;
        }

            #landing.bus .form-holder .form-group .field-validation-error:before {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-bottom-color: #d70a16;
                left: 50%;
                margin-left: -5px;
                top: -12px;
            }

    #landing.casting .form-content {
        margin-top: 60px;
    }

    #landing.casting .alert {
        margin-bottom: 20px;
    }

    #landing.casting .subform {
        margin-top: 80px;
    }

    #landing.casting h1 {
        font-size: 38px;
        color: #0058b1;
        margin: 0 0 40px 0;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #landing.casting h1 {
            font-size: 60px;
        }
    }

    #landing.casting header {
        background-image: url("../img/landing/casting/header.jpg");
        background-size: cover;
        background-position: center;
    }

        #landing.casting header .title-holder {
            bottom: 50%;
            margin-bottom: -25px;
        }

    @media (min-width: 768px) {
        #landing.casting header .title-holder {
            margin-bottom: -50px;
        }
    }

    #landing.casting header h1 {
        font-size: 32px;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        margin: 0;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #landing.casting header h1 {
            font-size: 68px;
        }
    }

    #landing.casting textarea {
        min-height: 120px;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .container-main {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #landing.zabaleta .container-sidebar .container-sidebar-wrap {
        margin-bottom: 40px;
        padding: 30px 0 30px 0;
        border-bottom: 1px solid #DEE6ED;
        border-top: 1px solid #DEE6ED;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .container-sidebar {
            width: 40.6779661017%;
            float: right;
            margin-right: 0;
        }

            #landing.zabaleta .container-sidebar .container-sidebar-wrap {
                padding: 20px 0 20px 60px;
                border-bottom: none;
                border-top: none;
                border-left: 1px solid #DEE6ED;
            }
    }

    #landing.zabaleta .form-content {
        margin: 20px 0 60px 0;
    }

    #landing.zabaleta .alert {
        margin-bottom: 20px;
    }

    #landing.zabaleta .imgBg {
        height: 50vh;
        min-height: 450px;
        max-height: 1000px;
        background-image: url("../img/landing/zabaleta/home-zabaleta.jpg");
        background-size: cover;
        background-position: center;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .imgBg {
            height: 100vh;
        }
    }

    #landing.zabaleta .imgBg .title-holder {
        z-index: 2;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
    }

    #landing.zabaleta .imgBg h1 {
        font-size: 32px;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        margin: 0;
        line-height: 1;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .imgBg h1 {
            font-size: 90px;
        }
    }

    #landing.zabaleta .imgBg .subtitle {
        margin-bottom: 20px;
        font-size: 14px;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .imgBg .subtitle {
            margin-bottom: 40px;
            font-size: 18px;
        }
    }

    #landing.zabaleta .imgBg video {
        z-index: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        transform: translateY(-50%) translateX(-50%);
    }

    #landing.zabaleta .imgBg:before {
        z-index: 1;
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #000;
        opacity: .6;
    }

    #landing.zabaleta h2 {
        margin-bottom: 30px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        font-weight: bold;
        color: #0058b1;
    }

    #landing.zabaleta .summary {
        margin-bottom: 30px;
        font-size: 18px;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .summary {
            margin-bottom: 50px;
            font-size: 20px;
        }
    }

    #landing.zabaleta .terms {
        margin-bottom: 40px;
    }

        #landing.zabaleta .terms h3 {
            margin-bottom: 30px;
            font-size: 14px;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            color: #0058b1;
        }

        #landing.zabaleta .terms ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #landing.zabaleta .terms ul li {
                display: block;
                margin: 0 0 10px 0;
                padding: 0;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 12px;
                font-weight: bold;
                color: #0058b1;
            }

                #landing.zabaleta .terms ul li img {
                    margin-right: 10px;
                    width: 35px;
                    height: 35px;
                }

    @media (min-width: 768px) {
        #landing.zabaleta .terms ul li {
            margin: 0 20px 20px 0;
            font-size: 16px;
        }

            #landing.zabaleta .terms ul li img {
                margin-right: 15px;
                width: 50px;
                height: 50px;
            }
    }

    #landing.zabaleta .young h3 {
        font-size: 18px;
        font-weight: bold;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #landing.zabaleta .young h3 {
            font-size: 22px;
        }
    }

    #landing.zabaleta .simulator h3 {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        font-weight: bold;
        color: #0058b1;
    }

    #landing.zabaleta .simulator .title {
        margin: 0 0 5px 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        color: #0058b1;
        line-height: 1;
    }

    #landing.zabaleta .simulator .standing {
        margin: 20px 0 20px 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        color: #0058b1;
        font-weight: bold;
        line-height: 1;
    }

    #landing.zabaleta .simulator .price {
        margin: 0;
        font-size: 70px;
        line-height: 1;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: bold;
        color: #0058b1;
    }

    #landing.zabaleta .simulator .condition {
        font-size: 12px;
    }

    .real360 .container {
        position: relative;
    }

        .real360 .container.small-container {
            max-width: 760px;
        }

        .real360 .container.basic-inner-content {
            padding-bottom: 30px;
        }

    .real360 .embed-container {
        z-index: 1;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }

        .real360 .embed-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .real360 .img-holder {
        position: relative;
    }

        .real360 .img-holder picture {
            display: block;
            position: relative;
        }

        .real360 .img-holder img {
            display: block;
            width: 100%;
            height: auto;
            z-index: 1;
        }

    .real360 .tabs {
        overflow: hidden;
    }

        .real360 .tabs .tabs-menu {
            margin-bottom: 40px !important;
        }

        .real360 .tabs .tabs-menu-main {
            margin-bottom: 10px !important;
        }

            .real360 .tabs .tabs-menu-main li a {
                font-size: 18px;
                color: #0058b1 !important;
            }

                .real360 .tabs .tabs-menu-main li a:after {
                    background-color: #0058b1 !important;
                }

            .real360 .tabs .tabs-menu-main li.ui-tabs-active {
                font-weight: bold;
                border-bottom: none !important;
            }

    .real360 .real360-content-slider {
        position: relative;
        overflow: hidden;
        display: table;
        margin: 0 auto;
    }

        .real360 .real360-content-slider .swiper-wrapper {
            padding: 12px 0 12px 20px;
            margin: 0;
            list-style: none;
        }

            .real360 .real360-content-slider .swiper-wrapper .swiper-slide {
                display: inline-block;
            }

                .real360 .real360-content-slider .swiper-wrapper .swiper-slide a {
                    display: block;
                    text-decoration: none;
                    color: #484d53;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 13px;
                }

                    .real360 .real360-content-slider .swiper-wrapper .swiper-slide a .img-holder {
                        position: relative;
                    }

                        .real360 .real360-content-slider .swiper-wrapper .swiper-slide a .img-holder picture {
                            position: relative;
                            background: #000000;
                        }

                        .real360 .real360-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
                            display: block;
                            width: 100%;
                            height: auto;
                            opacity: .6;
                            transition: all 0.25s;
                        }

                        .real360 .real360-content-slider .swiper-wrapper .swiper-slide a .img-holder .text-holder {
                            position: absolute;
                            width: 100%;
                            left: 0;
                            bottom: 50%;
                            margin-top: -10px;
                            transition: all 0.25s;
                        }

                            .real360 .real360-content-slider .swiper-wrapper .swiper-slide a .img-holder .text-holder p {
                                margin: 0;
                                text-align: center;
                                font-family: "Playfair Display", Helvetica, Arial, serif;
                                font-size: 18px;
                                line-height: 20px;
                                font-weight: bold;
                                color: #ffffff;
                                text-decoration: none;
                            }

                .real360 .real360-content-slider .swiper-wrapper .swiper-slide.ui-tabs-active a .img-holder picture {
                    background: #0058b1;
                }

                .real360 .real360-content-slider .swiper-wrapper .swiper-slide.ui-tabs-active a .img-holder img {
                    opacity: .8;
                }

                .real360 .real360-content-slider .swiper-wrapper .swiper-slide.ui-tabs-active a .img-holder:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    border: 8px solid transparent;
                    border-bottom-color: #f4f4f4;
                    left: 50%;
                    margin-left: -6px;
                    bottom: 0;
                    z-index: 3;
                }

                .real360 .real360-content-slider .swiper-wrapper .swiper-slide.ui-tabs-active a .text-holder {
                    bottom: 20%;
                }

    .modal {
        text-align: center;
        color: #ffffff;
        padding: 48px;
        z-index: 999;
    }

        .modal blockquote {
            color: #ffffff;
            text-align: left;
            margin: 0;
        }

            .modal blockquote p {
                margin: 0;
                font-size: 18px;
            }

                .modal blockquote p:before {
                    content: "“";
                }

                .modal blockquote p:after {
                    content: "”";
                }

        .modal a {
            color: #ffffff;
        }

    .modal-relocation {
        text-align: center;
        color: #ffffff;
        padding: 48px;
    }

        .modal-relocation h2 {
            margin-bottom: 40px;
        }

            .modal-relocation h2.with-separator:after {
                background-color: #ffffff;
            }

        .modal-relocation p {
            font-family: "Playfair Display", Helvetica, Arial, serif;
        }

            .modal-relocation p a {
                color: #ffffff;
                text-decoration: underline;
            }

                .modal-relocation p a:hover {
                    text-decoration: none;
                }

        .modal-relocation .address {
            padding: 20px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            color: #484d53;
            background: #acd7f5;
        }

        .modal-relocation .sure {
            margin-bottom: 40px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

        .modal-relocation .form-holder .form-group.w100 {
            display: table-cell;
        }

        .modal-relocation .form-holder .form-group .form-control {
            margin-bottom: 10px;
            font-size: 16px;
            padding: 20px 10px;
            border-color: #acd7f5;
            color: #ffffff;
            line-height: 58px;
            height: 58px;
        }

            .modal-relocation .form-holder .form-group .form-control::-webkit-input-placeholder {
                color: #acd7f5;
            }

            .modal-relocation .form-holder .form-group .form-control::-moz-placeholder {
                tcolor: #acd7f5;
            }

            .modal-relocation .form-holder .form-group .form-control:-ms-input-placeholder {
                color: #acd7f5;
            }

            .modal-relocation .form-holder .form-group .form-control:-moz-placeholder {
                color: #acd7f5;
            }

        .modal-relocation .form-holder .form-group.form-group-buttons {
            margin-top: 30px;
        }

        .modal-relocation .form-holder .form-group .selectric {
            border-color: #acd7f5;
        }

            .modal-relocation .form-holder .form-group .selectric span {
                font-size: 16px;
                padding: 10px 0;
                color: #acd7f5;
                text-align: left;
            }

    #club .modal blockquote p {
        font-size: 16px;
    }

    #club .modal p {
        text-align: left;
        padding-left: 20px;
        position: relative;
    }

        #club .modal p::before {
            content: '';
            width: 7px;
            height: 7px;
            position: absolute;
            top: 13px;
            left: 0;
            z-index: 1;
            background: white;
            border-radius: 100%;
        }

    .alert {
        margin: 0;
        padding: 15px;
        color: #0058b1;
        background: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border: 1px solid #0058b1;
    }

        .alert.success {
            color: #008e3a;
            border: 1px solid #008e3a;
        }

        .alert.errors {
            color: #d70a16;
            border: 1px solid #d70a16;
        }

    @media (min-width: 768px) {
        .alert {
            padding: 25px;
            font-size: 14px;
        }
    }

    #mireal .form-content, #foundation .form-content, #landing .form-content {
        margin: 0;
    }

        #mireal .form-content form, #foundation .form-content form, #landing .form-content form {
            padding: 0;
            margin: 0;
        }

            #mireal .form-content form fieldset, #foundation .form-content form fieldset, #landing .form-content form fieldset {
                border: none;
                margin: 0;
                padding: 0;
            }

        #mireal .form-content label, #mireal .form-content legend, #foundation .form-content label, #foundation .form-content legend, #landing .form-content label, #landing .form-content legend {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-weight: 400;
            display: block;
            margin: 0 0 8px 0;
            color: #484d53;
            font-size: 14px;
        }

        #mireal .form-content input, #mireal .form-content textarea, #mireal .form-content select, #foundation .form-content input, #foundation .form-content textarea, #foundation .form-content select, #landing .form-content input, #landing .form-content textarea, #landing .form-content select {
            -webkit-appearance: none !important;
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
        }

            #mireal .form-content input[type=date], #foundation .form-content input[type=date], #landing .form-content input[type=date] {
                -webkit-appearance: none !important;
                -moz-appearance: none !important;
            }

        #mireal .form-content .info, #foundation .form-content .info, #landing .form-content .info {
            margin: 15px 0 0 0;
            font-size: 13px;
            line-height: 20px;
            color: #808892;
        }

        #mireal .form-content ul, #foundation .form-content ul, #landing .form-content ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        #mireal .form-content .form-group, #foundation .form-content .form-group, #landing .form-content .form-group {
            position: relative;
            margin: 0 auto 30px auto;
        }

            #mireal .form-content .form-group .input-container, #foundation .form-content .form-group .input-container, #landing .form-content .form-group .input-container {
                position: relative;
                display: block;
                width: 100%;
            }

                #mireal .form-content .form-group .input-container .form-control, #foundation .form-content .form-group .input-container .form-control, #landing .form-content .form-group .input-container .form-control {
                    display: block;
                    width: 100%;
                    padding: 0 15px;
                    line-height: 45px;
                    height: 45px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #0058b1;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    border: 1px solid #DFE6EE;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    #mireal .form-content .form-group .input-container .form-control::-webkit-input-placeholder, #foundation .form-content .form-group .input-container .form-control::-webkit-input-placeholder, #landing .form-content .form-group .input-container .form-control::-webkit-input-placeholder {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control::-moz-placeholder, #foundation .form-content .form-group .input-container .form-control::-moz-placeholder, #landing .form-content .form-group .input-container .form-control::-moz-placeholder {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control:-ms-input-placeholder, #foundation .form-content .form-group .input-container .form-control:-ms-input-placeholder, #landing .form-content .form-group .input-container .form-control:-ms-input-placeholder {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control:-moz-placeholder, #foundation .form-content .form-group .input-container .form-control:-moz-placeholder, #landing .form-content .form-group .input-container .form-control:-moz-placeholder {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control::-webkit-datetime-edit-text, #foundation .form-content .form-group .input-container .form-control::-webkit-datetime-edit-text, #landing .form-content .form-group .input-container .form-control::-webkit-datetime-edit-text {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control::-webkit-datetime-edit-month-field, #foundation .form-content .form-group .input-container .form-control::-webkit-datetime-edit-month-field, #landing .form-content .form-group .input-container .form-control::-webkit-datetime-edit-month-field {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control::-webkit-datetime-edit-day-field, #foundation .form-content .form-group .input-container .form-control::-webkit-datetime-edit-day-field, #landing .form-content .form-group .input-container .form-control::-webkit-datetime-edit-day-field {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control::-webkit-datetime-edit-year-field, #foundation .form-content .form-group .input-container .form-control::-webkit-datetime-edit-year-field, #landing .form-content .form-group .input-container .form-control::-webkit-datetime-edit-year-field {
                        color: #B0BAC5;
                    }

                    #mireal .form-content .form-group .input-container .form-control:hover, #foundation .form-content .form-group .input-container .form-control:hover, #landing .form-content .form-group .input-container .form-control:hover {
                        border-color: #BEC5CD;
                    }

                    #mireal .form-content .form-group .input-container .form-control:focus, #foundation .form-content .form-group .input-container .form-control:focus, #landing .form-content .form-group .input-container .form-control:focus {
                        border-color: rgba(82, 168, 236, 0.8);
                        outline: 0;
                        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
                    }

                #mireal .form-content .form-group .input-container .field-validation-error, #foundation .form-content .form-group .input-container .field-validation-error, #landing .form-content .form-group .input-container .field-validation-error {
                    margin-top: 16px;
                    position: relative;
                    display: block;
                    padding: 10px;
                    color: #ffffff;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-size: 12px;
                    text-align: center;
                    background: #fc8821;
                }

                    #mireal .form-content .form-group .input-container .field-validation-error:before, #foundation .form-content .form-group .input-container .field-validation-error:before, #landing .form-content .form-group .input-container .field-validation-error:before {
                        position: absolute;
                        content: '';
                        width: 0;
                        height: 0;
                        border: 6px solid transparent;
                        border-bottom-color: #fc8821;
                        left: 50%;
                        margin-left: -5px;
                        top: -12px;
                    }

                #mireal .form-content .form-group .input-container .selectric, #foundation .form-content .form-group .input-container .selectric, #landing .form-content .form-group .input-container .selectric {
                    border: 1px solid #DFE6EE;
                    background: #ffffff;
                }

                    #mireal .form-content .form-group .input-container .selectric .label, #foundation .form-content .form-group .input-container .selectric .label, #landing .form-content .form-group .input-container .selectric .label {
                        margin: 0;
                        padding: 0 15px;
                        line-height: 45px;
                        height: 45px;
                        font-size: 14px;
                        font-weight: 400;
                        color: #B0BAC5;
                        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    }

                    #mireal .form-content .form-group .input-container .selectric .arrow, #foundation .form-content .form-group .input-container .selectric .arrow, #landing .form-content .form-group .input-container .selectric .arrow {
                        color: #B0BAC5;
                    }

                #mireal .form-content .form-group .input-container .selectric-open .selectric, #foundation .form-content .form-group .input-container .selectric-open .selectric, #landing .form-content .form-group .input-container .selectric-open .selectric {
                    border-color: rgba(82, 168, 236, 0.8);
                }

                #mireal .form-content .form-group .input-container .selectric-items, #foundation .form-content .form-group .input-container .selectric-items, #landing .form-content .form-group .input-container .selectric-items {
                    margin-top: 5px;
                    background: #ffffff;
                    border-color: rgba(82, 168, 236, 0.8);
                    outline: 0;
                    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
                }

                    #mireal .form-content .form-group .input-container .selectric-items li, #foundation .form-content .form-group .input-container .selectric-items li, #landing .form-content .form-group .input-container .selectric-items li {
                        padding: 0 15px;
                        line-height: 45px;
                        height: 45px;
                        font-size: 14px;
                        font-weight: 400;
                        color: #B0BAC5;
                        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    }

                        #mireal .form-content .form-group .input-container .selectric-items li.highlighted, #foundation .form-content .form-group .input-container .selectric-items li.highlighted, #landing .form-content .form-group .input-container .selectric-items li.highlighted {
                            background: #0058b1;
                            color: #ffffff;
                        }

                            #mireal .form-content .form-group .input-container .selectric-items li.highlighted:hover, #foundation .form-content .form-group .input-container .selectric-items li.highlighted:hover, #landing .form-content .form-group .input-container .selectric-items li.highlighted:hover {
                                background: #0058b1;
                                color: #ffffff;
                            }

                        #mireal .form-content .form-group .input-container .selectric-items li:hover, #foundation .form-content .form-group .input-container .selectric-items li:hover, #landing .form-content .form-group .input-container .selectric-items li:hover {
                            background: #DFE6EE;
                            color: #0058b1;
                        }

                #mireal .form-content .form-group .input-container .formui-radio, #mireal .form-content .form-group .input-container .formui-checkbox, #foundation .form-content .form-group .input-container .formui-radio, #foundation .form-content .form-group .input-container .formui-checkbox, #landing .form-content .form-group .input-container .formui-radio, #landing .form-content .form-group .input-container .formui-checkbox {
                    margin-right: 40px;
                    display: inline-block;
                    color: #B0BAC5;
                    margin-bottom: 0;
                }

                    #mireal .form-content .form-group .input-container .formui-radio input, #mireal .form-content .form-group .input-container .formui-checkbox input, #foundation .form-content .form-group .input-container .formui-radio input, #foundation .form-content .form-group .input-container .formui-checkbox input, #landing .form-content .form-group .input-container .formui-radio input, #landing .form-content .form-group .input-container .formui-checkbox input {
                        opacity: 0;
                        position: absolute;
                        left: 0;
                    }

                    #mireal .form-content .form-group .input-container .formui-radio:before, #mireal .form-content .form-group .input-container .formui-checkbox:before, #foundation .form-content .form-group .input-container .formui-radio:before, #foundation .form-content .form-group .input-container .formui-checkbox:before, #landing .form-content .form-group .input-container .formui-radio:before, #landing .form-content .form-group .input-container .formui-checkbox:before {
                        content: '';
                        display: inline-block;
                        width: 16px;
                        height: 16px;
                        vertical-align: middle;
                        margin-right: 10px;
                        border: 1px solid #DFE6EE;
                        border-radius: 50%;
                        font-size: 24px;
                        line-height: 16px;
                    }

                    #mireal .form-content .form-group .input-container .formui-radio:hover:before, #mireal .form-content .form-group .input-container .formui-radio:focus:before, #mireal .form-content .form-group .input-container .formui-checkbox:hover:before, #mireal .form-content .form-group .input-container .formui-checkbox:focus:before, #foundation .form-content .form-group .input-container .formui-radio:hover:before, #foundation .form-content .form-group .input-container .formui-radio:focus:before, #foundation .form-content .form-group .input-container .formui-checkbox:hover:before, #foundation .form-content .form-group .input-container .formui-checkbox:focus:before, #landing .form-content .form-group .input-container .formui-radio:hover:before, #landing .form-content .form-group .input-container .formui-radio:focus:before, #landing .form-content .form-group .input-container .formui-checkbox:hover:before, #landing .form-content .form-group .input-container .formui-checkbox:focus:before {
                        border-color: #BEC5CD;
                    }

                    #mireal .form-content .form-group .input-container .formui-radio.checked:before, #mireal .form-content .form-group .input-container .formui-checkbox.checked:before, #foundation .form-content .form-group .input-container .formui-radio.checked:before, #foundation .form-content .form-group .input-container .formui-checkbox.checked:before, #landing .form-content .form-group .input-container .formui-radio.checked:before, #landing .form-content .form-group .input-container .formui-checkbox.checked:before {
                        background: #0058b1;
                        border-color: #0058b1;
                        color: #ffffff;
                        content: "·";
                        font-weight: bold;
                        text-align: center;
                    }

                #mireal .form-content .form-group .input-container.byrow .formui-radio, #mireal .form-content .form-group .input-container.byrow .formui-checkbox, #foundation .form-content .form-group .input-container.byrow .formui-radio, #foundation .form-content .form-group .input-container.byrow .formui-checkbox, #landing .form-content .form-group .input-container.byrow .formui-radio, #landing .form-content .form-group .input-container.byrow .formui-checkbox {
                    margin: 10px 0 20px 0;
                    display: block;
                }

            #mireal .form-content .form-group.disabled .form-control, #foundation .form-content .form-group.disabled .form-control, #landing .form-content .form-group.disabled .form-control {
                color: #B0BAC5;
                background: #F4F4F4;
            }

                #mireal .form-content .form-group.disabled .form-control:hover, #foundation .form-content .form-group.disabled .form-control:hover, #landing .form-content .form-group.disabled .form-control:hover {
                    border-color: #DFE6EE;
                }

            #mireal .form-content .form-group .file-container, #foundation .form-content .form-group .file-container, #landing .form-content .form-group .file-container {
                display: inline-block;
                position: relative;
                margin-right: 15px;
            }

                #mireal .form-content .form-group .file-container label, #foundation .form-content .form-group .file-container label, #landing .form-content .form-group .file-container label {
                    padding: 8px 18px;
                    border: 1px solid #484d53;
                    text-transform: uppercase;
                    cursor: pointer;
                    z-index: 1;
                }

                #mireal .form-content .form-group .file-container input, #foundation .form-content .form-group .file-container input, #landing .form-content .form-group .file-container input {
                    position: absolute;
                    top: 0;
                    width: 150px;
                    height: 40px;
                    opacity: 0;
                    z-index: 2;
                    cursor: pointer;
                }

        #mireal .form-content .subform .subform-title, #foundation .form-content .subform .subform-title, #landing .form-content .subform .subform-title {
            margin: 0 0 20px 0;
            font-size: 14px;
            color: #0058b1;
            text-transform: uppercase;
            font-weight: 400;
        }

        #mireal .form-content .subform .subform-content, #foundation .form-content .subform .subform-content, #landing .form-content .subform .subform-content {
            display: list-item;
            position: relative;
            margin: 0 auto 30px auto;
            padding: 30px 10px 0 10px;
            background: #acd7f5;
        }

    @media (min-width: 768px) {
        #mireal .form-content .subform .subform-content, #foundation .form-content .subform .subform-content, #landing .form-content .subform .subform-content {
            padding: 30px 30px 0 30px;
        }
    }

    #mireal .form-content .info-avatar, #foundation .form-content .info-avatar, #landing .form-content .info-avatar {
        margin-bottom: 30px;
    }

        #mireal .form-content .info-avatar p, #foundation .form-content .info-avatar p, #landing .form-content .info-avatar p {
            margin: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            line-height: 20px;
        }

    #mireal .container.small-container {
        max-width: 760px;
    }

        #mireal .container.small-container.small-container-note {
            background-color: #acd7f5;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            padding: 20px;
        }

            #mireal .container.small-container.small-container-note p {
                font-size: 13px;
                margin: 0;
            }

                #mireal .container.small-container.small-container-note p a {
                    color: #484d53;
                }

    #mireal h2 {
        margin-bottom: 30px;
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-size: 34px;
        line-height: 44px;
        color: #0058b1;
        font-weight: 700;
    }

    @media (min-width: 768px) {
        #mireal h2 {
            font-size: 68px;
            line-height: 78px;
        }
    }

    #mireal h3 {
        margin-bottom: 30px;
        font-size: 24px;
        color: #0058b1;
        text-transform: uppercase;
        font-weight: 700;
    }

    #mireal table {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        min-width: 700px;
    }

        #mireal table thead th {
            padding: 0 10px;
            text-align: left;
            color: #484d53;
            border-bottom: 1px solid #DFE6EE;
        }

        #mireal table tbody tr td {
            padding: 0 10px;
            text-align: left;
            color: #B0BAC5;
            border-bottom: 1px solid #DFE6EE;
        }

        #mireal table tbody tr:nth-child(odd) {
            background: #F4F4F4;
        }

    #mireal .basic-btn {
        white-space: initial;
    }

        #mireal .basic-btn.basic-btn-white {
            border: 1px solid #ffffff;
            background: none;
        }

            #mireal .basic-btn.basic-btn-white:before {
                display: none;
            }

            #mireal .basic-btn.basic-btn-white:hover {
                color: #484d53;
            }

    #mireal .mireal-wrapper {
        margin: 40px 0;
    }

    @media (min-width: 768px) {
        #mireal .mireal-wrapper {
            margin: 80px 0;
        }
    }

    #mireal .mireal-subnav {
        display: none;
        margin-bottom: 40px;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #F4F4F4;
    }

    @media (min-width: 768px) {
        #mireal .mireal-subnav {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
            display: inherit;
            padding: 30px 0;
            border-right: 1px solid #F4F4F4;
            border-bottom: none;
        }
    }

    #mireal .mireal-subnav ul {
        margin: 0;
        padding: 0;
    }

        #mireal .mireal-subnav ul li {
            margin: 0 0 10px 0;
            padding: 0;
            list-style: none;
            display: block;
        }

            #mireal .mireal-subnav ul li a {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 14px;
                line-height: 24px;
                color: #484d53;
                text-decoration: none;
            }

                #mireal .mireal-subnav ul li a:hover {
                    color: #BEC5CD;
                }

                #mireal .mireal-subnav ul li a.active {
                    color: #0058b1;
                }

    #mireal .mireal-content {
        margin-top: 0;
    }

    @media (min-width: 768px) {
        #mireal .mireal-content {
            width: 66.1016949153%;
            float: right;
            margin-right: 0;
            margin-top: 30px;
        }
    }

    #mireal .mireal-nav {
        position: relative;
        z-index: 4;
        background: #484d53;
    }

        #mireal .mireal-nav .container {
            width: 100%;
        }

        #mireal .mireal-nav.is-open .mireal-nav-content {
            overflow: visible;
            height: 60px;
        }

        #mireal .mireal-nav .mireal-nav-content {
            position: relative;
            height: 60px;
            background: #484d53;
            overflow: hidden;
        }

    @media (min-width: 768px) {
        #mireal .mireal-nav .mireal-nav-content {
            height: auto;
            overflow: visible;
        }
    }

    #mireal .mireal-nav .mireal-nav-content nav {
        position: absolute;
        width: 100%;
        top: 60px;
        z-index: 999;
        border-bottom: 2px solid #fff;
    }

    @media (min-width: 768px) {
        #mireal .mireal-nav .mireal-nav-content nav {
            position: relative;
            top: auto;
            border-bottom: none;
        }
    }

    #mireal .mireal-nav .open {
        display: inherit;
        position: absolute;
        width: 100%;
        height: 60px;
        top: -60px;
        right: 0;
        z-index: 999;
        cursor: pointer;
        background: #000000;
    }

        #mireal .mireal-nav .open p {
            margin: 0;
            padding: 15px 15px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-weight: 700;
            font-size: 13px;
            line-height: 30px;
            color: #fff;
            text-transform: uppercase;
        }

            #mireal .mireal-nav .open p:after {
                position: absolute;
                content: '';
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-top-color: #ffffff;
                right: 15px;
                top: 25px;
            }

    @media (min-width: 768px) {
        #mireal .mireal-nav .open {
            display: none;
        }
    }

    #mireal .mireal-nav ul {
        margin: 0;
        padding: 0;
    }

        #mireal .mireal-nav ul li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: block;
        }

            #mireal .mireal-nav ul li a {
                width: 100%;
                display: block;
                padding: 10px 15px;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 14px;
                line-height: 24px;
                color: #484d53;
                text-transform: uppercase;
                text-decoration: none;
                background: #F4F4F4;
                box-sizing: border-box;
            }

                #mireal .mireal-nav ul li a:hover {
                    color: #BEC5CD;
                }

                #mireal .mireal-nav ul li a.active {
                    color: #0058b1;
                }

            #mireal .mireal-nav ul li ul li a {
                padding: 0 30px;
                text-transform: none;
                font-size: 13px;
                color: #BEC5CD;
            }

                #mireal .mireal-nav ul li ul li a.active {
                    color: #484d53;
                }

    @media (min-width: 768px) {
        #mireal .mireal-nav ul li.messages.new {
            position: relative;
        }

            #mireal .mireal-nav ul li.messages.new:after {
                content: "";
                display: inline-block;
                margin-left: 5px;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #acd7f5;
                vertical-align: top;
            }
    }

    #mireal .mireal-nav ul.secondary li:last-child {
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        #mireal .mireal-nav {
            padding: 30px 0;
            background: #ffffff;
            border-bottom: 1px solid #F4F4F4;
        }

            #mireal .mireal-nav .container {
                width: 96%;
            }

            #mireal .mireal-nav .mireal-nav-content {
                background: none;
            }

            #mireal .mireal-nav ul li {
                margin: 0 15px 0 0;
                display: inline-block;
            }

                #mireal .mireal-nav ul li a {
                    width: auto;
                    display: inline-block;
                    padding: 0 0 4px 0;
                    font-size: 12px;
                    color: #484d53;
                    background: none;
                }

                    #mireal .mireal-nav ul li a:hover {
                        color: #BEC5CD;
                    }

                    #mireal .mireal-nav ul li a.active {
                        position: relative;
                        top: inherit;
                        color: #0058b1;
                        border-bottom: 1px solid #0058b1;
                        background: none;
                    }

                #mireal .mireal-nav ul li:last-child {
                    margin-right: 0;
                }

                #mireal .mireal-nav ul li ul {
                    display: none;
                }

                #mireal .mireal-nav ul li.messages.new:after {
                    background: #0058b1;
                }

            #mireal .mireal-nav ul.main {
                float: left;
            }

            #mireal .mireal-nav ul.secondary {
                float: right;
            }
    }

    @media (min-width: 1024px) {
        #mireal .mireal-nav ul li {
            margin: 0 30px 0 0;
        }

            #mireal .mireal-nav ul li a {
                font-size: 14px;
            }
    }

    #mireal .mireal-tabs {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
        text-align: left;
        white-space: nowrap;
        overflow: scroll;
    }

    @media (min-width: 768px) {
        #mireal .mireal-tabs {
            margin: 0 0 40px 0;
            overflow: hidden;
        }
    }

    #mireal .mireal-tabs li {
        display: inline-block;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        margin: 0 10px 0 0;
        padding: 5px 0;
    }

        #mireal .mireal-tabs li a {
            padding: 7px 30px;
            text-decoration: none;
            font-size: 14px;
            color: #ffffff;
            border-radius: 999px;
            background: #acd7f5;
            transition: all 0.2s ease;
        }

            #mireal .mireal-tabs li a:hover {
                background: #0058b1;
            }

            #mireal .mireal-tabs li a:focus {
                outline: none;
            }

        #mireal .mireal-tabs li:last-child {
            margin-right: 0;
        }

        #mireal .mireal-tabs li.ui-tabs-active a {
            background: #0058b1;
        }

    #mireal .embed-container {
        z-index: 1;
        position: relative;
        padding-bottom: 50%;
        height: 0;
        overflow: hidden;
    }

        #mireal .embed-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    #mireal .thanks {
        margin: 100px 0;
    }

        #mireal .thanks .intro {
            margin: 20px 0;
        }

    @media (min-width: 768px) {
        #mireal .thanks .intro {
            margin: 40px 0;
        }
    }

    #mireal .avatar {
        margin: 0 15px 10px 0;
        display: inline-block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        vertical-align: middle;
    }

    @media (min-width: 768px) {
        #mireal .avatar {
            margin-right: 30px;
            width: 120px;
            height: 120px;
        }
    }

    #mireal .example {
        background: #acd7f5;
        color: #0058b1;
        padding: 40px 20px;
        overflow: hidden;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

        #mireal .example h4 {
            margin-top: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            text-transform: uppercase;
        }

    @media (min-width: 768px) {
        #mireal .example .col-thumb {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal .example .col-thumb img {
        display: block;
        width: 100%;
        max-width: 110px;
        margin: 0 auto;
    }

    @media (min-width: 768px) {
        #mireal .example .col-content {
            width: 74.5762711864%;
            float: right;
            margin-right: 0;
        }
    }

    #mireal .example .table-holder {
        margin-top: 20px;
    }

    @media (max-width: 767px) {
        #mireal .example .table-holder {
            margin-left: -20px;
            margin-right: -20px;
            padding-left: 20px;
        }
    }

    #mireal .example .table-holder table {
        color: #ffffff;
        margin-top: 0 !important;
    }

        #mireal .example .table-holder table thead tr {
            background-color: inherit !important;
        }

            #mireal .example .table-holder table thead tr th {
                text-align: center;
                color: #0058b1 !important;
                border-bottom: 0 !important;
                width: 25%;
            }

        #mireal .example .table-holder table tbody tr {
            background-color: #0058b1 !important;
        }

            #mireal .example .table-holder table tbody tr td {
                text-align: center;
                border-bottom: 0 !important;
                color: #ffffff;
                position: relative;
            }

                #mireal .example .table-holder table tbody tr td.process-item-1:after {
                    content: '→';
                    position: absolute;
                    right: -4px;
                }

                #mireal .example .table-holder table tbody tr td.process-item-2:after {
                    content: 'x';
                    position: absolute;
                    right: -4px;
                }

                #mireal .example .table-holder table tbody tr td.process-item-3:after {
                    content: '=';
                    position: absolute;
                    right: -4px;
                }

    #mireal .hero-plan {
        border-width: 16px;
        border-style: dotted;
        border-color: #0058b1 !important;
        border-image-source: url("../img/mireal/plan/dots.svg");
        border-image-slice: 33% 33%;
        border-image-repeat: round;
        margin-bottom: 0;
        padding: 40px 0;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan {
            padding: 90px 0;
        }
    }

    @media (min-width: 1024px) {
        #mireal .hero-plan .hero-content {
            width: 57.6271186441%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal .hero-plan .hero-content h2 {
        margin-top: 0;
        color: #0058b1;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .hero-content h2 {
            font-size: 46px;
            line-height: 66px;
        }
    }

    #mireal .hero-plan .hero-content h2 strong {
        font-size: 24px;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .hero-content h2 strong {
            display: block;
            font-size: 68px;
        }
    }

    #mireal .hero-plan .hero-content p {
        margin: 40px 0;
    }

    #mireal .hero-plan .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }

    #mireal .hero-plan .hero-img {
        text-align: left;
        margin-top: 40px;
    }

    @media (min-width: 1024px) {
        #mireal .hero-plan .hero-img {
            width: 40.6779661017%;
            float: right;
            margin-right: 0;
            text-align: right;
            margin: 0;
        }
    }

    #mireal .hero-plan .process {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        text-align: center;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process {
            margin-top: 80px;
        }
    }

    #mireal .hero-plan .process .process-item {
        position: relative;
        margin-bottom: 20px;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal .hero-plan .process .process-item p {
        margin-top: 20px;
        padding: 0 30px;
        line-height: 22px;
        color: #0058b1;
    }

    #mireal .hero-plan .process .process-item:after {
        content: '';
        display: block;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item:after {
            position: absolute;
            margin: 0;
            right: 0;
            top: 0;
            transform: translate(-50%, -50%);
        }
    }

    #mireal .hero-plan .process .process-item.process-item-1:after {
        margin: 48px auto 0;
        width: 34px;
        height: 14px;
        background: url(../img/mireal/plan/cart-after.png) no-repeat center center;
        transform: rotate(90deg);
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item.process-item-1:after {
            transform: rotate(0);
            right: -17px;
        }
    }

    #mireal .hero-plan .process .process-item.process-item-2:after {
        margin: 48px auto;
        width: 26px;
        height: 26px;
        background: url(../img/mireal/plan/money-after.png) no-repeat center center;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item.process-item-2:after {
            right: -26px;
        }
    }

    #mireal .hero-plan .process .process-item.process-item-3:after {
        margin: 48px auto;
        width: 26px;
        height: 20px;
        background: url(../img/mireal/plan/stadium-after.png) no-repeat center center;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item.process-item-3:after {
            right: -32px;
        }
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item.last {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }
    }

    @media (min-width: 768px) {
        #mireal .hero-plan .process .process-item:last-child {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }
    }

    #mireal .hero-plan .brands {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px;
        text-align: center;
    }

        #mireal .hero-plan .brands .title {
            margin-bottom: 30px;
            padding-bottom: 5px;
            color: #0058b1;
            border-bottom: 1px solid #0058b1;
        }

        #mireal .hero-plan .brands ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #mireal .hero-plan .brands ul li {
                margin: 0 20px 20px 0;
                padding: 0;
                display: inline-block;
                width: 16% !important;
            }

    ul li img.logomarca {
        height: auto !important;
        width: 80% !important;
    }

    @media (max-width: 768px) {
        #mireal .hero-plan .brands ul li {
            width: 40% !important;
            margin: 5px 15px;
        }

        ul li img.logomarca {
            height: auto !important;
            width: 100% !important;
        }
    }

    #mireal .hero-plan .brands ul li:last-child {
        margin-right: 0;
    }

    #mireal .hero-plan.mini {
        display: block;
        padding: 40px;
        margin-bottom: 40px;
    }

        #mireal .hero-plan.mini .hero-content {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
        }

        #mireal .hero-plan.mini .process {
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
            margin-top: 40px;
        }

    @media (min-width: 768px) {
        #mireal .hero-plan.mini .process .process-item {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal .hero-plan.mini .process .process-item p {
        padding: 0 10px;
        font-size: 14px;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan.mini .process .process-item:last-child {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }
    }

    #mireal .hero-plan.small {
        padding: 25px 0;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan.small .hero-content {
            width: 74.5762711864%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal .hero-plan.small .hero-content h2 {
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan.small .hero-content h2 {
            font-size: 22px;
            line-height: 36px;
        }
    }

    @media (min-width: 768px) {
        #mireal .hero-plan.small .hero-content h2 strong {
            font-size: 36px;
        }
    }

    #mireal .hero-plan.small .hero-content p {
        margin: 10px 0;
    }

    #mireal .hero-plan.small .hero-img {
        text-align: center;
    }

    @media (min-width: 768px) {
        #mireal .hero-plan.small .hero-img {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
            text-align: left;
        }
    }

    #mireal .hero-plan.small .hero-img img {
        width: 100%;
        max-width: 260px;
    }

    #mireal.binding .form-content {
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        #mireal.binding .form-content {
            margin-top: 80px;
        }
    }

    #mireal.binding .iam {
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        #mireal.binding .iam {
            margin-top: 60px;
        }
    }

    #mireal.binding .iam h3 {
        font-size: 14px;
        font-weight: 400;
        color: #484d53;
    }

    #mireal.binding .iam a {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
        margin-bottom: 10px;
        padding: 40px 0;
        background: #F4F4F4;
        border-radius: 12px;
        color: #0058b1;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        #mireal.binding .iam a h2 {
            margin: 0;
            padding: 0 10px;
        }

        #mireal.binding .iam a span {
            padding: 0 10px;
            margin-top: 15px;
            display: block;
            color: #484d53;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 14px;
            font-weight: bold;
            text-transform: uppercase;
        }

        #mireal.binding .iam a:hover, #mireal.binding .iam a:focus, #mireal.binding .iam a.active {
            background: #0058b1;
        }

            #mireal.binding .iam a:hover h2, #mireal.binding .iam a:hover span, #mireal.binding .iam a:focus h2, #mireal.binding .iam a:focus span, #mireal.binding .iam a.active h2, #mireal.binding .iam a.active span {
                color: #fff;
            }

        #mireal.binding .iam a:last-child {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
        }

    @media (min-width: 768px) {
        #mireal.binding .iam a {
            padding: 50px 0;
        }

            #mireal.binding .iam a span {
                margin-top: 20px;
            }
    }

    #mireal.summary .profile {
        background: #F4F4F4;
    }

        #mireal.summary .profile .hello {
            padding: 20px 0;
            width: 83.0508474576%;
            float: left;
            margin-right: 1.6949152542%;
        }

    @media (min-width: 768px) {
        #mireal.summary .profile .hello {
            padding: 40px 0;
        }
    }

    #mireal.summary .profile .hello .hello-content {
        display: inline-block;
        vertical-align: middle;
    }

        #mireal.summary .profile .hello .hello-content .hello-name {
            width: 100%;
            margin: 0;
            font-size: 20px;
            line-height: 20px;
        }

    @media (min-width: 768px) {
        #mireal.summary .profile .hello .hello-content .hello-name {
            font-size: 68px;
            line-height: 78px;
        }
    }

    #mireal.summary .profile .hello .hello-content .hello-type {
        margin: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: middle;
    }

        #mireal.summary .profile .hello .hello-content .hello-type img {
            width: 18px;
            margin: -3px 10px 0 0;
        }

    @media (min-width: 768px) {
        #mireal.summary .profile .hello .hello-content .hello-type img {
            width: 24px;
            margin-top: -5px;
        }
    }

    @media (min-width: 768px) {
        #mireal.summary .profile .hello .hello-content .hello-type {
            margin: 5px 0 0 0;
            font-size: 14px;
        }
    }

    #mireal.summary .profile .stamp {
        width: 15.2542372881%;
        float: right;
        margin-right: 0;
        text-align: right;
    }

        #mireal.summary .profile .stamp img {
            width: 25px;
        }

    @media (min-width: 768px) {
        #mireal.summary .profile .stamp img {
            width: 50px;
        }
    }

    #mireal.summary .hero {
        margin-bottom: 40px;
        padding: 40px 0;
        overflow: hidden;
        position: relative;
    }

    @media (min-width: 768px) {
        #mireal.summary .hero {
            margin-bottom: 60px;
            padding: 90px 0;
        }
    }

    #mireal.summary .hero:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background: #000000;
        z-index: 1;
    }

    #mireal.summary .hero .hero-content {
        position: relative;
        z-index: 2;
    }

    @media (min-width: 1024px) {
        #mireal.summary .hero .hero-content {
            width: 57.6271186441%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal.summary .hero .hero-content h2 {
        color: #ffffff;
        margin-top: 0;
    }

    #mireal.summary .hero .hero-content p {
        margin: 40px 0;
    }

    #mireal.summary .hero .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }

    #mireal.summary .hero.join {
        background-image: url("../img/anoeta/fondo_estrenamos_casa.jpg");
    }

    #mireal.summary .hero.fondo_socios {
        background-image: url("../img/anoeta/fondo_socios.jpg") !important;
    }

    #mireal.summary .hero.member {
        background-image: url("../img/mireal/hero-member.jpg");
    }

    #mireal.summary .hero.welcome {
        background-image: url("../img/mireal/hero-welcome.jpg");
    }

    #mireal.summary .hero.zabaleta {
        background-image: url("../img/landing/zabaleta/home-zabaleta.jpg");
    }

        #mireal.summary .hero.zabaleta.small {
            background-attachment: inherit;
            padding: 30px 0;
            margin: 0;
        }

    @media (min-width: 768px) {
        #mireal.summary .hero.zabaleta.small {
            padding: 50px 0;
        }
    }

    #mireal.summary .hero.zabaleta.small .hero-content h2 {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 22px;
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        #mireal.summary .hero.zabaleta.small .hero-content h2 {
            font-size: 28px;
            line-height: 1;
        }
    }

    #mireal.summary .hero.zabaleta.small .hero-content p {
        margin: 0;
    }

    @media (min-width: 768px) {
        #mireal.summary .hero.zabaleta.small .hero-content p {
            margin: 10px 0;
        }
    }

    #mireal.summary .hero.zabaleta.small .hero-content .basic-btn {
        margin-top: 10px;
    }

    #mireal.summary .hero.relocation {
        background-image: url("../img/anoeta/home.jpg");
    }

    #mireal.summary .hero-plan {
        margin-bottom: 40px;
    }

    @media (min-width: 768px) {
        #mireal.summary .hero-plan {
            margin-bottom: 60px;
        }
    }

    #mireal.summary .highlights {
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        #mireal.summary .highlights {
            margin-bottom: 80px;
        }
    }

    #mireal.summary .highlights p {
        margin: 0 0 40px 0;
    }

    #mireal.summary .highlights .basic-btn {
        margin-bottom: 30px;
    }

    @media (min-width: 768px) {
        #mireal.summary .highlights.col-2 .highlights-item {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    @media (min-width: 768px) {
        #mireal.summary .highlights.col-2 .highlights-item:last-child {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
        }
    }

    @media (min-width: 768px) {
        #mireal.summary .highlights.col-3 .highlights-item {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    @media (min-width: 768px) {
        #mireal.summary .highlights.col-3 .highlights-item:last-child {
            width: 32.2033898305%;
            float: right;
            margin-right: 0;
        }
    }

    #mireal.plan .join-plan {
        margin-bottom: 40px;
        text-align: center;
    }

    @media (min-width: 768px) {
        #mireal.plan .join-plan {
            margin-bottom: 80px;
        }
    }

    #mireal.plan .join-plan h2 {
        margin: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 26px;
        line-height: 36px;
        text-transform: uppercase;
    }

    @media (min-width: 768px) {
        #mireal.plan .join-plan h2 {
            font-size: 36px;
            line-height: 46px;
        }
    }

    #mireal.plan .brands-nav {
        text-align: center;
    }

        #mireal.plan .brands-nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #mireal.plan .brands-nav ul li {
                margin: 0 20px 20px 0;
                padding: 0;
                display: inline-block;
                width: 16% !important;
            }

                #mireal.plan .brands-nav ul li:last-child {
                    margin-right: 0;
                }

    @media (max-width: 768px) {
        #mireal.plan .brands-nav ul li {
            width: 40% !important;
            margin: 0 15px;
        }
    }

    #mireal.plan .brand-item {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #F4F4F4;
    }

        #mireal.plan .brand-item img {
            display: inherit;
            margin: 0 auto 40px auto;
        }

        #mireal.plan .brand-item .basic-btn {
            margin-top: 20px;
        }

    @media (min-width: 768px) {
        #mireal.plan .brand-item {
            margin-top: 60px;
            padding-top: 60px;
        }
    }

    #mireal.plan .brand-item .accordion .accordion-title {
        font-weight: bold;
        color: #0058b1;
    }

    #mireal.plan .more-info-plan h3 {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
    }

    #mireal.plan .more-info-plan p {
        font-size: 14px;
    }

    #mireal.plan .more-info-plan.more-info-plan-unsubscribe {
        margin-top: 80px;
        border-top: 1px solid #0058b1;
    }

    #mireal.plan .balance-content {
        margin-bottom: 40px;
        text-align: center;
    }

    @media (min-width: 768px) {
        #mireal.plan .balance-content {
            margin-bottom: 80px;
        }
    }

    #mireal.plan .balance-content .balance-item {
        margin: 0 0 10px 0;
        padding: 15px 20px;
        display: inline-block;
        border-radius: 12px;
        background: #F4F4F4;
        width: 100%;
        box-sizing: border-box;
    }

    @media (min-width: 768px) {
        #mireal.plan .balance-content .balance-item {
            margin: 0 15px;
            width: 50%;
            box-sizing: inherit;
        }
    }

    #mireal.plan .balance-content .balance-item p {
        margin: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
    }

    #mireal.plan .balance-content .balance-item .title {
        margin-bottom: 7px;
        font-size: 10px;
    }

    #mireal.plan .balance-content .balance-item .money {
        font-size: 38px;
        line-height: 38px;
        font-weight: 700;
        color: #0058b1;
    }

        #mireal.plan .balance-content .balance-item .money abbr {
            font-size: 16px;
            text-transform: lowercase;
            margin-left: -6px;
        }

    #mireal.plan .balance-content .balance-item .attendance {
        margin: 7px 0 0 0;
        padding-top: 10px;
        border-top: 1px solid #ffffff;
    }

    #mireal.plan .balance-content .balance-item.active {
        background: #0058b1;
    }

        #mireal.plan .balance-content .balance-item.active.actual {
            padding: 25px 0 15px;
            display: block;
            width: auto;
        }

            #mireal.plan .balance-content .balance-item.active.actual .title {
                font-size: 16px;
            }

            #mireal.plan .balance-content .balance-item.active.actual .money {
                font-size: 88px;
                line-height: 1;
                position: relative;
            }

                #mireal.plan .balance-content .balance-item.active.actual .money abbr {
                    position: absolute;
                    bottom: 6px;
                    margin-left: 6px;
                }

        #mireal.plan .balance-content .balance-item.active .title {
            color: #acd7f5;
        }

        #mireal.plan .balance-content .balance-item.active .money {
            color: #ffffff;
        }

        #mireal.plan .balance-content .balance-item.active .attendance {
            color: #ffffff;
            border-top: 1px solid #acd7f5;
        }

    #mireal.plan .balance-content .info {
        font-size: 14px;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #mireal.plan .balance-content.member .balance-item {
            width: 18%;
        }
    }

    @media (min-width: 768px) {
        #mireal.plan .balance-content.member .balance-item.active {
            transform: scale(1.2);
        }
    }

    #mireal.plan .plan-summary h3 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
    }

    #mireal.plan .plan-summary table {
        margin-top: 0;
        min-width: 260px;
    }

        #mireal.plan .plan-summary table tbody tr td {
            width: 50%;
            padding: 10px;
            text-align: center;
            font-size: 18px;
            color: #0058b1;
        }

        #mireal.plan .plan-summary table tfoot tr td, #mireal.plan .plan-summary table tfoot tr th {
            text-align: center;
            padding: 20px;
            font-size: 18px;
        }

    #mireal.plan .plan-summary .info {
        margin: 40px 0 0 0;
        font-size: 13px;
        line-height: 20px;
        color: #808892;
    }

    #mireal.plan .hero-plan-first {
        margin-bottom: 40px;
        padding: 40px 15px;
        background: #acd7f5;
        text-align: center;
    }

    @media (min-width: 768px) {
        #mireal.plan .hero-plan-first {
            margin-bottom: 80px;
        }
    }

    #mireal.plan .hero-plan-first .hero-content h2 {
        font-size: 34px;
        line-height: 44px;
        margin: 0;
    }

    @media (min-width: 768px) {
        #mireal.plan .hero-plan-first .hero-content h2 {
            font-size: 52px;
            line-height: 62px;
        }
    }

    #mireal.plan .hero-plan-first .hero-content p {
        margin: 20px 0;
    }

    #mireal.plan .hero-plan-first .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }

    #mireal.plan .hero-plan-earned {
        margin-bottom: 40px;
        padding: 40px 15px;
        overflow: hidden;
        position: relative;
        background-image: url("../img/mireal/hero-welcome.jpg");
    }

    @media (min-width: 768px) {
        #mireal.plan .hero-plan-earned {
            margin-bottom: 80px;
            padding: 80px 50px;
        }
    }

    #mireal.plan .hero-plan-earned:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background: #000000;
        z-index: 1;
    }

    #mireal.plan .hero-plan-earned .hero-content {
        position: relative;
        z-index: 2;
    }

        #mireal.plan .hero-plan-earned .hero-content h2 {
            color: #ffffff;
            margin-top: 0;
        }

        #mireal.plan .hero-plan-earned .hero-content p {
            margin: 40px 0;
        }

        #mireal.plan .hero-plan-earned .hero-content .selected {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

    @media (min-width: 768px) {
        #mireal.plan .hero-plan-earned .hero-content .selected {
            margin-left: 10px;
        }
    }

    #mireal.plan .hero-plan-earned .hero-content .basic-btn, #mireal.plan .hero-plan-earned .hero-content .basic-btn-white {
        margin: 0 10px 10px 0;
    }

    #mireal.plan .brand-runway {
        text-align: center;
    }

        #mireal.plan .brand-runway .brand-runway-nav {
            text-align: center;
            margin: 60px 0;
            padding: 20px 0;
            border-top: 1px solid #F4F4F4;
            border-bottom: 1px solid #F4F4F4;
            list-style: none;
        }

            #mireal.plan .brand-runway .brand-runway-nav li {
                margin: 0;
                padding: 0;
                display: inline-block;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 12px;
                line-height: 16px;
                font-weight: 700;
                color: #0058b1;
                text-align: center;
                text-transform: uppercase;
                counter-increment: step-counter;
                width: 45%;
                vertical-align: top;
            }

    @media (min-width: 1024px) {
        #mireal.plan .brand-runway .brand-runway-nav li {
            font-size: 16px;
            line-height: 20px;
        }
    }

    @media (min-width: 768px) {
        #mireal.plan .brand-runway .brand-runway-nav li {
            margin: 0 70px 0 0;
            text-align: left;
            width: auto;
        }
    }

    #mireal.plan .brand-runway .brand-runway-nav li:last-child {
        margin-right: 0;
    }

    #mireal.plan .brand-runway .brand-runway-nav li:before {
        content: counter(step-counter);
        margin: 0 auto 5px auto;
        background: #E3E3E3;
        color: #484d53;
        font-weight: bold;
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border-radius: 50%;
    }

    @media (min-width: 1024px) {
        #mireal.plan .brand-runway .brand-runway-nav li:before {
            font-size: 18px;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

    @media (min-width: 768px) {
        #mireal.plan .brand-runway .brand-runway-nav li:before {
            margin: 0 15px 0 0;
            display: inline-block;
        }
    }

    #mireal.plan .brand-runway .basic-btn {
        margin-top: 20px;
    }

    #mireal.messages .messages-content {
        margin: 40px 0 0 0;
        padding: 0;
    }

        #mireal.messages .messages-content li {
            margin: 0 0 20px 0;
            padding: 5px 15px;
            list-style: none;
            background: #F4F4F4;
        }

    @media (min-width: 768px) {
        #mireal.messages .messages-content li {
            padding: 15px 30px;
        }
    }

    #mireal.join h3 {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
    }

    #mireal.join .join-member {
        padding-bottom: 40px;
    }

    #mireal.join .join-member, #mireal.join .join-rsfan {
        text-align: center;
    }

        #mireal.join .join-member h2, #mireal.join .join-rsfan h2 {
            margin: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 26px;
            line-height: 36px;
            text-transform: uppercase;
        }

    @media (min-width: 768px) {
        #mireal.join .join-member h2, #mireal.join .join-rsfan h2 {
            font-size: 36px;
            line-height: 46px;
        }
    }

    #mireal.join .join-nav {
        text-align: center;
        margin: 60px 0;
        padding: 20px 0;
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        list-style: none;
    }

        #mireal.join .join-nav li {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            line-height: 16px;
            font-weight: 700;
            color: #E3E3E3;
            text-align: center;
            text-transform: uppercase;
            counter-increment: step-counter;
            width: 18%;
            vertical-align: top;
        }

    @media (min-width: 768px) {
        #mireal.join .join-nav li {
            margin: 0 30px 0 0;
            text-align: left;
            font-size: 12px;
            width: auto;
        }
    }

    @media (min-width: 1024px) {
        #mireal.join .join-nav li {
            font-size: 16px;
            line-height: 20px;
        }
    }

    #mireal.join .join-nav li.active {
        color: #0058b1;
    }

        #mireal.join .join-nav li.active:before {
            background: #0058b1;
        }

    #mireal.join .join-nav li:last-child {
        margin-right: 0;
    }

    #mireal.join .join-nav li:before {
        content: counter(step-counter);
        margin: 0 auto 5px auto;
        background: #E3E3E3;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border-radius: 50%;
    }

    @media (min-width: 1024px) {
        #mireal.join .join-nav li:before {
            font-size: 18px;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

    @media (min-width: 768px) {
        #mireal.join .join-nav li:before {
            margin: 0 15px 0 0;
            display: inline-block;
        }
    }

    #mireal.join .embed-container, #mireal.join iframe {
        margin-bottom: 30px;
    }

    #mireal.join .your-data .data, #mireal.join .your-data-2 .data, #mireal.join .your-seat .data, #mireal.join .checkout .data {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #mireal.join .your-data .data li, #mireal.join .your-data-2 .data li, #mireal.join .your-seat .data li, #mireal.join .checkout .data li {
            margin: 0 0 15px 0;
            padding: 0;
            display: block;
        }

            #mireal.join .your-data .data li p, #mireal.join .your-data-2 .data li p, #mireal.join .your-seat .data li p, #mireal.join .checkout .data li p {
                margin: 0;
                color: #B0BAC5;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 14px;
                line-height: 24px;
            }

                #mireal.join .your-data .data li p strong, #mireal.join .your-data-2 .data li p strong, #mireal.join .your-seat .data li p strong, #mireal.join .checkout .data li p strong {
                    color: #484d53;
                }

    #mireal.join .your-data .change a, #mireal.join .your-data-2 .change a, #mireal.join .your-seat .change a, #mireal.join .checkout .change a {
        text-decoration: none;
    }

    @media (min-width: 768px) {
        #mireal.join .your-data {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    @media (min-width: 768px) {
        #mireal.join .your-data-2 {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #mireal.join .your-seat {
        margin-top: 30px;
        padding-top: 20px;
        border-top: 1px solid #F4F4F4;
    }

    @media (min-width: 768px) {
        #mireal.join .your-seat {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
            margin-top: 0;
            padding-top: 0;
            border-top: none;
        }
    }

    #mireal.join .your-seat .separator {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #F4F4F4;
    }

    #mireal.join .checkout {
        background: #F4F4F4;
        padding: 30px;
        margin-bottom: 30px;
    }

    @media (min-width: 768px) {
        #mireal.join .checkout {
            width: 32.2033898305%;
            float: right;
            margin-right: 0;
        }
    }

    #mireal.join .checkout .alert {
        margin: 0 0 10px 0;
        padding: 10px;
    }

    #mireal.join .checkout .form-content ul {
        margin: 0;
    }

    #mireal.join .checkout .form-content.form-periodicity .form-group {
        padding: 0;
    }

    #mireal.join .checkout .checkout-summary {
        margin-bottom: 40px;
    }

        #mireal.join .checkout .checkout-summary li {
            margin: 0;
            padding: 15px 0;
            width: 100%;
            display: table;
        }

            #mireal.join .checkout .checkout-summary li p {
                padding: 0 15px;
                line-height: 14px;
                display: table-cell;
            }

                #mireal.join .checkout .checkout-summary li p:last-child {
                    text-align: right;
                }

            #mireal.join .checkout .checkout-summary li.separator {
                border-bottom: 1px solid #ffffff;
            }

            #mireal.join .checkout .checkout-summary li.pay {
                background: #0058b1;
            }

                #mireal.join .checkout .checkout-summary li.pay p {
                    color: #ffffff;
                }

                    #mireal.join .checkout .checkout-summary li.pay p strong {
                        color: #ffffff;
                    }

            #mireal.join .checkout .checkout-summary li.balance {
                background: #acd7f5;
            }

                #mireal.join .checkout .checkout-summary li.balance p {
                    color: #ffffff;
                }

                    #mireal.join .checkout .checkout-summary li.balance p strong {
                        color: #ffffff;
                    }

    #foundation .container {
        position: relative;
    }

        #foundation .container.small-container {
            max-width: 760px;
        }

    #foundation .greyText-greyBg .basic-btn {
        color: #ffffff;
    }

        #foundation .greyText-greyBg .basic-btn:hover {
            color: #0058b1;
        }

    #foundation .with-video {
        position: relative;
    }

        #foundation .with-video .icon-holder {
            position: absolute;
            width: 43px;
            height: 43px;
            border: 1px solid #ffffff;
            bottom: -1px;
            left: -1px;
            color: #ffffff;
            z-index: 3;
        }

            #foundation .with-video .icon-holder svg {
                width: 16px;
                height: 19px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -9px;
                margin-left: -8px;
            }

        #foundation .with-video img {
            opacity: 1 !important;
        }

    #foundation .imgBg .container {
        width: 86%;
    }

    @media (min-width: 768px) {
        #foundation .imgBg .container {
            width: 96%;
        }
    }

    #foundation .twocolums-content {
        margin-bottom: 60px;
    }

        #foundation .twocolums-content .twocolums-item {
            margin: 0 0 30px 0;
        }

    @media (min-width: 768px) {
        #foundation .twocolums-content .twocolums-item {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }

            #foundation .twocolums-content .twocolums-item.last {
                float: right;
                margin-right: 0;
            }
    }

    #foundation .twocolums-content .twocolums-item img {
        margin-bottom: 50px;
        display: block;
        width: 100%;
        height: auto;
    }

    #foundation .twocolums-content .twocolums-item .basic-btn {
        margin-top: 20px;
    }

    #foundation .twocolums-content .twocolums-item .img-holder picture {
        display: block;
        position: relative;
    }

    #foundation .twocolums-content .twocolums-item .img-holder img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
        opacity: 0.5;
        margin: 0;
    }

    #foundation .twocolums-content .twocolums-item .img-holder h2 {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        z-index: 99;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #foundation .threecolums-content {
        margin-bottom: 60px;
    }

        #foundation .threecolums-content .threecolums-item {
            margin: 0 0 30px 0;
        }

    @media (min-width: 768px) {
        #foundation .threecolums-content .threecolums-item {
            width: 32.2033898305%;
            float: left;
            margin-right: 1.6949152542%;
        }

            #foundation .threecolums-content .threecolums-item.last {
                float: right;
                margin-right: 0;
            }
    }

    #foundation .threecolums-content .threecolums-item img {
        margin-bottom: 50px;
        display: block;
        width: 100%;
        height: auto;
    }

    #foundation .threecolums-content .threecolums-item .basic-btn {
        margin-top: 20px;
    }

    #foundation .threecolums-content .threecolums-item .img-holder picture {
        display: block;
        position: relative;
    }

    #foundation .threecolums-content .threecolums-item .img-holder img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
        opacity: 0.5;
        margin: 0;
    }

    #foundation .threecolums-content .threecolums-item .img-holder h2 {
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        z-index: 99;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
    }

    #foundation .fourcolums-content {
        margin-bottom: 60px;
    }

        #foundation .fourcolums-content .fourcolums-item {
            margin: 0 0 30px 0;
        }

    @media (min-width: 768px) {
        #foundation .fourcolums-content .fourcolums-item {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }

            #foundation .fourcolums-content .fourcolums-item.last {
                float: right;
                margin-right: 0;
            }
    }

    #foundation .team-content .basic-inner-content {
        padding-bottom: 20px;
    }

    #foundation .team-content .team-item {
        margin: 30px 0;
    }

    @media (min-width: 768px) {
        #foundation .team-content .team-item {
            margin: 60px 0;
        }
    }

    #foundation .team-content .team-item .img-holder picture {
        display: block;
        position: relative;
    }

    #foundation .team-content .team-item .img-holder img {
        display: block;
        width: 100%;
        height: auto;
        z-index: 1;
    }

    #foundation.home .grid-masonry {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    #foundation.about .intro-content {
        background-image: url("../img/foundation/intro-content-bg.jpg");
    }

        #foundation.about .intro-content p {
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 18px;
            line-height: 2;
        }

        #foundation.about .intro-content .basic-inner-content {
            padding: 60px 0;
        }

    @media (min-width: 768px) {
        #foundation.about .intro-content .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.about .foundation-about-objetives-content-slider {
        position: relative;
        overflow: hidden;
    }

        #foundation.about .foundation-about-objetives-content-slider .swiper-slide {
            position: relative;
            text-align: center;
            padding: 50px 0;
        }

    @media (min-width: 768px) {
        #foundation.about .foundation-about-objetives-content-slider .swiper-slide {
            min-height: 390px;
            padding: 70px 50px 30px 50px;
            border-right: 1px solid #f4f4f4;
            text-align: left;
        }
    }

    #foundation.about .foundation-about-objetives-content-slider .swiper-slide .number {
        position: relative;
        margin: 0;
        font-weight: 700;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #acd7f5;
        line-height: 1;
        opacity: 0.4;
        font-size: 96px;
    }

    @media (min-width: 768px) {
        #foundation.about .foundation-about-objetives-content-slider .swiper-slide .number {
            position: absolute;
        }
    }

    @media (min-width: 768px) {
        #foundation.about .foundation-about-objetives-content-slider .swiper-slide .desc {
            padding-left: 100px;
        }
    }

    #foundation.about .foundation-about-objetives-content-slider .swiper-slide h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        color: #0058b1;
    }

    @media (min-width: 768px) {
        #foundation.about .foundation-about-objetives-content-slider .swiper-slide.twodigits .desc {
            padding-left: 140px;
        }
    }

    #foundation.about .values-content .tabs-menu {
        width: 100%;
        margin-bottom: 60px;
    }

        #foundation.about .values-content .tabs-menu li a {
            color: #484d53;
        }

            #foundation.about .values-content .tabs-menu li a:after {
                background-color: #333333;
            }

        #foundation.about .values-content .tabs-menu li.ui-tabs-active {
            border-bottom: 1px solid #333333;
        }

    #foundation.about .memory-content .memory-holder {
        position: relative;
        overflow: hidden;
    }

        #foundation.about .memory-content .memory-holder ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            #foundation.about .memory-content .memory-holder ul li {
                display: inline-block;
                text-align: center;
                margin: 0 20px 20px 20px;
            }

                #foundation.about .memory-content .memory-holder ul li img {
                    margin: 0 auto;
                    display: block;
                    -webkit-box-shadow: 0 0 15px 0 #00478f;
                    -moz-box-shadow: 0 0 15px 0 #00478f;
                    box-shadow: 0 0 15px 0 #00478f;
                }

    #foundation.about .foundation-day-content {
        background-image: url("../img/foundation/foundation-day-content-bg.jpg");
    }

        #foundation.about .foundation-day-content .basic-inner-content {
            padding: 60px 0;
        }

    @media (min-width: 768px) {
        #foundation.about .foundation-day-content .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.about .twocolums-content .twocolums-item h2 {
        color: #0058b1;
    }

    #foundation.about .eguna-slider {
        position: relative;
        overflow: hidden;
    }

        #foundation.about .eguna-slider .swiper-wrapper {
            padding: 0;
        }

            #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a {
                display: block;
                text-decoration: none;
                color: #484d53;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 13px;
            }

                #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a .img-holder {
                    margin-bottom: 12px;
                }

                    #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a .img-holder picture {
                        position: relative;
                    }

                    #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a .img-holder img {
                        display: block;
                        width: 100%;
                        height: auto;
                        object-position: 0 0;
                    }

                    #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder {
                        width: 43px;
                        height: 43px;
                        border: 1px solid #ffffff;
                        bottom: -1px;
                        left: -1px;
                        color: #ffffff;
                        margin-top: -43px;
                        position: relative;
                    }

                        #foundation.about .eguna-slider .swiper-wrapper .swiper-slide a .img-holder .icon-holder svg {
                            width: 16px;
                            height: 19px;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            margin-top: -9px;
                            margin-left: -8px;
                        }

    #foundation.education .threecolums-content {
        margin-bottom: 0;
    }

        #foundation.education .threecolums-content h2 {
            font-size: 18px;
        }

    #foundation.education .education-zubieta-content .imgBg {
        background-image: url("../img/foundation/education-zubieta-content-bg.jpg");
    }

        #foundation.education .education-zubieta-content .imgBg .basic-inner-content {
            padding: 60px 0;
        }

    @media (min-width: 768px) {
        #foundation.education .education-zubieta-content .imgBg .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.education .education-zubieta-content .basic-btn {
        margin-top: 20px;
    }

    #foundation.education .clubs {
        text-align: center;
    }

        #foundation.education .clubs ul {
            margin: 0 0 60px 0;
            padding: 0;
            list-style: none;
        }

            #foundation.education .clubs ul li {
                display: inline-block;
                text-align: center;
                margin: 40px 5px 0 5px;
            }

    @media (min-width: 768px) {
        #foundation.education .clubs ul li {
            margin: 40px 15px 0 15px;
        }
    }

    #foundation.education .clubs ul li a {
        text-align: center;
        text-decoration: none;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        color: #484d53;
        text-transform: uppercase;
    }

        #foundation.education .clubs ul li a span {
            display: block;
            margin-top: 15px;
        }

        #foundation.education .clubs ul li a:hover {
            color: #0058b1;
        }

    #foundation.education .education-zubieta-people-content .basic-inner-content {
        padding-top: 0;
    }

    #foundation.education .education-zubieta-people-content .imgBg {
        background-image: url("../img/foundation/education-zubieta-people-content-bg.jpg");
    }

        #foundation.education .education-zubieta-people-content .imgBg .basic-inner-content {
            padding: 60px 0;
        }

    @media (min-width: 768px) {
        #foundation.education .education-zubieta-people-content .imgBg .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.social .social-ikasibizi-content .imgBg {
        background-image: url("../img/foundation/social-ikasibizi-content-bg.jpg");
    }

        #foundation.social .social-ikasibizi-content .imgBg .basic-inner-content {
            padding: 60px 0;
        }

    @media (min-width: 768px) {
        #foundation.social .social-ikasibizi-content .imgBg .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.social .social-ikasibizi-content .h3-title.with-separator:after {
        background-color: #fff;
    }

    #foundation.social .social-ikasibizi-content .basic-btn {
        margin-top: 20px;
    }

    #foundation.ikasibizi .fourcolums-content .fourcolums-item p {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    #foundation.ikasibizi .ikasibizi-ametsbat-content {
        margin-bottom: 60px;
    }

        #foundation.ikasibizi .ikasibizi-ametsbat-content .imgBg {
            background-image: url("../img/foundation/ikasibizi-ametsbat-content-bg.jpg");
        }

            #foundation.ikasibizi .ikasibizi-ametsbat-content .imgBg .basic-inner-content {
                padding: 60px 0;
            }

    @media (min-width: 768px) {
        #foundation.ikasibizi .ikasibizi-ametsbat-content .imgBg .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.ikasibizi .ikasibizi-ametsbat-content .basic-btn {
        margin-top: 20px;
    }

    #foundation.ikasibizi .ikasibizi-txikiciclo-content {
        margin-bottom: 60px;
    }

        #foundation.ikasibizi .ikasibizi-txikiciclo-content .imgBg {
            background-image: url("../img/foundation/ikasibizi-txikiciclo-content-bg.jpg");
        }

            #foundation.ikasibizi .ikasibizi-txikiciclo-content .imgBg .basic-inner-content {
                padding: 160px 0;
            }

        #foundation.ikasibizi .ikasibizi-txikiciclo-content .basic-btn {
            margin-top: 20px;
        }

    #foundation.ikasibizi .hero-content .basic-btn {
        margin-top: 20px;
    }

    #foundation.ikasibizi .hero-content .basic-inner-content {
        padding: 60px 0;
    }

    @media (min-width: 768px) {
        #foundation.ikasibizi .hero-content .basic-inner-content {
            padding: 180px 0;
        }
    }

    #foundation.ikasibizi .form-content {
        margin-top: 60px;
    }

    #foundation.ikasibizi .tabs-menu {
        width: 100%;
        margin-bottom: 60px;
    }

        #foundation.ikasibizi .tabs-menu li a {
            color: #484d53;
        }

            #foundation.ikasibizi .tabs-menu li a:after {
                background-color: #333333;
            }

        #foundation.ikasibizi .tabs-menu li.ui-tabs-active {
            border-bottom: 1px solid #333333;
        }

    #foundation.ikasibizi .formui-checkbox:before, #foundation.ikasibizi .formui-radio:before {
        background: #ffffff;
    }

    #foundation.partner {
        background: #0058b1;
    }

        #foundation.partner .h2-title {
            padding: 20px 0;
            margin: 0;
            color: #fff;
        }

    @media (min-width: 768px) {
        #foundation.partner .h2-title {
            margin: 40px 0;
        }
    }

    #foundation.partner .h3-title {
        padding: 0;
        margin: 0;
        color: #fff;
        text-transform: none;
        font-size: 22px;
    }

    @media (min-width: 768px) {
        #foundation.partner .h3-title {
            margin: 10px 0 30px 0;
        }
    }

    #foundation.partner .partner-content .logos {
        text-align: center;
        margin: 0 auto;
        border-bottom: 1px solid #ffffff;
    }

        #foundation.partner .partner-content .logos ul {
            list-style: none;
            margin: 0 0 20px 0;
            padding: 0;
            font-size: 0;
            text-align: center;
        }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos ul {
            margin: 0 0 80px 0;
        }
    }

    #foundation.partner .partner-content .logos ul li {
        position: relative;
        display: inline-block;
        margin: 15px;
        width: inherit;
        float: none;
        vertical-align: bottom;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos ul li {
            margin: 30px;
        }
    }

    #foundation.partner .partner-content .logos ul li a {
        position: relative;
        margin: 0 auto;
        width: 360px;
        height: 280px;
        display: block;
        transform: scale(1);
        transition: all .25s;
    }

        #foundation.partner .partner-content .logos ul li a img {
            position: absolute;
            left: 0;
            width: 360px;
            height: 280px;
            transition: all .25s ease-in-out;
        }

            #foundation.partner .partner-content .logos ul li a img.bottom {
                opacity: 0;
            }

        #foundation.partner .partner-content .logos ul li a:hover img {
            transform: scale(1.1);
        }

            #foundation.partner .partner-content .logos ul li a:hover img.top {
                opacity: 0;
            }

            #foundation.partner .partner-content .logos ul li a:hover img.bottom {
                opacity: 1;
            }

    #foundation.partner .partner-content .logos .width9 a {
        zoom: .45;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos .width9 a {
            zoom: .9;
        }
    }

    #foundation.partner .partner-content .logos .width7 a {
        zoom: .35;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos .width7 a {
            zoom: .7;
        }
    }

    #foundation.partner .partner-content .logos .width6 a {
        zoom: .3;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos .width6 a {
            zoom: .6;
        }
    }

    #foundation.partner .partner-content .logos .width5 a {
        zoom: .25;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos .width5 a {
            zoom: .5;
        }
    }

    #foundation.partner .partner-content .logos .width4 a {
        zoom: .2;
    }

    @media (min-width: 768px) {
        #foundation.partner .partner-content .logos .width4 a {
            zoom: .4;
        }
    }

    #foundation.partner .partner-content .logos.no-border {
        margin-bottom: 0;
        border-bottom: none;
    }

    #foundation.partner .partner-content .logos:last-child {
        margin-bottom: 0;
        border-bottom: none;
    }

    #foundation.cooperate .tabs-menu {
        width: 100%;
        margin-bottom: 60px;
    }

        #foundation.cooperate .tabs-menu li a {
            color: #484d53;
        }

            #foundation.cooperate .tabs-menu li a:after {
                background-color: #333333;
            }

        #foundation.cooperate .tabs-menu li.ui-tabs-active {
            border-bottom: 1px solid #333333;
        }

    #foundation.cooperate .form-content {
        margin-top: 60px;
    }

    #foundation.cooperate .cooperate-content .basic-inner-content {
        padding-top: 0;
    }

    #foundation.cooperate .cooperate-content .info {
        font-size: 12px;
        line-height: 1.5;
    }

    #foundation.cooperate .choose {
        margin-top: 40px;
    }

    @media (min-width: 768px) {
        #foundation.cooperate .choose {
            margin-top: 60px;
        }
    }

    #foundation.cooperate .choose .title {
        margin-bottom: 30px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        color: #484d53;
        font-size: 14px;
        font-weight: bold;
    }

    #foundation.cooperate .choose a {
        width: 23.7288135593%;
        float: left;
        margin-right: 1.6949152542%;
        height: 50px;
        margin-bottom: 10px;
        padding: 30px 0;
        background: #F4F4F4;
        border-radius: 12px;
        font-size: 30px;
        line-height: 1;
        font-weight: bold;
        color: #0058b1;
        text-align: center;
        text-decoration: none;
        transition: all 0.2s ease;
    }

        #foundation.cooperate .choose a:hover, #foundation.cooperate .choose a:focus, #foundation.cooperate .choose a.active {
            background: #0058b1;
            color: #fff;
        }

        #foundation.cooperate .choose a:last-child {
            width: 23.7288135593%;
            float: right;
            margin-right: 0;
        }

        #foundation.cooperate .choose a.other {
            height: 20px;
            padding: 45px 0;
            font-size: 14px;
        }

    @media (min-width: 768px) {
        #foundation.cooperate .choose a {
            font-size: 40px;
        }

            #foundation.cooperate .choose a.other {
                font-size: 20px;
            }
    }

    #foundation.genuine #matchphase {
        margin-top: 50px;
    }

        #foundation.genuine #matchphase .basic-inner-content {
            padding: 0;
        }

        #foundation.genuine #matchphase .matchphase-teams-main {
            margin-bottom: 40px;
        }

        #foundation.genuine #matchphase .alert {
            margin-bottom: 40px;
        }

    .banner-anoeta {
        margin-bottom: 0;
        padding: 40px 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url("../img/anoeta/fondo_estrenamos_casa.jpg");
    }

    .banner-socios {
        background-image: url("../img/anoeta/fondo_socios.jpg") !important;
    }

    @media (min-width: 768px) {
        .banner-anoeta {
            padding: 120px 0;
        }
    }

    .banner-anoeta:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background: #000000;
        z-index: 1;
    }

    .banner-anoeta .hero-content {
        position: relative;
        z-index: 2;
    }

        .banner-anoeta .hero-content h2 {
            color: #ffffff;
            margin-top: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 26px;
            line-height: 1.2;
            text-transform: uppercase;
        }

            .banner-anoeta .hero-content h2 strong {
                display: block !important;
                font-weight: normal !important;
            }

    @media (min-width: 768px) {
        .banner-anoeta .hero-content h2 {
            font-size: 44px;
        }
    }

    .banner-anoeta .hero-content p {
        margin: 40px 0;
    }

    .banner-anoeta .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }


    #mireal.summary .banner-anoeta {
        margin-bottom: 0;
        padding: 40px 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url("../img/anoeta/fondo_estrenamos_casa.jpg");
    }

    @media (min-width: 768px) {
        #mireal.summary .banner-anoeta {
            padding: 120px 0;
        }
    }

    #mireal.summary .banner-anoeta:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background: #000000;
        z-index: 1;
    }

    #mireal.summary .banner-anoeta .hero-content {
        position: relative;
        z-index: 2;
    }

        #mireal.summary .banner-anoeta .hero-content h2 {
            color: #ffffff;
            margin-top: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 26px;
            line-height: 1.2;
            text-transform: uppercase;
        }

            #mireal.summary .banner-anoeta .hero-content h2 strong {
                display: block !important;
                font-weight: normal !important;
            }

    @media (min-width: 768px) {
        #mireal.summary .banner-anoeta .hero-content h2 {
            font-size: 44px;
        }
    }

    #mireal.summary .banner-anoeta .hero-content p {
        margin: 40px 0;
    }

    #mireal.summary .banner-anoeta .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }

    #mireal.summary .banner-anoeta.hero .hero-content {
        width: 100%;
        margin-right: 0;
    }


    #anoeta.relocation .accordion-basic-style .container:focus, #anoeta.relocation .accordion-basic-style .container:active {
        outline: none;
    }

    #anoeta.relocation .accordion-basic-style .accordion-title {
        margin: 0;
        padding: 0;
        line-height: 24px;
        padding: 0;
        cursor: pointer;
        text-align: right;
        color: #0058b1;
        font-size: 14px;
        font-family: "Playfair Display", Helvetica, Arial, serif;
        border-top: none;
    }

        #anoeta.relocation .accordion-basic-style .accordion-title:focus, #anoeta.relocation .accordion-basic-style .accordion-title:active {
            outline: none;
        }

        #anoeta.relocation .accordion-basic-style .accordion-title:before {
            content: "+";
            padding-right: 10px;
        }

    #anoeta.relocation .accordion-basic-style .accordion-holder {
        padding: 0 12px 36px 12px;
    }

        #anoeta.relocation .accordion-basic-style .accordion-holder p:first-child {
            margin-top: 0;
        }

        #anoeta.relocation .accordion-basic-style .accordion-holder p:last-child {
            margin-bottom: 0;
        }

    #anoeta .hero {
        margin-bottom: 0;
        padding: 40px 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url("../img/anoeta/anoeta-nocturno.jpg");
    }

    @media (min-width: 768px) {
        #anoeta .hero {
            padding: 120px 0;
        }
    }

    #anoeta .hero:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .4;
        background: #000000;
        z-index: 1;
    }

    #anoeta .hero .hero-content {
        position: relative;
        z-index: 2;
    }

        #anoeta .hero .hero-content h2 {
            color: #ffffff;
            margin-top: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 26px;
            line-height: 1.2;
            text-transform: uppercase;
        }

            #anoeta .hero .hero-content h2 strong {
                display: block !important;
                font-weight: normal !important;
            }

    @media (min-width: 768px) {
        #anoeta .hero .hero-content h2 {
            font-size: 44px;
        }
    }

    #anoeta .hero .hero-content p {
        margin: 40px 0;
    }

    #anoeta .hero .hero-content .basic-btn {
        margin: 0 10px 10px 0;
    }

    #anoeta.discover .billboard {
        overflow: inherit;
    }

    #anoeta.discover .title-holder {
        z-index: 2;
        position: relative;
        min-height: 180px;
    }

        #anoeta.discover .title-holder h1 {
            width: 100%;
            position: absolute;
            bottom: 0;
        }

    @media (min-width: 768px) {
        #anoeta.discover .title-holder {
            position: absolute;
        }
    }

    #anoeta.discover .intro-content {
        margin-bottom: 100px;
    }

    #anoeta.discover .with-video {
        display: block;
        position: relative;
    }

        #anoeta.discover .with-video .icon-holder {
            position: absolute;
            width: 43px;
            height: 43px;
            border: 1px solid #ffffff;
            bottom: -1px;
            left: -1px;
            color: #ffffff;
        }

            #anoeta.discover .with-video .icon-holder svg {
                width: 16px;
                height: 19px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -9px;
                margin-left: -8px;
            }

    #anoeta.discover .cd-product .cd-product-wrapper {
        margin-bottom: -45px;
    }

    @media (min-width: 768px) {
        #anoeta.discover .cd-product .cd-product-wrapper {
            margin-bottom: 0;
        }
    }

    @media (min-width: 768px) {
        #anoeta.discover .cd-product::after {
            content: '';
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 180px;
            bottom: 0;
            left: 0;
            right: 0;
            background: -moz-linear-gradient(top, rgba(0, 88, 177, 0) 0%, #0058b1 69%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 88, 177, 0)), color-stop(69%, #0058b1));
            background: -webkit-linear-gradient(top, rgba(0, 88, 177, 0) 0%, #0058b1 69%);
            background: -o-linear-gradient(top, rgba(0, 88, 177, 0) 0%, #0058b1 69%);
            background: -ms-linear-gradient(top, rgba(0, 88, 177, 0) 0%, #0058b1 69%);
            background: linear-gradient(to bottom, rgba(0, 88, 177, 0) 0%, #0058b1 69%);
        }
    }

    #anoeta.discover .cd-product p {
        margin: 15px 0 0 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 18px;
        line-height: 1;
        color: #0058b1;
        font-weight: bold;
        text-align: center;
    }

    #anoeta.discover .cd-product h4 {
        margin-bottom: 10px;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 18px;
        line-height: 1;
        color: #0058b1;
        font-weight: bold;
        text-align: center;
    }

    #anoeta.discover .cd-close-info {
        height: 25px;
        width: 25px;
    }

        #anoeta.discover .cd-close-info::after, #anoeta.discover .cd-close-info:before {
            background-color: #000;
        }

    #anoeta.discover .cd-product .cd-single-point {
        list-style: none;
    }


        /* Zonas 2019 */
        #anoeta.discover .cd-product .cd-single-point.area-3 {
            bottom: 32%;
            right: 27%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-3-vip {
            bottom: 36%;
            right: 25%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-4 {
            bottom: 29%;
            right: 29%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-5-1 {
            bottom: 33%;
            right: 21%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-5-2 {
            bottom: 30%;
            right: 18%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-5-3 {
            bottom: 27%;
            right: 15%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-8 {
            bottom: 32%;
            right: 32.6%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-9 {
            bottom: 37%;
            right: 33%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-10-2 {
            bottom: 29%;
            left: 42%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-plus-e {
            bottom: 32%;
            left: 46%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-plus-a {
            bottom: 32%;
            left: 52.7%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-premium {
            bottom: 32%;
            left: 49.4%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-10-3 {
            bottom: 29%;
            right: 42%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-11-1 {
            bottom: 32%;
            left: 39%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-11-2 {
            bottom: 37%;
            left: 41.2%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-11-3 {
            bottom: 37%;
            right: 41.2%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-11-3-2 {
            bottom: 32%;
            right: 39%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-12 {
            bottom: 24%;
            right: 24%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-14 {
            bottom: 29%;
            left: 29%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-15 {
            bottom: 32%;
            left: 27%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-15-vip {
            bottom: 36%;
            left: 25%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-16-1 {
            bottom: 33%;
            left: 21%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-16-2 {
            bottom: 30%;
            left: 18%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-16-3 {
            bottom: 27%;
            left: 15%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-19-1 {
            bottom: 32%;
            left: 32.6%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-19-2 {
            bottom: 37%;
            left: 33%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-21 {
            bottom: 24%;
            left: 24%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-A-1 {
            bottom: 48%;
            left: 41.5%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-A-2 {
            bottom: 48%;
            left: 57.3%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-B-1 {
            bottom: 43%;
            right: 40%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-B-2 {
            bottom: 43%;
            right: 49.6%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-B-3 {
            bottom: 43%;
            left: 40%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-D {
            bottom: 42%;
            right: 26%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-E-1 {
            bottom: 33%;
            right: 15%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-E-2 {
            bottom: 37%;
            right: 19%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-E-3 {
            bottom: 40%;
            right: 22%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-F {
            bottom: 43%;
            right: 32%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-L-1 {
            bottom: 33%;
            left: 15%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-L-2 {
            bottom: 37%;
            left: 19%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-L-3 {
            bottom: 40%;
            left: 22%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-M {
            bottom: 42%;
            left: 26%;
        }

        #anoeta.discover .cd-product .cd-single-point.area-N {
            bottom: 43%;
            left: 32%;
        }

    #anoeta.discover .visor360, #rsfan.abonados .visor360 {
        width: 100%;
        position: relative;
        height: 375px;
    }

    #anoeta.discover .switch_zone.active, #rsfan.abonados .switch_zone.active {
        border: 1px solid #0058b1;
        padding: 5px 10px;
    }

    #anoeta.discover .cd-more-info p a, #rsfan.abonados .cd-more-info p a {
        margin: 0 20px;
        cursor: pointer;
    }

    #anoeta.discover .visor360 #sceneList, #anoeta.discover .visor360 #titleBar, #anoeta.discover .visor360 #sceneListToggle, #anoeta.discover .visor360 #autorotateToggle, #rsfan.abonados .visor360 #sceneList, #rsfan.abonados .visor360 #titleBar, #rsfan.abonados .visor360 #sceneListToggle, #rsfan.abonados .visor360 #autorotateToggle {
        display: none;
    }

    /* Modal tabla */

    .visortable {
        background-color: #FFF;
        width: 600px;
        height: auto;
        padding: 20px;
        margin: 10% auto;
        position: relative;
    }

        .visortable canvas {
            left: 0;
        }

        .visortable h4 {
            margin-bottom: 10px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 18px;
            line-height: 1;
            color: #0058b1;
            font-weight: bold;
            text-align: center;
        }

        .visortable .cerrar_360 {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 20px;
            color: #000 !important;
        }

        .visortable p {
            margin: 15px 0 0 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 18px;
            line-height: 1;
            color: #0058b1;
            font-weight: bold;
            text-align: center;
        }

            .visortable p a {
                margin: 0 20px;
                color: #0058b1 !important;
                cursor: pointer;
            }

    .lenguaje-eu .visortable p a, .lenguaje-eu .cd-more-info p a {
        font-size: 14px;
        margin: 0 10px !important;
    }

    .v360table {
        background-color: rgba(0,0,0,.8);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        transition: all 1s;
        z-index: 999;
    }

    /*#visor360table:target {
    opacity: 1;
    pointer-events: auto;
}*/

    /* Fin modal */

    .url_visor {
        height: 680px;
        position: relative;
        width: 1180px;
        margin: 50px auto;
    }

        .url_visor #sceneList, .url_visor #titleBar, .url_visor #autorotateToggle {
            display: none;
        }

    .img360, .cerrar_360 {
        cursor: pointer;
    }

        .img360 img {
            width: 25px;
        }

    @media (max-width: 767px) {
        .url_visor {
            width: 100%;
            height: 275px;
            margin: 0;
        }

        .visortable {
            width: 100%;
            padding: 20px 0px;
        }

        #anoeta.discover .visor360, #rsfan.abonados .visor360 {
            height: 250px;
        }

        #anoeta.discover .cd-single-point .cd-more-info, #rsfan.abonados .cd-single-point .cd-more-info {
            padding: 20px 0px;
            height: 310px;
            top: 155px;
        }

        #anoeta.lenguaje-eu .cd-more-info p a, #rsfan.lenguaje-eu .cd-more-info p a {
            font-size: 12px !important;
            margin: 0 10px !important;
        }

        #anoeta.discover .area-F .cd-more-info, #rsfan.abonados .area-F .cd-more-info {
            height: 335px !important;
        }

        #anoeta.lenguaje-eu .cd-more-info p #btn-zona-f, #rsfan.lenguaje-eu .cd-more-info p #btn-zona-f {
            display: inline-block;
            margin-top: 10px !important;
        }

        #anoeta.discover .cd-more-info p a, #rsfan.abonados .cd-more-info p a {
            font-size: 15px;
        }

        .hidden-xs {
            display: none;
        }

        .visortable p a {
            line-height: 36px;
        }
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .cd-single-point .cd-more-info {
            height: 450px !important;
            padding: 20px 0 !important;
            top: 230px !important;
        }
    }

    #anoeta.discover .rates, #rsfan.abonados .rates {
        margin-bottom: 50px;
    }

    @media (min-width: 768px) {
        #anoeta.discover .rates, #rsfan.abonados .rates {
            margin-bottom: 100px;
        }
    }

    #anoeta .container.small-container {
        max-width: 760px;
    }

        #anoeta .container.small-container.small-container-note {
            background-color: #acd7f5;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            padding: 20px;
        }

            #anoeta .container.small-container.small-container-note p {
                font-size: 13px;
                margin: 0;
            }

                #anoeta .container.small-container.small-container-note p a {
                    color: #484d53;
                }

    #anoeta #start {
        padding-top: 80px;
    }

    #anoeta .alert {
        margin: 0;
        padding: 15px;
        color: #0058b1;
        background: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        border: 1px solid #0058b1;
    }

        #anoeta .alert.success {
            color: #008e3a;
            border: 1px solid #008e3a;
        }

        #anoeta .alert.errors {
            color: #d70a16;
            border: 1px solid #d70a16;
        }

    @media (min-width: 768px) {
        #anoeta .alert {
            padding: 25px;
            font-size: 14px;
        }
    }

    #anoeta .form-content {
        margin: 80px 0 150px 0;
    }

        #anoeta .form-content.nomargin {
            margin-top: 30px;
        }

    @media (min-width: 768px) {
        #anoeta .form-content.nomargin {
            margin-top: 0;
        }
    }

    #anoeta .form-content form {
        padding: 0;
        margin: 0;
    }

        #anoeta .form-content form fieldset {
            border: none;
            margin: 0;
            padding: 0;
        }

    #anoeta .form-content label, #anoeta .form-content legend {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 400;
        display: block;
        margin: 0 0 8px 0;
        color: #484d53;
        font-size: 14px;
    }

    #anoeta .form-content input, #anoeta .form-content textarea, #anoeta .form-content select {
        -webkit-appearance: none !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }

        #anoeta .form-content input[type=date] {
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
        }

    #anoeta .form-content .info {
        margin: 15px 0 0 0;
        font-size: 13px;
        line-height: 20px;
        color: #808892;
    }

        #anoeta .form-content .info span {
            color: #0058b1;
        }

    #anoeta .form-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #anoeta .form-content h3 {
        margin: 50px 0;
        text-align: center;
        color: #0058b1;
        font-size: 16px;
        font-family: "Playfair Display", Helvetica, Arial, serif;
    }

    #anoeta .form-content img {
        display: table;
        margin: 40px auto;
    }

    #anoeta .form-content .alert {
        margin-bottom: 30px;
    }

    #anoeta .form-content .form-group {
        position: relative;
        margin: 0 auto 30px auto;
    }

        #anoeta .form-content .form-group .input-container {
            position: relative;
            display: block;
            width: 100%;
        }

            #anoeta .form-content .form-group .input-container .form-control {
                display: block;
                width: 100%;
                padding: 0 15px;
                line-height: 45px;
                height: 45px;
                font-size: 14px;
                font-weight: 400;
                color: #0058b1;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                border: 1px solid #DFE6EE;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #anoeta .form-content .form-group .input-container .form-control::-webkit-input-placeholder {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control::-moz-placeholder {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control:-ms-input-placeholder {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control:-moz-placeholder {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control::-webkit-datetime-edit-text {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control::-webkit-datetime-edit-month-field {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control::-webkit-datetime-edit-day-field {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control::-webkit-datetime-edit-year-field {
                    color: #B0BAC5;
                }

                #anoeta .form-content .form-group .input-container .form-control:hover {
                    border-color: #BEC5CD;
                }

                #anoeta .form-content .form-group .input-container .form-control:focus {
                    border-color: rgba(82, 168, 236, 0.8);
                    outline: 0;
                    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
                }

            #anoeta .form-content .form-group .input-container .field-validation-error {
                margin-top: 16px;
                position: relative;
                display: block;
                padding: 10px;
                color: #ffffff;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 12px;
                text-align: center;
                background: #d70a16;
            }

                #anoeta .form-content .form-group .input-container .field-validation-error:before {
                    position: absolute;
                    content: '';
                    width: 0;
                    height: 0;
                    border: 6px solid transparent;
                    border-bottom-color: #d70a16;
                    left: 50%;
                    margin-left: -5px;
                    top: -12px;
                }

            #anoeta .form-content .form-group .input-container .selectric {
                border: 1px solid #DFE6EE;
                background: #ffffff;
            }

                #anoeta .form-content .form-group .input-container .selectric .label {
                    margin: 0;
                    padding: 0 15px;
                    line-height: 45px;
                    height: 45px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #B0BAC5;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                }

                #anoeta .form-content .form-group .input-container .selectric .arrow {
                    color: #B0BAC5;
                }

            #anoeta .form-content .form-group .input-container .selectric-open .selectric {
                border-color: rgba(82, 168, 236, 0.8);
            }

            #anoeta .form-content .form-group .input-container .selectric-items {
                margin-top: 5px;
                background: #ffffff;
                border-color: rgba(82, 168, 236, 0.8);
                outline: 0;
                box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
            }

                #anoeta .form-content .form-group .input-container .selectric-items li {
                    padding: 0 15px;
                    line-height: 45px;
                    height: 45px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #B0BAC5;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                }

                    #anoeta .form-content .form-group .input-container .selectric-items li.highlighted {
                        background: #0058b1;
                        color: #ffffff;
                    }

                        #anoeta .form-content .form-group .input-container .selectric-items li.highlighted:hover {
                            background: #0058b1;
                            color: #ffffff;
                        }

                    #anoeta .form-content .form-group .input-container .selectric-items li:hover {
                        background: #DFE6EE;
                        color: #0058b1;
                    }

            #anoeta .form-content .form-group .input-container .formui-radio, #anoeta .form-content .form-group .input-container .formui-checkbox {
                margin-right: 40px;
                display: inline-block;
                color: #B0BAC5;
                margin-bottom: 0;
            }

                #anoeta .form-content .form-group .input-container .formui-radio input, #anoeta .form-content .form-group .input-container .formui-checkbox input {
                    opacity: 0;
                    position: absolute;
                    left: 0;
                }

                #anoeta .form-content .form-group .input-container .formui-radio:before, #anoeta .form-content .form-group .input-container .formui-checkbox:before {
                    content: '';
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    vertical-align: middle;
                    margin-right: 10px;
                    border: 1px solid #DFE6EE;
                    border-radius: 50%;
                    font-size: 24px;
                    line-height: 16px;
                }

                #anoeta .form-content .form-group .input-container .formui-radio:hover:before, #anoeta .form-content .form-group .input-container .formui-radio:focus:before, #anoeta .form-content .form-group .input-container .formui-checkbox:hover:before, #anoeta .form-content .form-group .input-container .formui-checkbox:focus:before {
                    border-color: #BEC5CD;
                }

                #anoeta .form-content .form-group .input-container .formui-radio.checked:before, #anoeta .form-content .form-group .input-container .formui-checkbox.checked:before {
                    background: #0058b1;
                    border-color: #0058b1;
                    color: #ffffff;
                    content: "·";
                    font-weight: bold;
                    text-align: center;
                }

            #anoeta .form-content .form-group .input-container.byrow .formui-radio, #anoeta .form-content .form-group .input-container.byrow .formui-checkbox {
                margin: 10px 0 20px 0;
                display: block;
            }

        #anoeta .form-content .form-group.disabled .form-control {
            color: #B0BAC5;
            background: #F4F4F4;
        }

            #anoeta .form-content .form-group.disabled .form-control:hover {
                border-color: #DFE6EE;
            }

        #anoeta .form-content .form-group .file-container {
            display: inline-block;
            position: relative;
            margin-right: 15px;
        }

            #anoeta .form-content .form-group .file-container label {
                padding: 8px 18px;
                border: 1px solid #484d53;
                text-transform: uppercase;
                cursor: pointer;
                z-index: 1;
            }

            #anoeta .form-content .form-group .file-container input {
                position: absolute;
                top: 0;
                width: 150px;
                height: 40px;
                opacity: 0;
                z-index: 2;
                cursor: pointer;
            }

    #anoeta .form-content .subform .subform-title {
        float: left;
        display: inline-block;
        margin: 0 0 15px 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 14px;
        line-height: 1.4;
        font-weight: bold;
    }

    #anoeta .form-content .subform .delete {
        margin: 0 0 15px 0;
        font-size: 14px;
        line-height: 1.4;
        float: right;
        display: inline-block;
        color: #d70a16;
    }

    #anoeta .form-content .subform .subform-content {
        clear: both;
        display: list-item;
        position: relative;
        margin: 0 auto;
        padding: 30px 0 0 0;
        border-top: 1px solid #f4f4f4;
    }

    #anoeta .form-content .subform .basic-btn {
        margin-bottom: 60px;
        display: block;
    }

    #anoeta .form-content .subform .one {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    #anoeta .form-content .subform .two {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #anoeta .form-content .subform .two {
            width: 49.1525423729%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #anoeta .form-content .subform .two.last {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    @media (min-width: 768px) {
        #anoeta .form-content .subform .two.last {
            width: 49.1525423729%;
            float: right;
            margin-right: 0;
        }
    }

    #anoeta .form-content .subform .form-group.form-group-buttons {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    #anoeta .form-content .info-avatar {
        margin-bottom: 30px;
    }

        #anoeta .form-content .info-avatar p {
            margin: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 12px;
            line-height: 20px;
        }

    #anoeta .thanks {
        margin: 100px 0;
    }

        #anoeta .thanks h2 {
            margin-bottom: 30px;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 34px;
            line-height: 44px;
            color: #0058b1;
            font-weight: 700;
        }

    @media (min-width: 768px) {
        #anoeta .thanks h2 {
            font-size: 68px;
            line-height: 78px;
        }
    }

    #anoeta .thanks .intro {
        margin: 20px 0;
    }

    @media (min-width: 768px) {
        #anoeta .thanks .intro {
            margin: 40px 0;
        }
    }

    #anoeta .intro .basic-btn {
        display: table;
        margin: 40px auto;
    }

    #anoeta .relocation-nav {
        text-align: center;
        margin: 0 0 60px 0;
        padding: 20px 0;
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        list-style: none;
    }

        #anoeta .relocation-nav li {
            margin: 0;
            padding: 0;
            display: inline-block;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            line-height: 16px;
            font-weight: 700;
            color: #E3E3E3;
            text-align: center;
            text-transform: uppercase;
            counter-increment: step-counter;
            width: 30%;
            vertical-align: top;
        }

    @media (min-width: 768px) {
        #anoeta .relocation-nav li {
            margin: 0 30px 0 0;
            text-align: left;
            font-size: 12px;
            width: auto;
        }
    }

    @media (min-width: 1024px) {
        #anoeta .relocation-nav li {
            font-size: 16px;
            line-height: 20px;
        }
    }

    #anoeta .relocation-nav li.active {
        color: #0058b1;
    }

        #anoeta .relocation-nav li.active:before {
            background: #0058b1;
        }

    #anoeta .relocation-nav li:last-child {
        margin-right: 0;
    }

    #anoeta .relocation-nav li:before {
        content: counter(step-counter);
        margin: 0 auto 5px auto;
        background: #E3E3E3;
        color: #ffffff;
        font-weight: bold;
        font-size: 14px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        display: block;
        text-align: center;
        border-radius: 50%;
    }

    @media (min-width: 1024px) {
        #anoeta .relocation-nav li:before {
            font-size: 18px;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
    }

    @media (min-width: 768px) {
        #anoeta .relocation-nav li:before {
            margin: 0 15px 0 0;
            display: inline-block;
        }
    }

    #anoeta .faqs {
        margin-top: 100px;
        display: flex;
        flex-wrap: wrap;
    }

        #anoeta .faqs .faqs-item {
            text-align: center;
            display: flex;
            flex-direction: column;
            height: auto;
            width: 100%;
            float: left;
            margin-left: 0;
            margin-right: 0;
        }

    @media (min-width: 768px) {
        #anoeta .faqs .faqs-item {
            width: 23.7288135593%;
            float: left;
            margin-right: 1.6949152542%;
        }
    }

    #anoeta .faqs .faqs-item img {
        margin-bottom: 10px;
        width: 80px;
    }

    #anoeta .faqs .faqs-item h2 {
        color: #0058b1;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }

    #anoeta .faqs .faqs-item p {
        line-height: 1.4;
    }

    #anoeta .faqs .faqs-item .faqs-item-wrap {
        padding: 10px 0;
        height: 100%;
    }

    @media (min-width: 768px) {
        #anoeta .faqs .faqs-item .faqs-item-wrap {
            padding: 10px 20px 10px 0;
            border-right: 1px solid #f4f4f4;
        }
    }

    #anoeta .faqs .faqs-item:last-child {
        float: right;
        margin-right: 0;
    }

        #anoeta .faqs .faqs-item:last-child .faqs-item-wrap {
            border-right: none;
        }

    #anoeta .anoeta-relocation-content-slider, .anoeta-relocation-content-slider {
        text-align: center;
        position: relative;
        overflow: hidden;
        padding: 30px 0 0 0;
        margin-bottom: 100px;
    }

        #anoeta .anoeta-relocation-content-slider h2, .anoeta-relocation-content-slider h2 {
            position: relative;
            z-index: 2;
            color: #0058b1;
        }

        #anoeta .anoeta-relocation-content-slider .swiper-slide, .anoeta-relocation-content-slider .swiper-slide {
            z-index: 1;
            position: relative;
            text-align: center;
            padding: 20px 0 40px 0;
        }

            #anoeta .anoeta-relocation-content-slider .swiper-slide .number, .anoeta-relocation-content-slider .swiper-slide .number {
                z-index: 1;
                position: absolute;
                top: -200px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                margin: 0;
                font-weight: 700;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                color: #fff;
                line-height: 0.8;
                opacity: 0.4;
                font-size: 900px;
            }

            #anoeta .anoeta-relocation-content-slider .swiper-slide .desc, .anoeta-relocation-content-slider .swiper-slide .desc {
                max-width: 720px;
                margin-left: auto;
                margin-right: auto;
                position: relative;
                z-index: 2;
                margin: 0 20px 30px 20px;
            }

                #anoeta .anoeta-relocation-content-slider .swiper-slide .desc:after, .anoeta-relocation-content-slider .swiper-slide .desc:after {
                    content: " ";
                    display: block;
                    clear: both;
                }

    @media (min-width: 768px) {
        #anoeta .anoeta-relocation-content-slider .swiper-slide .desc, .anoeta-relocation-content-slider .swiper-slide .desc {
            margin: 0 auto 30px auto;
        }
    }

    #anoeta .anoeta-relocation-content-slider .swiper-slide img, .anoeta-relocation-content-slider .swiper-slide img {
        margin-top: 20px;
        height: 100px;
        max-width: 180px;
    }

    #anoeta .anoeta-relocation-content-slider .swiper-pagination, .anoeta-relocation-content-slider .swiper-pagination {
        margin: 0;
        padding: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        display: table;
        width: auto;
        height: auto;
        bottom: 12px;
    }

        #anoeta .anoeta-relocation-content-slider .swiper-pagination span, .anoeta-relocation-content-slider .swiper-pagination span {
            display: inline-block;
            width: auto;
            height: auto;
            border-radius: 0;
            background: none;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 11px;
            font-weight: 700;
        }

    #anoeta .join-relocation h2 {
        text-align: center;
        color: #0058b1;
        text-transform: uppercase;
    }

    /* ==========================================================================
   Helper classes
   ========================================================================== */
    /*
 * Hide visually and from screen readers
 */
    .hidden {
        display: none;
    }

    /*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
    .visuallyhidden {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        /*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
        .visuallyhidden.focusable:active,
        .visuallyhidden.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    /*
 * Hide visually and from screen readers, but maintain layout
 */
    .invisible {
        visibility: hidden;
    }

    /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
    .clearfix:before,
    .clearfix:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }

    .clearfix:after {
        clear: both;
    }

    /* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
    @media only screen and (min-width: 35em) {
        /* Style adjustments for viewports that meet the condition */
    }

    @media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    }

    /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
    @media print {
        *,
        *:before,
        *:after,
        *:first-letter,
        *:first-line {
            background: transparent !important;
            color: #000 !important;
            /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
            box-shadow: none !important;
            text-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

            a[href]:after {
                content: " (" attr(href) ")";
            }

        abbr[title]:after {
            content: " (" attr(title) ")";
        }
        /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: "";
        }

        pre,
        blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
        thead {
            display: table-header-group;
        }

        tr,
        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        p,
        h2,
        h3 {
            orphans: 3;
            widows: 3;
        }

        h2,
        h3 {
            page-break-after: avoid;
        }
    }

    #login-sidebar {
        top: 0;
        position: fixed;
        overflow: scroll;
        background: #acd7f5;
        padding: 0;
        width: 100%;
        height: 100vh;
        margin: 0;
        float: right;
        text-align: center;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        z-index: 9999;
    }

    @media (min-width: 768px) {
        #login-sidebar {
            position: relative;
            padding: 0 40px;
            max-width: 360px;
            height: 100vh;
            min-height: 640px;
            width: inherit;
        }
    }

    #login-sidebar .container {
        padding: 50px 0;
        height: 100%;
        display: table;
        overflow: scroll;
    }

        #login-sidebar .container .container-holder {
            display: table-cell;
            vertical-align: middle;
        }

            #login-sidebar .container .container-holder h3 {
                font-size: 28px;
                font-family: "Playfair Display", Helvetica, Arial, serif;
                font-weight: bold;
                margin-bottom: 40px;
            }

            #login-sidebar .container .container-holder p {
                font-size: 14px;
                line-height: 21px;
            }

            #login-sidebar .container .container-holder ul {
                list-style: none;
                margin: 30px 0;
                padding: 0;
                font-size: 14px;
                line-height: 21px;
                color: #0058b1;
            }

                #login-sidebar .container .container-holder ul li {
                    margin-bottom: 12px;
                }

            #login-sidebar .container .container-holder .login-sidebar-claim {
                margin: 40px 0 30px 0;
                font-size: 16px;
                font-weight: bold;
            }

            #login-sidebar .container .container-holder .avatar {
                margin: 20px 0;
                display: inline-block;
                width: 120px;
                height: 120px;
                border-radius: 50%;
                vertical-align: middle;
            }

            #login-sidebar .container .container-holder .avatar-holder {
                position: relative;
                margin: 20px auto;
                width: 110px;
                height: 110px;
                border-radius: 50%;
                border: 5px solid #acd7f5;
                -webkit-box-shadow: 0 0 0 3px #484d53;
                -moz-box-shadow: 0 0 0 3px #484d53;
                box-shadow: 0 0 0 3px #484d53;
            }

                #login-sidebar .container .container-holder .avatar-holder img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    top: 0;
                    left: 0;
                    clip-path: circle(55px at center);
                    object-fit: cover;
                }

            #login-sidebar .container .container-holder .login-sidebar-hello {
                margin: 20px 0;
                font-size: 16px;
                font-weight: bold;
            }

            #login-sidebar .container .container-holder .basic-btn {
                margin-top: 20px;
            }

            #login-sidebar .container .container-holder .notifications-holder {
                margin: 40px 0 30px 0;
            }

                #login-sidebar .container .container-holder .notifications-holder .notification {
                    margin-top: 2px;
                    padding: 20px;
                    background: #c0e2f9;
                }

                    #login-sidebar .container .container-holder .notifications-holder .notification .close {
                        float: right;
                        width: 22px;
                        height: 22px;
                        line-height: 22px;
                        position: relative;
                        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;
                        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;
                    }

                    #login-sidebar .container .container-holder .notifications-holder .notification p {
                        margin: 0;
                        padding-right: 30px;
                        text-align: left;
                        font-size: 13px;
                        line-height: 20px;
                    }

    .mfp-container {
        padding: 0;
    }

    .mfp-move-from-top {
        /* start state */
        /* animate in */
        /* animate out */
    }

        .mfp-move-from-top .mfp-content {
            vertical-align: top;
        }

        .mfp-move-from-top .mfp-with-anim {
            opacity: 0;
            transition: all 0.2s;
            transform: translateX(100px);
        }

        .mfp-move-from-top.mfp-bg {
            opacity: 0;
            transition: all 0.2s;
        }

        .mfp-move-from-top.mfp-ready .mfp-with-anim {
            opacity: 1;
            transform: translateX(0);
        }

        .mfp-move-from-top.mfp-ready.mfp-bg {
            opacity: 0.3;
        }

        .mfp-move-from-top.mfp-removing .mfp-with-anim {
            transform: translateX(50px);
            opacity: 0;
        }

        .mfp-move-from-top.mfp-removing.mfp-bg {
            opacity: 0;
        }

    /* 

====== "Hinge" close effect ======

*/
    @keyframes hinge {
        0% {
            transform: rotate(0);
            transform-origin: top left;
            animation-timing-function: ease-in-out;
        }

        20%, 60% {
            transform: rotate(80deg);
            transform-origin: top left;
            animation-timing-function: ease-in-out;
        }

        40% {
            transform: rotate(60deg);
            transform-origin: top left;
            animation-timing-function: ease-in-out;
        }

        80% {
            transform: rotate(60deg) translateY(0);
            opacity: 1;
            transform-origin: top left;
            animation-timing-function: ease-in-out;
        }

        100% {
            transform: translateY(700px);
            opacity: 0;
        }
    }

    .hinge {
        animation-duration: 1s;
        animation-name: hinge;
    }

    .mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
        opacity: 0;
        transition: opacity .5s ease-out;
    }

    .mfp-with-fade.mfp-ready .mfp-content {
        opacity: 1;
    }

    .mfp-with-fade.mfp-ready.mfp-bg {
        opacity: 0.8;
    }

    .mfp-with-fade.mfp-removing.mfp-bg {
        opacity: 0;
    }

    /* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
    .cd-container {
        /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
        width: 100%;
        margin: 0 auto;
    }

        .cd-container:after {
            content: "";
            display: table;
            clear: both;
        }

    .cd-img-replace {
        /* replace text with background images */
        display: inline-block;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

    /* -------------------------------- 

Main components 

-------------------------------- */
    .cd-product {
        text-align: center;
    }

    .cd-product-wrapper {
        display: inline-block;
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

        .cd-product-wrapper > img {
            display: block;
        }

    .cd-single-point {
        position: absolute;
        border-radius: 50%;
    }

        .cd-single-point > a {
            position: relative;
            z-index: 2;
            display: block;
            width: 20px;
            height: 20px;
            border-radius: inherit;
            background: #0058b1;
            box-shadow: none;
            -webkit-transition: background-color 0.2s;
            -moz-transition: background-color 0.2s;
            transition: background-color 0.2s;
            cursor: pointer;
        }

            .cd-single-point > a::after, .cd-single-point > a:before {
                /* rotating plus icon */
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                bottom: auto;
                right: auto;
                -webkit-transform: translateX(-50%) translateY(-50%);
                -moz-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                -o-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
                background-color: #ffffff;
                -webkit-transition-property: -webkit-transform;
                -moz-transition-property: -moz-transform;
                transition-property: transform;
                -webkit-transition-duration: 0.2s;
                -moz-transition-duration: 0.2s;
                transition-duration: 0.2s;
            }

            .cd-single-point > a::after {
                height: 2px;
                width: 8px;
            }

            .cd-single-point > a::before {
                height: 8px;
                width: 2px;
            }

        .cd-single-point::after {
            /* this is used to create the pulse animation */
            content: '';
            position: absolute;
            z-index: 1;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            border-radius: inherit;
            background-color: transparent;
            -webkit-animation: cd-pulse 2s infinite;
            -moz-animation: cd-pulse 2s infinite;
            animation: cd-pulse 2s infinite;
        }

        .cd-single-point.is-open > a {
            background: #acd7f5;
        }

        .cd-single-point.is-open::after {
            /* remove pulse effect */
            display: none;
        }

        .cd-single-point.is-open .cd-more-info {
            visibility: visible;
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
            -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
            transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        }

        .cd-single-point.visited > a {
            background-color: #acd7f5;
        }

        .cd-single-point.visited::after {
            /* pulse effect no more active on visited elements */
            display: none;
        }

    @media only screen and (min-width: 600px) {
        .cd-single-point.is-open .cd-more-info.cd-left {
            right: 140%;
        }

        .cd-single-point.is-open .cd-more-info.cd-right {
            left: 140%;
        }

        .cd-single-point.is-open .cd-more-info.cd-top {
            bottom: 140%;
        }

        .cd-single-point.is-open .cd-more-info.cd-bottom {
            top: 140%;
        }
    }

    @-webkit-keyframes cd-pulse {
        0% {
            -webkit-transform: scale(1);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        50% {
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        100% {
            -webkit-transform: scale(1.6);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0);
        }
    }

    @-moz-keyframes cd-pulse {
        0% {
            -moz-transform: scale(1);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        50% {
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        100% {
            -moz-transform: scale(1.6);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0);
        }
    }

    @keyframes cd-pulse {
        0% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        50% {
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0.5);
        }

        100% {
            -webkit-transform: scale(1.6);
            -moz-transform: scale(1.6);
            -ms-transform: scale(1.6);
            -o-transform: scale(1.6);
            transform: scale(1.6);
            box-shadow: inset 0 0 1px 1px rgba(172, 215, 245, 0);
        }
    }

    .cd-single-point .cd-more-info {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        text-align: left;
        line-height: 1.5;
        background-color: white;
        padding: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    }

        .cd-single-point .cd-more-info::before {
            /* triangle next to the interest point description - hidden on mobile */
            content: '';
            position: absolute;
            height: 0;
            width: 0;
            display: none;
            border: 8px solid transparent;
        }

    @media only screen and (min-width: 800px) {
        .cd-single-point > a {
            position: relative;
            z-index: 2;
            display: block;
            width: 25px;
            height: 25px;
            border-radius: inherit;
            background: #0058b1;
            box-shadow: none;
            -webkit-transition: background-color 0.2s;
            -moz-transition: background-color 0.2s;
            transition: background-color 0.2s;
        }

            .cd-single-point > a::after {
                height: 2px;
                width: 12px;
            }

            .cd-single-point > a::before {
                height: 12px;
                width: 2px;
            }

        .cd-single-point .cd-more-info {
            position: absolute;
            width: 320px;
            height: auto;
            padding: 15px;
            overflow-y: visible;
            line-height: 1.4;
            z-index: 9999;
        }

            .cd-single-point .cd-more-info::before {
                display: block;
            }

            .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
            }

                .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
                    top: 50%;
                    bottom: auto;
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .cd-single-point .cd-more-info.cd-left {
                right: 160%;
                left: auto;
            }

                .cd-single-point .cd-more-info.cd-left::before {
                    border-left-color: rgba(255, 255, 255, 0.95);
                    left: 100%;
                }

            .cd-single-point .cd-more-info.cd-right {
                left: 160%;
                right: auto;
            }

                .cd-single-point .cd-more-info.cd-right::before {
                    border-right-color: rgba(255, 255, 255, 0.95);
                    right: 100%;
                }

            .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
                left: 50%;
                right: auto;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                -o-transform: translateX(-50%);
                transform: translateX(-50%);
            }

                .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
                    left: 50%;
                    right: auto;
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -ms-transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    transform: translateX(-50%);
                }

            .cd-single-point .cd-more-info.cd-top {
                bottom: 160%;
                top: auto;
            }

                .cd-single-point .cd-more-info.cd-top::before {
                    border-top-color: rgba(255, 255, 255, 0.95);
                    top: 100%;
                }

            .cd-single-point .cd-more-info.cd-bottom {
                top: 160%;
            }

                .cd-single-point .cd-more-info.cd-bottom::before {
                    border-bottom-color: rgba(255, 255, 255, 0.95);
                    bottom: 100%;
                }

        .cd-close-info {
            top: 100px;
        }
    }

    @media only screen and (min-width: 1100px) {
        .cd-single-point .cd-more-info {
            width: 600px;
        }
    }

    .cd-close-info {
        position: fixed;
        top: 10px;
        right: 10px;
        height: 44px;
        width: 44px;
    }

        .cd-close-info::after, .cd-close-info:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            bottom: auto;
            right: auto;
            -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
            transform: translateX(-50%) translateY(-50%) rotate(45deg);
            background-color: #ffffff;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        .cd-close-info::after {
            height: 2px;
            width: 16px;
        }

        .cd-close-info::before {
            height: 16px;
            width: 2px;
        }

    .carrusel-azul-home {
        background-color: #0058b1;
    }

        .carrusel-azul-home.related-content-slider .swiper-wrapper .swiper-slide a {
            color: #FFF;
        }

    .tabla-info {
        font-size: 13px;
        margin-bottom: 20px;
    }

    table.tabla-info td {
        text-align: left;
    }

    .blue-holder {
        background-color: #0058b1;
    }

    .qr-content .imgBg {
        position: relative;
        background-image: url(../img/anoeta/fondo_qr_maitea.jpg);
    }

    #qr-video .img-responsive {
        width: 100%;
    }

    #qr-video .with-video .icon-holder {
        position: absolute;
        width: 50px;
        height: 50px;
        border: 1px solid #ffffff;
        bottom: 50%;
        left: 0;
        right: 0;
        color: #ffffff;
        border-radius: 50%;
        margin: 0 auto;
    }

        #qr-video .with-video .icon-holder svg {
            width: 16px;
            height: 19px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -9px;
            margin-left: -8px;
        }

    .qr_2col {
        display: inline-block;
        width: 47%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        margin: 15px 0;
    }

        .qr_2col img {
            width: 100%;
        }

    .politica_galerias {
        font-size: 14px;
    }

    #proceso {
        margin-bottom: 0 !important;
    }

    #divLogin, #nlogin .last {
        max-width: 600px;
        margin: auto;
    }

    .txt-center {
        text-align: center;
    }

    @media (max-width: 767px) {
        #qr-video .with-video .icon-holder {
            bottom: 60%;
        }

        .qr_2col {
            width: 92%;
        }
    }

    .logo_menu::before {
        content: "";
        background-image: url('../img/logo_menu_reale.png');
        width: 15px;
        height: 15px;
        position: absolute;
        left: 15px;
    }

    @media (max-width: 1024px) {
        .logo_menu::before {
            left: -10px;
            transform: scale(0.6);
        }
    }

    @media (max-width: 667px) {
        .logo_menu::before {
            left: 250px;
            transform: scale(1.5);
            top: 30px;
        }
    }

    .temporada-nav ul {
        list-style: none;
        text-align: center;
        padding-left: 0;
    }

        .temporada-nav ul li {
            width: auto;
            display: inline-block;
            margin: 0 10px;
        }

            .temporada-nav ul li a {
                text-decoration: none !important;
                color: #484d53;
                text-transform: uppercase;
                font-size: 15px;
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                padding: 10px;
            }

                .temporada-nav ul li a.active {
                    border: 1px solid #484d53;
                    border-radius: 2px;
                }

    .detalle-noticia .entry-content p {
        text-align: justify;
    }

    .indicadores .ver_mas {
        margin: 0 60px;
    }

        .indicadores .ver_mas table tbody tr th {
            border: 1px solid #484d53;
            padding: 15px;
            height: auto;
        }

        .indicadores .ver_mas table tbody tr td {
            border: 1px solid #484d53;
            padding: 10px 15px;
            height: auto;
            background: #FFF;
            text-align: left;
        }

        .indicadores .ver_mas > p:first-child {
            margin-top: 0 !important;
        }

    .indicadores h4 span {
        float: right;
        font-weight: normal;
    }

    @media only screen and (max-width:768px) {
        .mm-menu {
            background: #0058b1;
        }

        .mm-panels > .mm-panel.mm-hasnavbar {
            padding-top: 70px;
        }

        .mm-panels .mm-panel .mm-listview > li > a, .mm-panels .mm-panel .mm-listview > li > span {
            color: #ffffff !important;
            text-align: left;
            padding: 15px 10px 15px 25px;
            font-size: 50px;
            font-weight: bold;
            line-height: 50px;
            break-inside: initial;
            white-space: normal;
        }

        .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
            border-color: #ffffff;
        }

        .mm-panels .main-menu-container-content-header ul.mm-listview {
            position: absolute;
            left: 15px;
            top: 35px;
        }

            .mm-panels .main-menu-container-content-header ul.mm-listview li a, .mm-panels .item > a {
                color: #ffffff !important;
            }

        .mm-menu .mm-listview > li .mm-next:after {
            border-color: #ffffff !important;
        }

        .mm-panels .mm-panel .mm-listview > li .mm-next:after {
            border-color: #ffffff;
        }

        .mm-next:after, .mm-prev:before {
            border-top: 1px solid transparent;
            border-left: 1px solid transparent;
            width: 15px;
            height: 15px;
        }

        .main-menu-container-content-header .close-button {
            left: inherit;
            right: 20px;
            top: 10px;
        }

            .main-menu-container-content-header .close-button i:before, .main-menu-container-content-header .close-button i:after {
                background-color: #ffffff;
            }

        .mm-panels .mm-panel .mm-navbar .mm-title {
            color: #ffffff;
        }

        .mm-navbar {
            border-bottom: solid 1px #fff;
        }

            .mm-navbar .search a {
                font-size: 20px;
                text-align: center;
                font-family: 'Montserrat';
                font-weight: 500;
                text-transform: uppercase;
                padding-top: 50px;
            }
    }

    @media only screen and (max-width:440px) {
        .mm-panels .mm-panel .mm-listview > li > a, .mm-panels .mm-panel .mm-listview > li > span {
            font-size: 35px;
            line-height: 40px;
        }
    }

    /* Hospitality */

    .hospitality header.navbar .top-nav {
        background-color: #D4AF37;
    }

    .hospitality header.navbar .main-menu .section-menu-container ul li.first-level {
        width: auto;
        display: inline-block;
        float: none;
        margin: 0px 20px;
        text-transform: uppercase;
        font-family: 'Montserrat';
    }

    .hospitality .h2-title.with-separator:after {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background-color: #D4AF37;
        margin: 20px auto;
    }

    .hospitality .h3-title.with-separator {
        color: #D4AF37;
        font-weight: bold;
    }

    .hospitality header.navbar .main-bar .open-menu {
        color: #D4AF37;
    }

        .hospitality header.navbar .main-bar .open-menu .icon-container i:before, .hospitality header.navbar .main-bar .open-menu .icon-container i:after, .hospitality header.navbar .main-bar .open-menu .icon-container i {
            background-color: #D4AF37;
        }

    .hospitality .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content a, .hospitality .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content .login-button svg, .hospitality .headroom--not-top.navbar .top-nav .top-nav-content .main-top-nav-content a {
        color: #D4AF37 !important;
    }

    .hospitality .carrusel-oro-home {
        background-color: #D4AF37;
    }

    .hospitality .related-content-slider .swiper-wrapper .swiper-slide a {
        color: white;
    }

    .hospitality .descubre-hospitality a {
        text-decoration: none;
        color: #FFF;
    }

    .hospitality .descubre-hospitality .enter_3d {
        text-align: center;
        display: block;
        margin-top: 120px;
    }

        .hospitality .descubre-hospitality .enter_3d img {
            background-color: rgba(0,0,0,.8);
            border-radius: 50%;
            padding: 20px;
        }

    .hospitality .modal-contenido {
        margin: 0 auto;
        position: relative;
        max-width: 800px;
        width: 90%;
    }

        .hospitality .modal-contenido iframe {
            width: 100%;
            height: 50vh;
        }

    .hospitality .modal {
        background-color: rgba(0,0,0,.8);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 1s;
        z-index: 9999;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .hospitality .miModal.active {
        opacity: 1;
        pointer-events: auto;
    }

    .hospitality .modal#miModalestadio .modal-contenido {
        background-color: white;
    }

        .hospitality .modal#miModalestadio .modal-contenido .col {
            margin-bottom: 0;
        }


    .main.modal-active {
        position: relative;
        z-index: 1000;
    }

    .hospitality .openmodal {
        cursor: pointer;
    }

    .hospitality .modal .closemodal {
        position: absolute;
        top: -40px;
        right: -10px;
        padding: 2px 8px;
        font-weight: normal;
        color: #FFF !important;
        font-size: 28px;
        opacity: 0.65;
        text-decoration: none;
        font-family: Arial;
        cursor: pointer;
    }

    .hospitality .descubre-hospitality {
        margin-top: 80px;
        margin-bottom: 0;
        padding: 100px 0 150px;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url(https://cdn.realsociedad.eus/img/anoeta/reale-arena-360.jpg);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #131215;
        z-index: 999;
    }

        .hospitality .descubre-hospitality .hero-content h2 {
            color: #ffffff;
            margin: 0;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 76px;
            padding: 0 20%;
            line-height: 1.2;
        }

    .hospitality .rates {
        margin: 50px 0;
        z-index: 999;
        position: relative;
    }

        .hospitality .rates #subscriber-rates .col.table-holder .vertical {
            background: #d5c66f;
        }

            .hospitality .rates #subscriber-rates .col.table-holder .vertical img {
                max-width: 20px;
            }

        .hospitality .rates #subscriber-rates .col.table-holder table tbody tr:hover td {
            background-color: #D4AF37;
            color: #ffffff;
        }

        .hospitality .rates #subscriber-rates .col.table-holder table tbody:hover td[rowspan] {
            background-color: #D4AF37;
            color: #ffffff;
        }

    @media screen and (min-width:768px) and (max-width:1199px) {
        .hospitality .rates #subscriber-rates .col {
            width: 100% !important;
            float: none !important;
            margin-right: 0 !important;
        }

            .hospitality .rates #subscriber-rates .col.table-holder {
                width: 100% !important;
            }
    }

    .hospitality .rates #subscriber-rates .col {
        width: 43%;
        float: left;
        margin-right: 1%;
    }

        .hospitality .rates #subscriber-rates .col.table-holder {
            width: 56%;
            margin-right: 0;
        }

            .hospitality .rates #subscriber-rates .col.table-holder table tbody tr th img {
                max-width: 35px;
                margin-bottom: 10px;
            }

    .hospitality footer#footer .footer-top .anoeta {
        background: url(../img/footer-bg-2020.jpg) no-repeat #000000;
        background-size: auto;
        background-position: center top;
        min-height: 400px;
    }

    .hospitality .hospitality-claim p {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-size: 18px;
    }

        .hospitality .hospitality-claim p:after, .hospitality .hospitality-claim p:before {
            content: '';
            display: block;
            width: 60px;
            height: 2px;
            background-color: #D4AF37;
            margin: 20px auto;
        }

    .hospitality .hospitality-claim .inner-intro {
        padding: 0px;
        width: 58%;
        margin: 0 auto;
    }

    .hospitality .hospitality-claim .basic-inner-content {
        padding: 20px 0;
    }

    @media screen and (min-width:768px) {
        .hospitality .hospitality-claim .basic-inner-content {
            padding: 25px 0;
        }
    }

    .hospitality header.navbar .main-menu ul li.first-level {
        font-size: 13px;
        color: #ffffff;
        display: block;
        transition: opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
        width: 30%;
        float: left;
        margin-right: 5%;
    }

        .hospitality header.navbar .main-menu ul li.first-level.last-item {
            float: right;
            margin-right: 0;
        }

        .hospitality header.navbar .main-menu ul li.first-level .item:after {
            left: 108%;
        }

    .hospitality .overlay-bg {
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .hospitality .container {
        position: relative;
        z-index: 99;
    }

    .hospitality #hospitality-tabs .container {
        position: relative;
    }

    .hospitality .eventos-banner {
        margin-bottom: 0;
        height: calc(100vh - 80px);
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url(../img/hospitality/hero_eventos_hospitality.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #131215;
    }

    .hospitality .partidovip-banner {
        margin-bottom: 0;
        height: calc(100vh - 80px);
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url(../img/hospitality/partidovip_banner.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #131215;
    }

        .hospitality .partidovip-banner .hero-content, .hospitality .eventos-banner .hero-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 35vh auto;
            height: calc(100vh - 80px);
        }

    .hospitality .hero-content h2 {
        color: #ffffff;
        margin: 0;
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-size: 3.3rem;
    }

    .hospitality .hero-content h3 {
        color: #ffffff;
        margin: 0;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 1.1rem;
        text-transform: uppercase;
    }



    .hospitality .hospitality-btn {
        background: #D4AF37;
        border: solid 2px #D4AF37;
        padding: 10px 20px;
        margin: 0 10px;
        color: #fff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-weight: 200;
        font-size: 18px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 72px;
    }

        .hospitality .hospitality-btn:hover {
            background: transparent;
            color: #D4AF37;
        }

    .hospitality .eventos-claim h2 {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-size: 36px;
        padding: 0 20%;
    }

    .hospitality .eventos-claim p {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 15px;
        line-height: 18px;
        padding: 0 25%;
    }

    .hospitality .last-matches-content-slider {
        position: relative;
        overflow: hidden;
    }

        .hospitality .last-matches-content-slider .swiper-wrapper {
            padding: 0;
        }

            .hospitality .last-matches-content-slider .swiper-wrapper .swiper-slide {
                width: 33vw !important;
                margin-right: 0 !important;
                border: none !important;
            }


                .hospitality .last-matches-content-slider .swiper-wrapper .swiper-slide .img-holder {
                    width: 33vw;
                    height: auto;
                    background-size: cover !important;
                }

            .hospitality .last-matches-content-slider .swiper-wrapper .img-holder img {
                width: 100%;
            }

    .hospitality .eventos-container {
        position: relative;
    }

        .hospitality .eventos-container:after {
            content: " ";
            display: block;
            clear: both;
        }

    .hospitality .evento-block {
        width: 33.333%;
        float: left;
        height: 600px;
        position: relative;
        display: inline-block;
    }

        .hospitality .evento-block .evento-front {
            background: rgba(0,0,0,0.6);
            position: relative;
            color: #FFF;
            height: 100%;
            display: block;
        }

            .hospitality .evento-block .evento-front h2 {
                padding: 0;
                margin: 0;
                position: absolute;
                top: 25px;
                left: 25px;
                font-size: 42px;
                font-family: "Playfair Display", Helvetica, Arial, serif;
                width: 50%;
            }

            .hospitality .evento-block .evento-front h3 {
                transform: rotate(-90deg);
                padding: 0;
                margin: 0;
                position: absolute;
                bottom: 150px;
                left: -95px;
                font-size: 12px;
                letter-spacing: 5px;
                width: 250px;
            }

        .hospitality .evento-block .evento-content p {
            padding: 20px;
            margin: 0;
            font-size: 20px;
            line-height: 26px;
        }

        .hospitality .evento-block .evento-content table {
            margin: 70px 0;
        }

        .hospitality .evento-block .evento-content .eventos_360 {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            text-align: center;
            padding: 20px;
        }

            .hospitality .evento-block .evento-content .eventos_360 .img360 img {
                width: 50px;
            }

        .hospitality .evento-block .evento-content table tbody tr td {
            border-bottom: none;
            font-size: 22px;
            font-weight: bold;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            width: 50%;
        }

        .hospitality .evento-block .evento-content .eventos_360 a {
            text-decoration: none;
            color: #FFF;
            margin: 0;
            font-size: 16px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

        .hospitality .evento-block .modal-contenido {
            margin: 0 auto;
            position: relative;
        }

            .hospitality .evento-block .modal-contenido iframe {
                width: 100%;
                height: 85vh;
            }

        .hospitality .evento-block .modal {
            background-color: rgba(0,0,0,.8);
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            pointer-events: none;
            transition: all 1s;
            z-index: 9999;
        }

        .hospitality .evento-block .miModal:target {
            opacity: 1;
            pointer-events: auto;
        }

        .hospitality .evento-block .modal a {
            background-color: rgba(255,255,255,.8);
            position: absolute;
            top: 15px;
            left: 30px;
            padding: 2px 10px;
            font-weight: 600;
            border-radius: 50%;
            color: #000;
            text-decoration: none;
        }


        .hospitality .evento-block .evento-content .eventos_360 p {
            text-align: center;
            font-size: 16px;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        }

    .hospitality .visor360 #sceneList, .hospitality .visor360 #titleBar, .hospitality .visor360 #sceneListToggle, .hospitality .visor360 #autorotateToggle {
        display: none;
    }

    .hospitality .visortable h4 {
        margin-top: 10px;
    }

    .hospitality .visor360 {
        width: 100%;
        position: relative;
        height: 375px;
    }

    .hospitality .evento-block .evento-content {
        background: rgba(255,255,255,0.1);
        position: absolute;
        color: #FFF;
        top: 0;
        left: 0;
        height: 100%;
        display: none;
    }

        .hospitality .evento-block .evento-content td img {
            max-height: 40px;
            margin-top: 15px;
        }

    .hospitality .evento-area-korner {
        background-position: center center;
        background-repeat: no-repeat;
    }

    .hospitality .partido-vip.last-matches-content-slider {
        position: relative;
        overflow: hidden;
        background: #D4AF37;
        padding: 20px 0 50px 0;
    }

        .hospitality .partido-vip.last-matches-content-slider .h2-title {
            text-transform: none;
            color: #FFF;
        }

        .hospitality .partido-vip.last-matches-content-slider .swiper-wrapper {
            padding: 0;
        }

            .hospitality .partido-vip.last-matches-content-slider .swiper-wrapper .swiper-slide {
                width: 23% !important;
                margin: 1% !important;
                border: none !important;
            }


                .hospitality .partido-vip.last-matches-content-slider .swiper-wrapper .swiper-slide .img-holder {
                    width: 100%;
                    height: auto;
                    background-size: cover !important;
                }

            .hospitality .partido-vip.last-matches-content-slider .swiper-wrapper .img-holder img {
                width: 100%;
            }

    .hospitality #matchphase .container {
        background: linear-gradient(to bottom, #D4AF37, white);
        padding: 10px 0;
    }

    .hospitality #matchphase .basic-swipeer-button {
        background-color: transparent;
        border: 1px solid #FFF;
        margin-right: 10px;
        top: 10px;
    }

        .hospitality #matchphase .basic-swipeer-button.swiper-button-next {
            background-image: url('../img/hospitality/arrow-next-white.png') !important;
        }

        .hospitality #matchphase .basic-swipeer-button.swiper-button-prev {
            background-image: url('../img/hospitality/arrow-prev-white.png') !important;
        }

    .hospitality #matchphase .hospitality-games-slider {
        overflow: hidden;
    }

    .hospitality #matchphase .matchphase-item .matchphase-teams-main .swiper-slide {
        background: transparent;
    }

    .hospitality #matchphase .matchphase-item .matchphase-teams-main, .hospitality #matchphase .matchphase-item .matchphase-title .matchphase-title-content, .hospitality #matchphase .matches.matchphase-teams-main {
        width: 100%;
        margin-right: 0;
    }

        .hospitality #matchphase .matchphase-item .matchphase-title .matchphase-title-content .matchphase-location-date {
            float: none;
            text-align: center;
            color: white;
            font-size: 18px;
        }

    .hospitality #matchphase .matchphase-item .matchphase-teams-main-full {
        border: none;
    }

    .hospitality #matchphase .matches.matchphase-teams-buttons a {
        display: inline-block !important;
        width: 100%;
        float: left;
        padding: 8px 0;
        background-color: transparent !important;
        margin-bottom: 0;
        border-top: 1px solid #FFF !important;
        border: 0;
        color: #000;
    }

        .hospitality #matchphase .matches.matchphase-teams-buttons a:hover {
            color: #FFF;
        }

    .hospitality #matchphase .matches.matchphase-teams-main .basic-btn.whiteBg:before {
        background: transparent;
    }

    .hospitality #matchphase .matches.matchphase-teams-main .basic-btn.whiteBg:after {
        background: #000;
    }

    .hospitality .hospitality-tabs {
        margin: 50px 0;
        position: relative;
        z-index: 999;
    }


        .hospitality .hospitality-tabs .tabs .tabs-menu li {
            width: 33.3%;
            margin: 0;
            text-transform: none;
        }

            .hospitality .hospitality-tabs .tabs .tabs-menu li a:hover {
                background-color: #D4AF37;
                color: #FFF;
            }

            .hospitality .hospitality-tabs .tabs .tabs-menu li.ui-tabs-active {
                background-color: #D4AF37;
                border-bottom: none;
            }

            .hospitality .hospitality-tabs .tabs .tabs-menu li a {
                color: #D4AF37;
                display: block;
                padding: 10px 0;
            }

            .hospitality .hospitality-tabs .tabs .tabs-menu li.ui-tabs-active a {
                color: #FFF;
            }

            .hospitality .hospitality-tabs .tabs .tabs-menu li a:after {
                display: none;
            }


        .hospitality .hospitality-tabs .tabs-txt-content {
            max-width: 800px;
            margin: 50px auto 0;
        }

            .hospitality .hospitality-tabs .tabs-txt-content h2.tab-quote {
                font-size: 26px;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                padding: 10px 0px;
            }

    .hospitality .hospitality-form {
        background-color: #D4AF37;
        padding: 30px 0;
        color: #FFF;
        margin: 30px auto;
    }

        .hospitality .hospitality-form .bloque-info-col {
            width: 44%;
            padding: 0 34px;
            float: left;
            display: inline-block;
        }

            .hospitality .hospitality-form .bloque-info-col table tbody tr td {
                text-align: left;
                border-bottom: none;
            }

            .hospitality .hospitality-form .bloque-info-col a {
                color: #FFF;
            }

            .hospitality .hospitality-form .bloque-info-col:first-child {
                border-right: 1px solid #fff;
            }

        .hospitality .hospitality-form .bloque-form {
            clear: both;
            text-align: center;
        }

            .hospitality .hospitality-form .bloque-form input[type="text"], .hospitality .hospitality-form .bloque-form textarea {
                display: block;
                width: 60%;
                margin: 0 auto 20px;
                background-color: transparent;
                border-top: none;
                border-left: none;
                border-right: none;
                border-bottom: 1px solid #FFF;
                color: #FFF;
                padding: 10px;
            }

            .hospitality .hospitality-form .bloque-form p.form-button {
                width: 62%;
                text-align: right;
                margin: 0 auto;
            }

                .hospitality .hospitality-form .bloque-form p.form-button input {
                    background: #FFF;
                    border: solid 2px #FFF;
                    padding: 10px 20px;
                    color: #D4AF37;
                    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                    font-weight: 200;
                    font-size: 18px;
                    text-transform: uppercase;
                    text-decoration: none;
                }

                    .hospitality .hospitality-form .bloque-form p.form-button input:hover {
                        background: transparent;
                        color: #FFF;
                        cursor: pointer;
                    }

            .hospitality .hospitality-form .bloque-form input[type="text"]::placeholder, .hospitality .hospitality-form .bloque-form textarea::placeholder {
                color: #FFF;
            }

            .hospitality .hospitality-form .bloque-form input[type="text"]:active, .hospitality .hospitality-form .bloque-form textarea:active {
                border: none !important;
            }

    .hospitality .grid-masonry .item.thirdWidth {
        width: 33.33% !important;
    }

        .hospitality .grid-masonry .item.thirdWidth.image-sm, .hospitality .grid-masonry .item.thirdWidth.image-sm a, .hospitality .grid-masonry .item.thirdWidth.image-sm a .img-holder {
            min-height: 440px !important;
            width: 100%;
        }

        .hospitality .grid-masonry .item.thirdWidth.image-md, .hospitality .grid-masonry .item.thirdWidth.image-md a, .hospitality .grid-masonry .item.thirdWidth.image-md a .img-holder {
            min-height: 660px !important;
            width: 100%;
        }

    .hospitality .video_copa {
        overflow: hidden;
        position: relative;
        /*height: calc(100vh - 80px);*/
    }


    .hospitality .claim-video {
        text-align: center;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }


    .hospitality .videovip-banner {
        margin-bottom: 0;
        padding: 35vh 0;
        overflow: hidden;
        position: relative;
        text-align: center;
        background-image: url(../img/hospitality/vip_ticketing_banner.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #131215;
    }

        .hospitality .videovip-banner .overlay-bg {
            background-color: rgba(212, 175, 55, 0.6);
            position: absolute;
            top: 40%;
            left: -20%;
            width: 150%;
            height: 150%;
            z-index: 1;
            transform: rotate(10deg);
        }

        .hospitality .videovip-banner .video-popup {
            display: block;
            width: 46px;
            height: 46px;
            border: 1px solid #ffffff;
            border-radius: 50%;
            position: relative;
            margin: 24px auto 0;
        }

            .hospitality .videovip-banner .video-popup svg {
                display: block;
                width: 16px;
                height: 24px;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-left: -6px;
                margin-top: -12px;
                color: #ffffff;
            }

    .hospitality .grid-masonry .item.has-image .img-holder img {
        min-width: 100%;
    }

    .hospitality .videovip-banner .videovip-texto {
        position: absolute;
        text-align: left;
        margin-top: 100px;
    }

        .hospitality .videovip-banner .videovip-texto h2 {
            color: #ffffff;
            margin: 0;
            font-family: "Playfair Display", Helvetica, Arial, serif;
            font-size: 3.3rem;
            line-height: 4rem;
        }

        .hospitality .videovip-banner .videovip-texto h3 {
            color: #ffffff;
            margin: 0;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 2rem;
            line-height: 5rem;
            text-transform: uppercase;
        }

    .hospitality .unMuteOverlayButton {
        display: none !important;
    }

    .hospitality .topBarContainer {
        display: none !important;
    }

    .hospitality .hospitality-membresia .membresia-block {
        background-color: #FFFFFF;
        border-radius: 40px;
        box-shadow: 0 0 25px 0 grey;
        padding: 1px 0px;
        position: relative;
        min-height: 645px;
    }

        .hospitality .hospitality-membresia .membresia-block .member-gold {
            background-color: #d4af37;
        }

        .hospitality .hospitality-membresia .membresia-block .member-silver {
            background-color: #c0c0c0;
        }

        .hospitality .hospitality-membresia .membresia-block .member-bronce {
            background-color: #b48c49;
        }


    @media only screen and (min-width:769px) {
        .hospitality .hospitality-membresia .swiper-wrapper {
            justify-content: center;
        }

            .hospitality .hospitality-membresia .swiper-wrapper .swiper-slide {
                width: 33%;
            }

                .hospitality .hospitality-membresia .swiper-wrapper .swiper-slide .col {
                    width: 100%;
                }
    }

    @media only screen and (max-width:768px) {
        .hospitality .hospitality-membresia .swiper-wrapper .swiper-slide {
            width: 97vw;
        }

            .hospitality .hospitality-membresia .swiper-wrapper .swiper-slide .col {
                padding: 0 20px;
            }
    }

    .hospitality .hospitality-membresia .membresia-block p.txt-center {
        margin: 0 !important;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

    .hospitality .hospitality-membresia .membresia-block h3 {
        color: #FFF;
        text-align: center;
        padding: 10px 0;
        font-weight: bold;
        font-size: 30px;
        margin: 10px 0 0;
        text-transform: uppercase;
    }

    .hospitality .hospitality-membresia .membresia-block h2 {
        color: #000;
        text-align: center;
        margin: 10px 0;
        font-weight: bold;
        font-size: 16px;
    }

    .hospitality .hospitality-membresia .membresia-block ul {
        list-style: none;
        padding: 0;
        margin: 0 0 20px 0;
        background-color: #FFF;
    }

        .hospitality .hospitality-membresia .membresia-block ul li {
            padding: 15px 10px;
            color: #000;
            text-align: center;
            border-bottom: 1px solid #000;
            font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
            font-size: 14px;
        }

            .hospitality .hospitality-membresia .membresia-block ul li:last-child {
                border-bottom: none;
            }


    .hospitality .hospitality-membresia .membresia-block .hospitality-btn {
        color: #FFF;
        border-radius: 40px;
        background-color: #000;
        border: 2px solid #000;
    }

        .hospitality .hospitality-membresia .membresia-block .hospitality-btn:hover {
            background: transparent;
            color: #000;
            border-radius: 20px;
            border: 2px solid #000;
        }

    .hospitality .main .banner-holder.banner-holder-footer.dark-holder {
        background: #FFF;
    }

    .hospitality .membership-slider {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        overflow: hidden;
    }

        .hospitality .membership-slider .basic-swipeer-button {
            top: auto;
            margin-top: 50px;
            border: none;
        }

            .hospitality .membership-slider .basic-swipeer-button.swiper-button-prev {
                left: 0;
            }

        .hospitality .membership-slider .swiper-wrapper .swiper-slide {
            width: 12% !important;
            margin: 0 14px !important;
        }

            .hospitality .membership-slider .swiper-wrapper .swiper-slide p {
                text-align: center;
            }

            .hospitality .membership-slider .swiper-wrapper .swiper-slide a {
                text-decoration: none;
                color: #000;
            }

            .hospitality .membership-slider .swiper-wrapper .swiper-slide .img-holder {
                width: 100%;
                text-align: center;
            }

                .hospitality .membership-slider .swiper-wrapper .swiper-slide .img-holder .swiper-img-block {
                    height: 125px;
                    display: flex;
                    align-items: center;
                }

                    .hospitality .membership-slider .swiper-wrapper .swiper-slide .img-holder .swiper-img-block img {
                        width: 100%;
                    }

    .hospitality .hospitality-download a.download-item {
        color: #484d53;
        font-weight: bold;
        margin: 0 20px;
    }

    .hospitality .masonry_vip .grid-masonry .item.has-image.centered-content .content {
        bottom: 0px;
        left: 20px;
        top: auto;
        width: 90%;
    }

    .hospitality .masonry_vip .grid-masonry {
        pointer-events: none;
    }

    .hospitality .grid-masonry .item a:hover img {
        transform: scale(1);
    }

    .hospitality .masonry_vip .grid-masonry .item.has-image.centered-content .content .basic-heading {
        text-align: left;
    }

    .hospitality #experiencias_vip {
        margin-bottom: 40px;
    }

        .hospitality #experiencias_vip h2 {
            text-align: center;
            font-weight: 300;
            border-bottom: 1px solid #D4AF37;
            line-height: 60px;
            margin-bottom: 40px;
            font-size: 22px;
        }

        .hospitality #experiencias_vip .item_vip {
            text-align: center;
            width: 14.666%;
            margin: 0 1%;
            float: left;
            display: inline-block;
        }

            .hospitality #experiencias_vip .item_vip p {
                text-align: center;
                font-weight: bold;
                font-size: 16px;
                font-family: Montserrat;
                line-height: 20px;
            }

                .hospitality #experiencias_vip .item_vip p img {
                    max-width: 60px;
                }

    .hospitality .related-content-slider .related-content-slider-swiper-pagination-progressbar span {
        background-color: #D4AF37;
    }

    .hospitality #hospitality-form-vip .swiper-container-horizontal > .swiper-pagination-progress.bottom {
        display: none;
    }

    .hospitality .margin-80 {
        margin: 80px 0;
    }

    .hospitality #hospitality-form-vip .carrusel-oro-home {
        background: #FFF;
    }

    .hospitality #hospitality-form-vip h2 {
        font-family: "Playfair Display", Helvetica, Arial, serif;
        font-size: 2rem;
        font-weight: normal;
    }

    .hospitality #hospitality-form-vip .related-content-slider .swiper-wrapper .swiper-slide {
        border-right: 1px solid #000;
    }

        .hospitality #hospitality-form-vip .related-content-slider .swiper-wrapper .swiper-slide a {
            color: #000;
        }

    .hospitality #hospitality-form-vip .entry-meta {
        display: none;
    }

    .hospitality footer#footer .footer-navigation .column {
        width: 31%;
    }

        .hospitality footer#footer .footer-navigation .column h3:after {
            left: 105.5%;
        }

    .hospitality .masonry_vip .grid-masonry .basic-heading .heading-title {
        font-size: 2rem;
        line-height: 2.3rem;
        text-shadow: none;
    }

    @media only screen and (max-width:767px) {
        .hospitality .mm-menu {
            background: #D4AF37;
        }

        .hospitality .startdate {
            color: #D4AF37;
        }

        .hospitality .rates #subscriber-rates .col {
            width: 100%;
            float: none;
            margin-right: 0%;
        }

            .hospitality .rates #subscriber-rates .col.table-holder {
                width: 100%;
            }

        .hospitality .last-matches-content-slider .swiper-wrapper .swiper-slide
        .hospitality .descubre-hospitality {
            padding: 75px 0;
        }

        .hospitality .last-matches-content-slider .swiper-wrapper .swiper-slide {
            width: 100vw !important;
        }

            .hospitality .last-matches-content-slider .swiper-wrapper .swiper-slide .img-holder {
                width: 100vw;
            }

        .hospitality .descubre-hospitality .hero-content h2 {
            font-size: 44px;
            padding: 0 10%;
        }

        .hospitality .evento-block .evento-front {
            /* background: transparent;
        height: auto;
        display: block !important;*/
        }

            .hospitality .evento-block .evento-front h2 {
                /*top: -60px;
        color: #d4af37;
        left: 18px;
        width:100%;
        font-size:32px;*/
            }

            .hospitality .evento-block .evento-front h3 {
                /*display: none !important;*/
            }

        .hospitality .evento-block .evento-content {
            /*display:block!important;*/
        }

        .hospitality .eventos-claim p {
            padding: 0 10%;
        }

        .hospitality .hospitality-form {
            width: 84%;
        }

            .hospitality .hospitality-form .bloque-info-col {
                width: 100%;
                padding: 0;
            }

                .hospitality .hospitality-form .bloque-info-col:first-child {
                    border-right: none;
                    border-bottom: 1px solid #fff;
                }

            .hospitality .hospitality-form .bloque-form input[type="text"], .hospitality .hospitality-form .bloque-form textarea {
                width: 95%;
            }

            .hospitality .hospitality-form .bloque-form p.form-button {
                width: 95%;
                text-align: center;
            }

        .hospitality .videovip-banner .videovip-texto h2 {
            font-size: 2.3rem;
            line-height: 3rem;
        }

        .hospitality .videovip-banner .videovip-texto h3 {
            font-size: 1.5rem;
            line-height: 4rem;
        }

        .hospitality .videovip-banner .videovip-texto {
            margin-top: 60px;
        }

        .hospitality .partido-vip.last-matches-content-slider .swiper-wrapper .swiper-slide {
            width: 48% !important;
        }

        .hospitality .hospitality-claim .inner-intro {
            width: 85%;
        }

        .hospitality .hospitality-form .bloque-info-col table tbody tr td {
            padding: 0 10px;
        }

        .hospitality .item-mobile {
            display: none;
        }

        .hospitality .partidovip-banner, .hospitality .eventos-banner {
            height: calc(100vh - 142px);
        }

            .hospitality .partidovip-banner .hero-content, .hospitality .eventos-banner .hero-content {
                margin: 15vh auto;
                height: calc(100vh - 142px);
            }

            .hospitality .partidovip-banner a {
                width: 75vw;
                display: block;
                margin: 10px auto;
                line-height: 40px;
            }

                .hospitality .partidovip-banner a.hospitality-btn {
                    width: 33vw;
                    display: block;
                    margin: 10px auto;
                    line-height: 18px;
                }

        .hospitality .grid-masonry .item.thirdWidth {
            width: 100% !important;
        }

        .hospitality #experiencias_vip .item_vip {
            width: 98%;
            margin: 0 1%;
        }




        .hospitality .membership-slider .swiper-wrapper .swiper-slide {
            width: 33% !important;
        }

        .hospitality .hero-content h2 {
            margin: 15px auto;
            font-size: 2.7rem;
        }

        .hospitality #benefits .inner-intro {
            padding: 0 0 10px;
        }

        .hospitality .hospitality-download a.download-item {
            display: block;
        }
    }

    @media only screen and (min-width:768px) and (max-width: 1023px) {
        .hospitality .evento-block {
            width: 50%;
        }
    }

    @media only screen and (max-width: 767px) {
        .hospitality .evento-block {
            width: 100%;
        }
    }

    @media only screen and (max-width:1199px) {
        .hospitality .rates #subscriber-rates .col.arena-map__desktop {
            display: none;
        }
    }

    .hospitality .rates #subscriber-rates .arena-map-cta-mobile img {
        width: 23px;
    }

    @media only screen and (min-width:1200px) {
        .hospitality .rates #subscriber-rates .arena-map-cta-mobile {
            display: none;
        }
    }

    @media (min-width:768px) {
        .video_copa video {
            width: 100%;
        }

        .video_copa {
            overflow: hidden;
            position: relative;
        }
    }

    @media (max-width:767px) {
        .video_copa video {
            height: 100vh;
        }

        .video_copa {
            overflow: hidden;
            position: relative;
            height: calc(100vh - 142px);
        }
    }

    #check-winners-form, #check-winners-form .form-holder label, #check-winners-form h2 {
        color: #FFF;
    }

        #check-winners-form .form-holder .form-group .form-control {
            color: #FFF;
            border: 1px solid #FFF;
        }

        #check-winners-form p {
            text-align: center;
        }

        #check-winners-form .form-holder li.form-group {
            margin-top: 10px;
        }

        #check-winners-form .form-holder .form-group.form-group-buttons {
            margin-top: 20px;
        }

        #check-winners-form .h2-title.with-separator:after {
            background-color: #FFF;
        }

        #check-winners-form .sorteo-results {
            padding: 40px;
            margin: 30px 20% 0;
            background: #fff;
            color: #0058b1;
            text-align: center;
            opacity: 0.8;
        }

            #check-winners-form .sorteo-results .resultado {
                font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
                font-size: 24px;
            }

            #check-winners-form .sorteo-results .legend {
                /*font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;*/
                /*font-size: 24px;*/
                /*color:brown;*/
            }

        #check-winners-form .form2col {
            width: 49.7%;
            display: inline-block;
            text-align: center;
        }


    @media only screen and (max-width:768px) {
        #check-winners-form .form2col {
            width: 100%;
        }

        header.navbar #final_copa_cabecera.main-bar::before {
            text-align: left !important;
            width: 140px !important;
            font-size: 18px !important;
            left: 5px !important;
            background-image: none !important;
        }

        header.navbar #final_copa_cabecera.main-bar::after {
            width: 140px !important;
            right: 5px !important;
            background-image: none !important;
        }
    }

  /*modal hospitality contac*/
.hospitality-contact.active .modal {
    display: block !important;
    opacity: 1;
    pointer-events: auto;
}
.hospitality-contact.active .modal .modal-dialog {
    height: 100%;
    display: grid;
    place-content: center;
}
    .hospitality-contact.active .modal .modal-content {
        background: white;
        padding: 20px 30px 30px;
        color: black;
    }

    .hospitality-contact.active .modal .modal-header {
        text-align:right;
    }
    .hospitality-contact.active .modal .modal-header .modal-title{
        display:none;
    }
        .hospitality-contact.active .modal .modal-header .close {
            position: relative;
            font-size: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }
            .hospitality-contact.active .modal .modal-header .close::before {
                cursor: pointer;
                height: 1px;
                width: 13px;
                position: absolute;
                display: block;
                content: '';
                top: 50%;
                left:15px;
                background-color: black;
                transform: rotate(45deg);
            }
            .hospitality-contact.active .modal .modal-header .close::after {
                cursor: pointer;
                height: 1px;
                width: 13px;
                position: absolute;
                display: block;
                content: '';
                top: 50%;
                left: 15px;
                background-color: black;
                transform: rotate(-45deg)
            }

    .hospitality-contact.active .modal .modal-header button {
        border: none;
        background: transparent;
    }
    
    .hospitality-contact.active .modal .modal-body {
       margin:1.5rem 0;
    }
    

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PlayfairDisplay-Regular.woff') format('woff'),
      url('../fonts/PlayfairDisplay-Regular.ttf')  format('truetype'),
      url('../fonts/PlayfairDisplay-Regular.svg#PlayfairDisplay-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
      url('../fonts/PlayfairDisplay-Bold.ttf')  format('truetype'),
      url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400,700;
    font-style: normal;

}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;

}
@media (min-width: 768px) {
    header.navbar .main-menu .section-menu-container .section-menu-container-title {
        position: relative;
        bottom: 0;
        width: 100%;
    }
}

#club.history .main-item a{
    text-decoration:none;
}

#club.history .main-item .related-basic-heading {
    background-color:#000;
}

#club.history .main-item .related-basic-heading h3 {
    line-height:1;
    margin:0;
    padding-top:10px;
    font-size:13px;
}

.swiper-slide {
    width: auto;
}

.tabs .tabs-menu li {
    margin: 0 9px 0 6px;
}16

#store-slider-aside .store-slider .item .offers.old {
    color: red;
    text-decoration: line-through;
    font-size: 24px;
    font-weight: 100;
}

.article-base .article-base-inner .entry-content .edit p:first-child:first-letter {
    color: #484d53;
    font-size: 16px;
    font-weight: 400;
}

.article-base .article-base-inner .entry-content .edit p:first-of-type:first-letter {
    color: #0058b1;
    font-size: 68px;
    font-weight: 700;
}

.banner-line.banner-line-second {
    margin-top: 30px;
}

.open-gallery .basic-heading .heading-category:after {
    height: 0;
}



#fanwall .fanwall-item img.emoji {
    width: 16px;
}

header.navbar .main-bar .next-match {
    width: auto;
    text-align: right;
}

.image-preview-holder #image-preview {
    display: inherit !important;
    background-size: cover;
    background-position: center;
}

    .image-preview-holder #image-preview img {
        display: block;
        left: 0;
        height: 100%;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }

    .image-preview-holder #image-preview:after,
    .image-preview-holder .icon {
        display: none;
    }

.image-preview-holder:before {
    display: block;
    content: '';
    width: 48px;
    height: 53px;
    background-image: url(../img/login-sprite.png);
    background-repeat: no-repeat;
    background-position: -160px 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 98;
    margin: -28px 0 0 -30px;
}

#photo-with .container .accordion-title .ui-accordion-header-icon,
#photo-with .container .photo-with-next-matches .accordion .accordion-title .ui-accordion-header-icon {
    cursor: pointer;
}

/*
section#Funcionamiento p{
    text-align:center;
}*/


.statistics .field {
    margin: 0 auto;
}


.filter-bar ul li.filter-bar-select {
    width: 25%;
}

.banner-holder.banner-holder-top.dark-holder {
    margin-bottom: 0;
}

.blackText-whiteBg {
    color: #000;
    background-color: #ffffff;
}

    .blackText-whiteBg .basic-heading .heading-category:after {
        background-color: #000;
    }

    .blackText-whiteBg a {
        color: #000;
    }


.whiteText-blackBg {
    color: #fff;
    background-color: #000;
}

    .whiteText-blackBg .basic-heading .heading-category:after {
        background-color: #fff;
    }

    .whiteText-blackBg a {
        color: #fff;
    }





/*************** laNDING BUS *******************/

.bus .form-holder .form-group {
    margin-bottom: 16px;
}

#landing .hasta ul {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
}

    #landing .hasta ul li {
        margin-bottom: 10px;
    }


/*************** REDEFINICIÓN RUTAS Y TAMAÑOS ASSETS O IMÁGENES DE FONDO ***********************/

#photo-with .container .accordion-title .ui-accordion-header-icon,
#photo-with .container .photo-with-next-matches .accordion .accordion-title .ui-accordion-header-icon {
    background-image: url("../../img/arrow-white-down.png");
}

.basic-swipeer-button.swiper-button-next,
.slider-gallery.white-bg .swiper-button.swiper-button-next {
    background-image: url('../../img/arrow-next.png') !important;
    background-size: 12px !important;
}

.basic-swipeer-button.swiper-button-prev,
.slider-gallery.white-bg .swiper-button.swiper-button-prev {
    background-image: url('../../img/arrow-prev.png') !important;
    background-size: 12px !important;
}

.slider-gallery.white-border .slick-arrow.slick-next,
.slider-gallery.white-border .slick-arrow.swiper-button-next,
.slider-gallery.white-border .swiper-button.slick-next,
.slider-gallery.white-border .swiper-button.swiper-button-next {
    background-image: url("../../img/arrow-white-next.png");
    background-size: 12px !important;
}

.slider-gallery.white-border .slick-arrow.slick-prev, .slider-gallery.white-border .slick-arrow.swiper-button-prev, .slider-gallery.white-border .swiper-button.slick-prev, .slider-gallery.white-border .swiper-button.swiper-button-prev {
    background-image: url("../../img/arrow-white-prev.png");
    background-size: 12px !important;
}

.shareholders-bg {
    background-image: url(../../img/shareholders-bg.jpg);
}

#photo-with .container .figure {
    background-image: url(../../img/txikis/txikis-lateral.png);
}

#abonado-txiki .container .figure {
    background-image: url(../../img/txikis/txiki-abonadotxiki.png);
}




/* ESTILOS ENLACES EQUIPOS MÓDULO CLASIFICACIÓN*/
.classification .swiper-slide a {
    color: #ffffff;
    text-decoration: none;
}

/*  VER MÁS MÓDULO EDITORIAL EN HOME*/
.subStr {
    margin: 30px;
}

    .subStr b {
        display: block;
        margin-top: 10px;
    }

/*************** FANWALL ***********************/

#fanwall .fanwall-item .text-holder .profile .icon {
    width: 20px;
}

@media (min-width: 1200px) {
    #fanwall .fanwall-item picture {
        display: block;
    }

    #fanwall .fanwall-item iframe, #fanwall .fanwall-item video {
        width: 100%;
        height: auto;
    }
}

/*************** RSLive ***********************/
#rslive .quote p.cita-title, #rslive .quote p {
    color: #ffe200 !important;
}

#rslive .full-container .item .image-holder{
    padding: 0 0 56.25%;
    height: 0;
    overflow: hidden;
}
#rslive .full-container .item .image-holder iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#rslive .full-container .item .image-holder video {
    display: block;
    width: auto;
    height: 100%;
    position: absolute;
    min-height: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    object-fit: cover;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#rslive .full-container .item .image-holder a.video-popup-clone:before {
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    content: '';
}

#rslive .full-container .item .image-holder a.video-popup-clone:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
}

#rslive .full-container .item .image-holder img {
    max-width: 320px;
}

#fanwall a.video-popup:before {
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    content: '';
}

#fanwall a.video-popup:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 11px;
    border-color: transparent transparent transparent #fff;
}

/*************** MÓDULO PARTIDO ***********************/

.matches {
    text-align: center;
    margin-top: 60px;
    padding-top: 0 !important;
    border-top: none !important;
}

    .matches a {
        display: inline-block !important;
        float: left;
    }

        .matches a.next {
            float: right;
        }

.match-result .team .team-inner img {
    width: 100px;
}

.matches.matchphase-teams-main {
    width: 66.1016949153%;
    float: left;
    margin-right: 1.6949152542%;
    margin-bottom: inherit;
}

@media (max-width:600px) {
    .matches {
        margin-top: 30px;
    }

        .matches a {
            float: none;
        }

            .matches a.next {
                float: none;
                margin-top: 15px;
            }

        .matches.matchphase-teams-main {
            width: 100%;
        }
}


/*************** Botones de próximos partidos y partidos jugados ***********************/
.results.matchphase-item .matchphase-title .matchphase-title-content,
.results.matchphase-item .matchphase-teams-main {
    width: 100%;
}

/*************** ajuste 100% imagen horarrio taquillas ***********************/
.img_hor_taquillas img {
    width: 100%;
}

/************ Ajuste botón de entradas desactivado *************/
.matchphase-item .basic-btn.disabled {
    opacity: 0.65;
    border-color: #000;
    cursor: default;
    pointer-events: none;
}

.matchphase-item .basic-btn.disabled:before {
    background-color: #808080;
}
    /******************************************borrar cuando se suba la encuesta ********************/
    .glimpse, .glimpse *, .glimpse a, .glimpse td, .glimpse th, .glimpse table {
    z-index: 9999 !important;
}


/******************************************ajustes módulos home ********************/

.grid-masonry .item.has-image .basic-heading {
    text-shadow: 1px 1px 1px rgba(0,0,0,.9) !important;
}

.grid-masonry .item.has-image .blackText-whiteBg .basic-heading {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9) !important;
}

.grid-masonry .item.has-image .basic-heading .heading-category:after {
    height: 0;
}

.grid-masonry .item.has-image .basic-heading {
    text-shadow: 0 1px 15px rgba(7, 35, 50, 0.45);
    background: none;
    background: none;
    background: none;
    filter: none;
}

@media (min-width:768px) {
    .grid-masonry .item a {
        min-height: 415px;
    }
}




/************************ GALERÍAS *****************************/

.article-base .article-base-inner.gal_text {
    background-color: #fff;
}


/***********Ajustes formularios*************/

.form-user-data .form-holder .errors {
    position: relative !important;
}



.anoeta-article .form-holder form ul li.form-group {
    margin-bottom: 46px;
    position: relative;
}

    .anoeta-article .form-holder form ul li.form-group .input-container {
        position: relative;
        padding-bottom: 20px;
    }

.anoeta-article .form-holder .errors {
    position: absolute;
    bottom: 0;
}

#anoeta .alert.errors ul{
    list-style:none;
    display:block;
}

.newDetail .slider-gallery .swiper-slide {
    max-width: 100%;
}


.form-holder .form-group {
    margin: 0 auto 0;
}

.last-matches-content-slider .swiper-wrapper .swiper-slide .img-holder {
    width: 340px;
    height: 226px;
    background-size: cover !important;
}

img.emoji {
    width: auto !important;
}


#rslive .full-container .item .content .info .icon.instagram {
    color: #cb42e6;
}

#rslive .full-container .item .content .info .icon.twitter {
    color: #2da2ef;
}

#rslive .full-container .item .content .info .icon.facebook {
}

#rslive .full-container .item .content p {
    line-height: 24px;
}

    #rslive .full-container .item .content p[itemprop="headline"] {
        overflow: hidden;
    }

.playing-field-holder canvas {
    cursor: default !important;
}


@media (min-width: 768px) {
    #login-sidebar {
        overflow-x: hidden;
    }
}

#login-sidebar {
    overflow-x: hidden;
}

.article-base .inside-related-content .item:only-child .img-holder img {
    height: 100% !important;
}

.slider-gallery.bottom-left-buttons.blue-border .slick-arrow.slick-next, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.swiper-button-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.slick-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.swiper-button-next, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.slick-next, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.swiper-button-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.slick-next, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.swiper-button-next {
    background-size: 12px !important;
    background-image: url('../../img/arrow-next.png') !important;
}

.slider-gallery.bottom-left-buttons.blue-border .slick-arrow.slick-prev, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.swiper-button-prev, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.slick-prev, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.swiper-button-prev, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.slick-prev, .slider-gallery.bottom-left-buttons.blue-border .slick-arrow.swiper-button-prev, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.slick-prev, .slider-gallery.bottom-left-buttons.blue-border .swiper-button.swiper-button-prev {
    background-size: 12px !important;
    background-image: url('../../img/arrow-prev.png') !important;
}

.compat-object-fit {
    background-position: top center;
    background-size: cover;
    object-fit: none;
}

    .compat-object-fit img {
        display: none;
    }



#quiz .quiz-question ol li.selected {
    background-color: orange;
    transition-duration: .25s;
}



/* GALERÍAS SECCIONES */
/*.photo-gallery-content-slider .swiper-wrapper, .history-photo-gallery-content-slider .swiper-wrapper {
    padding: 100px 0 60px 20px;
}*/
.related-content-slider .swiper-wrapper .swiper-slide a .img-holder,
.photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder,
.history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder {
    width: 320px;
    height: 180px;
}

    .related-content-slider .swiper-wrapper .swiper-slide a .img-holder img,
    .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img,
    .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
        object-fit: cover;
        position: absolute;
        height: 180px;
        width: 320px;
    }

@media (max-width:768px) {
    .related-content-slider .swiper-wrapper .swiper-slide a .img-holder,
    .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder,
    .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder {
        width: 280px;
    }

        .related-content-slider .swiper-wrapper .swiper-slide a .img-holder img,
        .photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img,
        .history-photo-gallery-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
            width: 100%;
        }
}

#club.partner .partner-content .logos .alianza-laliga {
    margin-bottom: 100px;
}

    #club.partner .partner-content .logos .alianza-laliga img {
        max-width: 500px;
        width: 80%;
    }


/*#club #comerciales + .logos .width170 li:first-child,
#club #comerciales + .logos .width170 li:nth-child(2),
#club #comerciales + .logos .width170 li:nth-child(3),
#club #comerciales + .logos .width170 li:nth-child(4),
#club #comerciales + .logos .width170 li:nth-child(5){
    margin-bottom:130px;
    margin-top:50px;
}*/

#club.institutional .board-content, #secciones.institutional .board-content {
    background: url(../../img/maqueta/logo-real-2-bg.png) no-repeat center center;
}

.bgLogoReal {
    background: url(../../img/maqueta/logo-real-bg.png) no-repeat center center
}

#secciones #futbolistas .tabs-menu {
    margin-top: 60px;
}

#secciones .swiper-wrapper {
    margin-top: 3px;
}

#club.history .historical-archive-content #futbolistas .tabs-menu,
#secciones.history .historical-archive-content #futbolistas .tabs-menu {
    margin-top: 60px;
}

#club .container360 #panoDIV {
    height: 700px;
}

@media (max-width:767px) {
    #club .container360 #panoDIV {
        height: 450px;
    }
}

#secciones #jugadores-estadisticas .tarjeta {
    display: inline-block;
    width: 14px;
    height: 19px;
}

#secciones .start-again {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

#club.partner .partner-content .logos ul.width120 li {
    margin: 20px 40px;
}




#club.partner .partner-content .logos ul li a img.bottom,
#club.partner .partner-content .logos ul li a picture:hover img.top {
    opacity: 0;
}

#club.partner .partner-content .logos ul li a picture:hover img.bottom {
    opacity: 1;
}

#decade-title {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    padding-bottom: 20px;
    color: #acd7f5;
}


/*.swiper-lazy-preloader {
    left: 0;
    top: 50%;
    right: 0;
    margin: 0 auto;
    display: block;
}
.swiper-lazy-preloader-loading{
    -webkit-transform-origin: 0%;
    -moz-transform-origin: 0%;
    transform-origin: 0%;
    -webkit-animation:none;
    -moz-animation:none ;
    animation: none;
}
.swiper-lazy-preloader-loading:after{
    display:block;
    position:relative;
    width:100%;
    height:80px;
    background-color:rgba(0,0,0,0.8);
    background-image:url("../img/loading.gif");
    background-repeat:no-repeat;
    background-image:url("../img/loading.gif");
    background-repeat:no-repeat;
    background-position:center center

}*/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .loading {
        background-image: url("../img/loading@2x.gif");
        -webkit-background-size: 30px 38px;
        -moz-background-size: 30px 38px;
        -o-background-size: 30px 38px;
        background-size: 30px 38px
    }
}

#quiz .bases {
    text-align: center;
}

#rslive .swiper-slide {
    max-height: 426px;
    max-width: 320px;
}

#mvp #team-player-profile .bio-holder .basic-btn, #mvp #team-player-profile .bio-holder .success-btn {
    float: left;
    margin-right: 5px;
}

.validation-vote {
    float: left;
    padding: 8px 18px;
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid red;
    text-transform: uppercase;
    background-color: red;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    cursor: text;
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
}

    .validation-vote:empty {
        margin: 0;
        padding: 0;
        font-size: 0;
    }

@media (max-width:480px) {
    .cont_voto_MVP {
        text-align: center;
    }

    #mvp #team-player-profile .bio-holder .basic-btn, #mvp #team-player-profile .bio-holder .success-btn {
        float: none;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }

    .validation-vote {
        float: none;
        display: inline-block;
        margin-bottom: 10px;
    }
}




/* -------------------------------------------------------------- */

/* Preloader */
.swiper-lazy-preloader {
    width: 56px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    animation: none;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("../../Assets/img/loading.gif");
        background-position: 50%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("../../Assets/img/loading.gif");
}



#store-slider-aside .store-slider .item img {
    text-indent: 100vw;
}



#homepage-gallery .item .gallery-item-content h2 {
    text-transform: none;
}

#homepage-gallery .item .gallery-item-content h3 {
    text-transform: uppercase;
}


#homepage-gallery .item .icon-svg {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: relative;
    /*top: 50%;
    left: 50%;*/
    margin-top: 24px;
}

    #homepage-gallery .item .icon-svg svg {
        display: block;
        width: 23px;
        height: 28px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -11px;
        margin-top: -16px;
        color: #ffffff;
    }

.beta-popup-form h2 {
    text-align: center;
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    color: white;
}

.beta-popup-form h3 {
    text-align: center;
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #acd7f5;
    margin: 0 0 48px;
}



/*
.directo_label {
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0058b1;
    margin-right: 10px;
}

.directo_label .rec_icon {
    width: 10px;
    height: 10px;
    background: red;
    display: inline-block;
    border-radius: 15px;
    margin-right: 5px;
    animation: blinker 1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}
.directo_label + a {
    display: inline-block;
}

@media (max-width: 991px) {

    header.navbar .main-bar .next-match a {
        line-height: 0px;
    }

    .directo_label {
        position: absolute;
        right: 0;
        margin-top: 13px;
    }

}
*/


.ver_cedidos a {
    cursor: pointer;
}

#mireal .form-content .form-group .input-container input[readonly] {
    color: black !important;
}

#modal-confirm {
    padding: 20px 40px !important;
    background-color: #f4f4f4;
    font-weight: bold;
}

    #modal-confirm label {
        display: block;
    }

    #modal-confirm span {
        font-weight: 100;
    }

    #modal-confirm .botones_confirmar {
        text-align: center;
        margin: 20px 0;
    }

    #modal-confirm .partner-info {
        border-top: 1px solid black;
        margin-top: 20px;
        padding-top: 20px;
    }

        #modal-confirm .applicant-info > span,
        #modal-confirm .partner-info > span {
            color: #0058b1;
            font-weight: bold;
            margin-bottom: 20px;
            display: inline-block;
        }

/*Estilos formulario solicitudes entrada en MiReal*/
/* Retina background */

/*.europa .billboard .img-holder {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}

.europa .billboard img {
    margin-top: 40px;
    display: block;
    width: 100%;
    height: auto;
}

.europa .container {
    position: relative;
}

.europa .container.small-container {
    max-width: 760px;
}

.europa .mireal-wrapper h1 {
    font-size: 48px;
    color: #0058b1;
    font-family: "Playfair Display", Helvetica, Arial, serif;
    margin: 0 0 40px 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .europa h1 {
        font-size: 60px;
    }
}

.europa .h2-title {
    font-size: 20px;
    text-transform: none;
}

.europa .form-holder {
    margin-top: 40px;
}

.europa .form-holder .form-group .form-control {
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    padding: 0 20px;
}

.europa .form-holder .form-group .field-validation-error {
    margin-top: 16px;
    position: relative;
    display: block;
    padding: 10px;
    color: #ffffff;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    text-align: center;
    background: #d70a16;
}

.europa .form-holder .form-group .field-validation-error:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #d70a16;
    left: 50%;
    margin-left: -5px;
    top: -12px;
}*/


.article-gallery-item .text-holder .text-holder-content:before {
    display: none;
}


#timeline .finalizado_tag {
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    font-weight: 700;
    letter-spacing: -.02em;
    color: #0058b1;
    font-size: 36px;
    margin: 36px 0 0;
    display: inline-block;
}

#timeline .liveblog .item .team-icon .icon picture img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 0;
    left: 0;
}

#timeline .comments .item:last-of-type {
    border-bottom: none;
}

@media (min-width:1100px) {
    #timeline .timeline-progressline {
        overflow-x: auto;
    }
}

.billboard .title-holder .match-result h2:after {
    display: none;
}


/*.europa .form-holder .form-group {
    margin-bottom: 16px;
}*/

.form_europa_texto {
    font-size: 16px;
    text-align: left;
    line-height: 26px !important;
    margin-top: 40px;
}

#landing.auth-forms {
    margin: 75px 0 60px;
}

    #landing.auth-forms .basic-btn {
        margin: 5px;
    }

    #landing.auth-forms .form_amigo {
        background-color: #f4f4f4;
        padding: 20px;
        margin: 20px auto;
    }

    #landing.auth-forms .botones_form_europa {
        margin-top: 20px;
    }

    #landing.auth-forms .amigo_title {
        color: #0058b1;
        margin-bottom: 10px;
        display: block;
    }

.mireal-wrapper .div-help-tip {
    z-index: 10 !important;
}

#mvp .mvp-winner {
    margin: 0;
}


@media (max-width:767px) {
    .statistics .team-lineup .players.main-players {
        margin-left: 0 !important;
    }

    .statistics .team-lineup .players.substitute-players {
        margin-right: 0 !important;
    }
}

.button-enlace {
    border: none;
    color: #0058b1;
    text-decoration: underline;
    padding: 0;
    background: #ffffff;
    font-family: "Playfair Display",Helvetica,Arial,serif;
}

    .button-enlace::before {
        background: #ffffff;
    }

#mireal .hero-plan {
    border-width: 10px;
}

#mireal .mireal-content .more-info-plan ol li,
#mireal .mireal-content .more-info-plan ul li {
    font-size: 14px;
}

/* Formulario torneo */
#formTorneo .selectric {
    padding: 8px 10px;
}

    #formTorneo .selectric .label {
        color: #757575;
    }

#formTorneo .selectric-items {
    font-family: "Montserrat","Times New Roman",Times New Roman, Georgia,serif;
}

.edad_torneo {
    color: #0058b1;
    font-size: 14px;
    font-weight: 900;
}




/* Futuro Anoeta */
.anoeta-intro .basic-inner-content {
    padding: 110px 0 0 0;
}


@media (min-width:768px) {
    header.navbar .top-nav .top-nav-content #lang_sel_list ul {
        top: -195px;
    }

    .news-list .news-article.full_width {
        width: 100%;
        float: none;
        overflow: hidden;
    }

        .news-list .news-article.full_width .img-holder,
        .news-list .news-article.full_width .img-holder img {
            height: 460px;
        }
}


@media (max-width:1023px) {
    .basic-heading h2.heading-category,
    .basic-heading h1.heading-title,
    .basic-heading p.entry-meta {
        color: #333;
    }
}



ul.listado_logos_marca {
    margin-top: 50px !important;
}

ul li img.logomarca {
    height: 35px;
}

ul li:first-child img.logomarca {
    height: 55px;
}


#mireal .form-content input[type=checkbox] {
    -webkit-appearance: checkbox !important;
}


#mireal .marcas-offline .mireal-content {
    width: 100%;
}

#landing .alert {
    margin-bottom: 20px;
    padding: 25px;
}


@media (min-width: 768px) {
    #club.hockey .matchphase-item .matchphase-teams-main, #secciones.hockey .matchphase-item .matchphase-teams-main {
        width: 66.1016949153%;
    }
}

#club.hockey .matchphase-item .matchphase-teams-buttons, #secciones.hockey .matchphase-item .matchphase-teams-buttons {
    width: 66.1016949153%;
}


#foundation .twocolums-content .twocolums-item:nth-child(2n) {
    margin-right: 0;
}

.home-fan-news {
    margin: 100px auto;
    text-align: center;
}

@media (max-width:1023px) {
    .home-fan-news {
        margin-top: -40px;
        text-align: center;
        display: inline-block;
        position: absolute;
        right: 0;
    }

        .home-fan-news .basic-btn {
            font-weight: 700;
            border: 1px solid #FFF;
            font-size: 11px;
            text-transform: uppercase;
            color: #484d53;
        }

            .home-fan-news .basic-btn:before {
                background: #fff;
            }

    .espacio-fan {
        height: 70px;
    }
}

#mireal h2 {
    margin-top: 0;
}

#mireal .alert {
    margin: 50px auto;
}

.auth-forms #exclusive-content-for-members h2 {
    font-family: "Montserrat","Times New Roman",Times,Georgia,serif;
    color: white;
    font-size: 1.5em;
    margin: 0;
}

#landing .alert.errors,
#landing .alert.success {
    margin-bottom: 30px;
}

.home-rsfan header.navbar .main-bar .logo-heading {
    width: 140px;
    height: 118px;
    background: url(https://cdn.realsociedad.eus/img/escudo-Fan.png) center center no-repeat;
}

    .home-rsfan header.navbar .main-bar .logo-heading svg {
        display: none;
    }

@media (max-width:480px) {
    .home-rsfan header.navbar .main-bar .logo-heading {
        width: 110px;
        height: 100px;
        background-size: 100%;
    }
}


.video_str_cuerpo_noticia {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    overflow: hidden;
}

#video-popup-dest {
    padding-top: 45px;
}

.detalle-noticia.mfp-open-exclusive .mfp-content {
    background-color: transparent !important;
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-open-exclusive .mfp-close {
    font-size: 36px;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    right: 10px;
    width: 20px;
    text-align: right;
    padding-right: 6px;
    opacity: .65;
    top: 20px;
}

.detalle-noticia.mfp-open-exclusive .mfp-content .mfp-close {
    font-size: 36px;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    right: 10px;
    width: 20px;
    text-align: right;
    padding-right: 6px;
    opacity: .65;
    top: 20px;
}
@media (max-width:768px){
        .detalle-noticia.mfp-open-exclusive .mfp-content .mfp-close{
            top:-40px;
            right: 14px;
        }

    }


.video_str_cuerpo_noticia {
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .video_str_cuerpo_noticia {
        margin-top: 30px;
    }
}



#video-np {
    width: 100%;
    max-width: 800px;
    margin: auto;
}

@media (max-width:767px) {
    #video-np {
        width: 100%;
    }
}

#video-np .content {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    overflow: hidden;
}

    #video-np .content iframe, #video-np .content object, #video-np .content embed,
    .video_str_cuerpo_noticia iframe, .video_str_cuerpo_noticia object, .video_str_cuerpo_noticia embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

#video-np iframe:fullscreen,
#video-np object:fullscreen,
#video-np embed:fullscreen {
    position: fixed !important;
    z-index: 9999;
}





    .article-base .article-base-header .basic-heading-picture .open-popup-link,
    .article-base .article-base-header .basic-heading-picture .open-popup-link-anoeta,
    .article-base .article-base-header .basic-heading-picture .open-popup-link-detail {
        display: none;
    }

    .article-base .article-base-header .basic-heading .open-popup-link,
    .article-base .article-base-header .basic-heading .open-popup-link-anoeta,
    .article-base .article-base-header .basic-heading .open-popup-link-detail {
        display: block;
        width: 46px;
        height: 46px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        position: relative;
        margin: 24px auto 0;
    }

        .article-base .article-base-header .basic-heading .open-popup-link svg,
        .article-base .article-base-header .basic-heading .open-popup-link-anoeta svg,
        .article-base .article-base-header .basic-heading .open-popup-link-detail svg {
            display: block;
            width: 16px;
            height: 24px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -6px;
            margin-top: -12px;
            color: #ffffff;
        }



@media (max-width: 1024px) {
.article-base .article-base-header .basic-heading-picture .open-popup-link,
.article-base .article-base-header .basic-heading-picture .open-popup-link-anoeta,
.article-base .article-base-header .basic-heading-picture .open-popup-link-detail {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
}

    .article-base .article-base-header .basic-heading-picture .open-popup-link svg,
    .article-base .article-base-header .basic-heading-picture .open-popup-link-anoeta svg,
    .article-base .article-base-header .basic-heading-picture .open-popup-link-detail svg {
        display: block;
        width: 16px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        margin-top: -12px;
        color: #ffffff;
    }


.article-base .article-base-header .basic-heading .open-popup-link,
.article-base .article-base-header .basic-heading .open-popup-link-anoeta,
.article-base .article-base-header .basic-heading .open-popup-link-detail {
    display: none;
}
}





@media (min-width:768px) {
    .genuine-mobile {
        display: none !important;
    }
}

.centered-text {
    overflow: hidden;
}

.column-form-3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

    .column-form-3 li {
        width: 23%;
        margin: 1.33% !important;
    }

        .column-form-3 li:first-child {
            margin-left: 0 !important;
        }

        .column-form-3 li:last-child {
            margin-right: 0 !important;
        }

@media (max-width:480px) {
    .column-form-3 {
        display: block;
    }

        .column-form-3 li {
            width: 100%;
            margin: 0 0 30px !important;
        }
}



/* PERSONALIZACIÓN FORMUALRIO RS LAGUNA PARA ACCIÓN MARKETING*/

.marketing .open-submenu {
    display: none !important;
}

.marketing .main header img {
    display: none;
}

.marketing .billboard.billboard-inner {
    min-height: 150px;
}

.marketing .basic-inner-content {
    padding: 0 0 80px;
    margin-top: -120px;
}

.marketing h2.h2-title {
    font-size: 68px;
    color: #ffffff;
    font-family: "Playfair Display", Helvetica, Arial, serif;
    margin: 0 0 70px;
    text-transform: none;
}

.marketing .h2-title.with-separator:after {
    display: none;
}

@media (max-width:700px) {
    .marketing h2.h2-title {
        font-size: 48px;
        line-height: 57px;
    }

    .marketing h2.h2-title {
        color: #0058b1;
        margin: 0 0 20px;
    }

    .marketing .billboard.billboard-inner {
        background-color: #fff;
    }

    .marketing header.navbar .main-bar .open-menu {
        display: none;
    }
}


/* ESTILOS FORMULARIOS AUTOGENERADOS */
.form-group .input-container input.basic-btn {
    color: white;
    border: none;
    background-color: #0058b1;
}

#landing.auth-forms .billboard .img-holder {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}



#landing.auth-forms .container {
    position: relative;
}

    #landing.auth-forms .container.small-container {
        max-width: 760px;
    }

#landing.auth-forms h1 {
    font-size: 48px;
    color: #0058b1;
    font-family: "Playfair Display", Helvetica, Arial, serif;
    margin: 0 0 40px 0;
    line-height: 1;
}

@media (min-width: 768px) {
    #landing.auth-forms h1 {
        font-size: 60px;
    }
}

#landing.auth-forms .description {
    margin-bottom: 60px;
    line-height: 25px;
}

#landing .form-content label {
    width: 100%;
    text-align: left;
}

#landing.auth-forms .h2-title {
    font-size: 20px;
    text-transform: none;
}

#landing.auth-forms .form-holder {
    margin-top: 40px;
}

#landing .form-content .form-group {
    text-align: center;
}

#landing.auth-forms .form-holder .form-group .form-control {
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    padding: 0 20px;
}

#landing.auth-forms .form-content .form-group .input-container .form-control {
    line-height: 55px;
    height: 55px;
}

#landing.auth-forms .basic-btn {
    padding: 16px 36px;
    font-size: 18px;
}

#landing.auth-forms .form-holder .form-group .field-validation-error {
    margin-top: 16px;
    position: relative;
    display: block;
    padding: 10px;
    color: #ffffff;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    text-align: center;
    background: #fc8821;
}

    #landing.auth-forms .form-holder .form-group .field-validation-error:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #fc8821;
        left: 50%;
        margin-left: -5px;
        top: -12px;
    }

#landing.auth-forms .form-content label.error {
    margin-top: 16px;
    position: relative;
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    text-align: center;
    background: #fc8821;
}

    #landing.auth-forms .form-content label.error:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #fc8821;
        left: 50%;
        margin-left: -5px;
        top: -12px;
    }



.div-help-tip label:before {
    content: '?';
    font-weight: bold;
    position: absolute;
    top: 42px;
    right: 10px;
    background-color: #acd7f5;
    border-radius: 50%;
    color: #ffffff;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 21px;
    cursor: pointer;
}

.div-help-tip:hover label:after {
    content: '';
    background: url(https://cdn.realsociedad.eus/img/id_nuevo.jpg) center center no-repeat;
    background-size: 230px;
    font-weight: bold;
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #acd7f5;
    border-radius: 0;
    color: #ffffff;
    z-index: 9;
    text-align: center;
    font-size: 21px;
    width: 250px;
    height: 386px;
    background-color: #0058b1;
    padding: 10px;
    border-radius: 3px;
}



.div-help-tip:hover p {
    display: block;
    transform-origin: 100% 0%;
    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;
}

.div-help-tip p {
    display: none;
    margin: 8px 0 0 0;
    text-align: left;
    background-color: #0058b1;
    padding: 20px;
    width: 250px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

    .div-help-tip p:before {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #0058b1;
        right: 10px;
        top: -12px;
    }

    .div-help-tip p:after {
        width: 100%;
        height: 40px;
        content: '';
        position: absolute;
        top: -40px;
        left: 0;
    }


#signup .formui-checkbox.option p {
    line-height: 16px;
    margin: 0 0 0 10px;
}

#signup .input-container .basic-btn {
    margin-top: 30px;
}
/* txiki */
@media (min-width: 768px) {
    #download-txikis .category-holder ul li {
        width: 32.9%;
        float: none;
        display: inline-block;
    }
}


@media (max-width: 768px) {
    .article-base .article-base-inner .entry-content {
        padding-top: 0;
    }
}

#foundation.about .memory-content .memory-holder ul li{
    margin:0 9px 0 6px;
}
#foundation.about .memory-content .memory-holder img {
    width: 180px;
    height: 250px;
    object-fit: cover;
    margin: 40px auto 0;
    display: block;
}



#exclusive-content-for-members {
    max-width: 720px;
    margin: auto;
}


/*LANDING APP REALZALE*/

.landing-app .txt-app-container, .landing-app .btn-store-container {
    color: white;
    position: absolute;
    right: 4vw;
    top: 3vh;
    text-align: right;
    max-width: 40vw;
}

.landing-app .btn-store-container {
    top: auto;
    bottom: 13vw;
    width: 13vw;
}

.landing-app .txt-app-container h2 {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
}

.landing-app .txt-app-container p {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    width: 90%;
    float: right;
    font-size: 24px;
    margin-bottom: 0px;
}


.landing-app .btn-store-container .ios-app {
    margin-bottom: 3vh;
}

.landing-app .article-base .article-base-header:after {
    display: none;
}

.landing-app .related-content-slider .swiper-wrapper .swiper-slide a .related-basic-heading .heading-category {
    text-align: center;
}

.landing-app .related-content-slider .swiper-wrapper .swiper-slide {
    margin: 30px 0;
}

.landing-app header.navbar .main-menu ul {
    padding-bottom: 40%;
}

.landing-app .related-content-slider .swiper-wrapper .swiper-slide a .img-holder img {
    height: auto;
}

.landing-app .related-content-slider {
    height: 751px;
}

    .landing-app .related-content-slider h4 {
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 13px;
        text-align: center;
        border-bottom: none;
        color: #484d53;
        margin-bottom: 20px;
    }

@media (max-width:1600px) {
    .landing-app .btn-store-container {
        bottom: 5vw;
    }
}


@media (max-width: 1400px) {
    .landing-app .txt-app-container {
        max-width: 50vw;
    }

        .landing-app .txt-app-container p {
            width: 100%;
        }

    .landing-app .btn-store-container {
        width: 50vw;
    }

        .landing-app .btn-store-container img {
            display: inline-block !important;
            width: 40% !important;
            vertical-align: top;
        }

        .landing-app .btn-store-container .ios-app {
            margin-bottom: auto;
            margin-top: 5px;
            margin-right: 5%;
        }
}

@media (max-width: 1200px) {
    .landing-app .txt-app-container h2 {
        font-size: 36px;
        line-height: 40px;
    }

    .landing-app .txt-app-container p {
        font-size: 18px;
        line-height: 24px;
    }

    .landing-app .txt-app-container div img {
        display: inline-block !important;
        width: 40% !important;
        vertical-align: top;
    }
}

@media (min-width: 1024px) {
    .landing-app header.navbar .main-menu:after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, transparent 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, transparent 100%);
    }
}

@media (max-width: 960px) {
    .landing-app .txt-app-container p {
        display: none;
    }

        .landing-app .txt-app-container p:first-of-type {
            display: block;
        }
}

@media (max-width: 767px) {
    .landing-app .txt-app-container {
        max-width: 80%;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

        .landing-app .txt-app-container h2 {
            font-size: 9vw;
            line-height: 9vw;
        }

        .landing-app .txt-app-container p {
            font-size: 4.5vw;
            line-height: 6vw;
        }

    .landing-app .btn-store-container {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 100%;
        right: auto;
        text-align: center;
        margin-top: 50px;
    }

        .landing-app .btn-store-container img {
            display: inline-block !important;
            width: 40% !important;
            vertical-align: top;
            margin: 30px 2.5% 0 !important;
        }

            .landing-app .btn-store-container img.ios-app {
                padding-top: 4px;
            }
    #mireal .marcas-offline .mireal-content img{
        max-width:100%;
    }
}

@media (max-width:480px) {
    .landing-app .btn-store-container img {
        display: block !important;
        width: 60% !important;
        vertical-align: top;
        margin: 15px auto !important;
    }
}

#mireal.summary .hero.zabaleta,
#mireal.summary .hero.relocation
 {
    margin-bottom: 0;
}

.zabaleta .help-tip {
    top: 35px;
}

#mireal.summary .separador-blue {
    background-color: #0257b1;
    height: 5px;
    width: 100%;
}

#mireal.plan .balance-content .balance-item.active.actual {
    padding: 65px 0 15px;
}

#mireal.plan .balance-content .balance-item.active,
#mireal.plan .balance-content .balance-item.active .money,
#mireal.plan .balance-content .balance-item.active .title{
    background:white!important;
    color:#0257b1!important;
}
#mireal.plan .balance-content .balance-item.active .title{
    margin-bottom:20px;
}
#mireal.plan .container{
    position:relative;
}
#mireal.plan .balance-content .balance-item.active.actual .money abbr{
        position: relative;
    bottom: auto;
    margin-left: auto;
}

#mireal.plan .mireal-wrapper .anyos-anteriores{
    display: inline-block;
    position: absolute;
    top: -65px;
    right: 0;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    color:#fff;
    background-color:#acd7f5;
    text-align:center;
    padding:0 20px;
    border-radius:15px;
}
#mireal.plan .mireal-wrapper .anyos-anteriores .money{
    font-size: 60px;
    position: relative;
    margin:0;
    font-weight: 900;
    line-height: 40px;
}
#mireal.plan .mireal-wrapper .anyos-anteriores abbr{
    font-size: 16px;
}
#mireal.plan .mireal-wrapper .anyos-anteriores .title{
    font-weight: 900;
    text-transform:uppercase;
    margin:10px 0 10px; 
   }

@media (max-width:1200px){
    #mireal.plan .mireal-wrapper .anyos-anteriores{
        position: relative;
        top: auto;
        right: auto;
        text-align:center;
    }
    #mireal.plan .balance-content .balance-item.active.actual {
        padding: 0 0 45px;
    }

}


.form-header-img {
    width: 100%;
}

#signup .gris{
    margin-bottom: 30px;
    padding-top:40px!important;
    position:relative;
}
#signup .gris > a {
    position: absolute!important;
    top: 10px;
    right: 15px;
}
#mireal.summary  .separador-blue{
        background-color: #0257b1;
        height:5px;
        width:100%;
}


.cols-5 {
  position: relative;
  overflow: hidden; }
.cols-5 .cols-row {
    margin-left: -24px;
    margin-right: -24px;
    font-size:0;
}
.cols-5 .col {
    width: 50%;
    display:inline-block;
    vertical-align:top;
}
 @media (max-width: 480px) {
      .cols-5 .col {
        width: 100%; 
      } 
 }

 @media (min-width: 768px) {
      .cols-5 .col {
        width: 20%; } }
      .cols-5 .col .col-holder {
      padding: 0 24px; }
      .cols-5.with-separator .col:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #7f7f7f;
     }
}


      
#foundation .help-tip,
#signup .help-tip{
    top:40px;
}


.socio-alert h2{
    text-transform:uppercase;
    margin:10px auto 40px;
}
.socio-alert a{
   
    margin-bottom:20px;
}
.socio-alert.check-points{
    padding-bottom: 35px;
}

.socio-alert.check-points .basic-btn{
    background-color: #0058b1;
}
.socio-alert.check-points .basic-btn:hover{
    background-color: #fff;
}

.socio-alert.check-points .num_socio_nv{
    padding:10px;
    display: inline-block;
    vertical-align: sub;
    margin-bottom:10px;
        border: 1px solid gray;
}
span#res{
    display: block;
    margin-top: 10px;
    color: red;
}


span#res .puntos{
    margin-top:20px;
    display:inline-block;
    border: 1px solid #0257b1;
    background: #0257b1;
}
span#res .puntos .numero{
    color: #fff;
    background: #0257b1;
    
    font-weight: bold;
    font-size: 50px;
    padding: 50px 40px 30px;
    display: block;

}
@media (max-width:360px){
    span#res .puntos .numero {
        font-size: 42px;
    }
}
span#res .puntos .txt {
    color:#fff;
    padding-bottom: 7px;
    display: block;
}

  #anoeta .form-content .subform .delete {
    cursor:pointer;
  }




 .bar-harribo .download-holder {
    display: inline-block;
    border-top: none!important;
    border-bottom: none!important;
}
.bar-harribo .download-holder a.download-link{
    display: inline-block!important;
    padding: 8px 18px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: 1.42857143!important;
    text-align: center!important;
    white-space: nowrap!important;
    vertical-align: middle!important;
    -ms-touch-action: manipulation!important;
    touch-action: manipulation!important;
    cursor: pointer!important;
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important;
    background-image: none!important;
    border: 1px solid #0058b1!important;
    text-transform: uppercase!important;
    background-color: transparent!important;
    color: #ffffff!important;
    text-decoration: none!important;
    position: relative!important;
    cursor: pointer!important;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif!important;
    z-index: 9;
    margin:30px 0 0!important;
}
.bar-harribo .download-holder a.download-link:before {
    content: '';
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0058b1;
}
.bar-harribo .download-holder a.download-link:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
}
.bar-harribo .download-holder a.download-link:hover{
    color: #0058b1!important;
}
.bar-harribo .download-holder a.download-link:hover:after{
    width: 100%;
}
.bar-harribo .download-holder svg {
    display: none!important;
}

@media (max-width:550px){
    .headroom--top.navbar .top-nav{
        height: 63px;
    }
    header.navbar .top-nav .top-nav-content .main-top-nav-content a{
        line-height: 29px;
    }
}

.contentPost img{
    width:100%;
}


#ospatu{
    position:relative;
}
#ospatu h4{
    width: 80%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    color: white;
    font-size: 55px;
    line-height: 44px;
}
@media (max-width:767px){
    #ospatu h4 {
        top: 40%;
        font-size: 36px;
        line-height: 39px;
    }
}

.filterBg:after{
    content: '';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background-color:black;
    opacity:0.3;
    z-index:0;
}

.filterBg> *{
    position:relative;
    z-index:1;
}

#info-links {
    clear:both;
    padding:20px;
}

#info-links .download-list {
    max-width: fit-content;
    margin: auto
}

#info-links .download-list .download-item a{
    color: #000;
}

#info-links .download-list .download-item .icon {
    top:-4px;
    width:32px;
    height:58px;
}

#gest-puntos .form-content .subform .form-group.form-group-buttons {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

#gest-puntos .form-content .subform .basic-btn {
    margin-bottom: 20px;
    display: block;
}

#gest-puntos .form-content .subform .delete {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    display: block;
    color: #d70a16;
}

#gest-puntos .form-content .subform .delete {
    cursor: pointer;
}


.pctj-holder {
    position: relative;
}

.pctj-holder span {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 400;
    color: #484d53;
    font-size: 18px;

    position: absolute;
    top: 10px;
    right: 10px;
}
}

/*Landing Te escuchamos*/

#landing.te-escuchamos .inner-intro{
    padding-bottom:0px;
}

#landing.te-escuchamos .accordion-title.basic-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: min-content;
}

#landing.te-escuchamos .formui-checkbox:before, #landing.te-escuchamos .formui-radio:before {
    background: #ffffff;
}

.te-escuchamos .basic-inner-content {
    padding: 30px 0;
}

@media (min-width: 768px) {
    .te-escuchamos .basic-inner-content {
        padding: 40px 0;
    }
}

.te-escuchamos #te-escuchamos h3.accordion-title {
    border: solid 1px #b5b5b5;
    padding: 6px 0;
    cursor: pointer;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

.te-escuchamos #te-escuchamos h3.accordion-title.ui-accordion-header-active {
    background-color: #484d53;
    color:#fff;
}

iframe#localizador_iframe {
    height: 950px;
}

@media (max-width:768px) {
    iframe#localizador_iframe {
        height: 600px;
    }
}

#subscriber-rates .rates-footer
{
    font-style: italic;
    font-size: 14px;
}

#subscriber-rates .rates-title{
    text-align:center;
}

header.navbar .main-bar .logo-heading #escudoRS {
    display: block;
    height: 100px;
}

/* Ajustes en el login */
.login-cab .col {
    padding: 24px 0;
}
.login-cab .col.last {
    border-top: 1px solid #484d53;
}
@media (min-width: 768px) {

    .login-cab .col {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%;
    }
    .login-cab .col.last {
        float: right;
        margin-right: 0;
        border-top: none;
    }
}
.login-cab .col .content {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
}
.login-cab .col .content h2, .login .col .content h3 {
    font-size: 14px;
    font-weight: 400;
}

#nlogin .form-content {
  margin: 0 0 50px 0; }
  #nlogin .form-content.nomargin {
    margin-top: 30px; }
    @media (min-width: 768px) {
      #nlogin .form-content.nomargin {
        margin-top: 0; } }
  #nlogin .form-content form {
    padding: 0;
    margin: 0; }
    #nlogin .form-content form fieldset {
      border: none;
      margin: 0;
      padding: 0; }
  #nlogin .form-content label, #nlogin .form-content legend {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-weight: 600;
    display: block;
    margin: 0 0 8px 0;
    color: #0058b1;
    font-size: 13px; }
  #nlogin .form-content input, #nlogin .form-content textarea, #nlogin .form-content select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }
  #nlogin .form-content input[type=date] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important; }
  #nlogin .form-content .info {
    margin: 15px 0 0 0;
    font-size: 13px;
    line-height: 20px;
    color: #808892; }
    #nlogin .form-content .info span {
      color: #0058b1; }
  #nlogin .form-content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nlogin .form-content h3 {
    margin: 50px 0;
    text-align: center;
    color: #0058b1;
    font-size: 16px;
    font-family: "Playfair Display", Helvetica, Arial, serif; }
  #nlogin .form-content img {
    display: table;
    margin: 40px auto; }
  #nlogin .form-content .alert {
    margin-bottom: 30px; }
  #nlogin .form-content .form-group {
    position: relative;
    margin: 0 auto 30px auto; }
    #nlogin .form-content .form-group .input-container {
      position: relative;
      display: block;
      width: 100%; }
      #nlogin .form-content .form-group .input-container .form-control {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 45px;
        height: 45px;
        font-size: 14px;
        font-weight: 400;
        color: #0058b1;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        border-top: 0;
        border-left: 0;
        border-bottom: 1px solid #0058b1;
        border-right: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        #nlogin .form-content .form-group .input-container .form-control::-webkit-input-placeholder {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control::-moz-placeholder {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control:-ms-input-placeholder {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control:-moz-placeholder {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control::-webkit-datetime-edit-text {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control::-webkit-datetime-edit-month-field {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control::-webkit-datetime-edit-day-field {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control::-webkit-datetime-edit-year-field {
          color: #B0BAC5; }
        #nlogin .form-content .form-group .input-container .form-control:hover {
          border-color: #BEC5CD; }
        #nlogin .form-content .form-group .input-container .form-control:focus {
          border-color: rgba(82, 168, 236, 0.8);
          outline: 0;
          box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }
      #nlogin .form-content .form-group .input-container .field-validation-error {
        margin-top: 16px;
        position: relative;
        display: block;
        padding: 10px;
        color: #ffffff;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 12px;
        text-align: center;
        background: #d70a16; }
        #nlogin .form-content .form-group .input-container .field-validation-error:before {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          border: 6px solid transparent;
          border-bottom-color: #d70a16;
          left: 50%;
          margin-left: -5px;
          top: -12px; }
      #nlogin .form-content .form-group .input-container .selectric {
        border: 1px solid #DFE6EE;
        background: #ffffff; }
        #nlogin .form-content .form-group .input-container .selectric .label {
          margin: 0;
          padding: 0 15px;
          line-height: 45px;
          height: 45px;
          font-size: 14px;
          font-weight: 400;
          color: #B0BAC5;
          font-family: "Montserrat", "Times New Roman", Times, Georgia, serif; }
        #nlogin .form-content .form-group .input-container .selectric .arrow {
          color: #B0BAC5; }
      #nlogin .form-content .form-group .input-container .selectric-open .selectric {
        border-color: rgba(82, 168, 236, 0.8); }
      #nlogin .form-content .form-group .input-container .selectric-items {
        margin-top: 5px;
        background: #ffffff;
        border-color: rgba(82, 168, 236, 0.8);
        outline: 0;
        box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); }
        #nlogin .form-content .form-group .input-container .selectric-items li {
          padding: 0 15px;
          line-height: 45px;
          height: 45px;
          font-size: 14px;
          font-weight: 400;
          color: #B0BAC5;
          font-family: "Montserrat", "Times New Roman", Times, Georgia, serif; }
          #nlogin .form-content .form-group .input-container .selectric-items li.highlighted {
            background: #0058b1;
            color: #ffffff; }
            #nlogin .form-content .form-group .input-container .selectric-items li.highlighted:hover {
              background: #0058b1;
              color: #ffffff; }
          #nlogin .form-content .form-group .input-container .selectric-items li:hover {
            background: #DFE6EE;
            color: #0058b1; }
      #nlogin .form-content .form-group .input-container .formui-radio, #nlogin .form-content .form-group .input-container .formui-checkbox {
        margin-right: 40px;
        display: inline-block;
        color: #B0BAC5;
        margin-bottom: 0; }
        #nlogin .form-content .form-group .input-container .formui-radio input, #nlogin .form-content .form-group .input-container .formui-checkbox input {
          opacity: 0;
          position: absolute;
          left: 0; }
        #nlogin .form-content .form-group .input-container .formui-radio:before, #nlogin .form-content .form-group .input-container .formui-checkbox:before {
          content: '';
          display: inline-block;
          width: 16px;
          height: 16px;
          vertical-align: middle;
          margin-right: 10px;
          border: 1px solid #DFE6EE;
          border-radius: 50%;
          font-size: 24px;
          line-height: 16px; }
        #nlogin .form-content .form-group .input-container .formui-radio:hover:before, #nlogin .form-content .form-group .input-container .formui-radio:focus:before, #nlogin .form-content .form-group .input-container .formui-checkbox:hover:before, #nlogin .form-content .form-group .input-container .formui-checkbox:focus:before {
          border-color: #BEC5CD; }
        #nlogin .form-content .form-group .input-container .formui-radio.checked:before, #nlogin .form-content .form-group .input-container .formui-checkbox.checked:before {
          background: #0058b1;
          border-color: #0058b1;
          color: #ffffff;
          content: "·";
          font-weight: bold;
          text-align: center; }
      #nlogin .form-content .form-group .input-container.byrow .formui-radio, #nlogin .form-content .form-group .input-container.byrow .formui-checkbox {
        margin: 10px 0 20px 0;
        display: block; }
    #nlogin .form-content .form-group.disabled .form-control {
      color: #B0BAC5;
      background: #F4F4F4; }
      #nlogin .form-content .form-group.disabled .form-control:hover {
        border-color: #DFE6EE; }
    #nlogin .form-content .form-group .file-container {
      display: inline-block;
      position: relative;
      margin-right: 15px; }
      #nlogin .form-content .form-group .file-container label {
        padding: 8px 18px;
        border: 1px solid #484d53;
        text-transform: uppercase;
        cursor: pointer;
        z-index: 1; }
      #nlogin .form-content .form-group .file-container input {
        position: absolute;
        top: 0;
        width: 150px;
        height: 40px;
        opacity: 0;
        z-index: 2;
        cursor: pointer; }
      #nlogin .form-content .form-group.form-group-buttons {
          text-align: left; }
  #nlogin .form-content .subform .subform-title {
    float: left;
    display: inline-block;
    margin: 0 0 15px 0;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold; }
  #nlogin .form-content .subform .delete {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 1.4;
    float: right;
    display: inline-block;
    color: #d70a16; }
  #nlogin .form-content .subform .subform-content {
    clear: both;
    display: list-item;
    position: relative;
    margin: 0 auto;
    padding: 30px 0 0 0;
    border-top: 1px solid #f4f4f4; }
  #nlogin .form-content .subform .basic-btn {
    margin-bottom: 60px;
    display: block; }
  #nlogin .form-content .subform .one {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #nlogin .form-content .subform .two {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 768px) {
      #nlogin .form-content .subform .two {
        width: 49.1525423729%;
        float: left;
        margin-right: 1.6949152542%; } }
    #nlogin .form-content .subform .two.last {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
      @media (min-width: 768px) {
        #nlogin .form-content .subform .two.last {
          width: 49.1525423729%;
          float: right;
          margin-right: 0; } }
  #nlogin .form-content .subform .form-group.form-group-buttons {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; }
  #nlogin .form-content .info-avatar {
    margin-bottom: 30px; }
    #nlogin .form-content .info-avatar p {
      margin: 0;
      font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
      font-size: 12px;
      line-height: 20px; }

#nlogin .container.small-container {
  max-width: 760px;
  padding: 80px 0; }
  #nlogin .container.small-container h2 {
      font-size: 14px;
      font-weight: 700; }
  #nlogin .container.small-container ul li p {
      font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
      font-size: 11px;
      line-height: 16px;
      margin-bottom: 0; }
  #nlogin .container.small-container.small-container-note {
    background-color: #acd7f5;
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    padding: 20px; }
    #nlogin .container.small-container.small-container-note p {
      font-size: 13px;
      margin: 0; }
      #nlogin .container.small-container.small-container-note p a {
        color: #484d53; }


/* Password ocultar/mostrar */
.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -36px;
    width: 25px;
    height: 25px;
    position: relative;
    z-index: 2;
}

.show-pass {
    background-image: url('../img/mostrar.png') !important;
}
.hide-pass {
    background-image: url('../img/nomostrar.png') !important;
    background-repeat: no-repeat;
    background-position: 4px 13px;
}

.btn-login-social {
    width: 75px;
    height: 75px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    padding: 15px;
    color: #484d53;
    text-decoration: none;
}

.btn-login-social-facebook {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background-image: url(../img/login/login-facebook.png);
    display: block;
    margin: 0 auto;
}

.btn-login-social-google {
    width: 48px;
    height: 48px;
    object-fit: contain;
    background-image: url(../img/login/login-google.png);
    display: block;
    margin: 0 auto;
}

.txt-login-social {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 14px;
    text-align: center;
    margin: 10px 5px;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-around {
    display: flex;
    justify-content: space-around;
}

.recordar-pass {
    font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
    font-size: 12px;
    cursor: pointer;
    text-decoration: underline;
    color: #0058b1;
    margin: 0 0 8px 0;
}

button#ihavecookiesBtn {
    margin-left: 0px !important;
}
/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(17, 17, 17, 0.8);
    padding: 20px;
    font-family: system-ui;
    z-index: 1000000;
    text-align: center;
}

    #gdpr-cookie-message h4 {
        color: white;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 10px;
        padding-left: 40px;
    }

    #gdpr-cookie-message h5 {
        color: white;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: white;
        font-size: 15px;
        line-height: 1.5em;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
    }

    #gdpr-cookie-message p {
        max-width: 1180px;
        margin: 0 auto;
        padding-left: 40px;
        margin-bottom: 20px;
    }
        #gdpr-cookie-message p:last-child {
            margin-bottom: 0;
        }

    #gdpr-cookie-message li {
        width: 100%;
        max-width: 225px;
        padding: 20px 0;
        display: inline-block;
    }

    #gdpr-cookie-message a {
        color: white;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
    }

    #gdpr-cookie-message label a {
        border-bottom: none;
    }
    #gdpr-cookie-message label a img{
        vertical-align: bottom;
    }


        #gdpr-cookie-message a:hover {
            color: white;
            border-bottom-color: var(--red);
            transition: all 0.3s ease-in;
        }

    #gdpr-cookie-message button,
    button#ihavecookiesBtn {
        border: 1px solid white;
        background-color: transparent;
        color: white;
        font-family: "Montserrat", "Times New Roman", Times, Georgia, serif;
        font-size: 11px;
        padding: 7px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        #gdpr-cookie-message button:hover {
            background: white;
            color: black;
            transition: all 0.3s ease-in;
        }

button#gdpr-cookie-advanced {
    border: 1px solid white;
    background-color: transparent;
    color: white;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

