@charset "UTF-8";
/******************************************************************

******************************************************************/
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,300,700,900);
@font-face {
  font-family: GothamMedium;
  src: url(/fonts/GOTHAM-MEDIUM.TTF);
}
@font-face {
  font-family: GothamBold;
  src: url(/fonts/GOTHAM-BOLD.TTF);
}

* {
    letter-spacing: normal;
    word-spacing: normal;
    text-rendering: auto;
}

.m-btn-camping { margin-right: 25px; }

/* 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: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-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;
    -ms-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;
    -ms-touch-action: manipulation;
    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);
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%;
    }

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

    .mt-30 { margin-top: 45px; }

    .label-foto {
        left: 0 !important;
        top: -6px !important;
    }
    .file-foto {
        margin-left: 0 !important;
        margin-top: 14px !important;
    }

}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    max-height: 260px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    display: none;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../../fonts/fontawesome-webfont.eot?v=4.6.3");
    src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714em;
}

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

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

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

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

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

.pull-left {
    float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================================
Balloons
==================================================*/
/*==================================================
Bounce
==================================================*/
/*==================================================
Carousel
==================================================*/
/*==================================================
Clock
==================================================*/
/*==================================================
Spinning Disc
==================================================*/
/*==================================================
Hourglass
==================================================*/
/*==================================================
Newton Ball
==================================================*/
/*==================================================
Pacman
==================================================*/
/*==================================================
Ripple
==================================================*/
/*==================================================
Snake
==================================================*/
/*==================================================
Steps
==================================================*/
/*==================================================
Audio Wave
==================================================*/
#showcase-carousel .owl-dots,
#showcase-thumbnails .owl-dots {
    display: none;
}

span.enlighterEnlighterJS {
    white-space: nowrap;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: flat;
    transform-style: flat;
    width: auto;
}

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

iframe[src*="soundcloud"] {
    width: 100%;
}

button.mfp-close, button.mfp-arrow {
    width: 90px;
}

body ::-webkit-scrollbar {
    width: 10px;
}
body ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-clip: content-box;
    background-color: rgba(0, 0, 0, 0.2);
}
body ::-webkit-scrollbar-corner {
    background-color: transparent;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        -webkit-filter: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    a:after, a:visited:after {
        content: " (" attr(href) ")";
    }
    a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/******************************************************************
 * Kayzen
 * https://github.com/esr360/Kayzen
 * @module notifications
 *****************************************************************/
/*-----------------------------------------------------------------

K-Tooltips
Made by @esr360
https://github.com/esr360/K-Tooltips
        
-----------------------------------------------------------------*/
/******************************************************************
 * Kayzen
 * https://github.com/esr360/Kayzen
 * @module preloader
 *****************************************************************/
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE <10.
 * Add the correct display in Edge, IE, and Firefox for `details` or `summary`.
 * Add the correct display in IE for `main`.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * Add the correct display in IE <10.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display and remove excess height in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE <11, Safari <8, and Firefox <22.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox <40.
 * 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;
    font-size: 1em;
}

/**
 * Add the correct font style in Android <4.4.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: 0.75em 0;
}

/**
 * Add the correct background and color in IE <10.
 */
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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE <11.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1.5em 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 */
}

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

/* Forms
   ========================================================================== */
/**
 * Known issues:
 * - By default, Chrome on OS X and Safari on OS X allow very limited styling of
 *   select, unless a border property is set. The default font weight on
 *   optgroup elements cannot safely be changed in Chrome on OSX and Safari on
 *   OS X.
 * - It is recommended that you do not style checkbox and radio inputs as
 *   Firefox's implementation does not respect box-sizing, padding, or width.
 * - Certain font size values applied to number inputs cause the cursor style of
 *   the decrement button to change from default to text.
 * - The search input is not fully stylable by default. In Chrome and Safari on
 *   OSX/iOS you can't control font, padding, border, or background. In Chrome
 *   and Safari on Windows you can't control border properly. It will apply
 *   border-width but will only show a border color (which cannot be controlled)
 *   for the outer 1px of that border. Applying -webkit-appearance: textfield
 *   addresses these issues without removing the benefits of search inputs (e.g.
 *   showing past searches). Safari (but not Chrome) will clip the cancel button
 *   on when it has padding (and textfield appearance).
 */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 * 3. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 4. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
    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 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
     * Remove the inner border and padding in Firefox.
     */
    /**
     * Restore the focus styles unset by the previous rule.
     */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE <11.
 * 2. Remove the padding in IE <11.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
[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 OS X.
     */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

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

/**
 * 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.
 * 4. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 2 */
    padding: 0;
    /* 3 */
}

