/*
Theme Name: Timezone.com
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: timezone.com
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
    font-family: "Circular";
    src: url("../fonts/circular-black.woff2") format("woff2"), url("../fonts/circular-black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Circular";
    src: url("../fonts/circular-bold.woff2") format("woff2"), url("../fonts/circular-bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Circular";
    src: url("../fonts/circular-book.woff2") format("woff2"), url("../fonts/circular-book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "SuperFlyOne";
    src: url("../fonts/superFlyOne.woff2") format("woff2"), url("../fonts/superFlyOne.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

/* custom select styles */

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #fff;
    min-width: 252px;
    height: 42px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: left;
}

.location-holder .jcf-select {
    width: 100%;
    height: 50px;
}

    .location-holder .jcf-select .jcf-select-text {
        line-height: 48px;
        font-size: 16px;
        margin: 0 50px 0 19px;
    }

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 45px 0 16px;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 37px;
    bottom: 0;
    right: 0;
    top: 0;
    cursor: pointer;
}

    .jcf-select .jcf-select-opener:before {
        content: "\e901";
        font-family: "icomoon" !important;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        font-size: 18px;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #fff;
    border-radius: 3px;
}

.jcf-select-drop .jcf-hover {
    background: #fff;
    color: #036 !important;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    min-width: 200px;
    margin: 0 15px;
}

    .jcf-list-box .jcf-selected {
        background: rgba(255, 255, 255, .6);
        color: #036 !important;
    }

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
    background: #036;
}

.jcf-select-red .jcf-list {
    background: #c90200;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
}

    .jcf-list ul li:before {
        display: none;
    }

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #fff;
    height: 1%;
}

    .jcf-list .jcf-option.jcf-option-hidden {
        display: none;
    }

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
    background: #ddd !important;
}