/**
 * Restore the font weight unset by a previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

.font-1 {
    font-family: "Lato";
}

.font-2 {
    font-family: "Raleway";
}

a {
    color: #3e5ca0;
    transition: 0.4s;
    text-decoration: none;
}
p > a, .text a {
    border-bottom: 1px dotted transparent;
}
p > a:hover, .text a:hover {
    border-bottom-color: inherit;
}

p, ul, ol {
    font-weight: lighter;
}
p strong, ul strong, ol strong {
    color: #232627;
}

.lede {
    font-size: 1.25em;
}

.row,
[class*="row-"] {
    letter-spacing: -1em;
    display: table;
    width: 100%;
}
.opera-only :-o-prefocus, .row,
[class*="row-"] {
    word-spacing: -0.43em;
}

[class*="span"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
[class*="span"]:first-child {
    margin-left: 0;
}

.span-1 {
    width: 5.58333%;
}

.span-2 {
    width: 14.16667%;
}

.span-3 {
    width: 22.75%;
}

.span-4 {
    width: 31.33333%;
}

.span-5 {
    width: 39.91667%;
}

.span-6 {
    width: 48.5%;
}

.span-7 {
    width: 57.08333%;
}

.span-8 {
    width: 65.66667%;
}

.span-9 {
    width: 74.25%;
}

.span-10 {
    width: 82.83333%;
}

.span-11 {
    width: 91.41667%;
}

.span-12 {
    width: 100%;
}
@media (max-width: 940px) {
    .row:not([class*="stack-"]) > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 0px) {
    .row.stack-break-0 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .row.stack-break-1 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
    .modal_content_vip { 
        height: 50vh !important;

    }
}
@media (max-width: 720px) {
    .row.stack-break-2 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
    .button-home {
        width: 75% !important;
        display: block !important;
        margin: 20px auto !important;
    }
    .image-modal{
        display: block !important;
        width: 100% !important;

    }
    .modal_content_test{
        height: unset !important;
    }

    .pt-15 { padding-top: 15px; }
    .modal_content_vip { 
        height: 90vh !important;
    }
    .modal_content_vip p { 
        font-size: 1rem !important;
    }

}
@media (max-width: 940px) {
    .row.stack-break-3 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
    
}
@media (max-width: 1200px) {
    .row.stack-break-4 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1400px) {
    .row.stack-break-5 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
.row-flow:not(.row-no-gutter) {
    margin-left: -3%;
    width: 103%;
}
.row-flow [class*="pull-"] {
    position: relative;
}
.row-flow .pull-1 {
    left: -8.33333%;
}
.row-flow .pull-2 {
    left: -16.66667%;
}
.row-flow .pull-3 {
    left: -25%;
}
.row-flow .pull-4 {
    left: -33.33333%;
}
.row-flow .pull-5 {
    left: -41.66667%;
}
.row-flow .pull-6 {
    left: -50%;
}
.row-flow .pull-7 {
    left: -58.33333%;
}
.row-flow .pull-8 {
    left: -66.66667%;
}
.row-flow .pull-9 {
    left: -75%;
}
.row-flow .pull-10 {
    left: -83.33333%;
}
.row-flow .pull-11 {
    left: -91.66667%;
}
.row-flow .pull-12 {
    left: -100%;
}
.row-flow [class*="push-"] {
    position: relative;
}
.row-flow .push-1 {
    left: 8.33333%;
}
.row-flow .push-2 {
    left: 16.66667%;
}
.row-flow .push-3 {
    left: 25%;
}
.row-flow .push-4 {
    left: 33.33333%;
}
.row-flow .push-5 {
    left: 41.66667%;
}
.row-flow .push-6 {
    left: 50%;
}
.row-flow .push-7 {
    left: 58.33333%;
}
.row-flow .push-8 {
    left: 66.66667%;
}
.row-flow .push-9 {
    left: 75%;
}
.row-flow .push-10 {
    left: 83.33333%;
}
.row-flow .push-11 {
    left: 91.66667%;
}
.row-flow .push-12 {
    left: 100%;
}
.row-flow > [class*="span"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
.row-flow > .span-1 {
    width: 5.33333%;
}
.row-flow > .span-2 {
    width: 13.66667%;
}
.itemscamping .span-2 {
    width: 14%;
}
.itemscamping .widget_icon-inline, .itemscamping .widget_header-inline {
    float: left;
}
.itemscamping .widget_header-inline {
    font-size: 15px;
    padding-top: 20px;
}
.itemscamping .widget_header-inline h3 {
    line-height: 1.2em;
}
.itemscamping .widget_header-inline, .itemscamping .widget_icon-inline {
    float: none;
    display: block !important;
    text-align: center !important;
    margin-right: auto !important;
    margin-left: auto;
}
.row-flow > .span-3 {
    width: 22%;
}
.row-flow > .span-4 {
    width: 30.33333%;
}
.row-flow > .span-5 {
    width: 38.66667%;
}
.row-flow > .span-6 {
    width: 47%;
}
.row-flow > .span-7 {
    width: 55.33333%;
}
.row-flow > .span-8 {
    width: 63.66667%;
}
.row-flow > .span-9 {
    width: 72%;
}
.row-flow > .span-10 {
    width: 80.33333%;
}
.row-flow > .span-11 {
    width: 88.66667%;
}
.row-flow > .span-12 {
    width: 97%;
}
.row-flow > [class*="span"] {
    margin-left: 3%;
}
@media (max-width: 940px) {
    .row-flow:not([class*="stack-"]) > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 0px) {
    .row-flow.stack-break-0 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 460px) {
    .row-flow.stack-break-1 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 720px) {
    .row-flow.stack-break-2 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 940px) {
    .row-flow.stack-break-3 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 1200px) {
    .row-flow.stack-break-4 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
@media (max-width: 1400px) {
    .row-flow.stack-break-5 > [class*="span"] {
        display: block;
        left: auto;
        width: 97%;
    }
}
.row-flow > [class*="span"][class*="break"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
@media (max-width: 1400px) {
    .row-flow > [class*="span"].break-5-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-5-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-5-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-5-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-5-sixth {
        width: 13.66667%;
    }
}
@media (max-width: 1200px) {
    .row-flow > [class*="span"].break-4-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-4-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-4-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-4-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-4-sixth {
        width: 13.66667%;
    }
}
@media (max-width: 940px) {
    .row-flow > [class*="span"].break-3-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-3-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-3-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-3-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-3-sixth {
        width: 13.66667%;
    }
}
@media (max-width: 720px) {
    .row-flow > [class*="span"].break-2-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-2-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-2-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-2-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-2-sixth {
        width: 13.66667%;
    }
}
@media (max-width: 460px) {
    .row-flow > [class*="span"].break-1-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-1-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-1-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-1-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-1-sixth {
        width: 13.66667%;
    }
}
@media (max-width: 0px) {
    .row-flow > [class*="span"].break-0-full {
        width: 97%;
    }
    .row-flow > [class*="span"].break-0-half {
        width: 47%;
    }
    .row-flow > [class*="span"].break-0-third {
        width: 30.33333%;
    }
    .row-flow > [class*="span"].break-0-quarter {
        width: 22%;
    }
    .row-flow > [class*="span"].break-0-sixth {
        width: 13.66667%;
    }
}
.row-magic > [class*="span"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
.row-magic > [class*="span"]:first-child {
    margin-left: 0;
}
.row-magic > [class*="span"]:first-child {
    margin-left: 0;
}
.row-magic > [class*="span"]:first-child:nth-last-child(1), .row-magic > [class*="span"]:first-child:nth-last-child(1) ~ [class*="span"] {
    width: 100%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(2), .row-magic > [class*="span"]:first-child:nth-last-child(2) ~ [class*="span"] {
    width: 48.5%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(3), .row-magic > [class*="span"]:first-child:nth-last-child(3) ~ [class*="span"] {
    width: 31.33333%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(4), .row-magic > [class*="span"]:first-child:nth-last-child(4) ~ [class*="span"] {
    width: 22.75%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(5), .row-magic > [class*="span"]:first-child:nth-last-child(5) ~ [class*="span"] {
    width: 17.6%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(6), .row-magic > [class*="span"]:first-child:nth-last-child(6) ~ [class*="span"] {
    width: 14.16667%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(7), .row-magic > [class*="span"]:first-child:nth-last-child(7) ~ [class*="span"] {
    width: 11.71429%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(8), .row-magic > [class*="span"]:first-child:nth-last-child(8) ~ [class*="span"] {
    width: 9.875%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(9), .row-magic > [class*="span"]:first-child:nth-last-child(9) ~ [class*="span"] {
    width: 8.44444%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(10), .row-magic > [class*="span"]:first-child:nth-last-child(10) ~ [class*="span"] {
    width: 7.3%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(11), .row-magic > [class*="span"]:first-child:nth-last-child(11) ~ [class*="span"] {
    width: 6.36364%;
}
.row-magic > [class*="span"]:first-child:nth-last-child(12), .row-magic > [class*="span"]:first-child:nth-last-child(12) ~ [class*="span"] {
    width: 5.58333%;
}
@media (max-width: 940px) {
    .row-magic:not([class*="stack-"]) > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 0px) {
    .row-magic.stack-break-0 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .row-magic.stack-break-1 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 720px) {
    .row-magic.stack-break-2 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 940px) {
    .row-magic.stack-break-3 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .row-magic.stack-break-4 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 1400px) {
    .row-magic.stack-break-5 > [class*="span"] {
        display: block;
        left: auto;
        width: 100% !important;
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .modal_content_vip { 
        height: 60vh !important;
        font-size: 1rem !important;
    }
    .modal_content_vip p { 
        font-size: 1rem !important;
    }
}
.row-no-gutter [class*="pull-"], .row-block [class*="pull-"] {
    position: relative;
}
.row-no-gutter .pull-1, .row-block .pull-1 {
    left: -8.33333%;
}
.row-no-gutter .pull-2, .row-block .pull-2 {
    left: -16.66667%;
}
.row-no-gutter .pull-3, .row-block .pull-3 {
    left: -25%;
}
.row-no-gutter .pull-4, .row-block .pull-4 {
    left: -33.33333%;
}
.row-no-gutter .pull-5, .row-block .pull-5 {
    left: -41.66667%;
}
.row-no-gutter .pull-6, .row-block .pull-6 {
    left: -50%;
}
.row-no-gutter .pull-7, .row-block .pull-7 {
    left: -58.33333%;
}
.row-no-gutter .pull-8, .row-block .pull-8 {
    left: -66.66667%;
}
.row-no-gutter .pull-9, .row-block .pull-9 {
    left: -75%;
}
.row-no-gutter .pull-10, .row-block .pull-10 {
    left: -83.33333%;
}
.row-no-gutter .pull-11, .row-block .pull-11 {
    left: -91.66667%;
}
.row-no-gutter .pull-12, .row-block .pull-12 {
    left: -100%;
}
.row-no-gutter [class*="push-"], .row-block [class*="push-"] {
    position: relative;
}
.row-no-gutter .push-1, .row-block .push-1 {
    left: 8.33333%;
}
.row-no-gutter .push-2, .row-block .push-2 {
    left: 16.66667%;
}
.row-no-gutter .push-3, .row-block .push-3 {
    left: 25%;
}
.row-no-gutter .push-4, .row-block .push-4 {
    left: 33.33333%;
}
.row-no-gutter .push-5, .row-block .push-5 {
    left: 41.66667%;
}
.row-no-gutter .push-6, .row-block .push-6 {
    left: 50%;
}
.row-no-gutter .push-7, .row-block .push-7 {
    left: 58.33333%;
}
.row-no-gutter .push-8, .row-block .push-8 {
    left: 66.66667%;
}
.row-no-gutter .push-9, .row-block .push-9 {
    left: 75%;
}
.row-no-gutter .push-10, .row-block .push-10 {
    left: 83.33333%;
}
.row-no-gutter .push-11, .row-block .push-11 {
    left: 91.66667%;
}
.row-no-gutter .push-12, .row-block .push-12 {
    left: 100%;
}
.row-no-gutter > [class*="span"], .row-block > [class*="span"] {
    margin-left: 0 !important;
}
.row-no-gutter > .span-1, .row-block > .span-1 {
    width: 8.33333%;
}
.row-no-gutter > .span-2, .row-block > .span-2 {
    width: 16.66667%;
}
.row-no-gutter > .span-3, .row-block > .span-3 {
    width: 25%;
}
.row-no-gutter > .span-4, .row-block > .span-4 {
    width: 33.33333%;
}
.row-no-gutter > .span-5, .row-block > .span-5 {
    width: 41.66667%;
}
.row-no-gutter > .span-6, .row-block > .span-6 {
    width: 50%;
}
.row-no-gutter > .span-7, .row-block > .span-7 {
    width: 58.33333%;
}
.row-no-gutter > .span-8, .row-block > .span-8 {
    width: 66.66667%;
}
.row-no-gutter > .span-9, .row-block > .span-9 {
    width: 75%;
}
.row-no-gutter > .span-10, .row-block > .span-10 {
    width: 83.33333%;
}
.row-no-gutter > .span-11, .row-block > .span-11 {
    width: 91.66667%;
}
.row-no-gutter > .span-12, .row-block > .span-12 {
    width: 100%;
}
@media (max-width: 940px) {
    .row-no-gutter:not([class*="stack-"]) > [class*="span"], .row-block:not([class*="stack-"]) > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 0px) {
    .row-no-gutter.stack-break-0 > [class*="span"], .row-block.stack-break-0 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .row-no-gutter.stack-break-1 > [class*="span"], .row-block.stack-break-1 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 720px) {
    .row-no-gutter.stack-break-2 > [class*="span"], .row-block.stack-break-2 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 940px) {
    .row-no-gutter.stack-break-3 > [class*="span"], .row-block.stack-break-3 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .row-no-gutter.stack-break-4 > [class*="span"], .row-block.stack-break-4 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1400px) {
    .row-no-gutter.stack-break-5 > [class*="span"], .row-block.stack-break-5 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
.row-no-gutter > [class*="span"][class*="break"] {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
}
@media (max-width: 1400px) {
    .row-no-gutter > [class*="span"].break-5-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-5-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-5-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-5-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-5-sixth {
        width: 16.66667%;
    }
}
@media (max-width: 1200px) {
    .row-no-gutter > [class*="span"].break-4-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-4-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-4-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-4-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-4-sixth {
        width: 16.66667%;
    }
}
@media (max-width: 940px) {
    .row-no-gutter > [class*="span"].break-3-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-3-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-3-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-3-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-3-sixth {
        width: 16.66667%;
    }
}
@media (max-width: 720px) {
    .row-no-gutter > [class*="span"].break-2-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-2-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-2-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-2-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-2-sixth {
        width: 16.66667%;
    }
}
@media (max-width: 460px) {
    .row-no-gutter > [class*="span"].break-1-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-1-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-1-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-1-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-1-sixth {
        width: 16.66667%;
    }
}
@media (max-width: 0px) {
    .row-no-gutter > [class*="span"].break-0-full {
        width: 100%;
    }
    .row-no-gutter > [class*="span"].break-0-half {
        width: 50%;
    }
    .row-no-gutter > [class*="span"].break-0-third {
        width: 33.33333%;
    }
    .row-no-gutter > [class*="span"].break-0-quarter {
        width: 25%;
    }
    .row-no-gutter > [class*="span"].break-0-sixth {
        width: 16.66667%;
    }
}
.row-block > [class*="span"] {
    display: table-cell;
}
@media (max-width: 940px) {
    .row-block:not([class*="stack-"]) > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 0px) {
    .row-block.stack-break-0 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 460px) {
    .row-block.stack-break-1 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 720px) {
    .row-block.stack-break-2 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 940px) {
    .row-block.stack-break-3 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .row-block.stack-break-4 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 1400px) {
    .row-block.stack-break-5 > [class*="span"] {
        display: block;
        left: auto;
        width: 100%;
        margin-left: 0;
    }
}
.row-reverse:not([class*="reverse-break"]) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.row-reverse:not([class*="reverse-break"]) > [class*="span"] {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}
@media (max-width: 0px) {
    .row.reverse-break-0 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-0 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}
@media (max-width: 460px) {
    .row.reverse-break-1 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-1 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}
@media (max-width: 720px) {
    .row.reverse-break-2 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-2 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}
@media (max-width: 940px) {
    .row.reverse-break-3 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-3 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}
@media (max-width: 1200px) {
    .row.reverse-break-4 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-4 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}
@media (max-width: 1400px) {
    .row.reverse-break-5 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .row.reverse-break-5 > [class*="span"] {
        -webkit-transform: scale(-1);
        -ms-transform: scale(-1);
        transform: scale(-1);
    }
}

[class*="pull-"] {
    position: relative;
}

.pull-1 {
    left: -8.58333%;
}

.pull-2 {
    left: -17.16667%;
}

.pull-3 {
    left: -25.75%;
}

.pull-4 {
    left: -34.33333%;
}

.pull-5 {
    left: -42.91667%;
}

.pull-6 {
    left: -51.5%;
}

.pull-7 {
    left: -60.08333%;
}

.pull-8 {
    left: -68.66667%;
}

.pull-9 {
    left: -77.25%;
}

.pull-10 {
    left: -85.83333%;
}

.pull-11 {
    left: -94.41667%;
}

.pull-12 {
    left: -103%;
}

[class*="push-"] {
    position: relative;
}

.push-1 {
    left: 8.58333%;
}

.push-2 {
    left: 17.16667%;
}

.push-3 {
    left: 25.75%;
}

.push-4 {
    left: 34.33333%;
}

.push-5 {
    left: 42.91667%;
}

.push-6 {
    left: 51.5%;
}

.push-7 {
    left: 60.08333%;
}

.push-8 {
    left: 68.66667%;
}

.push-9 {
    left: 77.25%;
}

.push-10 {
    left: 85.83333%;
}

.push-11 {
    left: 94.41667%;
}

.push-12 {
    left: 103%;
}

[class*="row-"][class*="-waffle"] {
    margin-bottom: -3%;
}
[class*="row-"][class*="-waffle"] > [class*="span"] {
    margin-bottom: 3%;
}
[class*="row-"][class*="-waffle"][class*="-large"] {
    margin-bottom: -6%;
}
[class*="row-"][class*="-waffle"][class*="-large"] > [class*="span"] {
    margin-bottom: 6%;
}
[class*="row-"][class*="-ladder"] {
    margin-bottom: -3%;
}
[class*="row-"][class*="-ladder"] > [class*="span"] {
    padding-bottom: 3%;
}
[class*="row-"][class*="-ias"] {
    margin-bottom: 4em;
}
[class*="row-"][class*="-filterable"] > [class*="span"] {
    transition: 0s;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100%;
}

html {
    overflow-x: hidden;
}

body {
    background: #f8f8f8;
    font-family: "Lato", "Lato:300,400,700,900";
    color: #6f777b;
    font-size: 1em;
    line-height: 1.4;
}

ins {
    font-weight: bold;
    color: #3e5ca0;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

code {
    background: white;
    border: 1px solid #dee0e2;
    border-radius: 0.3em;
    font-family: "Lato", "Lato:300,400,700,900";
    font-size: 0.83rem;
    font-weight: 300;
    padding: 0.1em 0.3em;
}
code.value {
    color: inherit;
}

[data-trigger],
[data-trigger-reverse],
[data-hover] {
    transition: 0.4s;
}

#site-content {
    transition: 0.4s;
}

.container, [class*="container-"] {
    width: 1300px;
    max-width: 95%;
    margin: 0 auto;
    position: relative;
}
[class*="container-"][class*="-small"] {
    width: 940px;
    max-width: 80.75%;
}
[class*="container-"][class*="-full"] {
    width: 100%;
    max-width: 100%;
}
@media (min-width: 940px) {
    [class*="container-"][class*="-section"] {
        padding: 4em 0;
    }
    .label-foto {
        left: -33px !important;
        top: -6px !important;
    }
    .file-foto {
        margin-left: -33px;
        margin-top: 14px;
    }
}

.wrapper {
    padding: 0 3%;
}

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

h1, h2, h3, h4, h5, h6,
p, ul, ol,
form, fieldset, legend, figure, table,
pre, hr,
.object,
.tiles,
[class*="widget-"][class*="-article"] > .owl-carousel {
    margin: 2rem 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
p:first-child, ul:first-child, ol:first-child,
form:first-child, fieldset:first-child, legend:first-child, figure:first-child, table:first-child,
pre:first-child, hr:first-child,
.object:first-child,
.tiles:first-child,
[class*="widget-"][class*="-article"] > .owl-carousel:first-child {
    margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ul:last-child, ol:last-child,
form:last-child, fieldset:last-child, legend:last-child, figure:last-child, table:last-child,
pre:last-child, hr:last-child,
.object:last-child,
.tiles:last-child,
[class*="widget-"][class*="-article"] > .owl-carousel:last-child {
    margin-bottom: 0;
}

.object-small {
    margin: 1rem 0;
}
.object-small:first-child {
    margin-top: 0;
}
.object-small:last-child {
    margin-bottom: 0;
}

.object-large {
    margin: 4rem 0;
}
.object-large:first-child {
    margin-top: 0;
}
.object-large:last-child {
    margin-bottom: 0;
}

::-moz-selection {
    background-color: #3e5ca0;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background-color: #3e5ca0;
    color: #ffffff;
    text-shadow: none;
}

.v-sep:before, .v-sep:after, .center-xy > img, [class*="thumbnail-"][class*="-article"] > img, .modal, [class*="modal-"], .thumbnail_controls, [class*="thumbnail_controls-"], .globe, .scroll-wheel, [class*="scroll-wheel-"], .scroll-wheel:before, [class*="scroll-wheel-"]:before, .loading-tweets, [class*="section-"][class*="-dot-map"]:before, .section_graphic > img, [class*="section_graphic-"] > img, .billboard_wrapper, [class*="billboard_wrapper-"] {
    left: 0;
    right: 0;
    margin: auto;
}

[class*="list-"][class*="-reset"], [class*="list-"][class*="-arrow"], [class*="list-"][class*="-tags"], .price-chart ul, [class*="price-chart-"] ul, .tabs_nav, [class*="tabs_nav-"], .top-bar_nav ul, [class*="top-bar_nav-"] ul, .breadcrumb ul, .footer_nav ul, [class*="footer_nav-"] ul, .navigation > ul, [class*="navigation-"] > ul, .navigation ul ul, [class*="navigation-"] ul ul, .side-nav nav ul, [class*="side-nav-"] nav ul, .tweets, .tweet-actions {
    padding-left: 0;
    list-style: none;
}

[class*="widget-"][class*="-tub"]:before, [class*="section-"][class*="-overlay"]:before, [class*="section-"][class*="-overlay"][class*="-deep"]:before, [class*="section-"][class*="-overlay"][class*="-dark"]:before, [class*="section-"][class*="-overlay"][class*="-alt"]:before, [class*="billboard-"][class*="-overlay"]:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.auto-resizable-iframe {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}
.auto-resizable-iframe > div {
    position: relative;
    padding-bottom: 58.5%;
    height: 0px;
}
.auto-resizable-iframe iframe {
    position: absolute;
    border: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.v-sep {
    height: 100%;
    position: relative;
}
.v-sep:before {
    content: "";
    height: 100%;
    width: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    position: absolute;
}
.v-sep:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    content: "Or";
    font-size: 0.67em;
    font-weight: lighter;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    color: #ffffff;
    background: #3e5ca0;
}
@media (max-width: 940px) {
    .v-sep {
        margin: 2.5em 0;
        border-top: 1px solid rgba(255, 255, 255, 0.75);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
}

.hrule, [class*="hrule-"] {
    margin: 2rem 0;
    border-color: rgba(0, 0, 0, 0.15);
}
[class*="hrule-"][class*="-line"] {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 0;
}
[class*="hrule-"][class*="-dotted"] {
    border-top: 1px dotted rgba(0, 0, 0, 0.15);
    border-bottom: 0;
}
[class*="hrule-"][class*="-stripes"], [class*="widget-"][class*="-article"]:not([class*="span"]):after {
    height: 10px;
    background-image: url("../../images/stripe-overlay.png");
    background-repeat: repeat;
    opacity: 0.3;
    border: none;
}
[class*="hrule-"][class*="-gutter"] {
    margin: 3% 0 6%;
}
[class*="hrule-"][class*="-small"] {
    margin: 1.5em 0;
}
[class*="hrule-"][class*="-large"] {
    margin: 3rem 0;
}

.ias-spinner, .ias-noneleft {
    margin-top: 4em;
    text-align: center;
}
[class*="-flow"] .ias-spinner, [class*="-flow"] .ias-noneleft {
    margin-left: 3%;
}
.row-ias .ias-spinner, .row-ias .ias-noneleft {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6em;
}
.row-waffle .ias-spinner, .row-waffle .ias-noneleft {
    margin-top: calc(4em - 3%);
    margin-bottom: 3%;
}
.row-waffle-large .ias-spinner, .row-waffle-large .ias-noneleft {
    margin-top: 0;
    margin-bottom: 6%;
}

.ias-spinner img {
    margin: auto;
}

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

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tiles {
    position: relative;
    display: block;
    width: calc(100% + (4px * 2));
    left: -4px;
}
.tiles:after {
    content: "";
    clear: both;
    display: table;
}

.tile {
    position: relative;
    float: left;
    overflow: hidden;
}
.tile-box {
    width: 50%;
}
.tile-box:after {
    content: "";
    padding-top: 100%;
    display: table;
    border-collapse: collapse;
}
.tile-last:after {
    border-collapse: separate;
}
.tile-tall {
    width: 50%;
}
.tile-tall:after {
    content: "";
    display: block;
    padding-top: 200%;
}
.tile-rec {
    width: 100%;
}
.tile-rec:after {
    content: "";
    display: block;
    padding-top: 50%;
}
.tile-img {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    position: absolute;
    transition: 0.4s;
    background-size: cover;
    background-position: center center;
    background-color: #eeeeee;
}
.tile-img:hover {
    opacity: 0.6;
}

.hidden {
    display: none !important;
}

.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.hide-overflow {
    position: relative;
    overflow: hidden;
}

.clearfix, .cf {
    zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table;
}
.clearfix:after, .cf:after {
    clear: both;
}

.relative {
    position: relative;
}

.fixed-table {
    table-layout: fixed;
}

.rating {
    margin-top: 0.5em;
}

.flush {
    margin-top: 0 !important;
}

.sink {
    margin-bottom: 0 !important;
}

.disabled, [class*="widget-"][class*="-greyscale"], .greyscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.disabled {
    opacity: 0.8;
}

@media (min-width: 940px) {
    .short, .billboard_snap, [class*="billboard_snap-"] {
        width: 75%;
    }
}

@media (min-width: 940px) {
    .col-full {
        position: absolute !important;
        z-index: 3;
        height: 100%;
    }
}

.force-align {
    white-space: nowrap;
}

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

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

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

@media (min-width: 720px) {
    .text-justify {
        text-align: justify;
    }
}

@media (min-width: 940px) {
    .text-right-desktop {
        text-align: right !important;
    }
}

@media (min-width: 720px) {
    .text-right-break-2 {
        text-align: right !important;
    }
}

@media (max-width: 940px) {
    .center-mobile {
        text-align: center !important;
    }
}

.object-center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.va-top {
    vertical-align: top !important;
}

.va-middle {
    vertical-align: middle !important;
}

.va-bottom {
    vertical-align: bottom !important;
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-cover {
    background-size: cover;
}

.bg-facebook {
    background-color: #507CBD;
}

.bg-twitter {
    background-color: #63CEF2;
}

.bg-linkedin {
    background-color: #117BB8;
}

.bg-github {
    background-color: #1C1C1C;
}

.bg-skype {
    background-color: #63CEF2;
}

.bg-pinterest {
    background-color: #C92228;
}

.bg-instagram {
    background-color: #5280A5;
}

.bg-rss {
    background-color: #FBA933;
}

.bg-youtube {
    background-color: #CB312E;
}

.bg-flickr {
    background-color: #ED1384;
}

.bg-vimeo {
    background-color: #1EB8EB;
}

.bg-dribbble {
    background-color: #EB4C89;
}

.bg-behance {
    background-color: #0595FC;
}

.bg-deviantart {
    background-color: #B3C434;
}

.bg-reddit {
    background-color: #0D7CCD;
}

.bg-google-plus {
    background-color: #dd4b39;
}

.bg-email {
    background-color: #6cb42c;
}

.bg-stumbleupon {
    background-color: #47AD20;
}

@media (min-width: 1400px) {
    .max-break-5 {
        display: none !important;
    }
    .modal_content_vip { 
        height: 28vh !important;
        margin: 55px auto !important; 
    }
}

@media (min-width: 0px) {
    .max-break-0 {
        display: none !important;
    }
}

@media (min-width: 460px) {
    .max-break-1 {
        display: none !important;
    }
}

@media (min-width: 720px) {
    .max-break-2 {
        display: none !important;
    }
}

@media (min-width: 940px) {
    .max-break-3 {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .max-break-4 {
        display: none !important;
    }
}

@media (max-width: 1400px) {
    .min-break-5 {
        display: none !important;
    }
}

@media (max-width: 0px) {
    .min-break-0 {
        display: none !important;
    }
}

@media (max-width: 460px) {
    .min-break-1 {
        display: none !important;
    }
}

@media (max-width: 720px) {
    .min-break-2 {
        display: none !important;
    }
}

@media (max-width: 940px) {
    .min-break-3 {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    .min-break-4 {
        display: none !important;
    }
}

.accordion, [class*="accordion-"] {
    margin-bottom: 2rem;
}
.accordion:last-child, [class*="accordion-"]:last-child {
    margin-bottom: 0;
}
.accordion_section, [class*="accordion_section-"] {
    margin: 0;
}
.accordion_section:not(:last-child), [class*="accordion_section-"]:not(:last-child) {
    margin-bottom: 0;
}
.accordion_section:not(:last-child) > *:first-child, .accordion_section:not(:last-child) > *:last-child, [class*="accordion_section-"]:not(:last-child) > *:first-child, [class*="accordion_section-"]:not(:last-child) > *:last-child {
    border-bottom: 0 !important;
}
.accordion_section:hover [class*="accordion_title"], .accordion_section.active [class*="accordion_title"], [class*="accordion_section-"]:hover [class*="accordion_title"], [class*="accordion_section-"].active [class*="accordion_title"] {
    background: #3e5ca0;
    color: #ffffff;
}
.accordion_section:hover [class*="accordion_title"]:after, .accordion_section.active [class*="accordion_title"]:after, [class*="accordion_section-"]:hover [class*="accordion_title"]:after, [class*="accordion_section-"].active [class*="accordion_title"]:after {
    color: #ffffff;
}
.accordion_section.active [class*="accordion_title"], [class*="accordion_section-"].active [class*="accordion_title"] {
    border-color: transparent;
    border-radius: 0;
}
.accordion_section.active [class*="accordion_title"]:after, [class*="accordion_section-"].active [class*="accordion_title"]:after {
    -webkit-transform: rotate(90deg) translateZ(0);
    transform: rotate(90deg) translateZ(0);
}
.accordion_title, [class*="accordion_title-"] {
    display: block;
    padding: 1em;
    margin: 0;
    background: transparent;
    color: #6f777b;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    font-weight: normal;
    line-height: 1;
    transition: 0.4s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.accordion_title:after, [class*="accordion_title-"]:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    color: rgba(191, 193, 195, 0.6);
    transition: 0.4s;
}
.accordion_content, [class*="accordion_content-"] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 1.5em;
    margin: 0;
    margin-top: -1px;
    font-weight: lighter;
    background: #ffffff;
}
.accordion > * > *:first-child, [class*="accordion-"] > * > *:first-child {
    cursor: pointer;
}
.accordion > * > *:last-child, [class*="accordion-"] > * > *:last-child {
    display: none;
}
.accordion > * > *:last-child.active, [class*="accordion-"] > * > *:last-child.active {
    display: block;
}
[class*="accordion-"][class*="-minimal"] > * > *:first-child {
    position: relative;
}
[class*="accordion-"][class*="-minimal"] > * > *:first-child:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 1.25em;
    right: 0;
    top: -0.25em;
    color: rgba(191, 193, 195, 0.6);
    transition: 0.4s;
}
[class*="accordion-"][class*="-minimal"] > *.active > *:first-child:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.alert-bar, [class*="alert-bar-"] {
    padding: 0.85em;
    border: 1px solid;
    font-size: 0.9em;
    border-radius: 0.25em;
    font-weight: lighter;
    border-color: rgba(0, 0, 0, 0.15);
    position: relative;
}
.alert-bar:hover, [class*="alert-bar-"]:hover {
    text-decoration: none;
}
.alert-bar a, [class*="alert-bar-"] a {
    border-bottom: 1px dotted;
}
.alert-bar a:hover, [class*="alert-bar-"] a:hover {
    text-decoration: none;
}
.alert-bar a, .alert-bar b, [class*="alert-bar-"] a, [class*="alert-bar-"] b {
    color: inherit;
}
[class*="alert-bar-"][class*="-error"] {
    background-color: #FECCCB;
    color: #ad201d;
    border-color: #e1524f;
}
[class*="alert-bar-"][class*="-help"] {
    background-color: #FDEAAD;
    color: #927519;
    border-color: #dcb435;
}
[class*="alert-bar-"][class*="-info"] {
    background-color: #BFE3F9;
    color: #276992;
    border-color: #4f9fd0;
}
[class*="alert-bar-"][class*="-success"] {
    background-color: #DEE3AB;
    color: #565936;
    border-color: #94995c;
}

.blockquote, [class*="blockquote-"] {
    margin: 0;
    border: 0;
    padding: 0 2.5em;
    position: relative;
    font-family: "Raleway", "Raleway:100,300,700,900";
}
[class*="blockquote-"][class*="-testimonial"] {
    padding: 0;
}
[class*="blockquote-"][class*="-testimonial"] [class*="blockquote_content"]:before, [class*="blockquote-"][class*="-testimonial"] [class*="blockquote_content"]:after {
    font-size: 1.5rem;
}
[class*="blockquote-"][class*="-pull-left"], [class*="blockquote-"][class*="-pull-right"] {
    font-style: italic;
    margin: 1em;
}
@media (min-width: 720px) {
    [class*="blockquote-"][class*="-pull-left"], [class*="blockquote-"][class*="-pull-right"] {
        width: 340px;
        max-width: 50%;
        text-align: left;
    }
}
[class*="blockquote-"][class*="-pull-left"][class*="-top"], [class*="blockquote-"][class*="-pull-right"][class*="-top"] {
    margin-top: 0;
}
[class*="blockquote-"][class*="-pull-left"][class*="-bottom"], [class*="blockquote-"][class*="-pull-right"][class*="-bottom"] {
    margin-bottom: 0;
}
[class*="blockquote-"][class*="-pull-left"] {
    float: left;
    margin-left: 0;
}
[class*="blockquote-"][class*="-pull-right"] {
    float: right;
    margin-right: 0;
}
.blockquote_bubble, [class*="blockquote_bubble-"] {
    padding: 1em 3em;
    background: #3e5ca0;
    border-radius: 0.6em;
    color: #ffffff;
    position: relative;
}
.blockquote_bubble:after, [class*="blockquote_bubble-"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.blockquote_bubble:after, [class*="blockquote_bubble-"]:after {
    margin-left: -0.5em;
    top: 100%;
    left: 50%;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    border-top: solid 0.5em #3e5ca0;
}
.blockquote_bubble [class*="blockquote_content"], [class*="blockquote_bubble-"] [class*="blockquote_content"] {
    position: relative;
}
.blockquote_bubble [class*="blockquote_content"]:before, [class*="blockquote_bubble-"] [class*="blockquote_content"]:before {
    left: -1.35em;
}
.blockquote_bubble [class*="blockquote_content"]:after, [class*="blockquote_bubble-"] [class*="blockquote_content"]:after {
    right: -1.35em;
}
.blockquote_bubble:after, [class*="blockquote_bubble-"]:after {
    left: 20%;
}
.blockquote_avatar, [class*="blockquote_avatar-"], .blockquote_cite, [class*="blockquote_cite-"] {
    display: inline-block;
    vertical-align: middle;
}
.blockquote_content, [class*="blockquote_content-"] {
    position: relative;
    display: inline-block;
}
.blockquote_content:before, .blockquote_content:after, [class*="blockquote_content-"]:before, [class*="blockquote_content-"]:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 1.75rem;
    color: rgba(0, 0, 0, 0.3);
}
.blockquote_content:before, [class*="blockquote_content-"]:before {
    content: "\f10d";
    top: -0.2em;
    left: -1.25em;
}
.blockquote_content:after, [class*="blockquote_content-"]:after {
    content: "\f10e";
    bottom: -0.2em;
    right: -1em;
}
.blockquote_content + [class*="blockquote_cite"], [class*="blockquote_content-"] + [class*="blockquote_cite"] {
    margin-top: 1.5em;
}
.blockquote_avatar + [class*="blockquote_content"], [class*="blockquote_avatar-"] + [class*="blockquote_content"] {
    margin-top: 1.5em;
}
.blockquote_cite, [class*="blockquote_cite-"] {
    margin-left: 0.5em;
    color: #ffffff;
}
.blockquote_footer, [class*="blockquote_footer-"] {
    margin-top: 1em;
}

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

.button, [class*="button-"] {
    background: #6f777b;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 1em;
    line-height: 2.4;
    font-weight: lighter;
    transition: 0.4s;
    border: 1px solid;
    border-color: transparent;
    cursor: pointer;
    text-decoration: none;
}
.button:hover, [class*="button-"]:hover {
    background: #575d60;
    color: #ffffff;
    text-decoration: none;
}
.button:focus, [class*="button-"]:focus {
    outline: 0;
}
[class*="button-"][class*="-base"] {
    font-size: 1em;
}
[class*="button-"][class*="-size-1"] {
    font-size: 0.67em;
}
[class*="button-"][class*="-size-2"] {
    font-size: 0.83em;
}
[class*="button-"][class*="-size-3"] {
    font-size: 1em;
}
[class*="button-"][class*="-size-4"] {
    font-size: 1.25em;
}
[class*="button-"][class*="-size-5"] {
    font-size: 1.5em;
}
[class*="button-"][class*="-size-6"] {
    font-size: 2em;
}
[class*="button-"][class*="-size-7"] {
    font-size: 2.4em;
}
[class*="button-"][class*="-size-8"] {
    font-size: 3em;
}
[class*="button-"][class*="-size-9"] {
    font-size: 3.4em;
}
@media (max-width: 940px) {
    [class*="button-"][class*="-size-4"] {
        font-size: 1.0625em;
    }
}
@media (max-width: 940px) {
    [class*="button-"][class*="-size-6"] {
        font-size: 1.7em;
    }
}
[class*="button-"][class*="-block"] {
    width: 100%;
    text-align: center;
}
[class*="button-"][class*="-block"] + .button, [class*="button-"][class*="-block"] + [class*="button-"] {
    margin-top: 1rem;
}
[class*="button-"][class*="-border"] {
    background: none;
    color: #6f777b;
    border-color: #6f777b;
}
[class*="button-"][class*="-border"]:hover {
    color: #ffffff;
    background: #3e5ca0;
    border-color: #3e5ca0;
}
[class*="button-"][class*="-pill"] {
    display: table-cell;
}
[class*="button-"][class*="-pill"][class*="-round"] {
    border-radius: 0;
}
[class*="button-"][class*="-pill"][class*="-round"]:first-child {
    border-radius: 0.4em 0 0 0.4em;
}
[class*="button-"][class*="-pill"][class*="-round"]:last-child {
    border-radius: 0 0.4em 0.4em 0;
}
[class*="button-"][class*="-disabled"] {
    opacity: 0.6;
    cursor: not-allowed;
    transition-delay: 999s;
}
[class*="button-"][class*="-round"] {
    border-radius: 0.4em;
}
[class*="button-"][class*="-oval"], [class*="button-"][class*="-circle"] {
    border-radius: 1.5em;
}
[class*="button-"][class*="-acute"] {
    border-radius: 0;
}
[class*="button-"][class*="-fat"] {
    line-height: 2.8;
}
[class*="button-"][class*="-thin"] {
    line-height: 2;
}
[class*="button-"][class*="-icon"] {
    padding: 0;
    width: 2.5em;
    text-align: center;
}
[class*="button-"][class*="-icon"] .fa {
    width: 1em;
}
[class*="button-"][class*="-icon"][class*="-plain"] {
    width: 1.5em;
}
[class*="button-"][class*="-plain"] {
    background: none;
    line-height: 1.25em;
}
[class*="button-"][class*="-primary"] {
    background: #3e5ca0;
}
[class*="button-"][class*="-primary"]:hover {
    background: #647cb3;
}
[class*="button-"][class*="-primary"][class*="-border"] {
    background: transparent;
    border-color: #3e5ca0;
    color: #3e5ca0;
}
[class*="button-"][class*="-primary"][class*="-border"]:hover {
    background: #3e5ca0;
    color: #ffffff;
}
[class*="button-"][class*="-secondary"] {
    background: #1CBB9B;
}
[class*="button-"][class*="-secondary"]:hover {
    background: #158f76;
}
[class*="button-"][class*="-secondary"][class*="-border"] {
    background: transparent;
    border-color: #1CBB9B;
    color: #1CBB9B;
}
[class*="button-"][class*="-secondary"][class*="-border"]:hover {
    background: #1CBB9B;
    color: #ffffff;
}
[class*="button-"][class*="-brand-3"] {
    background: #bb1c4d;
}
[class*="button-"][class*="-brand-3"]:hover {
    background: #8f153b;
}
[class*="button-"][class*="-brand-3"][class*="-border"] {
    background: transparent;
    border-color: #bb1c4d;
    color: #bb1c4d;
}
[class*="button-"][class*="-brand-3"][class*="-border"]:hover {
    background: #bb1c4d;
    color: #ffffff;
}
[class*="button-"][class*="-white"] {
    background: #ffffff;
    color: #3e5ca0;
}
[class*="button-"][class*="-white"]:hover {
    background: #e6e6e6;
}
[class*="button-"][class*="-white"][class*="-border"] {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}
[class*="button-"][class*="-white"][class*="-border"]:hover {
    background: #ffffff;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-1"] {
    background: #f8f8f8;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-1"]:hover {
    background: #dfdfdf;
}
[class*="button-"][class*="-grey-1"][class*="-border"] {
    background: transparent;
    border-color: #f8f8f8;
    color: #f8f8f8;
}
[class*="button-"][class*="-grey-1"][class*="-border"]:hover {
    background: #f8f8f8;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-2"] {
    background: #dee0e2;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-2"]:hover {
    background: #c3c7ca;
}
[class*="button-"][class*="-grey-2"][class*="-border"] {
    background: transparent;
    border-color: #dee0e2;
    color: #dee0e2;
}
[class*="button-"][class*="-grey-2"][class*="-border"]:hover {
    background: #dee0e2;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-3"] {
    background: #bfc1c3;
    color: #3e5ca0;
}
[class*="button-"][class*="-grey-3"]:hover {
    background: #a5a8aa;
}
[class*="button-"][class*="-grey-3"][class*="-border"] {
    background: transparent;
    border-color: #bfc1c3;
    color: #bfc1c3;
}
[class*="button-"][class*="-grey-3"][class*="-border"]:hover {
    background: #bfc1c3;
    color: #ffffff;
}
[class*="button-"][class*="-grey-4"] {
    background: #6f777b;
}
[class*="button-"][class*="-grey-4"]:hover {
    background: #575d60;
}
[class*="button-"][class*="-grey-4"][class*="-border"] {
    background: transparent;
    border-color: #6f777b;
    color: #6f777b;
}
[class*="button-"][class*="-grey-4"][class*="-border"]:hover {
    background: #6f777b;
    color: #ffffff;
}
[class*="button-"][class*="-grey-5"] {
    background: #232627;
}
[class*="button-"][class*="-grey-5"]:hover {
    background: #0b0c0c;
}
[class*="button-"][class*="-grey-5"][class*="-border"] {
    background: transparent;
    border-color: #232627;
    color: #232627;
}
[class*="button-"][class*="-grey-5"][class*="-border"]:hover {
    background: #232627;
    color: #ffffff;
}
[class*="button-"][class*="-grey-6"] {
    background: #161819;
}
[class*="button-"][class*="-grey-6"]:hover {
    background: black;
}
[class*="button-"][class*="-grey-6"][class*="-border"] {
    background: transparent;
    border-color: #161819;
    color: #161819;
}
[class*="button-"][class*="-grey-6"][class*="-border"]:hover {
    background: #161819;
    color: #ffffff;
}
[class*="button-"][class*="-black"] {
    background: #000000;
}
[class*="button-"][class*="-black"]:hover {
    background: black;
}
[class*="button-"][class*="-black"][class*="-border"] {
    background: transparent;
    border-color: #000000;
    color: #000000;
}
[class*="button-"][class*="-black"][class*="-border"]:hover {
    background: #000000;
    color: #ffffff;
}
[class*="button-"][class*="-valid"] {
    background: #00B16A;
}
[class*="button-"][class*="-valid"]:hover {
    background: #007e4b;
}
[class*="button-"][class*="-invalid"] {
    background: #D91E18;
}
[class*="button-"][class*="-invalid"]:hover {
    background: #ab1813;
}
[class*="button-"][class*="-facebook"] {
    background: #507CBD;
}
[class*="button-"][class*="-facebook"]:hover {
    background: #3c649e;
}
[class*="button-"][class*="-twitter"] {
    background: #63CEF2;
}
[class*="button-"][class*="-twitter"]:hover {
    background: #34bfee;
}
[class*="button-"][class*="-google-plus"] {
    background: #dd4b39;
}
[class*="button-"][class*="-google-plus"]:hover {
    background: #c23321;
}
.button.active, [class*="button-"].active {
    background: #3e5ca0;
    color: #ffffff;
}
.button.active:hover, [class*="button-"].active:hover {
    background: #3e5ca0;
}
.button_group .button, .button_group [class*="button-"], [class*="button_group-"] .button, [class*="button_group-"] [class*="button-"] {
    margin-left: 0.5em;
}
.button_group .button:first-child, .button_group [class*="button-"]:first-child, [class*="button_group-"] .button:first-child, [class*="button_group-"] [class*="button-"]:first-child {
    margin-left: 0;
}
.button_group > a, .button_group .text-sep, [class*="button_group-"] > a, [class*="button_group-"] .text-sep {
    margin-left: 0.5em;
}
.button_group > a:first-child, .button_group .text-sep:first-child, [class*="button_group-"] > a:first-child, [class*="button_group-"] .text-sep:first-child {
    margin-left: 0;
}
@media (max-width: 460px) {
    [class*="button_group-"][class*="-stack"] .button, [class*="button_group-"][class*="-stack"] [class*="button-"] {
        margin-left: 0;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
        text-align: center;
    }
    [class*="button_group-"][class*="-stack"] .button:last-child, [class*="button_group-"][class*="-stack"] [class*="button-"]:last-child {
        margin-bottom: 0;
    }
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: 1px;
    margin-bottom: 1px;
}

.carousel, [class*="carousel-"] {
    position: relative;
}
[class*="carousel-"][class*="-scale"] {
    margin-top: 2rem;
}
[class*="carousel-"][class*="-scale"][class*="-1"] .center {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
[class*="carousel-"][class*="-scale"][class*="-2"] .center {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
[class*="carousel-"][class*="-scale"][class*="-2"] .owl-stage-outer {
    padding-bottom: 3em;
}
[class*="carousel-"][class*="-scale"][class*="-3"] .center {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
[class*="carousel-"][class*="-scale"] .owl-stage-outer {
    overflow: visible;
}
[class*="carousel-"][class*="-scale"] .owl-item {
    z-index: 0;
    transition: 0.4s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
[class*="carousel-"][class*="-scale"] .owl-item:hover {
    cursor: pointer;
}
[class*="carousel-"][class*="-scale"] .center {
    z-index: 2;
}
[class*="carousel-"][class*="-stageBg"] .owl-stage-outer {
    background: #bfc1c3;
}
[class*="carousel-"][class*="-cornerDots"] .owl-dots {
    position: absolute;
    top: 0;
    left: auto;
    right: 1.25em;
}
[class*="carousel-"][class*="-cornerDots"] .owl-dot.active span {
    background-color: #ffffff;
}
[class*="carousel-"][class*="-revealNav"] {
    overflow: hidden;
}
[class*="carousel-"][class*="-revealNav"] .owl-prev, [class*="carousel-"][class*="-revealNav"] .owl-next {
    position: absolute;
    top: calc(50% - 1em - 0.4em);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 1em;
    color: #ffffff;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
    opacity: 0.5;
}
[class*="carousel-"][class*="-revealNav"] .owl-prev:hover, [class*="carousel-"][class*="-revealNav"] .owl-next:hover {
    opacity: 1;
}
[class*="carousel-"][class*="-revealNav"] .owl-prev {
    left: -3em;
}
[class*="carousel-"][class*="-revealNav"] .owl-next {
    right: -3em;
}
[class*="carousel-"][class*="-revealNav"]:hover .owl-prev {
    left: 0.25em;
}
[class*="carousel-"][class*="-revealNav"]:hover .owl-next {
    right: 0.25em;
}
[class*="carousel-"][class*="-revealNav"][class*="-cornerDots"] .owl-prev, [class*="carousel-"][class*="-revealNav"][class*="-cornerDots"] .owl-next {
    top: 50%;
}

.slide-nav .slide-prev,
.slide-nav .slide-next {
    z-index: 5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide-nav .slide-prev:focus,
.slide-nav .slide-next:focus {
    outline: none;
}
@media (max-width: 1200px) {
    .full-nav .slide-prev, .full-nav .slide-next {
        top: auto;
        bottom: 9.7rem;
    }
}
.slide-nav .slide-prev {
    left: 2rem;
}
[class*="container"] .slide-nav .slide-prev {
    left: 0;
}
@media (min-width: 720px) {
    .slide-nav .slide-prev {
        left: 2rem;
    }
}
.slide-nav .slide-next {
    right: 2rem;
}
[class*="container"] .slide-nav .slide-next {
    right: 0;
}
@media (min-width: 720px) {
    .slide-nav .slide-next {
        right: 2rem;
    }
}
.slide-nav.twin-nav {
    display: inline-block;
    position: absolute;
    z-index: 3;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    background: #3e5ca0;
    padding: 0.5em;
}
.slide-nav.twin-nav [class*="slide-"] {
    position: relative;
    left: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0.25em;
}
.slide-nav.twin-nav [class*="slide-"]:first-child {
    margin-left: 0;
}
.slide-nav.twin-nav.strikethrough:before {
    content: "";
    width: 9999px;
    left: -4999px;
    height: 10px;
    background-color: #3e5ca0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-prev, .owl-next {
    transition: 0.4s;
}

.owl-dots {
    text-align: center;
    margin-top: 1em;
}
.force-dots .owl-dots {
    position: static;
}
.owl-full > .owl-dots {
    margin-top: 4em;
}

.owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
}
.owl-dot:not(:first-child) {
    margin-left: 0.5em;
}
.owl-dot.active span {
    background: grey;
}
.owl-dot span {
    display: block;
    transition: 0.4s;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.corner-ribbon, [class*="corner-ribbon-"] {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    pointer-events: none;
    text-align: center;
    font-size: 1em;
}
.corner-ribbon:before, [class*="corner-ribbon-"]:before {
    content: attr(data-ribbon);
    background-color: #bfc1c3;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    z-index: 2;
    width: 10em;
    line-height: 2;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 1.75em;
    left: -2.25em;
}
[class*="corner-ribbon-"][class*="-disabled"]:before {
    font-weight: normal;
}
[class*="corner-ribbon-"][class*="-green"]:before {
    background-color: #5bbe61;
}
[class*="corner-ribbon-"][class*="-pink"]:before {
    background-color: #da4771;
}
[class*="corner-ribbon-"][class*="-purple"]:before {
    background-color: #9B58B5;
}
[class*="corner-ribbon-"][class*="-blue"]:before {
    background-color: #33b6ea;
}
[class*="corner-ribbon-"][class*="-marine"]:before {
    background-color: #5DB0C0;
}
[class*="corner-ribbon-"][class*="-small"] {
    font-size: 0.7em;
}
[class*="corner-ribbon-"][class*="-large"] {
    font-size: 1.2em;
}
[class*="corner-ribbon-"][class*="-small"]:before {
    top: 1.25em;
    left: -2.75em;
}

.form, [class*="form-"] {
    font-weight: lighter;
}
.form label, [class*="form-"] label {
    transition: 0.4s;
    cursor: pointer;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_group"] {
    margin-bottom: 2rem;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_group"]:last-child {
    margin-bottom: 0;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_group"] label {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.65em;
    color: #6f777b;
    cursor: text;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]::-webkit-input-placeholder {
    opacity: 0;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]::-moz-placeholder {
    opacity: 0;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:-ms-input-placeholder {
    opacity: 0;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]::placeholder {
    opacity: 0;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:focus ~ label {
    top: -0.8em;
    left: 0;
    cursor: pointer;
    font-size: 0.9em;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:focus::-webkit-input-placeholder {
    opacity: 0.5;
    transition: 0s;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:focus::-moz-placeholder {
    opacity: 0.5;
    transition: 0s;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:focus:-ms-input-placeholder {
    opacity: 0.5;
    transition: 0s;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_input"]:focus::placeholder {
    opacity: 0.5;
    transition: 0s;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_group"] textarea ~ label {
    top: 1.4em;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_icon"] {
    color: #6f777b;
}
[class*="form-"][class*="-fauxPlaceholders"] [class*="form_icon"] ~ label {
    left: 2em;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid::-webkit-input-placeholder {
    border-color: #D91E18;
    color: #D91E18;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid::-moz-placeholder {
    border-color: #D91E18;
    color: #D91E18;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid:-ms-input-placeholder {
    border-color: #D91E18;
    color: #D91E18;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:invalid::placeholder {
    border-color: #D91E18;
    color: #D91E18;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid::-webkit-input-placeholder {
    border-color: #00B16A;
    color: #00B16A;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid::-moz-placeholder {
    border-color: #00B16A;
    color: #00B16A;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid:-ms-input-placeholder {
    border-color: #00B16A;
    color: #00B16A;
}
[class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ label, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid ~ .form_icon, [class*="form-"][class*="-html5"] [class*="form_input"]:focus:valid::placeholder {
    border-color: #00B16A;
    color: #00B16A;
}
.form_group, [class*="form_group-"] {
    position: relative;
    margin-bottom: 1rem;
}
.form_group:last-child, [class*="form_group-"]:last-child {
    margin-bottom: 0;
}
.form_group [type="submit"], [class*="form_group-"] [type="submit"] {
    position: absolute;
    line-height: 1;
    right: 0;
    height: 100%;
}
.form_group [type="submit"] [class*="form_input"], [class*="form_group-"] [type="submit"] [class*="form_input"] {
    padding-right: 3em;
}
[class*="form_group-"][class*="-small"] {
    font-size: 0.83em;
}
[class*="form_group-"][class*="-compound"] {
    margin-bottom: 0.5em;
}
[class*="form_group-"][class*="-has-icon"] [class*="form_input"] {
    padding-left: 2em;
}
.form_icon, [class*="form_icon-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0.75em;
}
.form_input, [class*="form_input-"] {
    display: block;
    width: 100%;
    padding: 0.65em;
    border: 1px solid #bfc1c3;
    transition: 0.4s;
    color: #6f777b;
}
.form_input::-webkit-input-placeholder, [class*="form_input-"]::-webkit-input-placeholder {
    color: #6f777b;
    transition: 0.4s;
}
.form_input::-moz-placeholder, [class*="form_input-"]::-moz-placeholder {
    color: #6f777b;
    transition: 0.4s;
}
.form_input:-ms-input-placeholder, [class*="form_input-"]:-ms-input-placeholder {
    color: #6f777b;
    transition: 0.4s;
}
.form_input::placeholder, [class*="form_input-"]::placeholder {
    color: #6f777b;
    transition: 0.4s;
}
.form_input:focus, [class*="form_input-"]:focus {
    outline: 0;
}
[class*="form_input-"][class*="-plain"] {
    border-color: transparent;
}
[class*="form_input-"][class*="-bg"]:focus {
    background-color: white;
}
[class*="form_input-"][class*="-quantity"] {
    max-width: 50px;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    padding: 0.6em;
}

.heading, [class*="heading-"] {
    line-height: 1;
    transition: 0.4s;
}
[class*="heading-"][class*="-base"] {
    font-size: 1em;
}
[class*="heading-"][class*="-size-1"] {
    font-size: 0.67em;
}
[class*="heading-"][class*="-size-2"] {
    font-size: 0.83em;
}
[class*="heading-"][class*="-size-3"] {
    font-size: 1.17em;
}
[class*="heading-"][class*="-size-4"] {
    font-size: 1.25em;
}
[class*="heading-"][class*="-size-5"] {
    font-size: 1.5em;
}
[class*="heading-"][class*="-size-6"] {
    font-size: 2em;
}
[class*="heading-"][class*="-size-7"] {
    font-size: 2.4em;
}
[class*="heading-"][class*="-size-8"] {
    font-size: 3em;
}
[class*="heading-"][class*="-size-9"] {
    font-size: 3.4em;
}
@media (max-width: 940px) {
    [class*="heading-"][class*="-size-7"] {
        font-size: 2.16em;
    }
}
@media (max-width: 720px) {
    [class*="heading-"][class*="-size-7"] {
        font-size: 1.8em;
    }
}
@media (max-width: 940px) {
    [class*="heading-"][class*="-size-8"] {
        font-size: 2.7em;
    }
}
@media (max-width: 720px) {
    [class*="heading-"][class*="-size-8"] {
        font-size: 2.25em;
    }
}
@media (max-width: 940px) {
    [class*="heading-"][class*="-size-9"] {
        font-size: 3.06em;
    }
}
@media (max-width: 720px) {
    [class*="heading-"][class*="-size-9"] {
        font-size: 2.55em;
    }
}
@media (max-width: 940px) {
    [class*="heading-"][class*="-responsive"][class*="-size-4"] {
        font-size: 1.125em;
    }
}
@media (max-width: 720px) {
    [class*="heading-"][class*="-responsive"][class*="-size-4"] {
        font-size: 0.9375em;
    }
}
@media (max-width: 940px) {
    [class*="heading-"][class*="-responsive"][class*="-size-5"] {
        font-size: 1.35em;
    }
}
@media (max-width: 720px) {
    [class*="heading-"][class*="-responsive"][class*="-size-5"] {
        font-size: 1.125em;
    }
}
[class*="heading-"][class*="-heavy"] {
    font-weight: bolder;
    font-weight: 900;
}
[class*="heading-"][class*="-brand-1"] {
    font-style: normal;
    color: #3e5ca0;
}
[class*="heading-"][class*="-uppercase"] {
    text-transform: uppercase;
}
[class*="heading-"][class*="-light"] {
    font-weight: lighter;
    font-weight: 100;
    font-style: normal;
}
[class*="heading-"][class*="-highlight"] {
    margin-left: 0.3em;
    margin-right: 0.3em;
    line-height: 1.5;
}
[class*="heading-"][class*="-highlight"] > b {
    background: #3e5ca0;
    color: white;
    padding: 0.1em 0;
    font-weight: inherit;
    box-shadow: 0.3em 0 0 #3e5ca0, -0.3em 0 0 #3e5ca0;
    text-shadow: none;
}
[class*="heading-"][class*="-highlight"] > b:not(:first-child) {
    margin-top: 0.15em;
}
@-moz-document url-prefix() {
    [class*="heading-"][class*="-highlight"] {
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0 0.3em;
    }
    [class*="heading-"][class*="-highlight"] > b {
        box-decoration-break: clone;
    }
}
[class*="heading-"][class*="-highlight"][class*="-dark"] > b {
    background: #161819;
    box-shadow: 0.3em 0 0 #161819, -0.3em 0 0 #161819;
}
[class*="heading-"][class*="-highlight"][class*="-opaque"] > b {
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0.3em 0 0 rgba(0, 0, 0, 0.6), -0.3em 0 0 rgba(0, 0, 0, 0.6);
}
[class*="heading-"][class*="-strikethrough"] > span {
    position: relative;
}
[class*="heading-"][class*="-strikethrough"] > span:before, [class*="heading-"][class*="-strikethrough"] > span:after {
    content: "";
    position: absolute;
    width: 75px;
    border-bottom: 1px solid;
    opacity: 0.75;
    top: 50%;
    color: inherit;
    -webkit-transform: translateY(-50%) translateZ(0);
    transform: translateY(-50%) translateZ(0);
}
[class*="heading-"][class*="-strikethrough"] > span:before {
    left: calc(-75px - 1rem);
}
[class*="heading-"][class*="-strikethrough"] > span:after {
    right: calc(-75px - 1rem);
}
[class*="heading-"][class*="-strikethrough"][class*="-dots"] > span:before, [class*="heading-"][class*="-strikethrough"][class*="-dots"] > span:after {
    border-bottom-style: dotted;
    opacity: 0.5;
}
[class*="heading-"][class*="-spaced"] {
    text-indent: 0.35em;
}
[class*="heading-"][class*="-spaced"], [class*="heading-"][class*="-spaced"] span {
    letter-spacing: 0.35em;
}
[class*="heading-"][class*="-spaced"][class*="-strikethrough"] span:after {
    right: calc(-75px - 1rem + 0.35em);
}
[class*="heading-"][class*="-border"] {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding-bottom: 0.75rem;
}
[class*="heading-"][class*="-border"] a {
    color: inherit;
}
[class*="heading-"][class*="-flush"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
[class*="heading-"][class*="-sub"] {
    color: #6f777b;
}
.heading_group, [class*="heading_group-"] {
    margin-bottom: 2rem;
    font-size: 1rem;
    position: relative;
    background-size: cover;
}
.heading_group:last-child, [class*="heading_group-"]:last-child {
    margin-bottom: 0;
}
.heading_group .heading, .heading_group [class*="heading-"], [class*="heading_group-"] .heading, [class*="heading_group-"] [class*="heading-"] {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 0.8;
}
.heading_group .heading:first-child, .heading_group [class*="heading-"]:first-child, [class*="heading_group-"] .heading:first-child, [class*="heading_group-"] [class*="heading-"]:first-child {
    margin-top: 0;
}
.heading_group .heading:last-child, .heading_group [class*="heading-"]:last-child, [class*="heading_group-"] .heading:last-child, [class*="heading_group-"] [class*="heading-"]:last-child {
    margin-bottom: 0;
}
.heading_group p, [class*="heading_group-"] p {
    color: #6f777b;
}
.heading_group .heading a:hover, .heading_group [class*="heading-"] a:hover, [class*="heading_group-"] .heading a:hover, [class*="heading_group-"] [class*="heading-"] a:hover {
    color: #3e5ca0;
}
[class*="heading_group-"][class*="-dots"] {
    position: relative;
    margin-bottom: 3em;
}
[class*="heading_group-"][class*="-dots"]:after {
    content: "• • •";
    position: absolute;
    color: rgba(0, 0, 0, 0.4);
    font-size: 24px;
    font-weight: 600;
    bottom: -2.25em;
    left: 0;
    right: 0;
    margin: auto;
}
[class*="heading_group-"][class*="-block"] {
    padding: 6em 0;
    margin-bottom: 0;
}
[class*="heading_group-"][class*="-block"].has-icon {
    padding-bottom: 5em;
}
[class*="heading_group-"][class*="-small"] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
[class*="heading_group-"][class*="-small"]:first-child {
    margin-top: 0;
}
[class*="heading_group-"][class*="-small"]:last-child {
    margin-bottom: 0;
}
[class*="heading_group-"][class*="-large"] {
    margin-bottom: 4rem;
}
[class*="heading_group-"][class*="-large"]:last-child {
    margin-bottom: 0;
}
.heading_icon, [class*="heading_icon-"] {
    display: inline-block;
    position: relative;
    font-size: 1.5em;
}
.heading_icon .fa, [class*="heading_icon-"] .fa {
    position: relative;
    width: 0.85em;
    height: 0.85em;
    line-height: 0.85em;
    font-size: 1.25em;
    color: #232627;
    border: 1px solid #3e5ca0;
    border-radius: 50%;
}
.heading_icon .fa:before, [class*="heading_icon-"] .fa:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.heading_icon:before, .heading_icon:after, [class*="heading_icon-"]:before, [class*="heading_icon-"]:after {
    content: "";
    width: 2em;
    border-bottom: 1px solid #3e5ca0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.heading_icon:before, [class*="heading_icon-"]:before {
    left: -2em;
}
.heading_icon:after, [class*="heading_icon-"]:after {
    right: -2em;
}
.heading_date, [class*="heading_date-"] {
    float: right;
    text-align: center;
    width: 45px;
}
.heading_date div:first-child, [class*="heading_date-"] div:first-child {
    background: #3e5ca0;
    color: white;
    font-size: 0.83em;
}
.heading_date div:last-child, [class*="heading_date-"] div:last-child {
    background: #ffffff;
    font-weight: lighter;
    color: #6f777b;
    border: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 2;
}
.heading_date + [class*="heading"], [class*="heading_date-"] + [class*="heading"] {
    margin-top: 0;
}

img {
    max-width: 100%;
    display: block;
}

.desktop-graphic, [class*="desktop-graphic-"] {
    position: relative;
    cursor: pointer;
    display: block;
}
.desktop-graphic img, [class*="desktop-graphic-"] img {
    position: relative;
    z-index: 1;
}
.desktop-graphic_image, [class*="desktop-graphic_image-"] {
    position: absolute;
    background-size: 100%;
    background-position: center 0%;
    transition: 3s;
    height: 58.35%;
    width: 92.25%;
    top: 3.9%;
    left: 3.9%;
    z-index: 0;
}
[class*="desktop-graphic-"][class*="-scroll"]:hover [class*="desktop-graphic_image"] {
    background-position: center 100%;
    transition: 20s;
}
.desktop-graphic + .slide-nav .slide-next, .desktop-graphic + .slide-nav .slide-prev, [class*="desktop-graphic-"] + .slide-nav .slide-next, [class*="desktop-graphic-"] + .slide-nav .slide-prev {
    top: 35%;
}
[class*="desktop-graphic"] .owl-stage-outer, [class*="desktop-graphic"] .owl-stage,
[class*="desktop-graphic"] .owl-item, [class*="desktop-graphic"] .owl-item > div {
    height: 100%;
}
.desktop-graphic .owl-carousel, [class*="desktop-graphic-"] .owl-carousel {
    z-index: 2;
}

.mobile-graphic, [class*="mobile-graphic-"] {
    background-size: 100% 100%;
    padding: 30% 8%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-image: url("../../images/mobile-base-blue.png");
}
[class*="mobile-graphic-"][class*="-blue"] {
    background-image: url("../../images/mobile-base-blue.png");
}
[class*="mobile-graphic-"][class*="-green"] {
    background-image: url("../../images/mobile-base-green.png");
}
[class*="mobile-graphic-"][class*="-purple"] {
    background-image: url("../../images/mobile-base-purple.png");
}
[class*="mobile-graphic-"][class*="-red"] {
    background-image: url("../../images/mobile-base-red.png");
}
[class*="mobile-graphic-"][class*="-white"] {
    background-image: url("../../images/mobile-base-white.png");
}
[class*="mobile-graphic-"][class*="-yellow"] {
    background-image: url("../../images/mobile-base-yellow.png");
}

.center-xy, [class*="thumbnail-"][class*="-article"] {
    position: relative;
}
.center-xy > img, [class*="thumbnail-"][class*="-article"] > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto !important;
    margin-right: auto !important;
}

.image-square {
    position: relative;
    height: 0;
    padding-top: 20%;
    overflow: hidden;
}
.image-square > img {
    position: absolute;
    top: -25%;
}

.bg-img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    transition: 0.4s;
}

[class*="list-"][class*="-small"] {
    font-size: 0.67em;
}
[class*="list-"][class*="-interactive"] li {
    cursor: pointer;
}
[class*="list-"][class*="-inline"] > li {
    display: inline-block;
}
[class*="list-"][class*="-inline"] > li + li {
    margin-left: 1em;
}
[class*="list-"][class*="-clear"] {
    padding-left: 1em;
}
[class*="list-"][class*="-divider"] > li:not(:last-child) {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}
[class*="list-"][class*="-arrow"] > li {
    position: relative;
    line-height: 1.7;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
}
[class*="list-"][class*="-arrow"] > li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    left: 0;
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #3e5ca0;
}
.text-right [class*="list-"][class*="-arrow"] > li {
    padding: 0.2em 1.5em 0.2em 0;
}
.text-right [class*="list-"][class*="-arrow"] > li:before {
    left: auto;
    right: 0;
    margin-left: 0.5em;
    margin-right: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}
[class*="list-"][class*="-blocks"] {
    margin-bottom: -0.5em;
}
[class*="list-"][class*="-blocks"] > li {
    margin-bottom: 0.5em;
    padding-left: 0;
}
[class*="list-"][class*="-blocks"] > li:before {
    left: 1em;
    pointer-events: none;
    transition: 0.4s;
    color: rgba(0, 0, 0, 0.2);
}
[class*="list-"][class*="-blocks"] > li:hover:before {
    color: #ffffff;
}
[class*="list-"][class*="-blocks"] > li a {
    display: block;
    background: #ffffff;
    padding: 0.5em 0.75em 0.5em 2em;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
}
[class*="list-"][class*="-blocks"] > li a:hover {
    background: #3e5ca0;
    color: #ffffff;
    border-bottom-color: transparent;
}
[class*="list-"][class*="-tags"] {
    margin: 0;
    transition: 0s;
}
[class*="list-"][class*="-tags"] > li {
    display: inline-block;
    font-size: 0.83em;
}
[class*="list-"][class*="-tags"] > li.title {
    color: inherit;
}
[class*="list-"][class*="-tags"] > li.plain a, [class*="list-"][class*="-tags"] > li.plain span {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: inherit;
}
[class*="list-"][class*="-tags"] > li span, [class*="list-"][class*="-tags"] > li a {
    background: #6f777b;
    padding: 0.1em 0.4em;
    color: white;
    border: 1px solid transparent;
    border-radius: 0;
}
[class*="list-"][class*="-tags"] > li:hover a {
    background: #3e5ca0;
    border-color: #3e5ca0;
    color: white;
    text-decoration: none;
}
[class*="mega-menu"] [class*="list-"][class*="-tags"] > li span, [class*="mega-menu"] [class*="list-"][class*="-tags"] > li a {
    padding: 0.1em 0.4em !important;
}
[class*="mega-menu"] [class*="list-"][class*="-tags"] > li:hover a {
    background: #3e5ca0 !important;
    border-color: #3e5ca0 !important;
    color: white !important;
}
[class*="list-"][class*="-overflow"] {
    overflow: auto;
}
[class*="list-"][class*="-overflow"][data-list-height="6"] {
    max-height: 11.4em;
}
[class*="list-"][class*="-group"] > li + li {
    margin-top: 1em;
}

.pagination {
    margin-top: 4rem;
}
.row-waffle + .pagination {
    margin-top: calc(4rem + 3%);
}

.modal, [class*="modal-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 650px;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    background: #f8f8f8;
    color: #6f777b;
    position: fixed;
    z-index: 14;
    transition: 0.4s;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}
[class*="modal-"][class*="-visible"] {
    opacity: 1;
    visibility: visible;
}
[class*="modal-"][class*="-animate"] {
    transition: 0.4s;
}
[class*="modal-"][class*="-animate"][class*="-top"][class*="-visible"], [class*="modal-"][class*="-animate"][class*="-bottom"][class*="-visible"] {
    top: 50%;
}
[class*="modal-"][class*="-animate"][class*="-top"] {
    top: 45%;
}
[class*="modal-"][class*="-animate"][class*="-bottom"] {
    top: 55%;
}
[class*="modal-"][class*="-animate"][class*="-left"][class*="-visible"], [class*="modal-"][class*="-animate"][class*="-right"][class*="-visible"] {
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}
[class*="modal-"][class*="-animate"][class*="-left"] {
    -webkit-transform: translateX(-15%) translateY(-50%);
    -ms-transform: translateX(-15%) translateY(-50%);
    transform: translateX(-15%) translateY(-50%);
}
[class*="modal-"][class*="-animate"][class*="-right"] {
    -webkit-transform: translateX(15%) translateY(-50%);
    -ms-transform: translateX(15%) translateY(-50%);
    transform: translateX(15%) translateY(-50%);
}
[class*="modal-"][class*="-animate"][class*="-zoom"] {
    -webkit-transform: scale(0.5) translateY(-75%);
    -ms-transform: scale(0.5) translateY(-75%);
    transform: scale(0.5) translateY(-75%);
}
[class*="modal-"][class*="-animate"][class*="-zoom"][class*="-visible"] {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
[class*="modal-"][class*="-animate"][class*="-spin"] {
    -webkit-transform: scale(1) rotate(-360deg) translateY(-50%);
    -ms-transform: scale(1) rotate(-360deg) translateY(-50%);
    transform: scale(1) rotate(-360deg) translateY(-50%);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
[class*="modal-"][class*="-animate"][class*="-spin"][class*="-zoom"] {
    -webkit-transform: scale(0.5) rotate(-360deg) translateY(-50%);
    -ms-transform: scale(0.5) rotate(-360deg) translateY(-50%);
    transform: scale(0.5) rotate(-360deg) translateY(-50%);
}
[class*="modal-"][class*="-animate"][class*="-spin"][class*="-visible"] {
    -webkit-transform: scale(1) rotate(0) translateY(-50%);
    -ms-transform: scale(1) rotate(0) translateY(-50%);
    transform: scale(1) rotate(0) translateY(-50%);
}
.modal_content, [class*="modal_content-"] {
    padding: 2em;
}
.modal_close, [class*="modal_close-"] {
    position: absolute;
    cursor: pointer;
    top: 1rem;
    right: 1rem;
    transition: 0.4s;
    color: #bfc1c3;
    font-size: 1.5em;
}
.modal_close:hover, [class*="modal_close-"]:hover {
    color: #3e5ca0;
}

.site-overlay[class*="dialog-visible"], [class*="site-overlay-"][class*="dialog-visible"] {
    z-index: 12;
}

[data-notification] {
    position: relative;
}
[data-notification]:before {
    content: attr(data-notification);
    height: 1.4em;
    width: 1.4em;
    color: #ffffff;
    line-height: 1.33em;
    font-size: 0.67em;
    background: #D91E18;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(0.8em) translateY(calc(-50% - 0.8em));
    -ms-transform: translateX(0.8em) translateY(calc(-50% - 0.8em));
    transform: translateX(0.8em) translateY(calc(-50% - 0.8em));
}

.price-chart, [class*="price-chart-"] {
    position: relative;
    background: #3e5ca0;
    padding: 2em 0.5em 0.5em;
    color: white;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: 0.4s;
}
.price-chart:hover, [class*="price-chart-"]:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.price-chart .fa, [class*="price-chart-"] .fa {
    line-height: 0;
}
.price-chart ul, [class*="price-chart-"] ul {
    margin: 0;
    text-align: left;
    background: #f8f8f8;
    color: #6f777b;
}
.price-chart ul li, [class*="price-chart-"] ul li {
    padding: 0 1.25em;
    line-height: 3;
    display: table;
    width: 100%;
}
.price-chart ul li:nth-child(even), [class*="price-chart-"] ul li:nth-child(even) {
    background: rgba(0, 0, 0, 0.1);
}
.price-chart ul li .fa, [class*="price-chart-"] ul li .fa {
    width: 1.5em;
}
.price-chart ul li strong, .price-chart ul li span, [class*="price-chart-"] ul li strong, [class*="price-chart-"] ul li span {
    display: table-cell;
}
.price-chart ul li strong, [class*="price-chart-"] ul li strong {
    text-align: right;
}
.price-chart .buy-now, [class*="price-chart-"] .buy-now {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.75em;
}
[class*="price-chart-"][class*="-free"] {
    background: #6f777b;
}
.price-chart_price, [class*="price-chart_price-"] {
    padding: 0.1em;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1.5em;
}
.price-chart_price span, [class*="price-chart_price-"] span {
    font-size: 2em;
}
.price-chart .heading, .price-chart [class*="heading-"], [class*="price-chart-"] .heading, [class*="price-chart-"] [class*="heading-"] {
    color: #ffffff;
}

.progress-bar, [class*="progress-bar-"] {
    height: 1.5em;
    border-radius: 0.25em;
    background: rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    width: 100%;
    border: none;
    overflow: hidden;
}
.progress-bar:before, [class*="progress-bar-"]:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.5em;
    content: attr(data-progress);
    color: #ffffff;
    font-size: 0.83em;
}
.progress-bar_group .heading, .progress-bar_group [class*="heading-"], [class*="progress-bar_group-"] .heading, [class*="progress-bar_group-"] [class*="heading-"] {
    margin-bottom: 0.5em;
}

.progress {
    background: #3e5ca0;
    display: block;
}

progress::-webkit-progress-bar {
    background: rgba(0, 0, 0, 0.15);
    height: 1.5em;
}
progress::-webkit-progress-value {
    background: #3e5ca0;
    height: 1.5em;
}
progress::-moz-progress-bar {
    background: #3e5ca0;
}

.table, [class*="table-"] {
    width: 100%;
    font-weight: lighter;
}
.table th, .table td, [class*="table-"] th, [class*="table-"] td {
    padding: 0.6em;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    vertical-align: top;
}
.table th:first-child, .table td:first-child, [class*="table-"] th:first-child, [class*="table-"] td:first-child {
    border-left: none;
    padding-left: 0;
}
.table tbody tr:last-child td, [class*="table-"] tbody tr:last-child td {
    border-bottom: none;
}
.table code, [class*="table-"] code {
    white-space: nowrap;
}
[class*="table-"][class*="-fixed"] {
    table-layout: fixed;
}
[class*="table-"][class*="-small"] {
    font-size: 0.85em;
}
[class*="table-"][class*="-style-1"] td:nth-child(1) {
    width: 20%;
}
[class*="table-"][class*="-style-1"] td:nth-child(2) {
    width: 25%;
}
[class*="table-"][class*="-style-1"] td:nth-child(3) {
    width: 55%;
}
[class*="table-"][class*="-style-1"] tr:hover td {
    background-color: #ffffff;
}

.tabs_nav, [class*="tabs_nav-"] {
    display: table;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}
[class*="tabs_nav-"][class*="-round"] [class*="tabs_nav_item"]:first-child {
    border-top-left-radius: 0.6em;
}
[class*="tabs_nav-"][class*="-round"] [class*="tabs_nav_item"]:last-child {
    border-top-right-radius: 0.6em;
}
.tabs_nav_item, [class*="tabs_nav_item-"] {
    color: #6f777b;
    padding: 0.75em 1.25em;
    background: transparent;
    border: 1px solid #bfc1c3;
    transition: 0.4s;
    display: table-cell;
    cursor: pointer;
}
.tabs_nav_item.active, [class*="tabs_nav_item-"].active {
    color: #ffffff;
    border-color: #3e5ca0;
    background: #3e5ca0;
}
.tabs_nav_item.active + li, [class*="tabs_nav_item-"].active + li {
    border-left-color: #3e5ca0;
}
.tabs_nav_item.active:hover, [class*="tabs_nav_item-"].active:hover {
    color: #ffffff;
}
.tabs_nav_item:hover:not(.active), [class*="tabs_nav_item-"]:hover:not(.active) {
    background: #eeeeee;
}
.tabs_nav_item:not(:last-child), [class*="tabs_nav_item-"]:not(:last-child) {
    border-right: none;
}
[class*="tabs_nav_item-"][class*="-round"]:first-child {
    border-radius: 0.6em 0 0 0.6em;
}
[class*="tabs_nav_item-"][class*="-round"]:last-child {
    border-radius: 0 0.6em 0.6em 0;
}
[class*="tabs_nav-"][class*="-center"] {
    margin-left: auto;
    margin-right: auto;
}
[class*="tabs_nav-"][class*="-left"] {
    margin-right: auto;
}
[class*="tabs_nav-"][class*="-right"] {
    margin-left: auto;
}
[class*="tabs_nav-"][class*="-full"] {
    width: 100%;
}
[class*="tabs_nav-"][class*="-large"] {
    margin-bottom: 4rem;
}
[class*="tabs_content-"][class*="-block"] {
    background: #ffffff;
    color: #6f777b;
    padding: 1.5em;
    border: 1px solid #dee0e2;
    position: relative;
    top: -1px;
}
[class*="tabs_content-"][class*="-block"][class*="-glue"] {
    margin-top: 6px;
    top: -2px;
    z-index: 2;
}
[class*="tabs_content-"][class*="-block"][class*="-glue"]:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -6px;
    height: 6px;
    width: calc(100% + 2px);
    border: 1px solid #3e5ca0;
    background: #3e5ca0;
}
[class*="tabs_content-"][class*="-block"][class*="-deep"] {
    padding: 2.5em;
}
.tabs_item, [class*="tabs_item-"] {
    display: none;
}
.tabs_item.active, [class*="tabs_item-"].active {
    display: block;
}

.thumbnail img {
    -webkit-transform: scale(1.005) translateZ(0);
    transform: scale(1.005) translateZ(0);
}

.thumbnail, [class*="thumbnail-"] {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.thumbnail:first-child, [class*="thumbnail-"]:first-child {
    margin-top: 0;
}
.thumbnail:last-child, [class*="thumbnail-"]:last-child {
    margin-bottom: 0;
}
.text-center > .thumbnail, .text-center > [class*="thumbnail-"] {
    margin-left: auto;
    margin-right: auto;
}
.row-no-gutter > .thumbnail, .row-no-gutter > [class*="thumbnail-"] {
    margin-bottom: 0;
}
.thumbnail img, [class*="thumbnail-"] img {
    transition: 0.4s;
    min-width: 100%;
    display: block;
}
.thumbnail .button, .thumbnail [class*="button-"], [class*="thumbnail-"] .button, [class*="thumbnail-"] [class*="button-"] {
    color: #ffffff;
    border-color: #ffffff;
}
[class*="thumbnail-"][class*="-mini"] {
    margin-bottom: 1em;
}
[class*="thumbnail-"][class*="-feature"] [class*="thumbnail_content"] {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5em;
    color: #ffffff;
}
[class*="thumbnail-"][class*="-feature"] [class*="heading_group"] {
    color: #ffffff;
}
[class*="thumbnail-"][class*="-profile"], .blockquote_avatar, [class*="blockquote_avatar-"] {
    height: 50px;
    width: 50px;
}
[class*="thumbnail-"][class*="-profile"] img, .blockquote_avatar img, [class*="blockquote_avatar-"] img {
    max-width: none;
    width: auto;
    height: 101%;
    margin-left: -25%;
}
[class*="thumbnail-"][class*="-profile"][class*="-fill"], [class*="-fill"].blockquote_avatar, [class*="-fill"][class*="blockquote_avatar-"] {
    height: 0;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
[class*="thumbnail-"][class*="-profile"][class*="-fill"] img, [class*="-fill"].blockquote_avatar img, [class*="-fill"][class*="blockquote_avatar-"] img {
    position: absolute;
    top: 0;
}
[class*="thumbnail-"][class*="-profile"][class*="-badge"], [class*="-badge"].blockquote_avatar, [class*="-badge"][class*="blockquote_avatar-"] {
    border: 0.25em solid white;
    box-shadow: 0 0 0 0.4em rgba(0, 0, 0, 0.2);
}
[class*="thumbnail-"][class*="-profile"][class*="-round"], .blockquote_avatar, [class*="blockquote_avatar-"] {
    overflow: hidden;
    border-radius: 50%;
}
[class*="thumbnail-"][class*="-profile"][class*="-xlarge"], [class*="-xlarge"].blockquote_avatar, [class*="-xlarge"][class*="blockquote_avatar-"] {
    height: 95px;
    width: 95px;
}
[class*="thumbnail-"][class*="-profile"][class*="-large"], [class*="-large"].blockquote_avatar, [class*="-large"][class*="blockquote_avatar-"] {
    height: 75px;
    width: 75px;
}
[class*="thumbnail-"][class*="-profile"][class*="-small"], [class*="-small"].blockquote_avatar, [class*="-small"][class*="blockquote_avatar-"] {
    height: 44px;
    width: 44px;
}
[class*="thumbnail-"][class*="-profile"][class*="-xsmall"], [class*="-xsmall"].blockquote_avatar, [class*="-xsmall"][class*="blockquote_avatar-"] {
    height: 24px;
    width: 24px;
}
[class*="thumbnail-"][class*="-styled"] {
    border: 0.3em solid white;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    display: block;
}
[class*="thumbnail-"][class*="-zoom"]:hover img {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
[class*="thumbnail-"][class*="-article"] {
    height: 200px;
}
[class*="thumbnail-"][class*="-inline"] {
    display: inline-block;
    vertical-align: top;
}
.thumbnail_mask, [class*="thumbnail_mask-"] {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.thumbnail_mask:before, [class*="thumbnail_mask-"]:before {
    content: "";
    position: absolute;
    border: 2px solid #3e5ca0;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    z-index: 4;
    opacity: 0;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    transition: 0.4s;
}
.thumbnail_mask [class*="heading_group"][class*="thumbnail_title"], [class*="thumbnail_mask-"] [class*="heading_group"][class*="thumbnail_title"] {
    color: #ffffff;
}
.thumbnail_mask .heading a, .thumbnail_mask [class*="heading-"] a, [class*="thumbnail_mask-"] .heading a, [class*="thumbnail_mask-"] [class*="heading-"] a {
    color: inherit;
}
.thumbnail_mask .heading a:hover, .thumbnail_mask [class*="heading-"] a:hover, [class*="thumbnail_mask-"] .heading a:hover, [class*="thumbnail_mask-"] [class*="heading-"] a:hover {
    color: inherit;
}
.thumbnail:hover .thumbnail_mask, .thumbnail:hover [class*="thumbnail_mask-"], [class*="thumbnail-"]:hover .thumbnail_mask, [class*="thumbnail-"]:hover [class*="thumbnail_mask-"] {
    opacity: 1;
    visibility: visible;
}
.thumbnail:hover .thumbnail_mask:before, .thumbnail:hover [class*="thumbnail_mask-"]:before, [class*="thumbnail-"]:hover .thumbnail_mask:before, [class*="thumbnail-"]:hover [class*="thumbnail_mask-"]:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.thumbnail_controls, [class*="thumbnail_controls-"], .thumbnail_title, [class*="thumbnail_title-"] {
    position: absolute;
    z-index: 6;
    transition: 0.4s;
}
.thumbnail_controls, [class*="thumbnail_controls-"] {
    top: 42.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.thumbnail:hover .thumbnail_controls, .thumbnail:hover [class*="thumbnail_controls-"], [class*="thumbnail-"]:hover .thumbnail_controls, [class*="thumbnail-"]:hover [class*="thumbnail_controls-"] {
    top: 50%;
}
[class*="thumbnail_controls-"][class*="-corner"] {
    top: 2em;
    left: auto;
    right: 3em;
}
.thumbnail:hover [class*="thumbnail_controls-"][class*="-corner"], [class*="thumbnail-"]:hover [class*="thumbnail_controls-"][class*="-corner"] {
    top: 4em;
}
.thumbnail_title, [class*="thumbnail_title-"] {
    bottom: 1em;
    left: 3em;
    text-align: left;
}
.thumbnail:hover .thumbnail_title, .thumbnail:hover [class*="thumbnail_title-"], [class*="thumbnail-"]:hover .thumbnail_title, [class*="thumbnail-"]:hover [class*="thumbnail_title-"] {
    bottom: 3em;
}
.thumbnail_excerpt, [class*="thumbnail_excerpt-"] {
    font-weight: lighter;
    color: #dee0e2;
}
.thumbnail_nav .slide-prev, .thumbnail_nav .slide-next, [class*="thumbnail_nav-"] .slide-prev, [class*="thumbnail_nav-"] .slide-next {
    background: rgba(0, 0, 0, 0.4);
}
.thumbnail_nav .slide-prev:hover, .thumbnail_nav .slide-next:hover, [class*="thumbnail_nav-"] .slide-prev:hover, [class*="thumbnail_nav-"] .slide-next:hover {
    background: #3e5ca0;
}
.thumbnail_nav .slide-prev, [class*="thumbnail_nav-"] .slide-prev {
    left: 0;
}
.thumbnail_nav .slide-next, [class*="thumbnail_nav-"] .slide-next {
    right: 0;
}
.thumbnail_grid, [class*="thumbnail_grid-"] {
    margin: 3% auto;
}
[class*="thumbnail_grid-"][class*="-fade"] img {
    opacity: 0.65;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[class*="thumbnail_grid-"][class*="-fade"] img:hover, [class*="thumbnail_grid-"][class*="-fade"] img.active {
    opacity: 1;
}
.thumbnail_aside, [class*="thumbnail_aside-"] {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
}
.thumbnail + [class*="thumbnail-"][class*="-profile"], .thumbnail + .blockquote_avatar, .thumbnail + [class*="blockquote_avatar-"], [class*="thumbnail-"] + [class*="thumbnail-"][class*="-profile"], [class*="thumbnail-"] + .blockquote_avatar, [class*="thumbnail-"] + [class*="blockquote_avatar-"] {
    position: absolute;
    z-index: 3;
    top: 8%;
    left: -0.5em;
    transition: 0.4s;
}

.tooltip, [class*="tooltip-"] {
    cursor: pointer;
    position: relative;
}
.inline-tooltip {
    display: inline-block;
}
.tooltip_wrapper, [class*="tooltip_wrapper-"] {
    text-align: center;
}
.tooltip_content, [class*="tooltip_content-"] {
    max-width: 500px;
    padding: 0.5em 0.75em;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0;
    line-height: 1.75;
    position: absolute;
    display: inline-block;
    font-size: 0.83rem;
    font-family: "Lato", "Lato:300,400,700,900";
    color: white;
    text-transform: none;
    font-weight: normal;
    transition: 0.4s;
    z-index: 9999;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}
[data-tooltip]:hover .tooltip_content, [data-tooltip]:hover [class*="tooltip_content-"] {
    opacity: 1;
    visibility: visible;
}
[data-tooltip]:active .tooltip_content, [data-tooltip]:active [class*="tooltip_content-"] {
    opacity: 1;
    visibility: visible;
}
.tooltip_content:after, [class*="tooltip_content-"]:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.inline-tooltip .tooltip_content, .inline-tooltip [class*="tooltip_content-"] {
    white-space: nowrap;
}
[class*="tooltip_wrapper"][class*="-top"] .tooltip_content, [class*="tooltip_wrapper"][class*="-top"] [class*="tooltip_content-"] {
    top: -1em;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
}
[class*="tooltip_wrapper"][class*="-top"] .tooltip_content:after, [class*="tooltip_wrapper"][class*="-top"] [class*="tooltip_content-"]:after {
    margin-left: -0.5em;
    top: 100%;
    left: 50%;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    border-top: solid 0.5em rgba(0, 0, 0, 0.75);
}
[class*="tooltip_wrapper"][class*="-bottom"] .tooltip_content, [class*="tooltip_wrapper"][class*="-bottom"] [class*="tooltip_content-"] {
    bottom: -1em;
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
}
[class*="tooltip_wrapper"][class*="-bottom"] .tooltip_content:after, [class*="tooltip_wrapper"][class*="-bottom"] [class*="tooltip_content-"]:after {
    margin-left: -0.5em;
    bottom: 100%;
    left: 50%;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    border-bottom: solid 0.5em rgba(0, 0, 0, 0.75);
}
[class*="tooltip_wrapper"][class*="-left"] .tooltip_content, [class*="tooltip_wrapper"][class*="-left"] [class*="tooltip_content-"] {
    left: -1em;
    top: 50%;
    -webkit-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-100%) translateY(-50%);
}
[class*="tooltip_wrapper"][class*="-left"] .tooltip_content:after, [class*="tooltip_wrapper"][class*="-left"] [class*="tooltip_content-"]:after {
    margin-left: -0.5em;
    top: 50%;
    right: -0.5em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: solid 0.5em transparent;
    border-bottom: solid 0.5em transparent;
    border-left: solid 0.5em rgba(0, 0, 0, 0.75);
}
[class*="tooltip_wrapper"][class*="-right"] .tooltip_content, [class*="tooltip_wrapper"][class*="-right"] [class*="tooltip_content-"] {
    right: -1em;
    top: 50%;
    -webkit-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
}
[class*="tooltip_wrapper"][class*="-right"] .tooltip_content:after, [class*="tooltip_wrapper"][class*="-right"] [class*="tooltip_content-"]:after {
    margin-left: -0.5em;
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: solid 0.5em transparent;
    border-bottom: solid 0.5em transparent;
    border-right: solid 0.5em rgba(0, 0, 0, 0.75);
}

.well, [class*="well-"] {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.4em;
    padding: 1em;
    color: #6f777b;
    position: relative;
}
[class*="well-"][class*="-dark"] {
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: white;
}
[class*="well-"][class*="-deep"] {
    padding: 1.5em 2em;
}
[class*="well-"][class*="-comment"] {
    position: relative;
    padding: 1.5em;
}
@media (min-width: 720px) {
    [class*="well-"][class*="-comment"]:before {
        content: "";
        position: absolute;
        top: calc(50% + 4px);
        left: -8px;
        height: 14px;
        width: 14px;
        -webkit-transform: rotate(45deg) translate(-50%, -50%);
        -ms-transform: rotate(45deg) translate(-50%, -50%);
        transform: rotate(45deg) translate(-50%, -50%);
        background: white;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
}
[class*="well-"][class*="-thumb"] {
    height: 76px;
    display: block;
    transition: background-color 0.4s;
}
[class*="well-"][class*="-thumb"]:hover {
    background: #3e5ca0;
    color: #ffffff;
}
.well_content, [class*="well_content-"] {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget, [class*="widget-"] {
    transition: 0.4s;
}
.widget:hover, [class*="widget-"]:hover {
    text-decoration: none;
}
.widget [class*="heading_group"], [class*="widget-"] [class*="heading_group"] {
    margin-bottom: 0;
    color: #232627;
}
[class*="widget-"][class*="-block"] {
    background: #ffffff;
    padding: 2.5em 1em;
}
[class*="widget-"][class*="-block"][class*="-small"] {
    padding: 1.5em 1em;
}
[class*="widget-"][class*="-block"][class*="-small"] [class*="widget_icon"] {
    margin-bottom: 1.14rem;
}
[class*="widget-"][class*="-block"][class*="-fill"] {
    background: #3e5ca0;
    color: #ffffff;
}
[class*="widget-"][class*="-block"][class*="-fill"] .heading, [class*="widget-"][class*="-block"][class*="-fill"] [class*="heading-"] {
    color: #ffffff;
}
[class*="widget-"][class*="-block"][class*="-fill"] [class*="widget_icon"] {
    color: #ffffff;
}
[class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover {
    background: #3e5ca0;
    color: #ffffff;
}
[class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover .heading, [class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover [class*="heading-"] {
    color: #ffffff;
}
[class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover [class*="widget_icon"] {
    color: #ffffff;
}
[class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover[class*="-fill"] {
    background: #de4c28;
}
[class*="widget-"][class*="-block"]:not([class*="-noHover"]):hover[class*="-panel"] {
    border-color: #3e5ca0;
}
[class*="widget-"][class*="-block"] a {
    border-bottom: 1px dotted;
    transition: 0.4s;
}
[class*="widget-"][class*="-block"]:hover a {
    color: inherit;
    transition: 0s;
}
[class*="widget-"][class*="-panel"] {
    padding: 3em;
    border-top: 1px solid #dee0e2;
    border-left: 1px solid #dee0e2;
}
@media (min-width: breapoint("break-2")) {
    [class*="widget-"][class*="-panel"] {
        padding: 4%;
    }
}
[class*="widget-"][class*="-panel"][class*="-small"] {
    padding: 4% 2%;
}
[class*="widget-"][class*="-panel"]:last-child {
    position: relative;
}
[class*="widget-"][class*="-panel"]:last-child:before, [class*="widget-"][class*="-panel"]:last-child:after {
    content: "";
    position: absolute;
    top: -1px;
    transition: 0.4s;
    background: #dee0e2;
}
[class*="widget-"][class*="-panel"]:last-child:before {
    height: 100%;
    width: 1px;
    right: -1px;
    z-index: 2;
}
[class*="widget-"][class*="-panel"]:last-child:after {
    height: 1px;
    width: 1000%;
    left: 100%;
}
[class*="widget-"][class*="-panel"]:last-child:hover:before {
    background: #3e5ca0;
}
[class*="widget-"][class*="-borderTop"] {
    border: 0;
    border-top: 0.6em solid rgba(0, 0, 0, 0.15);
}
[class*="widget-"][class*="-borderTop"][class*="-highlight"] {
    border-top-color: #3e5ca0;
}
[class*="widget-"][class*="-borderTop"][class*="-highlight"]:hover {
    border-top-color: rgba(0, 0, 0, 0.15);
}
[class*="widget-"][class*="-borderLeft"] {
    border-left: 0.6em solid rgba(0, 0, 0, 0.15);
}
[class*="widget-"][class*="-borderLeft"][class*="-highlight"] {
    border-left-color: #3e5ca0;
}
[class*="widget-"][class*="-borderLeft"][class*="-highlight"]:hover {
    border-left-color: rgba(0, 0, 0, 0.15);
}
[class*="widget-"][class*="-card"] {
    position: relative;
}
[class*="widget-"][class*="-card"] .heading a, [class*="widget-"][class*="-card"] [class*="heading-"] a {
    border-bottom: 1px dotted transparent;
}
[class*="widget-"][class*="-card"] .heading a:hover, [class*="widget-"][class*="-card"] [class*="heading-"] a:hover {
    border-bottom-color: inherit;
}
[class*="widget-"][class*="-card"] [class*="widget_content"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 2rem;
}
[class*="widget-"][class*="-card"] .thumbnail, [class*="widget-"][class*="-card"] [class*="thumbnail-"] {
    margin-bottom: 0;
}
[class*="widget-"][class*="-stacked"] {
    margin-bottom: 2rem;
}
[class*="widget-"][class*="-stacked"]:last-child {
    margin-bottom: 0;
}
[class*="widget-"][class*="-stacked"] p {
    margin-top: 1rem;
}
@media (max-width: 720px) {
    .text-right-break-2 > [class*="widget-"][class*="-stacked"] [class*="widget_icon"] {
        float: left;
        margin-left: 0;
        margin-right: 0.5rem;
        margin-top: -0.5rem;
    }
}
[class*="widget-"][class*="-scale"] {
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
@media (min-width: 720px) {
    [class*="widget-"][class*="-scale"]:hover {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0);
        z-index: 5;
    }
}
[class*="widget-"][class*="-zoom"] {
    overflow: hidden;
}
[class*="widget-"][class*="-zoom"] [class*="heading_group"] {
    color: #ffffff;
}
[class*="widget-"][class*="-zoom"]:hover .bg-img {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
[class*="widget-"][class*="-media"] {
    position: relative;
}
[class*="widget-"][class*="-spectrum-quarter"] {
    padding: 2.5em 1em;
    color: #ffffff;
}
[class*="widget-"][class*="-spectrum-quarter"]:nth-child(1) {
    background: #e15b39;
}
[class*="widget-"][class*="-spectrum-quarter"]:nth-child(2) {
    background: #e46a4b;
}
[class*="widget-"][class*="-spectrum-quarter"]:nth-child(3) {
    background: #e6785d;
}
[class*="widget-"][class*="-spectrum-quarter"]:nth-child(4) {
    background: #e9876f;
}
[class*="widget-"][class*="-spectrum-quarter"] [class*="heading_group"] {
    color: #ffffff;
}
[class*="widget-"][class*="-spectrum-quarter"][class*="-large"] {
    padding: 4%;
}
[class*="widget-"][class*="-tub"] {
    padding: 0;
    position: relative;
    color: #ffffff;
}
[class*="widget-"][class*="-tub"]:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
}
[class*="widget-"][class*="-tub"]:hover [class*="widget_lid"] {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
[class*="widget-"][class*="-tub"]:hover [class*="widget_content"] {
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
[class*="widget-"][class*="-tub"]:hover [class*="widget_sticker"] {
    top: 50%;
}
[class*="widget-"][class*="-tub"] [class*="widget_content"] {
    position: absolute;
    top: calc(50% - 1em);
    width: 80%;
    transition: 0.4s;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
}
@media (max-width: 940px) {
    [class*="widget-"][class*="-tub"] [class*="widget_content"] {
        top: 50%;
    }
}
[class*="widget-"][class*="-tub"] [class*="widget_content"] + .button, [class*="widget-"][class*="-tub"] [class*="widget_content"] + [class*="button-"] {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    font-weight: bold;
}
@media (max-width: 940px) {
    [class*="widget-"][class*="-tub"] [class*="widget_content"] + .button, [class*="widget-"][class*="-tub"] [class*="widget_content"] + [class*="button-"] {
        display: none;
    }
}
[class*="widget-"][class*="-tub"] [class*="heading_group"] {
    color: #ffffff;
}
.widget_titleLink, [class*="widget_titleLink-"] {
    color: #232627;
    text-transform: uppercase;
}
.widget_lid, [class*="widget_lid-"] {
    background-color: inherit;
    position: relative;
    transition: 0.4s;
    padding-top: 80%;
    height: 0;
    z-index: 2;
}
.widget_lid .icon, .widget_lid [class*="icon-"], [class*="widget_lid-"] .icon, [class*="widget_lid-"] [class*="icon-"] {
    color: #ffffff;
}
.widget_sticker, [class*="widget_sticker-"] {
    position: absolute;
    transition: 0.4s;
    top: calc(50% - 1.5rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}
@media (max-width: 940px) {
    .widget_sticker, [class*="widget_sticker-"] {
        top: 50%;
    }
}
@media (min-width: 940px) {
    [class*="widget_sticker-"][class*="-small"] {
        top: calc(50% - 1.2rem);
    }
}
[class*="widget-"][class*="-feature"] {
    padding: 15% 2em 2em;
    position: relative;
}
[class*="widget-"][class*="-greyscale"]:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
[class*="widget-"][class*="-article"], [class*="widget-"][class*="-card"] {
    overflow: hidden;
}
[class*="widget-"][class*="-article"] iframe, [class*="widget-"][class*="-card"] iframe {
    display: block;
}
[class*="widget-"][class*="-article"] {
    margin-bottom: 2rem;
}
[class*="widget-"][class*="-article"]:not([class*="span"]):after {
    content: "";
    display: block;
    margin-top: 2rem;
}
[class*="widget-"][class*="-article"]:last-of-type {
    margin-bottom: 0;
}
[class*="widget-"][class*="-article"]:last-of-type:after {
    display: none;
}
[class*="widget_"][class*="-inline"] {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
[class*="widget_"][class*="-inline"] + p {
    margin-top: 1rem;
}
.widget_content, [class*="widget_content-"] {
    display: block;
    transition: 0.4s;
}
[class*="widget_group-"][class*="-large"] {
    margin-bottom: 4rem;
}
[class*="widget_group-"][class*="-large"]:last-child {
    margin-bottom: 0;
}
[class*="widget_group-"][class*="-grid"] {
    margin-bottom: -3% !important;
}
[class*="widget_group-"][class*="-grid"] .widget, [class*="widget_group-"][class*="-grid"] [class*="widget-"] {
    margin-bottom: 3%;
}
[class*="widget_group-"][class*="-panels"] .widget, [class*="widget_group-"][class*="-panels"] [class*="widget-"] {
    border-bottom: 1px solid #dee0e2;
}
[class*="widget_group-"][class*="-center"] .widget, [class*="widget_group-"][class*="-center"] [class*="widget-"] {
    text-align: center;
}
.widget_icon, [class*="widget_icon-"] {
    color: #bfc1c3;
    margin-bottom: 1rem;
}
@media (min-width: 940px) {
    .widget_icon, [class*="widget_icon-"] {
        margin-bottom: 2rem;
    }
}
[class*="widget_icon-"][class*="-inline"] {
    margin-right: 0.5rem;
}
[class*="widget_icon-"][class*="-light"] {
    color: rgba(255, 255, 255, 0.4);
}
.widget:hover [class*="widget_icon-"][class*="-light"], [class*="widget-"]:hover [class*="widget_icon-"][class*="-light"] {
    color: white;
}
.widget:hover .widget_icon, .widget:hover [class*="widget_icon-"], [class*="widget-"]:hover .widget_icon, [class*="widget-"]:hover [class*="widget_icon-"] {
    color: #3e5ca0;
}
@media (min-width: 940px) and (max-width: 1400px) {
    #mobile-optimized .widget_icon, #why-choose-us .widget_icon, #mobile-optimized [class*="widget_icon-"], #why-choose-us [class*="widget_icon-"] {
        display: none;
    }
}
.widget_header + [class*="widget_icon"], [class*="widget_header-"] + [class*="widget_icon"] {
    margin-left: 0.5rem;
    margin-right: 0;
}
@media (min-width: 940px) {
    .col-full .widget_header, .col-full [class*="widget_header-"] {
        position: absolute;
        bottom: 2em;
    }
}
.widget_controls, [class*="widget_controls-"] {
    position: absolute;
    bottom: 0;
}

.top-bar, [class*="top-bar-"] {
    background: #161819;
    position: relative;
    font-weight: lighter;
    z-index: 6;
    transition: 0.4s;
}
.top-bar a:not([class*="button"]), [class*="top-bar-"] a:not([class*="button"]) {
    color: #bfc1c3;
}
.top-bar a:not([class*="button"]):hover, [class*="top-bar-"] a:not([class*="button"]):hover {
    color: #ffffff;
    text-decoration: none;
}
.top-bar_item, [class*="top-bar_item-"] {
    vertical-align: middle;
    width: auto;
}
.top-bar_nav, [class*="top-bar_nav-"] {
    height: 60px;
    margin: 0 1em;
}
.top-bar_nav_action, [class*="top-bar_nav_action-"] {
    padding: 0 1em;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.4s;
    color: #bfc1c3;
}
.top-bar_nav_action:hover, [class*="top-bar_nav_action-"]:hover {
    color: #ffffff;
}
.top-bar_nav:first-child, [class*="top-bar_nav-"]:first-child {
    margin-left: 0;
}
.top-bar_nav:last-child, [class*="top-bar_nav-"]:last-child {
    margin-right: 0;
}
.top-bar_nav ul, [class*="top-bar_nav-"] ul {
    margin-top: 0;
}
.top-bar_nav ul.list-cart, [class*="top-bar_nav-"] ul.list-cart {
    padding: 1.5em;
    min-width: 250px;
}
.top-bar_nav ul.list-cart li, [class*="top-bar_nav-"] ul.list-cart li {
    padding-left: 0;
}
@media (max-width: 720px) {
    .top-bar_nav ul.list-cart, [class*="top-bar_nav-"] ul.list-cart {
        -webkit-transform: translateX(calc(4em - 100%));
        -ms-transform: translateX(calc(4em - 100%));
        transform: translateX(calc(4em - 100%));
    }
    .top-bar_nav ul.list-cart:after, [class*="top-bar_nav-"] ul.list-cart:after {
        margin-left: 0;
        left: calc(100% - 4em);
    }
}
.top-bar_nav ul li.title, [class*="top-bar_nav-"] ul li.title {
    cursor: auto;
}
.top-bar_nav ul li.title:hover, [class*="top-bar_nav-"] ul li.title:hover {
    color: inherit;
}
.top-bar_nav > ul, .top-bar_nav > ul > li, [class*="top-bar_nav-"] > ul, [class*="top-bar_nav-"] > ul > li {
    height: 100%;
}
.top-bar_nav > ul > li, [class*="top-bar_nav-"] > ul > li {
    position: relative;
    float: left;
    display: table;
    margin-left: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.85);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}
.top-bar_nav > ul > li:hover ul, [class*="top-bar_nav-"] > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.top-bar_nav > ul ul, [class*="top-bar_nav-"] > ul ul {
    font-size: 0.83em;
    padding: 1em;
    text-align: left;
    position: absolute;
    background: #f8f8f8;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 115%;
    min-width: 150px;
}
.top-bar_nav > ul ul:after, [class*="top-bar_nav-"] > ul ul:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
}
.top-bar_nav > ul ul:after, [class*="top-bar_nav-"] > ul ul:after {
    margin-left: -0.5em;
    bottom: 100%;
    left: 50%;
    border-left: solid 0.5em transparent;
    border-right: solid 0.5em transparent;
    border-bottom: solid 0.5em #f8f8f8;
}
.top-bar_nav > ul ul li, [class*="top-bar_nav-"] > ul ul li {
    transition: 0.4s;
}
.top-bar_nav > ul ul li:hover, [class*="top-bar_nav-"] > ul ul li:hover {
    color: #3e5ca0;
}
@media (max-width: 940px) {
    .top-bar_nav > ul ul, [class*="top-bar_nav-"] > ul ul {
        left: 60px;
    }
}
.top-bar_nav:first-child > ul > li:first-child, [class*="top-bar_nav-"]:first-child > ul > li:first-child {
    border-left: none;
    box-shadow: none;
}
.top-bar_nav:first-child > ul > li:first-child > a, .top-bar_nav:first-child > ul > li:first-child > .span, [class*="top-bar_nav-"]:first-child > ul > li:first-child > a, [class*="top-bar_nav-"]:first-child > ul > li:first-child > .span {
    padding-left: 0;
}
[class*="top-bar-"][class*="-fixed"] {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}

.breadcrumb {
    font-size: 0.9em;
}
.breadcrumb ul {
    margin: 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:not(:last-child) {
    margin-right: 0.2em;
}
.breadcrumb li:not(:last-child):after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.4em;
    color: #6f777b;
}

[class*="countdown_"] {
    font-size: 3em;
    color: #ffffff;
    font-weight: lighter;
    display: inline-block;
    margin-left: 1rem;
    position: relative;
}
[class*="countdown_"]:first-child {
    margin-left: 0;
}
[class*="countdown_"]:after {
    font-size: 0.7rem;
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase;
    content: attr(data-timeUnit);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1em;
}

.earth-slider, [class*="earth-slider-"] {
    position: relative;
    overflow: hidden;
}
.earth-slider_section, [class*="earth-slider_section-"] {
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.earth-slider_section.active, [class*="earth-slider_section-"].active {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.earth-wrapper {
    height: 135px;
    margin: auto;
}
@media (min-width: 940px) {
    .earth-wrapper {
        height: 185px;
        width: 55%;
    }
}

.earth {
    position: relative;
}

.globe {
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    width: 92%;
}

.pin-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    width: 100%;
}
.pin-wrapper.active .pin {
    background: #3e5ca0;
}

.pin {
    width: 55px;
    height: 55px;
    border-radius: 50% 50% 50% 0;
    background: #6f777b;
    cursor: pointer;
    transition: 0.4s;
    position: relative;
    -webkit-transform: translateX(-30%) rotate(-135deg);
    -ms-transform: translateX(-30%) rotate(-135deg);
    transform: translateX(-30%) rotate(-135deg);
}
.pin:after {
    content: '';
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}

.footer, [class*="footer-"] {
    background: #161819;
}
.footer_wrapper, [class*="footer_wrapper-"] {
    padding: 4em 0;
    font-size: 0.9em;
    background: #232627;
    color: #bfc1c3;
}
.footer_wrapper .logo, .footer_wrapper [class*="logo-"], [class*="footer_wrapper-"] .logo, [class*="footer_wrapper-"] [class*="logo-"] {
    padding: 0;
    border: 0;
}
.footer_wrapper .logo img, .footer_wrapper [class*="logo-"] img, [class*="footer_wrapper-"] .logo img, [class*="footer_wrapper-"] [class*="logo-"] img {
    height: 34px;
}
.footer_wrapper b, [class*="footer_wrapper-"] b {
    color: #ffffff;
}
.footer_title, [class*="footer_title-"] {
    color: #ffffff;
}
.footer_bar, [class*="footer_bar-"] {
    padding: 2em 0;
    font-size: 0.9em;
}
@media (min-width: 720px) {
    .footer_bar, [class*="footer_bar-"] {
        display: table;
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 720px) {
    .footer_bar, [class*="footer_bar-"] {
        text-align: center;
    }
}
@media (max-width: 720px) {
    .footer_copyright, [class*="footer_copyright-"] {
        margin-bottom: 2rem;
    }
}
.footer_copyright h4, [class*="footer_copyright-"] h4 {
    font-weight: lighter;
}
.footer_nav li, [class*="footer_nav-"] li {
    display: inline-block;
}
.footer_nav li:not(:last-child), [class*="footer_nav-"] li:not(:last-child) {
    margin-right: 1em;
}
.footer_nav a, [class*="footer_nav-"] a {
    color: #bfc1c3;
}
.footer_nav a:hover, [class*="footer_nav-"] a:hover {
    text-decoration: none;
    color: #ffffff;
}
@media (min-width: 720px) {
    .footer_nav, [class*="footer_nav-"] {
        text-align: right;
    }
}
@media (min-width: 720px) {
    .footer_nav, [class*="footer_nav-"], .footer_copyright, [class*="footer_copyright-"] {
        display: table-cell;
        vertical-align: middle;
    }
}
[class*="footer_"][class*="-nav"] {
    position: absolute;
    top: 0;
    right: 0;
}
.footer .tweet-content, [class*="footer-"] .tweet-content {
    margin-top: -0.25em;
}
.footer .tweet > .tweet-avatar, [class*="footer-"] .tweet > .tweet-avatar {
    display: none;
}
.footer .tweet-actions, [class*="footer-"] .tweet-actions {
    float: right;
    margin-top: 0.25em;
}
.footer .tweet-avatar, [class*="footer-"] .tweet-avatar {
    width: 40px;
}
.footer .tweet-text, [class*="footer-"] .tweet-text {
    margin-bottom: 1em;
}

.google-map, [class*="google-map-"] {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 375px;
    display: block;
}
[class*="google-map-"][class*="-large"] {
    height: 59vh;
    min-height: 300px;
}

.app-header, [class*="app-header-"] {
    overflow: visible;
    font-size: 0.9em;
    background: #f8f8f8;
}
[class*="app-header-"][class*="-bar"] [class*="app-header_wrapper"], .app-header [class*="app-header_wrapper"], [class*="app-header-"] [class*="app-header_wrapper"] {
    display: table;
    width: 100%;
}
[class*="app-header-"][class*="-bar"] .logo, .app-header .logo, [class*="app-header-"] .logo, [class*="app-header-"][class*="-bar"] [class*="logo-"], .app-header [class*="logo-"], [class*="app-header-"] [class*="logo-"], [class*="app-header-"][class*="-bar"] .navigation, .app-header .navigation, [class*="app-header-"] .navigation, [class*="app-header-"][class*="-bar"] [class*="navigation-"], .app-header [class*="navigation-"], [class*="app-header-"] [class*="navigation-"] {
    display: table-cell;
    vertical-align: middle;
}
[class*="app-header-"][class*="-absolute"], .app-header, [class*="app-header-"] {
    position: absolute;
    margin-top: 0;
    z-index: 5;
    width: 100%;
}
[class*="app-header-"][class*="-side"] {
    z-index: 10;
    background: #232627;
}
@media (min-width: 1400px) {
    [class*="app-header-"][class*="-side"] {
        position: fixed;
        height: 100%;
        top: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: 0.4s;
        width: 350px;
        left: -350px;
    }
    [class*="app-header-"][class*="-side"] .container, [class*="app-header-"][class*="-side"] [class*="container-"] {
        max-width: 100%;
    }
    [class*="app-header-"][class*="-side"] .logo, [class*="app-header-"][class*="-side"] [class*="logo-"] {
        padding: 0.75em;
        border-left: none;
    }
    [class*="app-header-"][class*="-side"] .logo img, [class*="app-header-"][class*="-side"] [class*="logo-"] img {
        height: 28px;
    }
    [class*="app-header-"][class*="-side"][class*="-left"] {
        left: 0;
        right: auto;
    }
    [class*="app-header-"][class*="-side"][class*="-left"] ~ #site-content {
        margin-left: 350px;
    }
    .hide-sideHeader [class*="app-header-"][class*="-side"][class*="-left"] {
        left: -350px;
    }
    .hide-sideHeader [class*="app-header-"][class*="-side"][class*="-left"] ~ #site-content {
        margin-left: 0;
    }
    [class*="app-header-"][class*="-side"][class*="-left"] ~ .search-box {
        width: calc(100% - 350px);
        right: 0;
    }
    [class*="app-header-"][class*="-side"][class*="-right"] {
        right: 0;
        left: auto;
    }
    [class*="app-header-"][class*="-side"][class*="-right"] ~ #site-content {
        margin-right: 350px;
    }
    .hide-sideHeader [class*="app-header-"][class*="-side"][class*="-right"] {
        right: -350px;
    }
    .hide-sideHeader [class*="app-header-"][class*="-side"][class*="-right"] ~ #site-content {
        margin-right: 0;
    }
    [class*="app-header-"][class*="-side"][class*="-right"] ~ .search-box {
        width: calc(100% - 350px);
        left: 0;
    }
    [class*="app-header-"][class*="-side"] ~ #site-content [class*="top-bar-"][class*="-fixed"] {
        width: calc(100% - 350px);
    }
}
.hide-sideHeader [class*="app-header-"][class*="-side"] ~ #site-content [class*="top-bar-"][class*="-fixed"] {
    width: 100%;
}
[class*="app-header-"][class*="-opaque"] {
    background-color: rgba(0, 0, 0, 0.3);
}
[class*="app-header-"][class*="-dark"], .app-header, [class*="app-header-"] {
    background-color: rgba(0, 0, 0, 0.3);
}
[class*="app-header-"][class*="-brand"] {
    background-color: #3e5ca0;
}
[class*="app-header-"][class*="-sticky"].fixed {
    position: fixed;
    margin-top: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    background: #161819;
    font-size: 0.83em;
}
[class*="app-header-"][class*="-sticky"].fixed [class*="app-header_wrapper"] {
    height: 70px;
}
[class*="app-header-"][class*="-sticky"].fixed .logo img, [class*="app-header-"][class*="-sticky"].fixed [class*="logo-"] img {
    height: 58px;
}
[class*="app-header-"][class*="-breathe"] {
    margin-top: 3em;
}
.app-header_wrapper, [class*="app-header_wrapper-"] {
    height: 100px;
    transition: height 0.4s;
}

.logo, [class*="logo-"] {
    color: white;
    font-size: 1.5em;
    text-align: left;
    padding: 0;
}
.logo a, [class*="logo-"] a {
    color: white;
    display: inline-block;
}
.logo a:hover, [class*="logo-"] a:hover {
    text-decoration: none;
}
.logo img, [class*="logo-"] img {
    height: 60px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.4s;
}

.navigation, [class*="navigation-"] {
    font-size: 0.9em;
    text-align: right;
}
.navigation li a, [class*="navigation-"] li a {
    display: block;
    padding: 0.5rem 0.75rem;
    color: #ffffff;
    border: 1px solid transparent;
}
.navigation li a:hover, [class*="navigation-"] li a:hover {
    text-decoration: none;
}
.navigation li a [class*="navigation_icon"], [class*="navigation-"] li a [class*="navigation_icon"] {
    margin-right: 0.5em;
}
.navigation > ul, [class*="navigation-"] > ul {
    vertical-align: middle;
}
.navigation > ul > li, [class*="navigation-"] > ul > li {
    margin-left: 0.5em;
}
.navigation > ul > li:first-child, [class*="navigation-"] > ul > li:first-child {
    margin-left: 0;
}
.navigation > ul > li > a, [class*="navigation-"] > ul > li > a {
    background: transparent;
    border-radius: 0;
}
.navigation > ul > li > a:not(:only-child), [class*="navigation-"] > ul > li > a:not(:only-child) {
    border-bottom-color: transparent;
    border-radius: 0;
}
.navigation > ul > li > a:not(:only-child):after, [class*="navigation-"] > ul > li > a:not(:only-child):after {
    content: "";
    font-family: FontAwesome;
    margin-left: 0.5em;
}
.navigation > ul > li:hover > a, [class*="navigation-"] > ul > li:hover > a {
    background: transparent;
    border: 1px solid #ffffff;
}
.navigation > ul > li:hover > a:not(:only-child), [class*="navigation-"] > ul > li:hover > a:not(:only-child) {
    color: #3e5ca0;
    background: #f8f8f8;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}
@media (min-width: 940px) {
    .navigation > ul, [class*="navigation-"] > ul {
        display: inline-block;
    }
    .navigation > ul > li, [class*="navigation-"] > ul > li {
        display: inline-block;
    }
}
[class*="navigation-"][class*="-noIcons"] [class*="navigation_icon"] {
    display: none;
}

.navigation ul li:hover > ul, [class*="navigation-"] ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 8;
}
.navigation ul ul, [class*="navigation-"] ul ul {
    min-width: 175px;
    text-align: left;
    transition: 0.4s;
    font-size: 0.83rem;
    position: absolute;
    z-index: 7;
    opacity: 0;
    visibility: hidden;
}
.navigation ul ul li, [class*="navigation-"] ul ul li {
    position: relative;
}
.navigation ul ul li a, [class*="navigation-"] ul ul li a {
    background: #f8f8f8;
    color: #6f777b;
    padding: 0.6rem;
    border-top: 1px solid #dee0e2;
}
.navigation ul ul li a:before, .navigation ul ul li a:after, [class*="navigation-"] ul ul li a:before, [class*="navigation-"] ul ul li a:after {
    font-family: FontAwesome;
}
.navigation ul ul li a:not(:only-child), [class*="navigation-"] ul ul li a:not(:only-child) {
    padding-right: 1.6rem;
}
.navigation ul ul li a:not(:only-child):after, [class*="navigation-"] ul ul li a:not(:only-child):after {
    content: "";
    right: 0.75em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.navigation ul ul li:first-child > a, [class*="navigation-"] ul ul li:first-child > a {
    border-top-color: transparent;
}
.navigation ul ul li:hover > a, [class*="navigation-"] ul ul li:hover > a {
    color: #ffffff;
    background: #3e5ca0;
    border-color: #3e5ca0;
}
.navigation ul ul li:hover + li > a, [class*="navigation-"] ul ul li:hover + li > a {
    border-top-color: #f8f8f8;
}
.navigation ul ul li ul, [class*="navigation-"] ul ul li ul {
    left: 100%;
    top: 0;
}
.navigation ul ul li ul li a, [class*="navigation-"] ul ul li ul li a {
    border-left: 1px solid #dee0e2;
}
.navigation ul > ul, [class*="navigation-"] ul > ul {
    padding-top: 0;
}

.side-nav, [class*="side-nav-"] {
    overflow: auto;
}
[class*="side-nav-"][class*="-show-y-scrollbar"] {
    overflow-y: scroll;
}
.side-nav nav ul, [class*="side-nav-"] nav ul {
    text-align: left;
    margin-top: 0;
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
}
.side-nav nav ul li, [class*="side-nav-"] nav ul li {
    display: block;
    margin-left: 0;
}
.side-nav nav ul li:hover > a, .side-nav nav ul li:hover a:not(:only-child), [class*="side-nav-"] nav ul li:hover > a, [class*="side-nav-"] nav ul li:hover a:not(:only-child) {
    border-right: none;
    background: #3e5ca0;
    border-left: 5px solid #3e5ca0;
    color: #ffffff;
}
.side-nav nav ul a, [class*="side-nav-"] nav ul a {
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    padding: 1.2em;
    color: #bfc1c3;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 5px solid rgba(0, 0, 0, 0.3);
    border-right: none;
}
.side-nav nav ul a:after, [class*="side-nav-"] nav ul a:after {
    display: none;
}
.side-nav nav ul ul li:hover a, [class*="side-nav-"] nav ul ul li:hover a {
    color: #ffffff;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.side-nav nav ul ul ul, [class*="side-nav-"] nav ul ul ul {
    padding-left: 1.5em;
}
.side-nav nav > ul > li > a, [class*="side-nav-"] nav > ul > li > a {
    color: #ffffff;
    border-left: 5px solid #3e5ca0;
    background: rgba(0, 0, 0, 0.15);
}
.side-nav nav > ul > li > a.active, [class*="side-nav-"] nav > ul > li > a.active {
    background: #3e5ca0;
}
.side-nav nav > ul > li:hover > a, [class*="side-nav-"] nav > ul > li:hover > a {
    border-color: transparent;
    border-right: none;
    background: #3e5ca0;
}
.side-nav::-webkit-scrollbar, [class*="side-nav-"]::-webkit-scrollbar {
    width: 14px;
}
.side-nav::-webkit-scrollbar-thumb, [class*="side-nav-"]::-webkit-scrollbar-thumb {
    border-left: 1px solid rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.5));
}
.side-nav .mega-menu, .side-nav [class*="mega-menu-"], [class*="side-nav-"] .mega-menu, [class*="side-nav-"] [class*="mega-menu-"] {
    display: none !important;
}
.side-nav .logo, .side-nav [class*="logo-"], .side-nav .navigation, .side-nav [class*="navigation-"], [class*="side-nav-"] .logo, [class*="side-nav-"] [class*="logo-"], [class*="side-nav-"] .navigation, [class*="side-nav-"] [class*="navigation-"] {
    display: block;
}
.side-nav_openClose, [class*="side-nav_openClose-"] {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 1.45em;
    cursor: pointer;
    transition: 0.4s;
    opacity: 0.6;
    display: none;
}
.side-nav_openClose:hover, [class*="side-nav_openClose-"]:hover {
    background: rgba(0, 0, 0, 0.2);
    opacity: 1;
}
.side-nav [class*="side-nav_openClose"], [class*="side-nav-"] [class*="side-nav_openClose"] {
    display: block;
}

.flyout-nav, [class*="flyout-nav-"] {
    position: fixed;
    top: 0;
    height: 100%;
    transition: 0.4s;
    background: #232627;
    width: 350px;
    font-size: 0.83em;
    left: -350px;
    z-index: 14;
}
.flyout-nav ul, [class*="flyout-nav-"] ul {
    display: block;
}
[class*="flyout-nav-"][class*="-visible"] {
    left: 0;
    box-shadow: 1px 0 25px 0px rgba(0, 0, 0, 0.4);
}
[class*="flyout-nav-"][class*="-show-y-scrollbar"] {
    overflow-y: scroll;
}

.flyout_visible {
    z-index: 15 !important;
}

.mega-menu_heading, [class*="mega-menu_heading-"] {
    margin-top: 0;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #dee0e2;
}
.mega-menu_title, [class*="mega-menu_title-"] {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0;
    margin-right: 1.5em;
    color: #969da0;
    border-bottom: 1px dotted #dee0e2;
}
.mega-menu .row, .mega-menu [class*="row-"], [class*="mega-menu-"] .row, [class*="mega-menu-"] [class*="row-"] {
    display: table;
}

[class*="navigation"] .mega-menu, [class*="navigation"] [class*="mega-menu-"] {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    margin: auto;
    padding: 1.5em;
    background: #f8f8f8;
    border-bottom: 0.6em solid #3e5ca0;
}
[class*="navigation"] .mega-menu ul, [class*="navigation"] [class*="mega-menu-"] ul {
    position: relative;
    left: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    pointer-events: none;
}
[class*="navigation"] .mega-menu ul li > a, [class*="navigation"] [class*="mega-menu-"] ul li > a {
    padding: 0;
    border-color: transparent;
    background: transparent;
}
[class*="navigation"] .mega-menu ul li:hover > a, [class*="navigation"] [class*="mega-menu-"] ul li:hover > a {
    background: transparent;
    border-color: transparent;
    color: #3e5ca0;
}
[class*="navigation"] .mega-menu ul li a:not(:only-child), [class*="navigation"] [class*="mega-menu-"] ul li a:not(:only-child) {
    padding: 0;
}
[class*="navigation"] .mega-menu p, [class*="navigation"] [class*="mega-menu-"] p {
    margin: 1em 0;
}
[class*="navigation"] .mega-menu p:first-child, [class*="navigation"] [class*="mega-menu-"] p:first-child {
    margin-top: 0;
}
[class*="navigation"] .mega-menu p:last-child, [class*="navigation"] [class*="mega-menu-"] p:last-child {
    margin-bottom: 0;
}
[class*="navigation"] .mega-menu .link, [class*="navigation"] [class*="mega-menu-"] .link {
    display: inline;
    padding: 0;
    border: none;
    color: #3e5ca0;
    transition: none;
}
[class*="navigation"] .mega-menu .link:hover, [class*="navigation"] [class*="mega-menu-"] .link:hover {
    border-bottom: 1px dotted;
}
[class*="navigation"] ul {
    margin: 0;
}
[class*="navigation"] ul li:hover .mega-menu ul, [class*="navigation"] ul li:hover [class*="mega-menu-"] ul {
    pointer-events: auto;
}
[class*="navigation"] .widget[class*="span"], [class*="navigation"] [class*="widget-"][class*="span"] {
    display: inline-block;
}
[class*="navigation"] .widget[class*="span"]:after, [class*="navigation"] [class*="widget-"][class*="span"]:after {
    display: none;
}
[class*="navigation"] .widget a, [class*="navigation"] [class*="widget-"] a {
    padding: 0;
    border: none;
    color: inherit;
}
[class*="navigation"] .widget a:after, [class*="navigation"] [class*="widget-"] a:after {
    display: none;
}
[class*="navigation"] [class*="widget_group"]:not(:last-child) {
    margin-bottom: 3%;
}
[class*="navigation"] [class*="heading_group"] {
    color: #232627;
}
[class*="navigation"] [data-lightbox] {
    border: none;
    padding: 0;
}

.page-overview, [class*="page-overview-"] {
    position: fixed;
    z-index: 9;
}
.page-overview [class*="heading_group"], [class*="page-overview-"] [class*="heading_group"] {
    display: none;
}
.page-overview .button, .page-overview [class*="button-"], [class*="page-overview-"] .button, [class*="page-overview-"] [class*="button-"] {
    margin: 0;
    font-size: 1.25rem;
}
[class*="page-overview-"][class*="-left"], [class*="page-overview-"][class*="-right"] {
    top: 25%;
}
[class*="page-overview-"][class*="-left"] [class*="page-overview_item"]:after, [class*="page-overview-"][class*="-right"] [class*="page-overview_item"]:after {
    top: 0;
    height: 100%;
    width: 0.2em;
}
[class*="page-overview-"][class*="-left"] {
    left: 0;
}
[class*="page-overview-"][class*="-left"] [class*="page-overview_item"]:after {
    right: -0.2em;
}
[class*="page-overview-"][class*="-right"] {
    right: 0;
}
[class*="page-overview-"][class*="-right"] [class*="page-overview_item"]:after {
    left: -0.2em;
}
[class*="page-overview-"][class*="-top"], [class*="page-overview-"][class*="-bottom"] {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
[class*="page-overview-"][class*="-top"] [class*="page-overview_item"], [class*="page-overview-"][class*="-bottom"] [class*="page-overview_item"] {
    float: left;
}
[class*="page-overview-"][class*="-top"] [class*="page-overview_item"]:after, [class*="page-overview-"][class*="-bottom"] [class*="page-overview_item"]:after {
    left: 0;
    height: 0.2em;
    width: 100%;
}
[class*="page-overview-"][class*="-top"] {
    top: 0;
}
[class*="page-overview-"][class*="-top"] [class*="page-overview_item"]:after {
    bottom: -0.2em;
}
[class*="page-overview-"][class*="-bottom"] {
    bottom: 0;
}
[class*="page-overview-"][class*="-bottom"] [class*="page-overview_item"]:after {
    top: -0.2em;
}
.page-overview_item, [class*="page-overview_item-"] {
    background: #ffffff;
    position: relative;
    display: block;
    padding: 0.5em;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
}
.page-overview_item:after, [class*="page-overview_item-"]:after {
    content: "";
    background-color: #3e5ca0;
    position: absolute;
}
.page-overview_item.active, .page-overview_item:hover, [class*="page-overview_item-"].active, [class*="page-overview_item-"]:hover {
    background: #3e5ca0;
}
.page-overview_item.active [class*="_icon"], .page-overview_item:hover [class*="_icon"], [class*="page-overview_item-"].active [class*="_icon"], [class*="page-overview_item-"]:hover [class*="_icon"] {
    color: white;
}

.preloader, [class*="preloader-"] {
    background: #f8f8f8;
    z-index: 99;
    transition: 0.4s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
@media (max-width: 720px) {
    .preloader, [class*="preloader-"] {
        display: none;
    }
}
.preloader_close, [class*="preloader_close-"] {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    bottom: 4rem;
}
[class*="preloader-"][class*="-loaded"] {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.awd_hourglass {
    height: 40px;
    width: 41px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    opacity: 0.8;
    -webkit-animation: awd_hourglass 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
    animation: awd_hourglass 5s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.awd_hourglass > div:nth-child(1) {
    border-top: 20px solid #666;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    height: 0px;
    width: 1px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: awd_hourglass_top 5s linear infinite;
    animation: awd_hourglass_top 5s linear infinite;
}

.awd_hourglass > div:nth-child(2) {
    border-right: 20px solid transparent;
    border-bottom: 20px solid #666;
    border-left: 20px solid transparent;
    height: 0px;
    width: 1px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: awd_hourglass_bottom 5s linear infinite;
    animation: awd_hourglass_bottom 5s linear infinite;
}

.awd_hourglass > div:nth-child(3) {
    border-left: 1px dotted #666;
    height: 0px;
    width: 0px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-animation: awd_hourglass_line 5s linear infinite;
    animation: awd_hourglass_line 5s linear infinite;
}

@-webkit-keyframes awd_hourglass {
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes awd_hourglass {
    90% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@-webkit-keyframes awd_hourglass_top {
    90% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes awd_hourglass_top {
    90% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes awd_hourglass_bottom {
    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes awd_hourglass_bottom {
    10% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes awd_hourglass_line {
    10% {
        height: 20px;
    }
    100% {
        height: 20px;
    }
}
@keyframes awd_hourglass_line {
    10% {
        height: 20px;
    }
    100% {
        height: 20px;
    }
}
.scroll-top, [class*="scroll-top-"] {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: auto;
    right: 2rem;
    bottom: 2rem;
    left: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.scroll-top.visible, [class*="scroll-top-"].visible {
    opacity: 1;
    visibility: visible;
}
.scroll-top:hover, [class*="scroll-top-"]:hover {
    text-decoration: none;
    opacity: 1;
}
@media (min-width: 1400px) {
    .scroll-top, [class*="scroll-top-"] {
        display: block;
    }
}

.search-box, [class*="search-box-"] {
    position: fixed;
    background: #232627;
    height: 60px;
    width: 100%;
    top: 0;
    z-index: 16;
    text-align: center;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: 0.4s;
}
.search-box [type="search"], [class*="search-box-"] [type="search"] {
    background: #232627;
    color: #ffffff;
    font-weight: lighter;
    height: 100%;
    width: 100%;
    border: none;
    padding: 0;
    outline: 0;
}
[class*="search-box-"][class*="-visible"] {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.search-box_go, [class*="search-box_go-"], .search-box_close, [class*="search-box_close-"] {
    cursor: pointer;
}
.search-box_go:focus, [class*="search-box_go-"]:focus, .search-box_close:focus, [class*="search-box_close-"]:focus {
    outline: 0;
}
.search-box .container, .search-box [class*="container-"], [class*="search-box-"] .container, [class*="search-box-"] [class*="container-"] {
    height: 100%;
}
.search-box [class*="button_group"], [class*="search-box-"] [class*="button_group"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.search-box ::-webkit-input-placeholder, [class*="search-box-"] ::-webkit-input-placeholder {
    font-weight: lighter;
    color: #6f777b;
    transition: 0.4s;
}
.search-box ::-moz-placeholder, [class*="search-box-"] ::-moz-placeholder {
    font-weight: lighter;
    color: #6f777b;
    transition: 0.4s;
}
.search-box :-ms-input-placeholder, [class*="search-box-"] :-ms-input-placeholder {
    font-weight: lighter;
    color: #6f777b;
    transition: 0.4s;
}
.search-box ::placeholder, [class*="search-box-"] ::placeholder {
    font-weight: lighter;
    color: #6f777b;
    transition: 0.4s;
}

.scroll-wheel, [class*="scroll-wheel-"] {
    position: absolute;
    font-size: 1.5em;
    color: #ffffff;
    border: 0.075em solid;
    border-radius: 1em;
    width: 1.5em;
    height: 2.4em;
    bottom: 2rem;
}
.scroll-wheel:before, [class*="scroll-wheel-"]:before {
    content: "";
    height: 0.25em;
    width: 0.25em;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 0.5em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: scroll-down 1.2s infinite;
    animation: scroll-down 1.2s infinite;
}
@-webkit-keyframes scroll-down {
    0% {
        top: 0.5em;
    }
    100% {
        top: 1.2em;
    }
}
@keyframes scroll-down {
    0% {
        top: 0.5em;
    }
    100% {
        top: 1.2em;
    }
}
.sidebar ul, [class*="sidebar-"] ul {
    margin: 0;
}
.sidebar .rating, [class*="sidebar-"] .rating {
    color: #6f777b;
}

.site-overlay, [class*="site-overlay-"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 11;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: 0.4s;
    visibility: hidden;
    opacity: 0;
}
[class*="site-overlay-"][class*="-visible"] {
    visibility: visible;
    opacity: 1;
}

.twitter-feed, [class*="twitter-feed-"] {
    padding: 3em 0;
    background: #f0f0f0;
    position: relative;
}
.twitter-feed .tweet-content, [class*="twitter-feed-"] .tweet-content {
    width: calc(100% - 50px - 5em);
    padding-left: 1em;
}
.twitter-feed .tweet-avatar, .twitter-feed .tweet-content, [class*="twitter-feed-"] .tweet-avatar, [class*="twitter-feed-"] .tweet-content {
    vertical-align: middle;
}
.twitter-feed .tweet-meta .tweet-avatar, [class*="twitter-feed-"] .tweet-meta .tweet-avatar {
    display: none;
}
[class*="twitter-feed-"][class*="-dark"] {
    background: #232627;
    color: #ffffff;
}

.tweets {
    margin-top: 0;
}

.tweet-avatar, .tweet-content,
.tweet-actions, .tweet-actions li {
    display: inline-block;
}

.tweet-avatar, .tweet-content {
    vertical-align: top;
}

.tweet-meta, .tweet-actions {
    vertical-align: middle;
}

.tweet-meta .tweet-avatar {
    width: 1.65em;
    margin-right: 0.5em;
}

.tweet-avatar {
    width: 50px;
}
.tweet-avatar > img {
    border-radius: 50%;
}

.tweet-user {
    font-weight: normal;
}

.tweet-text {
    margin: 0;
}

.tweet-actions {
    margin-top: 0;
    font-size: 0.7em;
    margin-left: 0.5em;
}
.tweet-actions li {
    margin-left: 0.5em;
}
.tweet-actions li:hover a {
    background: #3e5ca0;
    color: #ffffff;
    text-decoration: none;
}
.tweet-actions a {
    display: block;
    position: relative;
    background: #dee0e2;
    color: #6f777b;
    padding: 0 0.5em;
    line-height: 1.9;
    border-radius: 0.3em;
    font-weight: normal;
}

.loading-tweets {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
    font-size: 2em;
    color: #6f777b;
}

.tweets-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
    display: none;
}

.tweet-prev, .tweet-next {
    cursor: pointer;
}
.tweet-prev:hover, .tweet-next:hover {
    background: #3e5ca0;
}

.section, [class*="section-"] {
    background-size: cover;
    background-position: center;
}
.section [class*="heading_group"], [class*="section-"] [class*="heading_group"] {
    color: #232627;
}
[class*="section-"][class*="-primary"], [class*="section-"][class*="-secondary"] {
    padding: 3em 0;
}
[class*="section-"][class*="-mini"] {
    padding: 4em 0;
}
[class*="section-"][class*="-panel"] {
    border-top: 1px solid #dee0e2;
    background: #ffffff;
}
[class*="section-"][class*="-secondary"] {
    background-color: #3e5ca0;
}
[class*="section-"][class*="-secondary"] > .container {
    position: relative;
}
[class*="section-"][class*="-secondary"], [class*="section-"][class*="-secondary"] a:not([class*="button-"]) {
    color: #ffffff;
}
[class*="section-"][class*="-secondary"] p a, [class*="section-"][class*="-secondary"] li a {
    border-bottom: 1px dotted;
}
[class*="section-"][class*="-secondary"] .owl-dot.active span {
    background: #ffffff;
}
[class*="section-"][class*="-secondary"] b, [class*="section-"][class*="-secondary"] strong {
    color: #ffffff;
}
[class*="section-"][class*="-secondary"] [class*="heading_group"], [class*="section-"][class*="-secondary"] [class*="heading_group"] p {
    color: #ffffff;
}
[class*="section-"][class*="-full-screen"] {
    height: 100vh;
    height: calc(100vh - 100px);
}
[class*="top-bar-"][class*="-fixed"] ~ [class*="section-"][class*="-full-screen"] {
    height: calc(100vh - 60px);
}
[class*="app-header-"][class*="-sticky"] ~ [class*="section-"][class*="-full-screen"] {
    height: calc(100vh - 100px);
}
[class*="section-"][class*="-overlay"] {
    position: relative;
}
[class*="section-"][class*="-overlay"]:before {
    content: "";
    z-index: 0;
    background: rgba(229, 113, 84, 0.1);
}
[class*="section-"][class*="-overlay"][class*="-deep"] {
    position: relative;
}
[class*="section-"][class*="-overlay"][class*="-deep"]:before {
    content: "";
    z-index: 0;
    background: rgba(229, 113, 84, 0.75);
}
[class*="section-"][class*="-overlay"][class*="-dark"] {
    position: relative;
}
[class*="section-"][class*="-overlay"][class*="-dark"]:before {
    content: "";
    z-index: 0;
    background: rgba(35, 38, 39, 0.75);
}
[class*="section-"][class*="-overlay"][class*="-alt"] {
    position: relative;
}
[class*="section-"][class*="-overlay"][class*="-alt"]:before {
    content: "";
    z-index: 0;
    background: rgba(35, 38, 39, 0.5);
}
[class*="section-"][class*="-overlay"], [class*="section-"][class*="-overlay"] a:not([class*="button-"]) {
    color: #ffffff;
}
[class*="section-"][class*="-overlay"] .wrap-section {
    position: relative;
}
[class*="section-"][class*="-dot-map"] {
    position: relative;
    padding-bottom: 12em;
}
[class*="section-"][class*="-dot-map"]:before {
    content: "";
    background-image: url("../../images/dot-map.png");
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    height: 9em;
    width: grid-option("base-width");
    max-width: grid-option("max-width");
}
[class*="section-"][class*="-banner"] {
    padding: 5em 0;
}
[class*="section-"][class*="-flush"] {
    padding-top: 0;
}
[class*="section-"][class*="-sink"] {
    padding-bottom: 0;
}
[class*="section-"][class*="-block"] {
    overflow: hidden;
}
[class*="section-"][class*="-block"] + [class*="section-"][class*="-block"] {
    border-top: 1px solid #dee0e2;
    position: relative;
}
.section_block, [class*="section_block-"] {
    position: relative;
    transition: 0.4s;
    padding: 5em 7%;
    background-size: cover;
}
@media (min-width: 720px) {
    .section_block, [class*="section_block-"] {
        padding: 7%;
    }
}
[class*="section_block-"][class*="-opaque"] {
    background: rgba(255, 255, 255, 0.95);
}
.section_graphic, [class*="section_graphic-"] {
    position: relative;
}
.section_graphic > img, [class*="section_graphic-"] > img {
    position: absolute;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}

.billboard, [class*="billboard-"] {
    min-height: 300px;
    position: relative;
    padding: 6em 0;
    transition: background-image 1s linear;
    background-image: url(/bgs/cabecera2-min.jpg);
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
}
@media (max-width: 1400px) {
    .billboard .slide-prev,
    .billboard .slide-next, [class*="billboard-"] .slide-prev,
    [class*="billboard-"] .slide-next {
        top: auto;
        bottom: 1rem;
    }
}
.billboard .owl-dots, [class*="billboard-"] .owl-dots {
    display: none;
}
.billboard .owl-stage-outer, .billboard .owl-stage, .billboard .owl-item, [class*="billboard-"] .owl-stage-outer, [class*="billboard-"] .owl-stage, [class*="billboard-"] .owl-item {
    height: 100%;
}
.billboard [class*="form_input"]:focus ~ label, [class*="billboard-"] [class*="form_input"]:focus ~ label {
    color: #ffffff;
    content: "dopy";
}
[class*="billboard-"][class*="-full-screen"] {
    height: calc(100% - 100px);
    height: calc(100vh - 100px);
    min-height: 700px;
}
[class*="app-header-"][class*="-absolute"] + [class*="billboard-"][class*="-full-screen"], .app-header + [class*="billboard-"][class*="-full-screen"], [class*="app-header-"] + [class*="billboard-"][class*="-full-screen"] {
    height: 100%;
    height: 100vh;
}
@media (min-width: 1400px) {
    [class*="app-header-"][class*="-side"] ~ #site-content [class*="billboard-"][class*="-full-screen"] {
        height: 100%;
        height: 100vh;
    }
}
.top-bar ~ [class*="billboard-"][class*="-full-screen"], [class*="top-bar-"] ~ [class*="billboard-"][class*="-full-screen"] {
    height: calc(100vh - 100px - 60px);
}
[class*="app-header-"][class*="-side"] ~ #site-content .top-bar + [class*="billboard-"][class*="-full-screen"], [class*="app-header-"][class*="-side"] ~ #site-content [class*="top-bar-"] + [class*="billboard-"][class*="-full-screen"] {
    height: calc(100% - 60px);
    height: calc(100vh - 60px);
}
.top-bar ~ [class*="app-header-"][class*="-absolute"] + [class*="billboard-"][class*="-full-screen"], .top-bar ~ .app-header + [class*="billboard-"][class*="-full-screen"], .top-bar ~ [class*="app-header-"] + [class*="billboard-"][class*="-full-screen"], [class*="top-bar-"] ~ [class*="app-header-"][class*="-absolute"] + [class*="billboard-"][class*="-full-screen"], [class*="top-bar-"] ~ .app-header + [class*="billboard-"][class*="-full-screen"], [class*="top-bar-"] ~ [class*="app-header-"] + [class*="billboard-"][class*="-full-screen"] {
    height: calc(100vh - 60px);
}
[class*="top-bar-"][class*="-fixed"] + [class*="app-header-"][class*="-absolute"] + .billboard, [class*="top-bar-"][class*="-fixed"] + .app-header + .billboard, [class*="top-bar-"][class*="-fixed"] + [class*="app-header-"] + .billboard, [class*="top-bar-"][class*="-fixed"] + [class*="app-header-"][class*="-absolute"] + [class*="billboard-"], [class*="top-bar-"][class*="-fixed"] + .app-header + [class*="billboard-"], [class*="top-bar-"][class*="-fixed"] + [class*="app-header-"] + [class*="billboard-"] {
    margin-top: 60px;
}
[class*="billboard-"][class*="-videoBg"] {
    overflow: hidden;
}
[class*="billboard-"][class*="-videoBg"] .auto-resizable-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
[class*="billboard-"][class*="-overlay"] {
    position: relative;
}
[class*="billboard-"][class*="-overlay"]:before {
    content: "";
    z-index: 0;

}
[class*="billboard-"][class*="-map"] {
    padding: 0;
}
.billboard_wrapper, [class*="billboard_wrapper-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}
[class*="app-header-"][class*="-absolute"] + .billboard:not([class*="-full-screen"]) [class*="billboard_wrapper"], .app-header + .billboard:not([class*="-full-screen"]) [class*="billboard_wrapper"], [class*="app-header-"] + .billboard:not([class*="-full-screen"]) [class*="billboard_wrapper"], [class*="app-header-"][class*="-absolute"] + [class*="billboard-"]:not([class*="-full-screen"]) [class*="billboard_wrapper"], .app-header + [class*="billboard-"]:not([class*="-full-screen"]) [class*="billboard_wrapper"], [class*="app-header-"] + [class*="billboard-"]:not([class*="-full-screen"]) [class*="billboard_wrapper"] {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
}
.billboard_snap{
	background-color: rgba(0,0,0,0.4);
	padding: 10px;
}
.billboard_snap, [class*="billboard_snap-"] {
    display: inline-block;
}
.billboard_carousel, [class*="billboard_carousel-"] {
    height: 100%;
}

#modulesConfigJSON::before {
    content: '{"billboard": {"name": "billboard", "full-screen": false, "overlay": false, "bg-color": "#232627", "bg-image": "../../images/billboard-1.jpg", "overlay-color": "#3e5ca0", "overlay-opacity": 0.6, "color": "#ffffff", "min-height": "500px"}, "twitter-feed": {"name": "twitter-feed", "background": "#f0f0f0", "dark": false, "dark-background": "#232627", "dark-color": "#ffffff"}, "search-box": {"name": "search-box", "background": "#232627", "height": "60px", "input-background": "#232627", "input-color": "#ffffff", "input-weight": "lighter", "placeholder-color": "#6f777b", "placeholder-weight": "lighter"}, "scroll-top": {"name": "scroll-top", "position": ["auto", "2rem", "2rem", "auto"], "hide-below": "1400px"}, "preloader": {"name": "preloader", "preloader": "hourglass", "background": "#f8f8f8", "z-index": 99, "transition": "0.4s", "visible-at": "720px"}, "page-overview": {"name": "page-overview", "position": "left"}, "mega-menu": {"name": "mega-menu", "background": "#f8f8f8", "bottom-border": ["0.6em", "solid", "#3e5ca0"], "link-hover-color": "#3e5ca0", "title-color": "#969da0"}, "flyout-nav": {"name": "flyout-nav", "width": "350px", "font-size": "0.83em", "background": "#232627", "box-shadow": ["1px", 0, "25px", "0px", "rgba(0, 0, 0, 0.4)"], "transition": "0.4s", "z-index": 14, "show-y-scrollbar": false, "collapsible": {"enabled": true, "open-by-default": true}}, "side-nav": {"name": "side-nav", "parent-color": "#ffffff", "parent-background": "rgba(0, 0, 0, 0.15)", "parent-left-border": ["5px", "solid", "#3e5ca0"], "parent-hover-background": "#3e5ca0", "parent-active-background": "#3e5ca0", "item-padding": "1.2em", "item-color": "#bfc1c3", "item-bg": "rgba(0, 0, 0, 0.15)", "item-top-border": ["1px", "solid", "rgba(255, 255, 255, 0.05)"], "item-bottom-border": ["1px", "solid", "rgba(0, 0, 0, 0.1)"], "item-left-border": ["5px", "solid", "rgba(0, 0, 0, 0.3)"], "item-right-border": "none", "item-hover-left-border": ["5px", "solid", "#3e5ca0"], "item-hover-color": "#ffffff", "item-hover-bg": "#3e5ca0", "show-y-scrollbar": false, "collapsible": {"enabled": true, "open-by-default": true, "icon": "fa-chevron-circle-down"}}, "navigation": {"name": "navigation", "text-align": "right", "font-size": "1em", "dropdown-icon": "", "item-gutter": "0.5em", "item-padding": ["0.5rem", "0.75rem"], "item-color": "#ffffff", "item-bg": "transparent", "item-border": ["1px", "solid", "transparent"], "item-radius": 0, "item-hover-bg": "transparent", "item-hover-border": ["1px", "solid", "#ffffff"], "has-child-hover-color": "#3e5ca0", "has-child-hover-bg": "#f8f8f8", "has-child-hover-border": ["1px", "solid", "transparent"], "no-icons": false, "link-color": "#ffffff"}, "app-header": {"name": "app-header", "background": "#f8f8f8", "height": "100px", "font-size": "0.9em", "z-index": 5, "bar": true, "absolute": {"enabled": true, "top-position": 0}, "dark": {"enabled": true, "background": "rgba(0, 0, 0, 0.3)"}, "opaque": {"enabled": false, "background": "rgba(0, 0, 0, 0.3)"}, "side": {"enabled": false, "background": "#232627", "transition": "0.4s", "z-index": 10, "width": "350px", "container-width": "100%", "visible-at": "1400px", "logo-padding": "0.75em", "logo-left-border": "none"}, "sticky": {"enabled": false, "background": "#161819", "height": "70px", "logo-height": "28px", "font-size": "0.83em"}}, "google-map": {"name": "google-map", "location": [53.48076, -2.24263], "colors": {"water": "#c25425", "landscape": "#de663c", "road": "#e25f4a", "highway": "#a84920", "poi": "#e87052", "transit": "#e87052", "stroke": "#e16945", "administrative": "#c34d25", "park": "#de663c"}}, "footer": {"name": "footer", "background": "#161819", "wrapper-padding": ["4em", 0], "wrapper-font-size": "0.9em", "wrapper-background": "#232627", "wrapper-color": "#bfc1c3", "wrapper-strong-color": "#ffffff", "logo-height": "34px", "title-color": "#ffffff", "bar-padding": ["2em", 0], "bar-font-size": "0.9em", "bar-responsive": "720px", "nav-link-color": "#bfc1c3", "nav-link-hover-color": "#ffffff"}, "top-bar": {"name": "top-bar", "height": "60px", "background": "#161819", "padding": ["1em", 0], "link-color": "#bfc1c3", "link-hover-color": "#ffffff", "z-index": 6, "fixed-z-index": 12, "fixed": false}, "tooltip": {"name": "tooltip", "max-width": "500px", "padding": ["0.5em", "0.75em"], "distance": "-1em", "background": "rgba(0, 0, 0, 0.75)", "border-radius": 0, "arrow-size": "0.5em", "arrow-color": "rgba(0, 0, 0, 0.75)", "font-size": "0.83rem", "font-family": ["Lato", "Lato:300,400,700,900"], "color": "white", "text-transform": "none", "font-weight": "normal", "transition": "0.4s", "z-index": 9999}, "tabs": {"name": "tabs", "navItem-transition": "0.4s", "navItem-color": "#6f777b", "navItem-background": "transparent", "navItem-radius": "0.6em", "navItem-padding": ["0.75em", "1.25em"], "navItem-borderColor": "#bfc1c3", "navItem-hover-color": "#232627", "navItem-hover-background": "#eeeeee", "navItem-active-color": "#ffffff", "navItem-active-background": "#3e5ca0", "navItem-active-borderColor": "#3e5ca0", "contentBlock-color": "#6f777b", "contentBlock-background": "#ffffff", "contentBlock-borderColor": "#dee0e2", "contentBlock-padding": "1.5em", "contentBlock-glueHeight": "6px", "contentBlock-glueColor": "#3e5ca0", "contentBlock-deepPadding": "2.5em"}, "modal": {"name": "modal", "dafault-animation": "left", "background": "#f8f8f8", "text-color": "#6f777b", "radius": 0, "z-index": 14, "content-padding": "2em", "close-icon-size": "1.5em", "close-icon-color": "#bfc1c3", "close-icon-hover-color": "#3e5ca0", "close-icon-position": ["1rem", "1rem"]}, "heading": {"name": "heading", "highlight-color": "#3e5ca0", "highlight-dark-color": "#161819", "highlight-opaque-color": "rgba(0, 0, 0, 0.6)", "strikethrough-width": "75px", "spaced-spacing": "0.35em", "border": ["1px", "dotted", "rgba(0, 0, 0, 0.2)"], "group-dots-color": "rgba(0, 0, 0, 0.4)", "group-dots-size": "24px", "group-block-padding": "6em", "group_heading-lineHeight": 0.8}, "form": {"name": "form", "weight": "lighter", "input-color": "#6f777b", "input-border": ["1px", "solid", "#bfc1c3"], "input-padding": "0.65em", "bg-color": "rgba(0, 0, 0, 0.025)", "bg-focus-color": "white", "valid-color": "#00B16A", "invalid-color": "#D91E18", "group-small-size": "0.83em"}, "accordion": {"name": "accordion", "icon": "", "icon-color": "rgba(191, 193, 195, 0.6)", "icon-active-color": "#ffffff", "section-margin": 0, "title-bg": "transparent", "title-color": "#6f777b", "title-border": ["1px", "solid", "rgba(0, 0, 0, 0.15)"], "title-radius": 0, "title-padding": "1em", "title-active-bg": "#3e5ca0", "title-active-color": "#ffffff", "title-active-border": "transparent", "title-active-radius": 0, "content-bg": "#ffffff", "content-color": "#6f777b", "content-border": ["1px", "solid", "rgba(0, 0, 0, 0.15)"], "content-radius": 0, "content-padding": "1.5em"}, "base": {"name": "base", "background": "#f8f8f8", "font-family": ["Lato", "Lato:300,400,700,900"], "text-color": "#6f777b", "font-size": "1em", "margin": "2rem", "line-height": 1.4, "radius": "0.4em", "oval-radius": "1.5em", "transition": "0.4s"}, "grid": {"name": "grid", "options": {"base-width": "1200px", "max-width": "95%", "small-width": "940px", "full-width": "100%", "columns": 12, "gutter": "3%", "col-break": "940px", "row-namespace": "row", "col-namespace": "span"}, "breakpoints": {"break-5": "1400px", "break-0": "0px", "break-1": "460px", "break-2": "720px", "break-3": "940px", "break-4": "1200px"}, "settings": {"kayzen-gs": false, "old-ie": false, "responsive": true, "mobile-first": false, "custom-stacking": true, "adaptive-columns": true, "flow-columns": true, "magic-columns": true, "block-columns": true, "no-gutter-columns": true, "reverse-columns": true, "pull-columns": true, "push-columns": true}, "fractions": {"full": [1, 1], "half": [1, 2], "third": [1, 3], "quarter": [1, 4], "sixth": [1, 6]}}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0;
}
@media (max-width: 480px) {
    .movil{
        letter-spacing: 0.1em !important;
        font-size: 0.8em! important;
    }
    .imagen_movil{
        display:none;
    }
    .no_movil{
        display:none;
    }

}
@media (max-width: 680px) {
    .billboard, [class*="billboard-"] {
        background-position: center !important;
    }

}
@media (max-width: 846px) {
    /*.mt-30 { margin-top: 45px; }

    .label-foto {
        left: 0 !important;
        top: -6px !important;
    }
    .file-foto {
        margin-left: 0 !important;
        margin-top: 14px !important;
    }*/
}
.button-round:hover{
    background-color:#475166;
}
.botones_info {
    margin-bottom: 20px;
}
.botones_info .button_black {
    text-transform: uppercase;
    background-color: black;
    color: white;
    font-family: Raleway;
    font-weight: bold;
    font-size: 21px;
    padding: 4px 24px;
    margin: 0 10px;
}
.list_boxes {

}
.list_boxes .box {
    float: left;
    width: calc(33% - 46px);
    margin-right: 70px;
}
.list_boxes .box:last-child {
    margin-right: 0; 
}
.list_boxes .box a {
    display: block;
}
.list_boxes .box img {
    display: block;
}
.list_boxes .box a.button_img {
    background-color: #e6c70a;
    color: black;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 16px;
}
.logos_partners .span-2.break-2-half {
    vertical-align: middle;
}
.logos_partners img {
    max-width: 90px !important;
}
.iconsblockhome {
    padding: 5px;
}
.iconsblockhome [class*="button-"][class*="-icon"][class*="-plain"] {
    width: 2.4em;
}

@media (max-width: 720px) {
    [class*="billboard-"][class*="-full-screen"] {
        min-height: calc(100vh - 110px) !important;
        height: calc(100vh - 110px) !important;
    }

}

/* The Modal (background) */
.modal_test {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
    visibility: visible !important;
    opacity: 1 !important;
}

/* Modal Content */
.modal_content_test {
    max-width: 90%; /* Full width */
    height: 90vh; /* Full height */
    background-color: #fefefe;
    margin: 35px auto;
    padding: 20px;
    border: 1px solid #888;
    visibility: visible !important;
    opacity: 1 !important;
}
/* Modal Comprar VIP */
.modal_content_vip {
    max-width: 75%; /* Full width */
    height: 40vh; /* Full height */
    background-color: #fefefe;
    margin: 35px auto;
    padding: 20px;
    border: 1px solid #888;
    visibility: visible !important;
    opacity: 1 !important;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
    visibility: visible !important;
    opacity: 1 !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.btn-vip {
    width: 25% !important;
    position: absolute;
    right: 0;
    top: 14px;
}
.btn-cunos {
    width: 25% !important;
    position: absolute;
    left: 0;
    top: 29px;
}

@media (max-width: 750px) {
    .btn-vip {
        width: 100% !important;
        position: unset;
        display: block !important;
        margin: 5px;
    }  
    .btn-cunos {
        width: 100% !important;
        position: unset;
        display: block !important;
        margin: 5px;
    }  
}


/*custom*/
#iframe_am18 { height: 900px; }
.countdown { margin-top: 20px; }
.days {margin-right: 40px;}
.hours {margin-right: 40px;}
.minutes {margin-right: 40px;}
.seconds {}
.days, .hours, .minutes, .seconds {
    width: 62px;
    position: relative;
    font-family: GothamBold;
    display: inline-block;
    color: white;
    padding: 5px 12px;
    font-size: 24px;
    font-weight: bold;       
    border: 1px solid white;
}
.days:after {
    content: 'D';
    position: absolute;
    left: 67px;
    color: white;
    font-size: 28px;
    margin-top:-2px;

}
.hours:after {
    content: 'H';
    position: absolute;
    left: 67px;
    color: white;
    font-size: 28px;
    margin-top:-2px;

}
.minutes:after {
    content: 'M';
    position: absolute;
    left: 67px;
    color: white;
    font-size: 28px;
    margin-top:-2px;

}
.seconds:after {
    content: 'S';
    position: absolute;
    left: 67px;
    color: white;
    font-size: 28px;
    margin-top:-2px;
}
.scroll-wheel{ display: none }

#counter {
    margin: 0;
    position: absolute;
    bottom: 280px;
    left: 0;
    width: 100%;
    text-align: center
}
#btn-abonos-home{ 
    position: absolute;
    text-align: center;
    bottom: 350px;
    width: 100%;
}
#btn-abonos-home > img {
    margin: auto;
}