/* Bootstrap 3 modal styles */
[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    color: #000;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    max-height: initial;
}

    .modal-header .close {
        margin-top: -2px;
        float: right;
        font-size: 21px;
        font-weight: 700;
        line-height: 1;
        color: #000;
        filter: alpha(opacity=20);
        opacity: .2;
        padding: 0;
        height: auto;
        -webkit-appearance: none;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (max-width: 450px) {
    .location-holder .wpgmp_filter_wrappers, .location-holder .wpgmp_listing_container {
        display: none;
    }

    .location-holder .wpgmp_map {
        height: 350px !important;
    }

    .location-holder .wpgmp_map_parent {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-header:after,
.modal-footer:after {
    clear: both;
}

.btn-default {
    color: #fff;
    background: #003366; /* Old browsers */
    background: -moz-linear-gradient(left, #0066cc 0%, #003366 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0066cc 0%, #003366 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0066cc 0%, #003366 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#003366', GradientType=1 ); /* IE6-9 */
}

.btn.btn-default:hover {
    color: #fff;
    background: #fcbe00; /* Old browsers */
    background: -moz-linear-gradient(left, #fcbe00 0%, #de3602 44%, #a40000 84%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcbe00 0%,#de3602 44%,#a40000 84%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcbe00 0%,#de3602 44%,#a40000 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbe00', endColorstr='#a40000', GradientType=1 ); /* IE6-9 */
}

/* Slick slider styles */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?a1om31");
    src: url("../fonts/icomoon.eot?a1om31#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?a1om31") format("truetype"), url("../fonts/icomoon.woff?a1om31") format("woff"), url("../fonts/icomoon.svg?a1om31#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "social-icomoon";
    src: url("../fonts/social-icomoon.eot?a1om31");
    src: url("../fonts/social-icomoon.eot?a1om31#iefix") format("embedded-opentype"), url("../fonts/social-icomoon.ttf?a1om31") format("truetype"), url("../fonts/social-icomoon.woff?a1om31") format("woff"), url("../fonts/social-icomoon.svg?a1om31#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="social-icon-"],
[class*=" social-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "social-icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px
}

.social-media {
    font-size: 16px;
    padding: 15px 0;
}

.social-icon-facebook:before {
    content: "\ea91";
}

.social-icon-twitter:before {
    content: "\ea96";
}

.social-icon-instagram:before {
    content: "\ea92";
}

.social-icon-youtube:before {
    content: "\ea9d";
}

.icon-info:before {
    content: "\e909";
}

.icon-star:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e908";
}

.icon-phone:before {
    content: "\e903";
}

.icon-location:before {
    content: "\e904";
}

.icon-arrow-up:before {
    content: "\e907";
}

.icon-arrow-down:before {
    content: "\e906";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-arrow-left:before {
    content: "\e900";
}

.icon-mail:before {
    content: "\e905";
}

.jcf-list ul,
ul:not([class]),
.nav-drop ul,
.services-list,
.features-list,
.nav-bar .nav,
.nav-bar .nav ul,
.location-tabset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after {
    content: "";
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
    overflow: hidden;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    color: #fff;
    background: #036;
    font: 14px/1.79 "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

    body.red {
        background: #c90200;
    }

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.gm-style img {
    max-width: none;
}

iframe {
    max-width: 100%;
}

.resize-active * {
    -webkit-transition: none !important;
    transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
    margin: 0 0 18px;
}

blockquote {
    border-left: 4px solid #fff;
    padding-left: 10px;
    margin-left: 0;
}

table {
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #fff;
    padding: 3px;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

ul,
ol {
    padding-left: 20px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        padding-left: 20px;
        margin: 0;
    }

ul {
    list-style-type: disc;
}

dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

dl dd {
    overflow: hidden;
}

pre {
    max-width: 100%;
    overflow: auto;
}

form,
fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 900;
    color: #fff;
    background: transparent;
}


input[type="date"] {
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid #fff;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 900;
    color: #fff;
    background: transparent;
    width: 50%;
}

input[type="text"]:not(textarea),
input[type="tel"]:not(textarea),
input[type="email"]:not(textarea),
input[type="search"]:not(textarea),
input[type="password"]:not(textarea),
textarea:not(textarea) {
    height: 50px;
    line-height: 40px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
    border-color: #f9d83e;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

select {
    -webkit-appearance: none;
    border-radius: 3px;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #fff;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
}

    select:focus {
        outline: none;
    }

textarea {
    resize: vertical;
    vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    -webkit-appearance: none;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    outline: none;
    height: 50px;
    padding: 0 20px;
    font: 16px/40px "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="file"]:hover,
    input[type="submit"]:hover {
        background: #fff;
        color: #c90200;
    }

.widget {
    margin-bottom: 20px;
}

    .widget select {
        min-width: 150px;
    }

.search-form label,
.post-password-form label {
    display: block;
}

.search-form input,
.post-password-form input {
    float: left;
    margin: 0 5px 5px 0;
}

    .search-form input[type="submit"],
    .post-password-form input[type="submit"] {
        margin: 0;
    }

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin: 18px -3px;
}

    .navigation .screen-reader-text,
    .navigation-comments .screen-reader-text {
        position: absolute;
        left: -99999px;
    }

    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        margin: 0 3px;
    }

    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        max-width: 49%;
    }

.nav-links,
.navigation-comments,
.navigation-single {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

    .nav-links .next,
    .nav-links .prev,
    .navigation-comments .next,
    .navigation-comments .prev,
    .navigation-single .next,
    .navigation-single .prev {
        max-width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .nav-links .next a,
        .nav-links .prev a,
        .navigation-comments .next a,
        .navigation-comments .prev a,
        .navigation-single .next a,
        .navigation-single .prev a {
            display: block;
            color: inherit;
        }

.navigation-single {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .navigation-single .next,
    .navigation-single .prev {
        padding: 0;
        margin: 0;
        max-width: 49%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 0;
    }

        .navigation-single .next a,
        .navigation-single .prev a {
            padding: 0 5px;
            border: 1px solid #fff;
            -webkit-transition: background .3s ease, color .3s ease;
            transition: background .3s ease, color .3s ease;
        }

            .navigation-single .next a:hover,
            .navigation-single .prev a:hover {
                background: #fff;
                color: #c90200;
            }

.comment-form label {
    display: block;
    padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
    margin: 0 4px 0 0;
    width: 100%;
}

    .comment-form input[type="submit"],
    .comment-form textarea[type="submit"] {
        display: block;
        width: auto;
    }

.comment-form textarea {
    overflow: auto;
    margin: 0;
    height: 120px;
    min-height: 120px;
}

.commentlist {
    margin: 0 0 1.2em;
}

    .commentlist .edit-link {
        margin: 0;
    }

    .commentlist .avatar-holder {
        float: left;
        margin: 0 1.2em 4px 0;
    }

.commentlist-item .commentlist-item {
    padding: 0;
}

.comment,
.commentlist-holder {
    overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
    padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

#wp-calendar {
    width: 100%;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    border: 1px solid #036;
    padding: 4px;
    margin-bottom: 20px;
    text-align: center;
}

    .wp-caption img {
        margin-bottom: 4px;
    }

    .wp-caption p {
        margin: 0;
    }

.aligncenter {
    margin: 0 auto 18px;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignleft {
    float: left;
    margin: 0 1.2em 4px 0;
}

.alignright {
    float: right;
    margin: 0 0 4px 1.2em;
}

.mejs-container {
    margin-bottom: 18px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
    height: auto;
}

    .gallery .gallery-item {
        padding: 0 10px;
    }

        .gallery .gallery-item dt {
            float: none;
            width: 100%;
            margin: 0 0 10px;
            padding: 0;
        }

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: inherit;
    font-weight: 900;
    line-height: 1.1;
    margin: 0 0 10px;
}

h2 {
    color: #f9d83e;
}

p {
    margin: 0 0 20px;
}

a {
    color: #f9d83e;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

    a:hover,
    a:focus {
        color: #fff;
        text-decoration: none;
    }

.conditions-box ul:not([class]) > li {
    padding: 0;
}

    .conditions-box ul:not([class]) > li:before {
        display: none;
    }

ul:not([class]) > li {
    margin: 0 0 8px;
    position: relative;
    padding: 0 0 0 13px;
}

    ul:not([class]) > li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
    }

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/bg-header.png) !important;
    background-repeat: no-repeat;
    line-height: 1.2;
    font-size: 13px;
    z-index: 100;
}

.home #header {
    position: relative;
    background-image: url(../images/bg-header-home.png) !important;
}

#header .container {
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .logo {
    padding: 0 0 0 14px;
    width: 143px;
    line-height: 1;
}

    #header .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

#nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
}

.nav-opener {
    height: 66px;
    position: relative;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, .1);
    width: 50px;
    visibility: visible;
}

.mega-toggle-block-1 {
    position: fixed !important;
    /*top: 14px!important;*/
    top: 0px !important;
    right: 10px !important;
    height: auto !important;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    top: 50%;
}

.nav-active .nav-opener span {
    opacity: 0;
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-410deg);
    -ms-transform: rotate(-410deg);
    transform: rotate(-410deg);
    bottom: auto;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
    -webkit-transition: .55s;
    transition: .55s;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 14px;
    right: 14px;
    height: 2px;
}

.nav-opener.hide {
    border-left: none;
}

    .nav-opener.hide:before,
    .nav-opener.hide:after,
    .nav-opener.hide span {
        background-color: transparent;
    }

.nav-opener span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.nav-opener:before {
    content: "";
    top: 26px;
}

.nav-opener:after {
    content: "";
    top: auto;
    bottom: 26px;
}

.admin-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*display: none;*/
}

    .admin-bar a {
        margin: 0 11px;
    }

        .admin-bar a .hidden-tablet {
            display: none;
        }

.nav-drop {
    /*position: absolute;
	top: 100%;*/
    position: absolute;
    top: 96px;
    z-index: 50;
    left: 0;
    right: 0;
    background-image: url(../images/bg-header.png) !important;
    background-size: cover;
    background-position: 50% 50%;
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease;
    transition: opacity .3s ease, visibility .3s ease;
}

.nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
}

.nav-drop ul {
    margin: 0;
}

    .nav-drop ul li {
        border-top: 1px solid #fff;
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .nav-drop ul li:first-child {
            border-top: 0;
        }

        .nav-drop ul li:before {
            display: none;
        }

        .nav-drop ul li.active a {
            color: rgba(249, 216, 62, .7);
        }

    .nav-drop ul a {
        color: #fff;
        display: block;
        padding: 10px 15px;
    }

        .nav-drop ul a:hover {
            color: #f9d83e;
        }

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.container {
    margin: 0 auto;
    max-width: 1548px;
    padding: 0 14px;
}

.header-page + #main,
.banner + #main {
    padding-top: 0;
}

#main {
    padding: 99px 0 0;
}

.section {
    padding: 30px 0;
}

.hidden-mobile {
    display: none;
}

.hidden-desktop {
    display: block;
    margin-bottom: 30px;
}


.hidden-tablet {
    display: none;
}

.btn {
    border: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    padding: 7px 10px;
    max-width: 255px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .btn:hover {
        background: #fff;
        color: #c90200;
    }

    .btn i {
        font-size: 20px;
        line-height: 24px;
        margin: 0 3px 0 0;
    }

.more {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-transform: uppercase;
    padding: 0 18px 0 0;
    letter-spacing: 2px;
}

    .more:after {
        content: "\e901";
        font-family: "icomoon" !important;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 400;
        font-size: 13px;
        line-height: 1;
    }

    .more:hover {
        color: #f9d83e;
    }

[class^="decoration-"],
.decoration {
    position: absolute;
}

.presentation-container .narrow-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .presentation-container .narrow-col .presentation-box {
        width: 100%;
        position: relative;
        z-index: 1;
        overflow: hidden;
        text-align: center;
        font-size: 18px;
        line-height: 31px;
        padding-bottom: 51px;
        padding-top: 51px;
    }

        .presentation-container .narrow-col .presentation-box:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: -webkit-linear-gradient(top, rgba(0, 62, 124, 0) 0%, rgba(0, 65, 130, .02) 19%, rgba(0, 68, 137, .23) 40%, rgba(0, 70, 141, .64) 53%, rgba(0, 73, 147, .8) 71%, rgba(0, 74, 148, .77) 75%, rgba(0, 60, 121, .59) 100%);
            background: linear-gradient(to bottom, rgba(0, 62, 124, 0) 0%, rgba(0, 65, 130, .02) 19%, rgba(0, 68, 137, .23) 40%, rgba(0, 70, 141, .64) 53%, rgba(0, 73, 147, .8) 71%, rgba(0, 74, 148, .77) 75%, rgba(0, 60, 121, .59) 100%);
        }

        .presentation-container .narrow-col .presentation-box .decor-text {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-3deg);
            -ms-transform: translate(-50%, -50%) rotate(-3deg);
            transform: translate(-50%, -50%) rotate(-3deg);
            font: 253px/1 "SuperFlyOne", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
            color: #037ff3;
            z-index: -1;
            margin: 0 0 0 10px;
        }

        .presentation-container .narrow-col .presentation-box .text-box {
            width: 100%;
        }

            .presentation-container .narrow-col .presentation-box .text-box > * {
                position: relative;
                z-index: 10;
            }

        .presentation-container .narrow-col .presentation-box h1 {
            font-size: 33px;
            line-height: 36px;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .presentation-container .narrow-col .presentation-box p {
            margin: 0 0 18px;
        }

.presentation-container .wide-col .presentation-box {
    padding-top: 32px;
    padding-bottom: 5px;
}

    .presentation-container .wide-col .presentation-box .text-box {
        max-width: 210px;
    }

    .presentation-container .wide-col .presentation-box h1 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px;
    }

    .presentation-container .wide-col .presentation-box p {
        margin: 0 0 19px;
    }