#boton-enlace-abonos {
    padding: 10px 15px;
    color: white;
    transition: 0.5s all ease-in-out;
    font-family: GothamMedium;
    font-size: 15px;
    background-color: #345ff4;
    background-image: linear-gradient(100deg,#00e1ed,#00b1f2);
    transition: 0.2s all ease-in-out;
}

#boton-enlace-abonos:hover { 
	background-color: #ffffff;
	background-image: none;
	color: #00b1f2;
}

    
@media (min-width: 575px) and (max-width: 1200px) {
    #iframe_am18 { height: 500px; }
    #btn-abonos-home {
        position: absolute !important;
        bottom: 100px !important;
        width: 100% !important;                    
    }
    #btn-abonos-home > img {
        margin: auto !important;
        max-width: 50% !important;
    }
    #counter {
        bottom: 20px !important;
    }
    #btn-abonos-home{ 
        position: absolute;
        bottom: 250px !important;
        width: 100%;
    }
    #counter {
        bottom: 100px !important;
    }
   
}
@media (max-width: 575px) {

    #iframe_am18 { height: 300px; }

    .embed-container iframe { transform: scale(2.5) !important; }

    .days {margin-right: 13px;}
    .hours {margin-right: 13px;}
    .minutes {margin-right: 13px;}
    .days, .hours, .minutes, .seconds {
        padding: 5px;
        font-size: 13px;
    }
    .days:after {
        content: 'D';
        left: 28px;
        color: white;
        font-size: 14px;
        margin-top:3px;
        bottom: -22px;
    }
    .hours:after {
        content: 'H';
        left: 28px;
        color: white;
        font-size: 14px;
        margin-top:3px;
        bottom: -22px;
    }
    .minutes:after {
        content: 'M';
        left: 28px;
        color: white;
        font-size: 14px;
        margin-top:3px;
        bottom: -22px;
    }
    .seconds:after {
        content: 'S';
        left: 28px;
        color: white;
        font-size: 14px;
        margin-top:3px;
        bottom: -22px;
    }
    #btn-abonos-home {
        position: absolute !important;
        bottom: 75px !important;
        width: 100% !important;                    
    }
    #btn-abonos-home > img {
        margin: auto !important;
        max-width: 50% !important;
    }
    #counter {
        bottom: 20px !important;
    }
    #btn-abonos-home{ 
        position: absolute;
        bottom: 400px;
        width: 100%;
    }
    #btn-abonos-home {
        bottom: 70px;
    }
    .embed-container{
        padding-bottom: 70.25% !important;
    }
    .m-btn-camping {
        margin-bottom: 25px;
    }

}