.presentation-container .wide-col .two-col .presentation-box {
    padding-top: 46px;
    padding-bottom: 17px;
    position: relative;
    z-index: 1;
}

    .presentation-container .wide-col .two-col .presentation-box:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .02) 13%, rgba(0, 0, 0, .05) 18%, rgba(0, 0, 0, .09) 22%, rgba(0, 0, 0, .12) 29%, rgba(0, 0, 0, .33) 56%, rgba(0, 0, 0, .41) 70%, rgba(0, 0, 0, .46) 85%, rgba(0, 0, 0, .46) 98%, rgba(0, 0, 0, .36) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .02) 13%, rgba(0, 0, 0, .05) 18%, rgba(0, 0, 0, .09) 22%, rgba(0, 0, 0, .12) 29%, rgba(0, 0, 0, .33) 56%, rgba(0, 0, 0, .41) 70%, rgba(0, 0, 0, .46) 85%, rgba(0, 0, 0, .46) 98%, rgba(0, 0, 0, .36) 100%);
    }

    .presentation-container .wide-col .two-col .presentation-box h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }

    .presentation-container .wide-col .two-col .presentation-box .text-box {
        max-width: 100%;
    }

.presentation-container .two-col .reload-box {
    background-size: cover;
    background-position: 50% 0;
    padding: 10px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    text-align: left;
    overflow: hidden;
    height: 223px;
}

    .presentation-container .two-col .reload-box .decor-text {
        display: block;
        margin: 0 0 -6px;
        font-weight: 900;
        font-size: 66px;
        line-height: 1;
    }

        .presentation-container .two-col .reload-box .decor-text span {
            font: 123px/1 "SuperFlyOne", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
            margin: -19px 0 0 7px;
        }

    .presentation-container .two-col .reload-box .text-box {
        max-width: 100%;
    }

.presentation-container .two-col .decor-box {
    position: absolute;
    right: -5px;
    bottom: -1px;
    max-width: 129px;
    text-align: right;
}

.presentation-container .presentation-box {
    background-size: cover;
    background-position: 50% 0;
    padding: 10px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    line-height: 31px;
    height: 223px;
}

.info-section {
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 18px;
    font-size: 18px;
    line-height: 22px;
}

    .info-section h1 {
        margin: 0 0 20px;
        letter-spacing: -2px;
    }

    .info-section p {
        margin: 0 0 22px;
    }

.services-section {
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px 14px 50px;
    font-size: 18px;
    line-height: 22px;
}

.services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .services-list li {
        width: 100%;
        padding: 0 5px;
        margin: 0 0 10px;
    }

    .services-list a {
        color: inherit;
    }

        .services-list a:hover {
            color: #f9d83e;
        }

    .services-list .picture-box {
        margin: 0 0 13px;
        min-height: 243px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.insta-section img {
    width: 100%;
}

.card-section {
    padding: 27px 0 55px;
    position: relative;
    z-index: 1;
    background: #036;
}

    .card-section:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 78%;
        height: 100%;
        background-image: url(../images/img-decor-blue03mobile.png);
        z-index: -1;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: 0 2.5%;
    }

    .card-section .container {
        max-width: 1277px;
    }

    .card-section .decoration {
        position: absolute;
        left: 0;
        bottom: -36px;
        width: 92px;
    }

    .card-section .decoration-mobile {
        top: 0;
        right: 0;
    }

    .card-section .two-col {
        margin: 0 0 65px;
        text-align: center;
    }

    .card-section .picture-col {
        margin: 0 auto 3px;
        width: 50%;
    }

    .card-section h2 {
        margin: 0 0 13px;
        letter-spacing: -2px;
        color: #f9d83e;
    }

    .card-section p {
        margin: 0 0 18px;
    }

    .card-section .select-row {
        margin: 0 0 26px;
    }

    .card-section button.more {
        height: auto;
        border: 0;
    }

        .card-section button.more:hover {
            background: transparent;
        }

.conditions-box {
    font-size: 11px;
    line-height: 18px;
    padding: 0 5px;
}

    .conditions-box .title {
        display: block;
        margin: 0 0 11px;
        font-weight: 900;
        font-size: 13px;
        line-height: 16px;
    }

.contact-container {
    padding: 33px 0 10px;
    font-size: 20px;
    line-height: 35px;
    background: inherit;
    position: relative;
    text-align: center;
    z-index: 5;
}

    .contact-container .decoration {
        left: 0;
        bottom: -90px;
    }

    .contact-container .text-col {
        margin: 0 0 49px;
    }

        .contact-container .text-col p {
            margin-bottom: 18px;
        }

    .contact-container .contact-col {
        font-size: 18px;
        line-height: 26px;
    }

        .contact-container .contact-col .box {
            margin: 0 0 49px;
            overflow: hidden;
        }

        .contact-container .contact-col dl {
            margin: 0;
        }

            .contact-container .contact-col dl dt {
                float: left;
                padding: 0 5px 0 0;
                opacity: .4;
                width: 33px;
            }

                .contact-container .contact-col dl dt [class^="icon-"] {
                    font-size: 19px;
                }

            .contact-container .contact-col dl dd {
                margin: 0 0 19px;
                overflow: hidden;
            }

                .contact-container .contact-col dl dd:last-child {
                    margin-bottom: 0;
                }

            .contact-container .contact-col dl a {
                /*color: inherit;*/
                color: #f9d83e;
            }

                .contact-container .contact-col dl a:hover {
                    /*color: #f9d83e;*/
                    color: #ccc;
                }

    .contact-container .title {
        display: block;
        margin: 0 0 5px;
    }

    .contact-container .text {
        display: block;
    }

.features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 28px -15px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .features-list li {
        padding: 0 15px;
        margin: 0 0 5px;
    }

.map-container {
    background: inherit;
    line-height: 33px;
    font-size: 17px;
    text-align: center;
    position: relative;
    z-index: 2;
}

    .map-container iframe {
        margin: 0 0 -12px;
        height: 380px !important;
        max-width: none;
        width: 100%;
    }

    .map-container p {
        margin-bottom: 15px;
    }

    .map-container h2 {
        color: inherit;
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 22px;
    }

    .map-container .text-col {
        padding: 37px 14px;
    }

    .map-container .map-box {
        overflow: hidden;
    }

        .map-container .map-box [class^="wpgmp_display_map_"] {
            width: 100% !important;
        }

    .map-container .decoration {
        left: 0;
        bottom: -67px;
        width: 166px;
        height: 142px;
    }

#sb_instagram .sbi_photo {
    position: relative;
    opacity: 1 !important;
}

    #sb_instagram .sbi_photo:hover:before {
        opacity: 0;
    }

    #sb_instagram .sbi_photo:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

#footer {
    background-size: cover;
    background-position: 50% 50%;
    padding: 54px 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, .5);
}

    #footer .container {
        max-width: 645px;
    }

    #footer .logo {
        margin: 0 0 36px;
    }

.copy a, .social-media a {
    color: inherit;
}

    .copy a:hover, .social-media a:hover {
        color: #fff;
    }

.nav-bar .nav ul {
    margin: 0;
    text-transform: capitalize;
}

    .nav-bar .nav ul li {
        padding: 0;
    }

        .nav-bar .nav ul li:before {
            display: none;
        }

.banner {
    padding: 60.4% 0 0;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

[class^="img-banner-"] {
    position: absolute;
}

.img-banner-01 {
    top: 9%;
    left: 0;
    width: 12.6%;
}

.img-banner-02 {
    top: 53%;
    left: 5.4%;
    width: 9.3%;
    z-index: 2;
}

.img-banner-03 {
    top: 86.3%;
    left: 16.6%;
    width: 9.9%;
    z-index: 10;
}

.img-banner-04 {
    top: 28.3%;
    left: 56.9%;
    width: 8.2%;
}

.img-banner-05 {
    top: 3.1%;
    left: 81.4%;
    width: 3.7%;
}

.img-banner-06 {
    top: 10.5%;
    left: 91.7%;
    width: 8.3%;
}

.img-banner-07 {
    top: 28.4%;
    left: 83%;
    width: 8%;
}

.img-banner-08 {
    top: 49.1%;
    left: 90.4%;
    width: 9.6%;
}

.img-banner-09 {
    top: 72.5%;
    left: 79.8%;
    width: 13.8%;
    z-index: 11;
}

.img-banner-10 {
    top: 85.1%;
    left: 66.3%;
    width: 3.8%;
}

.img-banner-11 {
    top: 13.2%;
    left: 77.9%;
    width: 11.4%;
}

.img-banner-12 {
    top: 15.2%;
    left: 47.6%;
    width: 10.1%;
}

.img-banner-13 {
    top: 68%;
    left: 54.6%;
    width: 13.2%;
    z-index: 2;
}

.img-banner-14 {
    top: 41.2%;
    left: 8.8%;
    width: 82.5%;
    z-index: 10;
}

.img-banner-15 {
    top: 72.8%;
    left: 2%;
    width: 19.3%;
    z-index: 2;
}

.img-banner-16 {
    top: 9.5%;
    left: 31.4%;
    width: 17.6%;
}

.img-banner-17 {
    top: 52.7%;
    left: 39.9%;
    width: 8.5%;
}

.img-banner-18 {
    top: 53.5%;
    left: 48.4%;
    width: 13.6%;
}

.img-banner-19 {
    top: 8.7%;
    left: 62.2%;
    width: 18%;
}

.img-banner-20 {
    top: 2.8%;
    left: 11.6%;
    width: 15.8%;
}

.img-banner-21 {
    top: 50.7%;
    left: 78.1%;
    width: 11.3%;
}

.img-banner-22 {
    top: 64.5%;
    left: 8.2%;
    width: 7.5%;
}

.img-banner-23 {
    top: 66.5%;
    left: 17.3%;
    width: 8.5%;
}

.img-banner-24 {
    top: 55.8%;
    left: 29.1%;
    width: 12.1%;
}

.img-banner-24 {
    top: 55.8%;
    left: 29.1%;
    width: 12.1%;
}

.img-banner-25 {
    top: 22.8%;
    left: 22.1%;
    width: 20.8%;
}

.header-page {
    background-size: cover;
    background-position: 50% 0;
    position: relative;
    z-index: 1;
    padding: 86px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    z-index: 60;
}

    .header-page:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: -webkit-linear-gradient(315deg, rgba(164, 0, 0, .6) 0%, rgba(240, 121, 1, .6) 69%, rgba(252, 190, 0, .6) 100%);
        background: linear-gradient(135deg, rgba(164, 0, 0, .6) 0%, rgba(240, 121, 1, .6) 69%, rgba(252, 190, 0, .6) 100%);
        background: -webkit-linear-gradient(315deg, rgba(164, 0, 0, .6) 0%, rgba(201, 27, 1, .6) 25%, rgba(230, 77, 2, .6) 50%, rgba(246, 155, 1, .6) 75%, rgba(252, 190, 0, .6) 100%);
        background: linear-gradient(135deg, rgba(164, 0, 0, .6) 0%, rgba(201, 27, 1, .6) 25%, rgba(230, 77, 2, .6) 50%, rgba(246, 155, 1, .6) 75%, rgba(252, 190, 0, .6) 100%);
    }

    .header-page b {
        font-weight: 900;
    }

    .header-page h1 {
        margin: 0 0 16px;
        letter-spacing: -1px;
    }

    .header-page p {
        margin: 0 0 15px;
    }

    .header-page .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 185px;
        width: 100%;
        max-width: 1040px;
    }

    .header-page .text-box {
        width: 100%;
    }

    .header-page .section-name {
        display: block;
        margin: 0 0 12px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 16px;
        font-weight: 700;
        letter-spacing: 4px;
    }

    .header-page .decoration {
        right: 0;
        bottom: -36.4%;
        width: 127px;
    }

.carousel-container {
    padding: 50px 0 30px;
    background-size: cover;
    background-position: 50% 50%;
}

    .carousel-container .container {
        padding: 0;
    }

.card-carousel {
    position: relative;
}

    .card-carousel .slide {
        opacity: .3;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

        .card-carousel .slide:not(.slick-slide) {
            opacity: 1;
        }

        .card-carousel .slide.slick-active {
            opacity: 1;
        }

    .card-carousel .slick-prev,
    .card-carousel .slick-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1px;
        font-size: 49px;
        line-height: 1;
        color: #fff;
        z-index: 50;
        text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
        font-family: "icomoon" !important;
    }

        .card-carousel .slick-prev:hover,
        .card-carousel .slick-next:hover {
            color: #c90200;
        }

        .card-carousel .slick-prev:before,
        .card-carousel .slick-next:before {
            content: "\e900";
        }

    .card-carousel .slick-next {
        left: auto;
        right: 1px;
    }

        .card-carousel .slick-next:before {
            content: "\e901";
        }

.card-box {
    text-align: center;
    color: #000;
    padding: 0 5px;
    line-height: 20px;
}

    .card-box .picture-box {
        margin: 0 0 -4px;
    }

    .card-box .title {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 900;
        margin: 0 0 7px;
        letter-spacing: -1px;
        text-transform: capitalize;
    }

@media (max-width: 768px) {
    .card-box .title {
        margin-top: 10px;
    }
}
    .card-box p {
        margin: 0 0 5px;
    }

.post-section {
    background: #036;
    position: relative;
}

    .post-section:before {
        content: "";
        bottom: -67px;
        width: 130px;
        left: 0;
        height: 129px;
        background-image: url(../images/img-decor-blue02.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 60;
    }

.red .post-section {
    background: #c90200;
}

    .red .post-section:before {
        display: none;
    }

    .red .post-section.right-img:before {
        display: none;
    }

    .red .post-section.right-img .text-col .decoration {
        -webkit-transform-origin: -100% 0;
        -ms-transform-origin: -100% 0;
        transform-origin: -100% 0;
        -webkit-transform: skew(0, -2deg);
        -ms-transform: skew(0, -2deg);
        transform: skew(0, -2deg);
        left: 0;
    }

        .red .post-section.right-img .text-col .decoration:after {
            background-image: url(../images/img-decor-red06.png);
            -webkit-transform: skew(6.8deg);
            -ms-transform: skew(6.8deg);
            transform: skew(6.8deg);
            left: auto;
            right: -48px;
        }

        .red .post-section.right-img .text-col .decoration:first-child:before {
            background-image: url(../images/img-decor-red04.png);
            left: auto;
            right: 0;
        }

    .red .post-section.right-img .picture-col:before {
        background-image: url(../images/img-decor-red05.png);
        left: 0;
        display: block;
    }

    .red .post-section.inverted-style:before {
        display: none;
    }

    .red .post-section.inverted-style .picture-col:before {
        display: none;
    }

    .red .post-section.inverted-style .text-col:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 141px;
        height: 96px;
        background-image: url(../images/img-decor-red-inverted01.png);
        background-size: 100%;
        background-repeat: no-repeat;
        pointer-events: none;
    }

    .red .post-section.inverted-style .text-col:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 121px;
        height: 129px;
        background-image: url(../images/img-decor-red-inverted05.png);
        background-size: 100%;
        pointer-events: none;
    }

    .red .post-section.inverted-style .text-col .decoration {
        right: 70px;
        left: 0;
        top: 0;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(0, 2deg);
        -ms-transform: skew(0, 2deg);
        transform: skew(0, 2deg);
    }

        .red .post-section.inverted-style .text-col .decoration:first-child:before {
            display: none;
        }

        .red .post-section.inverted-style .text-col .decoration:after {
            display: none;
        }

    .red .post-section.inverted-style.right-img .text-col:before {
        background-image: url(../images/img-decor-red-inverted03.png);
        right: auto;
        left: 0;
    }

    .red .post-section.inverted-style.right-img .text-col:after {
        background-image: url(../images/img-decor-red-inverted06.png);
        left: auto;
        right: 0;
    }

    .red .post-section.inverted-style.right-img .text-col .decoration {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skew(0, -2deg);
        -ms-transform: skew(0, -2deg);
        transform: skew(0, -2deg);
        right: 0;
        left: 70px;
    }

    .red .post-section .picture-col:before {
        background-image: url(../images/img-decor-red02.png);
        top: 0;
    }

    .red .post-section .text-col .decoration {
        background: #c90200;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(0, 2deg);
        -ms-transform: skew(0, 2deg);
        transform: skew(0, 2deg);
        right: 0;
    }

        .red .post-section .text-col .decoration + .decoration {
            -webkit-transform-origin: 100% 0;
            -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
            -webkit-transform: skew(0, -2deg);
            -ms-transform: skew(0, -2deg);
            transform: skew(0, -2deg);
            z-index: -2;
        }

        .red .post-section .text-col .decoration:after {
            background-image: url(../images/img-decor-red03.png);
            width: 260px;
            height: 410px;
            left: -48px;
            -webkit-transform: skew(-6.9deg);
            -ms-transform: skew(-6.9deg);
            transform: skew(-6.9deg);
        }

        .red .post-section .text-col .decoration:first-child {
            z-index: -1;
        }

            .red .post-section .text-col .decoration:first-child:before {
                background-image: url(../images/img-decor-red01.png);
                content: "";
                top: -57px;
                width: 130px;
                left: 0;
                height: 129px;
                background-size: 100% auto;
                background-repeat: no-repeat;
                position: absolute;
                z-index: 60;
            }

.post-section.right-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

    .post-section.right-img:before {
        display: none;
    }

    .post-section.right-img .text-col .decoration {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: skew(0, -2deg);
        -ms-transform: skew(0, -2deg);
        transform: skew(0, -2deg);
        right: 0;
        left: 70px;
    }

        .post-section.right-img .text-col .decoration:after {
            background-image: url(../images/img-decor-blue07.png);
            -webkit-transform: skew(-10deg);
            -ms-transform: skew(-10deg);
            transform: skew(-10deg);
            left: auto;
            right: 0;
        }

    .post-section.right-img .picture-col:before {
        display: none;
        left: 0;
        right: auto;
        background-image: url(../images/img-decor-blue08.png);
        left: -64px;
        right: auto;
    }

.post-section .picture-col {
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    min-height: 175px;
}

    .post-section .picture-col:before {
        content: "";
        top: 100%;
        width: 46px;
        height: 48px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        z-index: 80;
        position: absolute;
        background-image: url(../images/img-decor-blue08.png);
        right: 0;
    }

.post-section .text-col {
    padding: 50px 14px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .post-section .text-col .decoration {
        right: 70px;
        left: 0;
        top: 0;
        height: 100%;
        background: #036;
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: skew(0, 2deg);
        -ms-transform: skew(0, 2deg);
        transform: skew(0, 2deg);
        z-index: -1;
    }

    .post-section .text-col h2 {
        margin-bottom: 12px;
    }

    .post-section .text-col p {
        margin-bottom: 20px;
    }

    .post-section .text-col .align-box {
        text-align: center;
    }

        .post-section .text-col .align-box .box {
            width: 100%;
        }

.js-tab-hidden {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
}

.location-holder {
    background: #c90200;
    padding: 17px 0 70px;
    position: relative;
}

    .location-holder:before {
        content: "";
        bottom: -67px;
        width: 130px;
        left: 0;
        height: 129px;
        background-image: url(../images/img-decor-red01.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 60;
        pointer-events: none;
    }

    .location-holder .container {
        max-width: 1174px;
        padding: 0;
    }

.location-tabset li a {
    background: rgba(0, 0, 0, .04);
    display: inline-block;
    vertical-align: top;
    padding: 19px 49px;
    color: rgba(255, 255, 255, .4);
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}

    .location-tabset li a:hover {
        color: #fff;
    }

    .location-tabset li a.active {
        color: #fff;
        background: rgba(0, 0, 0, .1);
    }

.open-close.active .opener {
    padding-bottom: 20px;
}

    .open-close.active .opener:before {
        content: "\e907";
    }

.open-close .opener {
    display: block;
    padding: 31px 50px 31px 20px;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

    .open-close .opener:before {
        content: "\e906";
        position: absolute;
        top: 50%;
        right: 15px;
        font-size: 23px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-family: "icomoon" !important;
    }

.open-close .slide {
    padding: 0 20px 26px;
    font-size: 19px;
    line-height: 29px;
}

    .open-close .slide .text {
        display: block;
        margin: 0 0 27px;
    }

    .open-close .slide .features-list {
        margin-top: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

.filter-form {
    margin: 0 0 32px;
    padding: 0 20px;
}

    .filter-form .row {
        margin: 0 0 7px;
    }

    .filter-form input[type="text"] {
        width: 100%;
    }

.location-holder .wpgmp_map_container {
    overflow: hidden;
    position: relative;
}

    .location-holder .wpgmp_map_container:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        height: 150px;
        background: -webkit-linear-gradient(top, rgba(201, 2, 0, 0) 0%, #c90200 100%);
        background: linear-gradient(to bottom, rgba(201, 2, 0, 0) 0%, #c90200 100%);
        z-index: 2;
        pointer-events: none;
    }

    .location-holder .wpgmp_map_container.visible-all:before {
        display: none;
    }

.location-holder .wpgmp_pagination {
    display: none;
}

.location-holder .wpgmp_map_parent {
    float: right;
    width: 50%;
    margin: 0;
}

    .location-holder .wpgmp_map_parent .gm-style:before {
        content: "";
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .2) 50%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 30px;
        z-index: 999;
        pointer-events: none;
    }

.location-holder .wpgmp_listing_container * {
    overflow: hidden;
}

.location-holder .wpgmp_filter_wrappers {
    float: left;
    width: 50%;
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 0;
}

    .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form {
        margin: 0;
    }

        .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form:before {
            content: "\e908";
            position: absolute;
            left: 28px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "icomoon" !important;
            color: #585858;
            font-size: 20px;
        }

        .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input {
            padding: 0 20px 0 66px;
            border: 0;
            border-radius: 0;
            height: 96px;
            line-height: 96px;
            font-size: 28px;
            font-weight: 400;
        }

            .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input::-webkit-input-placeholder {
                color: rgba(0, 0, 0, .3);
                text-transform: none;
            }

            .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input::-moz-placeholder {
                opacity: 1;
                color: rgba(0, 0, 0, .3);
                text-transform: none;
            }

            .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input:-moz-placeholder {
                color: rgba(0, 0, 0, .3);
                text-transform: none;
            }

            .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input:-ms-input-placeholder {
                color: rgba(0, 0, 0, .3);
                text-transform: none;
            }

            .location-holder .wpgmp_filter_wrappers div.wpgmp_listing_header div.wpgmp_search_form input.wpgmp_search_input.placeholder {
                color: rgba(0, 0, 0, .3);
                text-transform: none;
            }

.location-holder .location_listing1 {
    width: 50% !important;
    max-height: 785px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    position: relative;
}

    .location-holder .location_listing1::-webkit-scrollbar {
        width: 0;
        height: 0;
        background: transparent;
    }

    .location-holder .location_listing1 div.wpgmp_listing_container {
        margin: 0;
        position: relative;
    }

        .location-holder .location_listing1 div.wpgmp_listing_container .fc-component-content ul li {
            margin: 0;
            padding-left: 0;
        }

            .location-holder .location_listing1 div.wpgmp_listing_container .fc-component-content ul li:before {
                display: none;
            }

    .location-holder .location_listing1 .wpgmp_listing_list .fc-itemcontent-padding {
        padding: 0 40px 0 0;
        position: relative;
    }

        .location-holder .location_listing1 .wpgmp_listing_list .fc-itemcontent-padding .tooltip {
            position: absolute;
            right: 5px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            color: rgba(255, 255, 255, .4);
            font-size: 22px;
            display: none;
        }

            .location-holder .location_listing1 .wpgmp_listing_list .fc-itemcontent-padding .tooltip:hover {
                color: white;
            }

.location-holder .wpgmp-map-1 .fc-item-box.fc-component-2.wpgmp_locations {
    margin: 0 !important;
    font: 18px/29px "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    background: transparent;
    border: solid rgba(255, 255, 255, .2);
    border-width: 0 0 1px;
    padding: 38px 17px 38px 29px !important;
}

.location-holder .wpgmp-map-1 .fc-item-title.fc-item-primary-text-color a {
    font: 900 18px/22px "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    margin: 0 0 10px;
    color: #fff;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    text-transform: uppercase;
}

    .location-holder .wpgmp-map-1 .fc-item-title.fc-item-primary-text-color a:hover {
        opacity: .8;
    }

.location-holder .wpgmp-map-1 .fc-location-marker.fc-css {
    font: 18px/29px "Circular", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #fff;
    padding: 0;
    margin: 0;
}

    .location-holder .wpgmp-map-1 .fc-location-marker.fc-css:before {
        display: none;
    }

.tooltip-text {
    text-shadow: 0 0 5px #000;
    padding: 5px 10px;
    background: #c90200;
    border: 2px solid #fff;
    width: 350px;
    position: relative;
    z-index: 999;
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 375px) {
    .nav-opener {
        margin: 0 0 0 14px;
        width: 75px;
    }

        .nav-opener:before,
        .nav-opener:after,
        .nav-opener span {
            left: 27px;
            right: 27px;
        }

        .nav-opener span {
            right: 31px;
        }

    .services-list li {
        width: 50%;
    }

    .contact-container .contact-col {
        font-size: 22px;
        line-height: 30px;
    }

    .features-list {
        margin: 28px -21px 0;
    }

        .features-list li {
            padding: 0 21px;
        }

    .post-section .picture-col {
        min-height: 250px;
    }
}

@media (min-width: 768px) {
    .jcf-select {
        min-width: 300px;
        height: 50px;
    }

    .location-holder .jcf-select {
        min-width: 200px;
    }

    .jcf-select .jcf-select-text {
        letter-spacing: -1px;
        line-height: 48px;
        font-size: 16px;
        margin: 0 50px 0 19px;
    }

    .jcf-select .jcf-select-opener {
        width: 45px;
    }

    body {
        font-size: 16px;
        line-height: 2;
    }

    .comment-form input,
    .comment-form textarea {
        max-width: 300px;
    }

    .commentlist-item .commentlist-item {
        padding: 0 0 0 2em;
    }

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6,
    .h {
        margin-bottom: 20px;
    }

    .conditions-box ul:not([class]) > li {
        padding-left: 13px;
    }

        .conditions-box ul:not([class]) > li:before {
            top: 8px;
            display: block;
        }

    ul:not([class]) > li:before {
        top: 14px;
    }

    #header .logo {
        width: 200px;
        padding-left: 18px;
    }

    .container {
        padding: 0 18px;
    }

    .hidden-mobile {
        display: block;
    }

    .hidden-desktop {
        display: none !important;
    }

    .visible-mobile {
        display: none;
    }

    .presentation-container .narrow-col .presentation-box {
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .presentation-container .narrow-col .presentation-box h1 {
            margin-bottom: 50px;
        }

    .presentation-container .wide-col .presentation-box .text-box {
        max-width: 450px;
    }

    .presentation-container .two-col .reload-box {
        padding: 10px 18px;
        height: 336px;
    }

    .presentation-container .presentation-box {
        padding: 10px 18px;
        height: 336px;
    }

    .services-section {
        padding: 20px 18px 40px;
    }

    .services-list li {
        width: 33.3%;
    }

    .card-section {
        padding: 80px 0;
    }

        .card-section:before {
            background-position: 0 100%;
            top: auto;
            bottom: 0;
            background-image: url(../images/img-decor-blue03.png);
            width: 37%;
        }

        .card-section .decoration {
            width: 224px;
            bottom: -92px;
        }

        .card-section .decoration-mobile {
            display: none;
        }

        .card-section .two-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: left;
            margin-bottom: 79px;
        }

        .card-section .picture-col {
            padding: 0 25px 0 0;
            width: 30%;
            margin: 0;
        }

        .card-section .text-col {
            width: 70%;
            padding: 0 70px 0 0;
        }

        .card-section h2 {
            margin-bottom: 20px;
        }

        .card-section p {
            margin-bottom: 39px;
        }

        .card-section .select-row {
            margin-bottom: 44px;
        }

    .conditions-box {
        font-size: 14px;
        line-height: 23px;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }

        .conditions-box .title {
            font-size: 16px;
            line-height: 20px;
        }

    .contact-container {
        background: inherit;
        padding: 70px 0 20px;
    }

        .contact-container .container {
            max-width: 550px;
        }

        .contact-container .text-col {
            margin-bottom: 30px;
        }

            .contact-container .text-col p {
                margin-bottom: 15px;
            }

        .contact-container .contact-col .box {
            margin-bottom: 30px;
        }

        .contact-container .contact-col dl dd {
            margin-bottom: 10px;
        }

    .map-container {
        background: inherit;
    }

        .map-container .text-col {
            padding: 30px 18px;
        }

            .map-container .text-col .box {
                max-width: 550px;
                margin: 0 auto;
            }

    #footer {
        padding: 50px 0;
    }

        #footer .logo {
            margin-bottom: 40px;
        }

    .nav-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        color: #fff;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 30px;
    }

        .nav-bar .col {
            padding: 0 5px;
        }

        .nav-bar .nav > li {
            margin: 0 0 16px;
        }

            .nav-bar .nav > li > a {
                text-transform: uppercase;
                font-weight: 900;
            }

        .nav-bar .nav li.active > a {
            color: #f9d83e;
        }

        .nav-bar .nav ul {
            padding: 6px 0 0 10px;
        }

            .nav-bar .nav ul li {
                margin: 0 0 6px;
            }

        .nav-bar a {
            color: inherit;
        }

            .nav-bar a:hover {
                color: rgba(255, 255, 255, .5);
            }

    .header-page {
        font-size: 24px;
        line-height: 40px;
        padding: 120px 0 30px;
    }

        .header-page h1 {
            margin-bottom: 16px;
        }

        .header-page .container {
            min-height: 350px;
        }

        .header-page .section-name {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 15px;
        }

    .carousel-container {
        padding: 77px 0 66px;
    }

    .card-box {
        line-height: 1.5;
    }

        .card-box .picture-box {
            margin-bottom: 10px;
        }

        .card-box .title {
            font-size: 30px;
            line-height: 34px;
            margin-bottom: 15px;
        }

    .post-section.right-img:before {
        background-image: url(../images/img-decor-blue09.png);
        left: auto;
        right: 0;
        display: block;
    }

    .post-section .picture-col {
        min-height: 450px;
    }

        .post-section .picture-col:before {
            width: 74px;
            height: 77px;
        }

    .post-section .text-col {
        padding: 20px 18px;
    }

        .post-section .text-col h2 {
            margin-bottom: 18px;
        }

        .post-section .text-col p {
            margin-bottom: 26px;
        }

    .location-holder {
        padding-bottom: 0;
    }

        .location-holder .container {
            padding: 0 18px;
        }

        .location-holder .tab-content .container {
            padding-bottom: 30px;
        }

    .location-tabset {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        line-height: 22px;
        font-weight: 900;
        text-transform: uppercase;
        margin: 0 0 19px;
    }

    .open-close .opener {
        padding: 31px 15px 31px 0;
    }

        .open-close .opener:before {
            right: -6px;
        }

    .open-close .slide {
        line-height: 22px;
        padding: 0 0 26px;
    }

    .filter-form {
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 51px -7px 64px;
        padding: 0;
    }

        .filter-form .row {
            margin: 0 7px;
        }

        .filter-form input[type="text"] {
            width: 163px;
        }
}

@media (min-width: 768px) {
    .card-carousel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: center;
    }

        .card-carousel .slide {
            width: 22.5%;
            opacity: 1;
        }
}

@media (min-width: 1024px) {
    .location-holder .jcf-select {
        min-width: 300px;
    }

    h1,
    .h1 {
        font-size: 76px;
    }

    h2,
    .h2 {
        font-size: 50px;
    }

    h3,
    .h3 {
        font-size: 40px;
    }

    h4,
    .h4 {
        font-size: 25px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }

    #header {
        font-size: 16px;
        padding: 15px 0;
    }

    .home #header {
        position: static;
    }

    #header .container {
        padding: 0 30px;
    }

    #header .logo {
        width: 237px;
        padding-left: 0;
    }

    #nav {
        margin: 0 -14px;
    }

    .admin-bar a {
        margin: 0 14px;
    }

        .admin-bar a .hidden-tablet {
            display: inline-block;
            vertical-align: top;
        }

    .nav-drop {
        /*
		position: static;
		background: transparent;
		padding: 0;
		opacity: 1;
        visibility: visible;
        */
    }

        .nav-drop ul {
            margin-left: -14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .nav-drop ul li {
                border-top: 0;
                text-align: left;
                margin: 0 14px;
            }

    .container {
        padding: 0 30px;
    }

    .hidden-tablet {
        display: block;
    }

    .visible-tablet {
        display: none;
    }

    .btn {
        padding: 12px 10px 13px;
        max-width: 300px;
    }

    .more {
        font-size: 15px;
        line-height: 18px;
        margin-top: 10px;
    }

    .presentation-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .presentation-container .narrow-col {
            min-width: 40%;
        }

            .presentation-container .narrow-col .presentation-box {
                padding-bottom: 36px;
                padding-top: 36px;
            }

                .presentation-container .narrow-col .presentation-box .decor-text {
                    /*font-size: 376px;*/
                    font-size: 306px;
                    margin-left: 27px;
                }

                .presentation-container .narrow-col .presentation-box h1 {
                    margin-bottom: 106px;
                    font-size: 50px;
                    line-height: 62px;
                }

        .presentation-container .wide-col {
            min-width: 60%;
        }

            .presentation-container .wide-col .presentation-box {
                padding-top: 133px;
                padding-bottom: 32px;
            }

                .presentation-container .wide-col .presentation-box h1 {
                    letter-spacing: -2px;
                    font-size: 68px;
                    line-height: 72px;
                    margin-bottom: 25px;
                }

            .presentation-container .wide-col .two-col .presentation-box {
                padding-top: 246px;
                padding-bottom: 42px;
            }

                .presentation-container .wide-col .two-col .presentation-box h1 {
                    font-size: 40px;
                    line-height: 44px;
                }

                .presentation-container .wide-col .two-col .presentation-box .text-box {
                    max-width: 345px;
                }

        .presentation-container .two-col {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .presentation-container .two-col > * {
                min-width: 50%;
            }

            .presentation-container .two-col .reload-box {
                padding: 10px 30px;
                height: auto;
            }

                .presentation-container .two-col .reload-box .decor-text {
                    font-size: 45px;
                }

                    .presentation-container .two-col .reload-box .decor-text span {
                        font-size: 76px;
                    }

            .presentation-container .two-col .decor-box {
                bottom: 2px;
                max-width: 151px;
                right: 0;
            }

        .presentation-container .presentation-box {
            padding: 10px 30px;
            height: auto;
        }

    .info-section {
        padding: 124px 30px;
    }

        .info-section h1 {
            margin-bottom: 35px;
        }

    .services-section {
        padding: 51px 30px 80px;
    }

    .card-section {
        padding: 106px 0 166px;
    }

        .card-section .picture-col {
            width: 50%;
            padding: 0 50px 0 0;
        }

        .card-section .text-col {
            width: 50%;
            padding: 0;
        }

    .contact-container {
        font-size: 25px;
        line-height: 51px;
        text-align: left;
        padding: 125px 0 82px;
    }

        .contact-container .container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            max-width: 1518px;
            padding: 0 30px;
        }

        .contact-container .text-col {
            width: 40%;
            margin: 0;
        }

        .contact-container .contact-col {
            width: 50%;
            font-size: 24px;
            line-height: 28px;
            padding: 10px 50px 0 0;
        }

            .contact-container .contact-col .box {
                margin-bottom: 49px;
            }

            .contact-container .contact-col dl dd {
                margin-bottom: 25px;
            }

        .contact-container .title {
            margin-bottom: 15px;
        }

    .features-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .map-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 35px;
        text-align: left;
    }

        .map-container > * {
            width: 50%;
        }

        .map-container iframe {
            height: 660px !important;
        }

        .map-container .text-col {
            padding: 30px;
        }

            .map-container .text-col .box {
                max-width: 648px;
            }

    #footer {
        padding: 63px 0;
    }

        #footer .logo {
            margin-bottom: 80px;
        }

    .nav-bar {
        margin-bottom: 52px;
    }

    .banner {
        padding-top: 56.4%;
    }

    .carousel-container .container {
        margin: 0 auto;
        max-width: 1600px;
        padding: 0 30px;
    }



    .card-box {
        margin: 0;
    }

    .post-section {
        min-height: 490px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .post-section:before {
            bottom: -90px;
            width: 223px;
            height: 192px;
        }

    .red .post-section:before {
        background-image: url(../images/img-decor-red01.png);
        bottom: -90px;
        top: auto;
        display: block;
    }

    .red .post-section.right-img:before {
        background-image: url(../images/img-decor-red04.png);
        bottom: -99px;
        top: auto;
        display: block;
    }

    .red .post-section.right-img .text-col .decoration {
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: skew(-8deg);
        -ms-transform: skew(-8deg);
        transform: skew(-8deg);
    }

    .red .post-section.right-img .picture-col:before {
        left: 53px;
    }

    .red .post-section.inverted-style .text-col:before {
        width: 302px;
        height: 192px;
    }

    .red .post-section.inverted-style .text-col:after {
        width: 258px;
        height: 283px;
        left: -90px;
        background-image: url(../images/img-decor-red-inverted02.png);
    }

    .red .post-section.inverted-style .text-col .decoration {
        -webkit-transform: skew(-10deg);
        -ms-transform: skew(-10deg);
        transform: skew(-10deg);
        right: 0;
    }

    .red .post-section.inverted-style.right-img .text-col:after {
        right: -90px;
        left: auto;
        background-image: url(../images/img-decor-red-inverted04.png);
    }

    .red .post-section.inverted-style.right-img .text-col .decoration {
        right: -2px;
        left: 0;
        -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
        transform: skew(10deg);
    }

    .red .post-section .picture-col:before {
        right: 43px;
    }

    .red .post-section .text-col .decoration {
        -webkit-transform: skew(6deg);
        -ms-transform: skew(6deg);
        transform: skew(6deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }

        .red .post-section .text-col .decoration + .decoration {
            display: none;
        }

        .red .post-section .text-col .decoration:first-child:before {
            display: none;
        }

    .post-section.right-img .text-col .decoration {
        right: 4px;
        left: 0;
        -webkit-transform: skew(10deg);
        -ms-transform: skew(10deg);
        transform: skew(10deg);
    }

    .post-section.right-img .picture-col:before {
        display: block;
    }

    .post-section .picture-col {
        width: 49.6%;
        min-height: 100%;
    }

        .post-section .picture-col:before {
            background-image: url(../images/img-decor-blue05.png);
            right: -61px;
            top: 0;
        }

    .post-section .text-col {
        padding: 30px;
        width: 50.4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .post-section .text-col .decoration {
            -webkit-transform: skew(-10deg);
            -ms-transform: skew(-10deg);
            transform: skew(-10deg);
            right: 0;
        }

            .post-section .text-col .decoration:after {
                content: "";
                left: 0;
                position: absolute;
                bottom: 0;
                width: 202px;
                height: 352px;
                background-image: url(../images/img-decor-blue06.png);
                background-size: 100%;
                -webkit-transform: skew(10deg);
                -ms-transform: skew(10deg);
                transform: skew(10deg);
                -webkit-transform-origin: 0 100%;
                -ms-transform-origin: 0 100%;
                transform-origin: 0 100%;
                background-repeat: no-repeat;
            }

        .post-section .text-col .align-box {
            text-align: left;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            min-height: 430px;
            width: 100%;
        }

    .location-holder:before {
        bottom: -90px;
        width: 223px;
        height: 192px;
    }

    .location-holder .container {
        padding: 0 30px;
    }

    .location-holder .tab-content .container {
        padding-bottom: 148px;
    }

    .filter-form {
        margin-bottom: 64px;
    }

    .location-holder .wpgmp_map_container:before {
        width: 33.4%;
    }

    .location-holder .wpgmp_map_parent {
        width: 66.6%;
    }

    .location-holder .wpgmp_filter_wrappers {
        width: 33.4%;
    }

    .location-holder .location_listing1 {
        width: 33.4% !important;
    }
}

@media (min-width: 1024px) and (min-width: 1024px) {
    .post-section .text-col .align-box {
        text-align: left;
        margin: 0 auto;
        max-width: 610px;
    }
}

@media (min-width: 1600px) {
    #header .container {
        padding: 0 38px;
    }

    #nav {
        margin: 0 -32px;
    }

    .admin-bar a {
        margin: 0 32px;
    }

    .nav-drop ul {
        margin-left: -14px;
    }

        .nav-drop ul li {
            margin: 0 32px;
        }

    .container {
        padding: 0 38px;
    }

    .presentation-container .narrow-col .presentation-box .decor-text {
        font-size: 564px;
    }

    .presentation-container .narrow-col .presentation-box h1 {
        font-size: 73px;
        line-height: 76px;
    }

    .presentation-container .wide-col .presentation-box h1 {
        font-size: 76px;
        line-height: 74px;
    }

    .presentation-container .wide-col .two-col .presentation-box h1 {
        font-size: 58px;
        line-height: 66px;
    }

    .presentation-container .wide-col .two-col .presentation-box .text-box {
        max-width: 380px;
    }

    .presentation-container .two-col .reload-box {
        padding: 15px 36px 33px;
    }

        .presentation-container .two-col .reload-box .decor-text {
            font-size: 83px;
        }

            .presentation-container .two-col .reload-box .decor-text span {
                font-size: 155px;
            }

    .presentation-container .presentation-box {
        padding: 10px 38px;
    }

    .info-section {
        padding: 124px 38px 113px;
    }

    .services-section {
        padding: 51px 38px 80px;
    }

    .services-list li {
        width: 16.6%;
        margin: 0;
    }

    .contact-container .container {
        padding: 0 38px;
    }

    .card-box {
        line-height: 2;
    }

        .card-box .title {
            margin-bottom: 25px;
        }

    .post-section .text-col {
        padding: 30px 38px;
    }

    .location-holder .container {
        padding: 0 38px;
    }
}

@media (max-width: 767px) {
    .map-container .map-box [class^="wpgmp_display_map_"] {
        height: 378px !important;
    }

    .wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form input[type="password"],
    .wpcf7-form textarea {
        width: 100%;
    }

    div.wpcf7 {
        width: 85% !important;
        margin: auto;
    }

    .admin-bar {
        margin-right: 50px;
    }
}

@media (max-width: 400px) {
    .morepad {
        margin-top: 15px;
    }
}

@media (max-width: 769px) {
    .hidden769 {
        display: none;
    }

    .admin-bar {
        margin-right: 50px;
    }

    .post-section .text-col .align-box {
        margin: auto;
    }

    .home #header {
        position: fixed !important;
    }

    .topMg {
        margin-top: 40px !important;
    }
}

.topMargin {
    margin-top: 99px;
}

.topMg {
    margin-top: 95px;
}

@media (min-width: 769px) and (max-width:1023px){
    .topMg {
        margin-top: 65px;
    }
}

.bgCountries {
    background-image: url(../images/bg-header-home.png) !important;
}

.fixed {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.paoc-popup-modal-cnt {
    color: #fff;
    background: url(../images/img-decor-blue06.png) no-repeat bottom left #036;
    background-size: 202px 325px;
    -webkit-overflow-scrolling: touch;
}


.card-box a {
    color: #000 !important;
}

.card-box .title a:hover {
    color: #fff !important;
}

.flagPosition img {
    margin-top: 5px;
}

.hidden-all {
    display: none;
}

.wpgmp_iw_content {
    color: #000 !important;
}

.post-section-video:before, .post-section-video.right-img:before, .post-section-video .picture-col:before {
    background-image: none !important;
}

.post-section .picture-col.left-img-bg {
    background-position: left !important;
}

.post-section .picture-col.right-img-bg {
    background-position: right !important;
}

.noDecor {
    display: none;
}

.picture-col-no-decor:before {
    display: none !important;
}

.formTZ {
    -webkit-overflow-scrolling: touch;
}
