﻿@charset "utf-8";

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    font-weight: 400
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    font-size: 10px
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #fff;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

caption,
table,
tbody,
td,
tfoot,
th,
thead,
tr {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset {
    margin: 0;
    padding: 0;
    border: 1px solid silver
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

input,
/*select,*/
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit
}

input,
select {
    vertical-align: middle
}

button,
select {
    text-transform: none
}

.clickable,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=file],
input[type=checkbox],
label,
select {
    cursor: pointer
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    appearance: button
}

input[type=search] {
    box-sizing: content-box;
    appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

sub,
sup {
    position: relative;
    line-height: 0;
    font-size: 75%;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

h1 {
    font-size: 20px
}

h2 {
    font-size: 18px
}

h3 {
    font-size: 16px
}

h4 {
    font-size: 14px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10px
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff0;
    color: #000;
    font-style: italic
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
    font-size: 1em
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}

a {
    color: #000;
    text-decoration: none
}

:focus {
    outline: 0
}

noscript {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 5px;
    text-align: center;
    color: #fff;
    background: gray
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .visible-print-block {
        display: block !important
    }

    .visible-print-inline {
        display: inline !important
    }

    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

.grid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .grid {
        width: 750px
    }
}

@media (min-width:1024px) {
    .grid {
        width: 970px
    }
}

@media (min-width:1200px) {
    .grid {
        width: 1170px
    }
}

.grid-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.visible-lg,
.visible-md,
.visible-md-up,
.visible-sm,
.visible-sm-up,
.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) {
    .visible-sm-up {
        display: block !important
    }

    table.visible-sm-up {
        display: table
    }

    tr.visible-sm-up {
        display: table-row !important
    }

    td.visible-sm-up,
    th.visible-sm-up {
        display: table-cell !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1024px) {
    .visible-md-up {
        display: block !important
    }

    table.visible-md-up {
        display: table
    }

    tr.visible-md-up {
        display: table-row !important
    }

    td.visible-md-up,
    th.visible-md-up {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
	
	.filter-block.searchPage {
    width: 100%!important;
    order: 2;
}
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:768px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1024px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.clearfix:after,
.clearfix:before,
.grid-fluid:after,
.grid-fluid:before,
.grid:after,
.grid:before,
.row:after,
.row:before {
    display: table;
    content: ''
}

.clearfix:after,
.grid-fluid:after,
.grid:after,
.row:after {
    clear: both
}

.clearfix:before,
.grid-fluid:before,
.grid:before,
.row:before {
    content: ' ';
    display: table
}

.clearfix:after,
.grid-fluid:after,
.grid:after,
.row:after {
    content: ' ';
    display: table;
    clear: both
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.hide {
    display: none !important;
    visibility: hidden
}

.invisible {
    visibility: hidden
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

@media screen and (max-width:1023px) {
    .filter-hide {
        display: none !important
    }
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #e9ecef !important
}

.clearfix::after,
.grid-fluid::after,
.grid::after,
.row::after {
    display: block;
    clear: both;
    content: ''
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.d-print-block {
    display: none !important
}

@media print {
    .d-print-block {
        display: block !important
    }
}

.d-print-inline {
    display: none !important
}

@media print {
    .d-print-inline {
        display: inline !important
    }
}

.d-print-inline-block {
    display: none !important
}

@media print {
    .d-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-white:visited {
    color: #fff !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.top.sticky {
    top: 0 !important
}

.info-connect .item-social .addthis_inline_follow_toolbox {
    display: inline-block
}

.info-connect .item-social .at-follow-btn {
    margin: 0 1.5rem 1rem 0 !important
}

.info-connect .item-social .at-icon-wrapper {
    background-color: #d0be9a !important
}

.info-connect .item-social .at-icon {
    fill: #9F7B34 !important
}

.info-connect .at-follow-tbx-element .at300b:focus,
.info-connect .at-follow-tbx-element .at300m:focus {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.at-expanding-share-button-desktop,
.at-expanding-share-button-mobile-container {
    display: none
}

@media only screen and (max-width:1279px) {
    #at-expanded-menu-host .at-expanded-menu {
        width: auto !important
    }
}

@media only screen and (max-width:1023px) {
    .info-connect .item-social .at-follow-btn {
        margin: 0 4rem 2rem 0 !important
    }

    .info-connect .at-icon-wrapper {
        width: 40px !important;
        height: 40px !important
    }

    .info-connect .at-icon-wrapper svg {
        width: 40px !important;
        height: 40px !important
    }
}

@media only screen and (max-width:480px) {
    .info-connect .item-social .at-follow-btn {
        margin: 0 2rem 2rem 0 !important
    }

    .info-connect .item-social .at-icon-wrapper {
        width: 32px !important;
        height: 32px !important
    }

    .info-connect .item-social .at-icon-wrapper svg {
        width: 32px !important;
        height: 32px !important
    }
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    transition: background 450ms
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: '';
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #bbb
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-sub {
    background: #AAA
}

.noUi-marker-large {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.intl-tel-input {
    position: relative;
    display: inline-block
}

.intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

.intl-tel-input .hide {
    display: none
}

.intl-tel-input .v-hide {
    visibility: hidden
}

.intl-tel-input input,
.intl-tel-input input[type=tel],
.intl-tel-input input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 48px;
    margin-left: 0;
    transition: background-color .1s ease-out
}

.intl-tel-input input.iti-invalid-key {
    transition: background-color 0;
    background-color: #FFC7C7
}

.intl-tel-input .flag-dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 1px
}

.intl-tel-input .flag-dropdown:hover {
    cursor: pointer
}

.intl-tel-input .flag-dropdown:hover .selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input input[disabled]+.flag-dropdown:hover,
.intl-tel-input input[readonly]+.flag-dropdown:hover {
    cursor: default
}

.intl-tel-input input[disabled]+.flag-dropdown:hover .selected-flag,
.intl-tel-input input[readonly]+.flag-dropdown:hover .selected-flag {
    background-color: transparent
}

.intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 42px;
    height: 100%;
    padding: 0 0 0 8px
}

.intl-tel-input .selected-flag .iti-flag {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.intl-tel-input .selected-flag .arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 4px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.intl-tel-input .selected-flag .arrow.up {
    border-top: none;
    border-bottom: 4px solid #555
}

.intl-tel-input .country-list {
    list-style: none;
    position: absolute;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll
}

.intl-tel-input .country-list .flag {
    display: inline-block;
    width: 20px
}

@media (max-width:500px) {
    .intl-tel-input .country-list {
        white-space: normal
    }
}

.intl-tel-input .country-list .divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC
}

.intl-tel-input .country-list .country {
    padding: 5px 10px
}

.intl-tel-input .country-list .country .dial-code {
    color: #999
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(0, 0, 0, .05)
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code,
.intl-tel-input .country-list .flag {
    vertical-align: middle
}

.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .flag {
    margin-right: 6px
}

.intl-tel-input select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 42px;
    height: 100%;
    opacity: 0
}

.iti-flag {
    width: 20px
}

.iti-flag.be {
    width: 18px
}

.iti-flag.ch {
    width: 15px
}

.iti-flag.mc {
    width: 19px
}

.iti-flag.ne {
    width: 18px
}

.iti-flag.np {
    width: 13px
}

.iti-flag.va {
    width: 15px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-size: 5630px 15px
    }
}

.iti-flag.ac {
    height: 10px;
    background-position: 0 0
}

.iti-flag.ad {
    height: 14px;
    background-position: -22px 0
}

.iti-flag.ae {
    height: 10px;
    background-position: -44px 0
}

.iti-flag.af {
    height: 14px;
    background-position: -66px 0
}

.iti-flag.ag {
    height: 14px;
    background-position: -88px 0
}

.iti-flag.ai {
    height: 10px;
    background-position: -110px 0
}

.iti-flag.al {
    height: 15px;
    background-position: -132px 0
}

.iti-flag.am {
    height: 10px;
    background-position: -154px 0
}

.iti-flag.ao {
    height: 14px;
    background-position: -176px 0
}

.iti-flag.aq {
    height: 14px;
    background-position: -198px 0
}

.iti-flag.ar {
    height: 13px;
    background-position: -220px 0
}

.iti-flag.as {
    height: 10px;
    background-position: -242px 0
}

.iti-flag.at {
    height: 14px;
    background-position: -264px 0
}

.iti-flag.au {
    height: 10px;
    background-position: -286px 0
}

.iti-flag.aw {
    height: 14px;
    background-position: -308px 0
}

.iti-flag.ax {
    height: 13px;
    background-position: -330px 0
}

.iti-flag.az {
    height: 10px;
    background-position: -352px 0
}

.iti-flag.ba {
    height: 10px;
    background-position: -374px 0
}

.iti-flag.bb {
    height: 14px;
    background-position: -396px 0
}

.iti-flag.bd {
    height: 12px;
    background-position: -418px 0
}

.iti-flag.be {
    height: 15px;
    background-position: -440px 0
}

.iti-flag.bf {
    height: 14px;
    background-position: -460px 0
}

.iti-flag.bg {
    height: 12px;
    background-position: -482px 0
}

.iti-flag.bh {
    height: 12px;
    background-position: -504px 0
}

.iti-flag.bi {
    height: 12px;
    background-position: -526px 0
}

.iti-flag.bj {
    height: 14px;
    background-position: -548px 0
}

.iti-flag.bl {
    height: 14px;
    background-position: -570px 0
}

.iti-flag.bm {
    height: 10px;
    background-position: -592px 0
}

.iti-flag.bn {
    height: 10px;
    background-position: -614px 0
}

.iti-flag.bo {
    height: 14px;
    background-position: -636px 0
}

.iti-flag.bq {
    height: 14px;
    background-position: -658px 0
}

.iti-flag.br {
    height: 14px;
    background-position: -680px 0
}

.iti-flag.bs {
    height: 10px;
    background-position: -702px 0
}

.iti-flag.bt {
    height: 14px;
    background-position: -724px 0
}

.iti-flag.bv {
    height: 15px;
    background-position: -746px 0
}

.iti-flag.bw {
    height: 14px;
    background-position: -768px 0
}

.iti-flag.by {
    height: 10px;
    background-position: -790px 0
}

.iti-flag.bz {
    height: 14px;
    background-position: -812px 0
}

.iti-flag.ca {
    height: 10px;
    background-position: -834px 0
}

.iti-flag.cc {
    height: 10px;
    background-position: -856px 0
}

.iti-flag.cd {
    height: 15px;
    background-position: -878px 0
}

.iti-flag.cf {
    height: 14px;
    background-position: -900px 0
}

.iti-flag.cg {
    height: 14px;
    background-position: -922px 0
}

.iti-flag.ch {
    height: 15px;
    background-position: -944px 0
}

.iti-flag.ci {
    height: 14px;
    background-position: -961px 0
}

.iti-flag.ck {
    height: 10px;
    background-position: -983px 0
}

.iti-flag.cl {
    height: 14px;
    background-position: -1005px 0
}

.iti-flag.cm {
    height: 14px;
    background-position: -1027px 0
}

.iti-flag.cn {
    height: 14px;
    background-position: -1049px 0
}

.iti-flag.co {
    height: 14px;
    background-position: -1071px 0
}

.iti-flag.cp {
    height: 14px;
    background-position: -1093px 0
}

.iti-flag.cr {
    height: 12px;
    background-position: -1115px 0
}

.iti-flag.cu {
    height: 10px;
    background-position: -1137px 0
}

.iti-flag.cv {
    height: 12px;
    background-position: -1159px 0
}

.iti-flag.cw {
    height: 14px;
    background-position: -1181px 0
}

.iti-flag.cx {
    height: 10px;
    background-position: -1203px 0
}

.iti-flag.cy {
    height: 14px;
    background-position: -1225px 0
}

.iti-flag.cz {
    height: 14px;
    background-position: -1247px 0
}

.iti-flag.de {
    height: 12px;
    background-position: -1269px 0
}

.iti-flag.dg {
    height: 10px;
    background-position: -1291px 0
}

.iti-flag.dj {
    height: 14px;
    background-position: -1313px 0
}

.iti-flag.dk {
    height: 15px;
    background-position: -1335px 0
}

.iti-flag.dm {
    height: 10px;
    background-position: -1357px 0
}

.iti-flag.do {
    height: 13px;
    background-position: -1379px 0
}

.iti-flag.dz {
    height: 14px;
    background-position: -1401px 0
}

.iti-flag.ea {
    height: 14px;
    background-position: -1423px 0
}

.iti-flag.ec {
    height: 14px;
    background-position: -1445px 0
}

.iti-flag.ee {
    height: 13px;
    background-position: -1467px 0
}

.iti-flag.eg {
    height: 14px;
    background-position: -1489px 0
}

.iti-flag.eh {
    height: 10px;
    background-position: -1511px 0
}

.iti-flag.er {
    height: 10px;
    background-position: -1533px 0
}

.iti-flag.es {
    height: 14px;
    background-position: -1555px 0
}

.iti-flag.et {
    height: 10px;
    background-position: -1577px 0
}

.iti-flag.eu {
    height: 14px;
    background-position: -1599px 0
}

.iti-flag.fi {
    height: 12px;
    background-position: -1621px 0
}

.iti-flag.fj {
    height: 10px;
    background-position: -1643px 0
}

.iti-flag.fk {
    height: 10px;
    background-position: -1665px 0
}

.iti-flag.fm {
    height: 11px;
    background-position: -1687px 0
}

.iti-flag.fo {
    height: 15px;
    background-position: -1709px 0
}

.iti-flag.fr {
    height: 14px;
    background-position: -1731px 0
}

.iti-flag.ga {
    height: 15px;
    background-position: -1753px 0
}

.iti-flag.gb {
    height: 10px;
    background-position: -1775px 0
}

.iti-flag.gd {
    height: 12px;
    background-position: -1797px 0
}

.iti-flag.ge {
    height: 14px;
    background-position: -1819px 0
}

.iti-flag.gf {
    height: 14px;
    background-position: -1841px 0
}

.iti-flag.gg {
    height: 14px;
    background-position: -1863px 0
}

.iti-flag.gh {
    height: 14px;
    background-position: -1885px 0
}

.iti-flag.gi {
    height: 10px;
    background-position: -1907px 0
}

.iti-flag.gl {
    height: 14px;
    background-position: -1929px 0
}

.iti-flag.gm {
    height: 14px;
    background-position: -1951px 0
}

.iti-flag.gn {
    height: 14px;
    background-position: -1973px 0
}

.iti-flag.gp {
    height: 14px;
    background-position: -1995px 0
}

.iti-flag.gq {
    height: 14px;
    background-position: -2017px 0
}

.iti-flag.gr {
    height: 14px;
    background-position: -2039px 0
}

.iti-flag.gs {
    height: 10px;
    background-position: -2061px 0
}

.iti-flag.gt {
    height: 13px;
    background-position: -2083px 0
}

.iti-flag.gu {
    height: 11px;
    background-position: -2105px 0
}

.iti-flag.gw {
    height: 10px;
    background-position: -2127px 0
}

.iti-flag.gy {
    height: 12px;
    background-position: -2149px 0
}

.iti-flag.hk {
    height: 14px;
    background-position: -2171px 0
}

.iti-flag.hm {
    height: 10px;
    background-position: -2193px 0
}

.iti-flag.hn {
    height: 10px;
    background-position: -2215px 0
}

.iti-flag.hr {
    height: 10px;
    background-position: -2237px 0
}

.iti-flag.ht {
    height: 12px;
    background-position: -2259px 0
}

.iti-flag.hu {
    height: 10px;
    background-position: -2281px 0
}

.iti-flag.ic {
    height: 14px;
    background-position: -2303px 0
}

.iti-flag.id {
    height: 14px;
    background-position: -2325px 0
}

.iti-flag.ie {
    height: 10px;
    background-position: -2347px 0
}

.iti-flag.il {
    height: 15px;
    background-position: -2369px 0
}

.iti-flag.im {
    height: 10px;
    background-position: -2391px 0
}

.iti-flag.in {
    height: 14px;
    background-position: -2413px 0
}

.iti-flag.io {
    height: 10px;
    background-position: -2435px 0
}

.iti-flag.iq {
    height: 14px;
    background-position: -2457px 0
}

.iti-flag.ir {
    height: 12px;
    background-position: -2479px 0
}

.iti-flag.is {
    height: 15px;
    background-position: -2501px 0
}

.iti-flag.it {
    height: 14px;
    background-position: -2523px 0
}

.iti-flag.je {
    height: 12px;
    background-position: -2545px 0
}

.iti-flag.jm {
    height: 10px;
    background-position: -2567px 0
}

.iti-flag.jo {
    height: 10px;
    background-position: -2589px 0
}

.iti-flag.jp {
    height: 14px;
    background-position: -2611px 0
}

.iti-flag.ke {
    height: 14px;
    background-position: -2633px 0
}

.iti-flag.kg {
    height: 12px;
    background-position: -2655px 0
}

.iti-flag.kh {
    height: 13px;
    background-position: -2677px 0
}

.iti-flag.ki {
    height: 10px;
    background-position: -2699px 0
}

.iti-flag.km {
    height: 12px;
    background-position: -2721px 0
}

.iti-flag.kn {
    height: 14px;
    background-position: -2743px 0
}

.iti-flag.kp {
    height: 10px;
    background-position: -2765px 0
}

.iti-flag.kr {
    height: 14px;
    background-position: -2787px 0
}

.iti-flag.kw {
    height: 10px;
    background-position: -2809px 0
}

.iti-flag.ky {
    height: 10px;
    background-position: -2831px 0
}

.iti-flag.kz {
    height: 10px;
    background-position: -2853px 0
}

.iti-flag.la {
    height: 14px;
    background-position: -2875px 0
}

.iti-flag.lb {
    height: 14px;
    background-position: -2897px 0
}

.iti-flag.lc {
    height: 10px;
    background-position: -2919px 0
}

.iti-flag.li {
    height: 12px;
    background-position: -2941px 0
}

.iti-flag.lk {
    height: 10px;
    background-position: -2963px 0
}

.iti-flag.lr {
    height: 11px;
    background-position: -2985px 0
}

.iti-flag.ls {
    height: 14px;
    background-position: -3007px 0
}

.iti-flag.lt {
    height: 12px;
    background-position: -3029px 0
}

.iti-flag.lu {
    height: 12px;
    background-position: -3051px 0
}

.iti-flag.lv {
    height: 10px;
    background-position: -3073px 0
}

.iti-flag.ly {
    height: 10px;
    background-position: -3095px 0
}

.iti-flag.ma {
    height: 14px;
    background-position: -3117px 0
}

.iti-flag.mc {
    height: 15px;
    background-position: -3139px 0
}

.iti-flag.md {
    height: 10px;
    background-position: -3160px 0
}

.iti-flag.me {
    height: 10px;
    background-position: -3182px 0
}

.iti-flag.mf {
    height: 14px;
    background-position: -3204px 0
}

.iti-flag.mg {
    height: 14px;
    background-position: -3226px 0
}

.iti-flag.mh {
    height: 11px;
    background-position: -3248px 0
}

.iti-flag.mk {
    height: 10px;
    background-position: -3270px 0
}

.iti-flag.ml {
    height: 14px;
    background-position: -3292px 0
}

.iti-flag.mm {
    height: 14px;
    background-position: -3314px 0
}

.iti-flag.mn {
    height: 10px;
    background-position: -3336px 0
}

.iti-flag.mo {
    height: 14px;
    background-position: -3358px 0
}

.iti-flag.mp {
    height: 10px;
    background-position: -3380px 0
}

.iti-flag.mq {
    height: 14px;
    background-position: -3402px 0
}

.iti-flag.mr {
    height: 14px;
    background-position: -3424px 0
}

.iti-flag.ms {
    height: 10px;
    background-position: -3446px 0
}

.iti-flag.mt {
    height: 14px;
    background-position: -3468px 0
}

.iti-flag.mu {
    height: 14px;
    background-position: -3490px 0
}

.iti-flag.mv {
    height: 14px;
    background-position: -3512px 0
}

.iti-flag.mw {
    height: 14px;
    background-position: -3534px 0
}

.iti-flag.mx {
    height: 12px;
    background-position: -3556px 0
}

.iti-flag.my {
    height: 10px;
    background-position: -3578px 0
}

.iti-flag.mz {
    height: 14px;
    background-position: -3600px 0
}

.iti-flag.na {
    height: 14px;
    background-position: -3622px 0
}

.iti-flag.nc {
    height: 10px;
    background-position: -3644px 0
}

.iti-flag.ne {
    height: 15px;
    background-position: -3666px 0
}

.iti-flag.nf {
    height: 10px;
    background-position: -3686px 0
}

.iti-flag.ng {
    height: 10px;
    background-position: -3708px 0
}

.iti-flag.ni {
    height: 12px;
    background-position: -3730px 0
}

.iti-flag.nl {
    height: 14px;
    background-position: -3752px 0
}

.iti-flag.no {
    height: 15px;
    background-position: -3774px 0
}

.iti-flag.np {
    height: 15px;
    background-position: -3796px 0
}

.iti-flag.nr {
    height: 10px;
    background-position: -3811px 0
}

.iti-flag.nu {
    height: 10px;
    background-position: -3833px 0
}

.iti-flag.nz {
    height: 10px;
    background-position: -3855px 0
}

.iti-flag.om {
    height: 10px;
    background-position: -3877px 0
}

.iti-flag.pa {
    height: 14px;
    background-position: -3899px 0
}

.iti-flag.pe {
    height: 14px;
    background-position: -3921px 0
}

.iti-flag.pf {
    height: 14px;
    background-position: -3943px 0
}

.iti-flag.pg {
    height: 15px;
    background-position: -3965px 0
}

.iti-flag.ph {
    height: 10px;
    background-position: -3987px 0
}

.iti-flag.pk {
    height: 14px;
    background-position: -4009px 0
}

.iti-flag.pl {
    height: 13px;
    background-position: -4031px 0
}

.iti-flag.pm {
    height: 14px;
    background-position: -4053px 0
}

.iti-flag.pn {
    height: 10px;
    background-position: -4075px 0
}

.iti-flag.pr {
    height: 14px;
    background-position: -4097px 0
}

.iti-flag.ps {
    height: 10px;
    background-position: -4119px 0
}

.iti-flag.pt {
    height: 14px;
    background-position: -4141px 0
}

.iti-flag.pw {
    height: 13px;
    background-position: -4163px 0
}

.iti-flag.py {
    height: 11px;
    background-position: -4185px 0
}

.iti-flag.qa {
    height: 8px;
    background-position: -4207px 0
}

.iti-flag.re {
    height: 14px;
    background-position: -4229px 0
}

.iti-flag.ro {
    height: 14px;
    background-position: -4251px 0
}

.iti-flag.rs {
    height: 14px;
    background-position: -4273px 0
}

.iti-flag.ru {
    height: 14px;
    background-position: -4295px 0
}

.iti-flag.rw {
    height: 14px;
    background-position: -4317px 0
}

.iti-flag.sa {
    height: 14px;
    background-position: -4339px 0
}

.iti-flag.sb {
    height: 10px;
    background-position: -4361px 0
}

.iti-flag.sc {
    height: 10px;
    background-position: -4383px 0
}

.iti-flag.sd {
    height: 10px;
    background-position: -4405px 0
}

.iti-flag.se {
    height: 13px;
    background-position: -4427px 0
}

.iti-flag.sg {
    height: 14px;
    background-position: -4449px 0
}

.iti-flag.sh {
    height: 10px;
    background-position: -4471px 0
}

.iti-flag.si {
    height: 10px;
    background-position: -4493px 0
}

.iti-flag.sj {
    height: 15px;
    background-position: -4515px 0
}

.iti-flag.sk {
    height: 14px;
    background-position: -4537px 0
}

.iti-flag.sl {
    height: 14px;
    background-position: -4559px 0
}

.iti-flag.sm {
    height: 15px;
    background-position: -4581px 0
}

.iti-flag.sn {
    height: 14px;
    background-position: -4603px 0
}

.iti-flag.so {
    height: 14px;
    background-position: -4625px 0
}

.iti-flag.sr {
    height: 14px;
    background-position: -4647px 0
}

.iti-flag.ss {
    height: 10px;
    background-position: -4669px 0
}

.iti-flag.st {
    height: 10px;
    background-position: -4691px 0
}

.iti-flag.sv {
    height: 12px;
    background-position: -4713px 0
}

.iti-flag.sx {
    height: 14px;
    background-position: -4735px 0
}

.iti-flag.sy {
    height: 14px;
    background-position: -4757px 0
}

.iti-flag.sz {
    height: 14px;
    background-position: -4779px 0
}

.iti-flag.ta {
    height: 10px;
    background-position: -4801px 0
}

.iti-flag.tc {
    height: 10px;
    background-position: -4823px 0
}

.iti-flag.td {
    height: 14px;
    background-position: -4845px 0
}

.iti-flag.tf {
    height: 14px;
    background-position: -4867px 0
}

.iti-flag.tg {
    height: 13px;
    background-position: -4889px 0
}

.iti-flag.th {
    height: 14px;
    background-position: -4911px 0
}

.iti-flag.tj {
    height: 10px;
    background-position: -4933px 0
}

.iti-flag.tk {
    height: 10px;
    background-position: -4955px 0
}

.iti-flag.tl {
    height: 10px;
    background-position: -4977px 0
}

.iti-flag.tm {
    height: 14px;
    background-position: -4999px 0
}

.iti-flag.tn {
    height: 14px;
    background-position: -5021px 0
}

.iti-flag.to {
    height: 10px;
    background-position: -5043px 0
}

.iti-flag.tr {
    height: 14px;
    background-position: -5065px 0
}

.iti-flag.tt {
    height: 12px;
    background-position: -5087px 0
}

.iti-flag.tv {
    height: 10px;
    background-position: -5109px 0
}

.iti-flag.tw {
    height: 14px;
    background-position: -5131px 0
}

.iti-flag.tz {
    height: 14px;
    background-position: -5153px 0
}

.iti-flag.ua {
    height: 14px;
    background-position: -5175px 0
}

.iti-flag.ug {
    height: 14px;
    background-position: -5197px 0
}

.iti-flag.um {
    height: 11px;
    background-position: -5219px 0
}

.iti-flag.us {
    height: 11px;
    background-position: -5241px 0
}

.iti-flag.uy {
    height: 14px;
    background-position: -5263px 0
}

.iti-flag.uz {
    height: 10px;
    background-position: -5285px 0
}

.iti-flag.va {
    height: 15px;
    background-position: -5307px 0
}

.iti-flag.vc {
    height: 14px;
    background-position: -5324px 0
}

.iti-flag.ve {
    height: 14px;
    background-position: -5346px 0
}

.iti-flag.vg {
    height: 10px;
    background-position: -5368px 0
}

.iti-flag.vi {
    height: 14px;
    background-position: -5390px 0
}

.iti-flag.vn {
    height: 14px;
    background-position: -5412px 0
}

.iti-flag.vu {
    height: 12px;
    background-position: -5434px 0
}

.iti-flag.wf {
    height: 14px;
    background-position: -5456px 0
}

.iti-flag.ws {
    height: 10px;
    background-position: -5478px 0
}

.iti-flag.xk {
    height: 15px;
    background-position: -5500px 0
}

.iti-flag.ye {
    height: 14px;
    background-position: -5522px 0
}

.iti-flag.yt {
    height: 14px;
    background-position: -5544px 0
}

.iti-flag.za {
    height: 14px;
    background-position: -5566px 0
}

.iti-flag.zm {
    height: 14px;
    background-position: -5588px 0
}

.iti-flag.zw {
    height: 10px;
    background-position: -5610px 0
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(../img/flags@2x.png)
    }
}

.iti-flag.np {
    background-color: transparent
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-header:before {
    content: ' ';
    display: table
}

.modal-header:after {
    content: ' ';
    display: table;
    clear: both
}

.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-footer:before {
    content: ' ';
    display: table
}

.modal-footer:after {
    content: ' ';
    display: table;
    clear: both
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.clearfix:before,
.grid-fluid:before,
.grid:before,
.row:before {
    content: ' ';
    display: table
}

.clearfix:after,
.grid-fluid:after,
.grid:after,
.row:after {
    content: ' ';
    display: table;
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.hide {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none
}

.affix {
    position: fixed
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    box-sizing: border-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: -webkit-transform, -webkit-transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: -webkit-transform, height;
    transition-property: transform, height;
    transition-property: -webkit-transform, height, -webkit-transform;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 4rem
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
    margin-top: 4rem;
    text-align: center
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullet span {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet span {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active span {
    opacity: 1;
    background: #a07b33;
    width: 12px;
    height: 12px
}

.swiper-pagination-bullet {
    background-color: transparent
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s top, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s -webkit-transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    z-index: 300;
    position: relative;
    padding: 8px 5px;
    display: inline-block;
    vertical-align: middle
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s left, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s -webkit-transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s right, .2s -webkit-transform;
    transition: .2s -webkit-transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s -webkit-transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mapplic .mapplic-pin.pin-label {
    background-image: none;
    width: 60px;
    height: 60px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 60px;
    transition: .2s ease;
    will-change: transform;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    background: #064168;
    text-align: center;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mapplic .mapplic-tooltip {
    font-family: Lato-Regular, sans-serif;
    background-color: #174066;
    border-radius: 6px
}

.mapplic .mapplic-tooltip .mapplic-tooltip-title {
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0 12px 0 0 !important;
    text-align: center
}

.mapplic .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description,
.mapplic .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description a,
.mapplic .mapplic-tooltip .mapplic-tooltip-content p {
    color: #fff;
    font-size: 16px
}

.mapplic .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description a {
    text-decoration: none
}

.mapplic .mapplic-tooltip .mapplic-tooltip-close {
    float: right;
    right: 6px;
    left: auto;
    background-image: url(../images/mapplic/cross-light@2x.png)
}

.mapplic .mapplic-tooltip .mapplic-tooltip-triangle {
    border-color: #174066 transparent transparent transparent
}

.mapplic .mapplic-tooltip-content {
    margin-right: 10px;
    margin-left: 0;
    max-height: 100%;
    overflow-y: hidden
}

.mapplic .mapplic-hovertip .mapplic-tooltip-title {
    margin: 0 !important
}

.mapplic .mapplic-clear-button,
.mapplic .mapplic-fullscreen-button,
.mapplic .mapplic-zoom-buttons {
    float: left;
    left: 0;
    right: auto;
    direction: ltr
}

.mapplic .mapplic-map {
    float: right;
    right: 0;
    left: auto
}

.mapplic .mapplic-container {
    width: 70% !important;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mapplic .mapplic-container .mapplic-minimap {
    float: right;
    left: auto;
    right: 0
}

.mapplic #mapplic[map-zoom] .mapplic-pin {
    width: 60px;
    height: 60px;
    margin-left: -25px;
    margin-top: -25px;
    line-height: 60px;
    transition: .2s ease;
    will-change: transform
}

.mapplic #mapplic[map-zoom="1"] .mapplic-pin {
    -webkit-transform: scale(.25);
    transform: scale(.25)
}

.mapplic #mapplic[map-zoom="2"] .mapplic-pin {
    -webkit-transform: scale(.4);
    transform: scale(.4)
}

.mapplic #mapplic[map-zoom="3"] .mapplic-pin {
    -webkit-transform: scale(.8) !important;
    transform: scale(.8) !important
}

.mapplic #mapplic[map-zoom="4"] .mapplic-pin {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.mapplic #mapplic[map-zoom="5"] .mapplic-pin {
    -webkit-transform: scale(2);
    transform: scale(2)
}

.mapplic #mapplic[map-zoom="6"] .mapplic-pin {
    -webkit-transform: scale(3.5);
    transform: scale(3.5)
}

.mapplic .mapplic-levels {
    direction: ltr
}

#bait_al_oud .mapplic-layer .mapplic-pin {
    -webkit-transform: scale(.6) !important;
    transform: scale(.6) !important
}

.mapplic-element {
    font-size: 0;
    height: 420px
}

.mapplic-element a:active,
.mapplic-element a:focus,
.mapplic-element a:hover,
.mapplic-element button,
.mapplic-element input {
    outline: 0
}

.mapplic-element.mapplic-loading {
    background: url(../images/mapplic/loader.gif) no-repeat center
}

.mapplic-element.mapplic-error {
    background: url(../images/mapplic/error-icon.png) no-repeat center
}

.mapplic-element>* {
    opacity: 1;
    transition: opacity .6s
}

.mapplic-element.mapplic-loading>* {
    opacity: 0
}

.mapplic-container {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 70%;
    height: 100%
}

.mapplic-map {
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible !important
}

.mapplic-layer img {
    width: 100%
}

.mapplic-layer {
    width: 100%;
    height: 100%;
    position: absolute
}

.mapplic-map .mapplic-map-image {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapplic-map.mapplic-zoomable .mapplic-map-image {
    cursor: url(../images/mapplic/openhand.cur), default
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
    cursor: url(../images/mapplic/closedhand.cur), move
}

.mapplic-pin {
    background-image: url(../images/mapplic/pin.png);
    background-size: 18px 24px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    width: 18px;
    height: 24px;
    margin-top: -23px;
    margin-left: -9px;
    position: absolute;
    transition: background-color .2s, border-color .2s
}

.mapplic-pin.pin-classic {
    background-color: #f23543;
    background-image: none;
    border-color: #f23543;
    border-radius: 10px;
    line-height: 22px !important;
    width: 20px;
    height: 20px;
    margin-top: -25px;
    margin-left: -10px
}

.mapplic-pin.pin-classic:before {
    border-style: solid;
    border-width: 9px 8px 0 8px;
    border-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 2px
}

.mapplic-pin.pin-marker {
    background-color: #fdca2a;
    background-image: none;
    border-color: #fdca2a;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.mapplic-pin.pin-marker:before {
    border-color: inherit;
    border-style: solid;
    border-width: 6px;
    border-radius: 16px;
    content: '';
    display: block;
    opacity: .4;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -6px;
    top: -6px
}

.mapplic-pin.pin-disk {
    background-color: #fff !important;
    background-image: none;
    border-color: #f19819;
    border-radius: 8px;
    color: #333 !important;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px
}

.mapplic-pin.pin-disk:before {
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-radius: 16px;
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -3px;
    top: -3px
}

.mapplic-pin.pin-ribbon {
    background-color: #46b450;
    background-image: none;
    border-color: #46b450;
    border-radius: 2px 2px 2px 0;
    height: 16px;
    min-width: 10px;
    width: auto;
    padding: 0 3px;
    margin-top: -20px;
    margin-left: -8px
}

.mapplic-pin.pin-ribbon:after {
    border-style: solid;
    border-width: 0 8px 4px 0;
    border-color: transparent rgba(0, 0, 0, .5) transparent transparent;
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 0
}

.mapplic-pin.pin-ribbon:before {
    border-style: solid;
    border-width: 0 8px 4px 0;
    border-color: inherit;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    left: 0
}

.mapplic-pin.pin-dot {
    background-color: transparent !important;
    background-image: none;
    border-color: #29afa1;
    color: #333 !important;
    height: 16px;
    min-width: 10px;
    width: auto;
    padding: 0 3px;
    margin-left: 4px;
    margin-top: -8px
}

.mapplic-pin.pin-dot:before {
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-radius: 12px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 5px;
    left: -7px
}

.mapplic-pin.orange {
    background-image: url(../images/mapplic/pin-orange.png)
}

.mapplic-pin.yellow {
    background-image: url(../images/mapplic/pin-yellow.png)
}

.mapplic-pin.green {
    background-image: url(../images/mapplic/pin-green.png)
}

.mapplic-pin.blue {
    background-image: url(../images/mapplic/pin-blue.png)
}

.mapplic-pin.purple {
    background-image: url(../images/mapplic/pin-purple.png)
}

.mapplic-pin.circular {
    background-image: none;
    background-color: #fb7575;
    border-radius: 6px;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .1) inset;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    margin-top: -6px
}

.mapplic-pin.circle {
    background: 0 0 !important;
    border: 2px solid #fb7575;
    width: 8px;
    height: 8px;
    margin-left: -6px;
    margin-top: -6px
}

.mapplic-pin.transparent {
    background-image: none;
    background-color: #795ecd;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    opacity: .5 !important
}

.mapplic-pin.pin-label {
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 16px
}

.mapplic-pin.pin-label:visited {
    color: #fff
}

.mapplic-pin.pin-md {
    border-radius: 50%;
    margin-left: -10px;
    margin-top: -10px;
    line-height: 20px;
    width: 20px;
    height: 20px
}

.mapplic-pin.pin-lg {
    border-radius: 50%;
    margin-left: -15px;
    margin-top: -15px;
    line-height: 30px;
    width: 30px;
    height: 30px
}

.mapplic-pin.pin-xl {
    border-radius: 50%;
    margin-left: -20px;
    margin-top: -20px;
    line-height: 40px;
    width: 40px;
    height: 40px
}

.mapplic-pin.pin-pulse:before {
    content: '';
    border: 2px solid #888;
    border-radius: 30px;
    height: inherit;
    width: inherit;
    top: -2px;
    left: -2px;
    position: absolute;
    -webkit-animation: pulsate 1.8s ease-out;
    animation: pulsate 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 0;
    box-sizing: content-box
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }

    25% {
        opacity: .5
    }

    50% {
        -webkit-transform: scale(1.6, 1.6);
        opacity: 0
    }
}

.mapplic-minimap {
    border: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    margin: 10px;
    bottom: 0;
    right: 0;
    opacity: .5;
    overflow: hidden;
    transition: opacity .6s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapplic-minimap img {
    width: 100%
}

.mapplic-minimap-overlay {
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mapplic-minimap .mapplic-minimap-active {
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0
}

.mapplic-clip-transition {
    transition: clip .1s
}

.mapplic-minimap-background {
    width: 140px !important;
    -webkit-filter: blur(2px)
}

.mapplic-clear-button {
    background-color: #fff;
    background-image: url(../images/mapplic/reset.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 2px;
    margin: 10px;
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    left: 0
}

.mapplic-clear-button:active {
    background-color: #eee
}

.mapplic-zoom-buttons {
    margin: 10px;
    position: absolute;
    left: 0;
    bottom: 40px
}

.mapplic-zoom-buttons a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    color: #fff !important;
    display: block;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    line-height: 24px;
    width: 28px;
    height: 28px
}

.mapplic-zoom-buttons a:active {
    background-color: #f4f4f4
}

.mapplic-zoom-buttons a.mapplic-disabled {
    background-color: #eee;
    cursor: default
}

a.mapplic-zoomin-button {
    background-image: url(../images/mapplic/plus.png);
    background-size: 10px 10px;
    border-radius: 2px 2px 0 0
}

a.mapplic-zoomout-button {
    background-image: url(../images/mapplic/minus.png);
    background-size: 10px 10px;
    border-radius: 0 0 2px 2px;
    border-top: none
}

.mapplic-fullscreen {
    background-color: rgba(255, 255, 255, .8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    z-index: 1000
}

.mapplic-fullscreen-button {
    background-color: #fff;
    background-image: url(../images/mapplic/fullscreen.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    border-radius: 2px;
    margin: 10px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0
}

.mapplic-fullscreen .mapplic-fullscreen-button {
    background-image: url(../images/mapplic/fullscreen-exit.png)
}

.mapplic-fullscreen .mapplic-container {
    width: 80%
}

.mapplic-fullscreen .mapplic-sidebar {
    width: 20%
}

.mapplic-levels {
    border-bottom: 1px solid #eee;
    border-radius: 2px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px;
    overflow: hidden
}

.mapplic-levels>* {
    display: block;
    box-sizing: border-box
}

.mapplic-levels-select {
    background-color: #fff;
    border: none;
    border-radius: 0;
    color: #666;
    margin: 0;
    padding: 10px 6px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 400;
    outline: 0;
    -webkit-appearance: none
}

.mapplic-levels a {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px 4px;
    cursor: pointer;
    height: 50%;
    width: 20px;
    position: absolute
}

.mapplic-levels a:active {
    background-color: #f8f8f8
}

.mapplic-levels .mapplic-levels-up {
    background-image: url(../images/mapplic/arrow-up.png)
}

.mapplic-levels .mapplic-levels-down {
    background-image: url(../images/mapplic/arrow-down.png);
    bottom: 0
}

.mapplic-levels a.mapplic-disabled {
    background-color: #eee;
    cursor: default
}

.mapplic-sidebar {
    width: 30%;
    height: 100%;
    float: left;
    position: relative
}

.mapplic-search-form {
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #f4f4f4;
    padding: 14px 12px;
    margin: 0;
    width: 100%;
    position: absolute;
    box-sizing: border-box
}

.mapplic-search-input {
    background-image: url(../images/mapplic/viewer.png);
    background-size: 17px 16px;
    background-repeat: no-repeat;
    background-position: 8px;
    border: 2px solid #eee;
    border-radius: 0;
    font-size: 14px !important;
    font-family: inherit;
    line-height: 20px;
    height: 38px;
    margin: 0;
    padding: 8px 32px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .1s
}

.mapplic-search-input::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.mapplic-search-input:focus {
    border-color: #6ed8dd
}

.mapplic-search-clear {
    background-image: url(../images/mapplic/cross.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    border: none;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 14px;
    right: 14px;
    margin: 2px 0;
    width: 34px;
    height: 34px
}

.mapplic-not-found {
    color: #bbb;
    display: none;
    font-size: 13px;
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 100px
}

.mapplic-list-container {
    padding-top: 67px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box
}

.mapplic-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 100%
}

.mapplic-list-container ol {
    border-color: #eee;
    list-style: none;
    padding: 0;
    margin: 0
}

.mapplic-list-container li {
    border-color: inherit;
    margin: 0 !important
}

.mapplic-list-category>a {
    background-color: #888;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .05) inset;
    color: #fff !important;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px 12px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box
}

.mapplic-list-category ol {
    border-bottom: 2px solid #eee !important
}

.mapplic-list-thumbnail {
    border-radius: 0 !important;
    box-shadow: none !important;
    float: left;
    margin-right: 10px;
    width: 50px;
    max-height: 50px
}

.mapplic-list-category>a .mapplic-list-count {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px;
    float: right;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 4px;
    padding: 0 6px;
    text-align: center;
    transition: border-radius .2s
}

.mapplic-list-location {
    border-bottom: 1px solid #eee;
    margin: 0 !important
}

.mapplic-list-location>a {
    background-color: #fff;
    border-left: 1px solid transparent;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    transition: border .1s
}

.mapplic-list-location>a:after {
    content: '';
    display: block;
    clear: both
}

.mapplic-list-location>a:hover {
    background-color: #f4fcfc;
    border-left: 2px solid;
    border-color: inherit
}

.mapplic-list-location h4 {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 4px 0;
    clear: none
}

.mapplic-list-location span {
    color: #bbb;
    font-size: 13px;
    font-weight: 400
}

.mapplic-tooltip {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    display: none;
    max-width: 300px;
    min-width: 120px;
    margin-top: -76px;
    padding: 16px;
    position: absolute;
    transition: margin .1s
}

.mapplic-tooltip-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 12px 0 0 !important
}

.mapplic-hovertip {
    min-width: 30px;
    padding: 6px 14px;
    pointer-events: none
}

.mapplic-hovertip .mapplic-tooltip-title {
    margin: 0 !important;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.mapplic-tooltip-content {
    max-height: 160px;
    margin-right: 10px;
    overflow-y: auto
}

.mapplic-tooltip p {
    margin-top: 10px;
    margin-bottom: 0
}

.mapplic-tooltip-thumbnail {
    border-radius: 50% !important;
    float: left;
    width: 48px;
    height: 48px;
    margin-right: 12px
}

.mapplic-tooltip p,
.mapplic-tooltip-description {
    color: #aaa;
    font-size: 13px;
    line-height: 20px
}

.mapplic-popup-link {
    background-color: #6CB5F4;
    border-radius: 0;
    color: #fff !important;
    float: right;
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
    margin-top: 12px;
    text-decoration: none;
    transition: background-color .2s
}

.mapplic-popup-link:hover {
    background-color: #888
}

.mapplic-tooltip img {
    max-width: 100%
}

.mapplic-tooltip-close {
    background-image: url(../images/mapplic/cross1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 8px;
    width: 8px;
    height: 8px;
    opacity: .5;
    transition: opacity .2s
}

.mapplic-tooltip-close:hover {
    opacity: 1
}

.mapplic-tooltip-triangle {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -8px;
    margin-left: -7px;
    transition: left .1s
}

.mapplic-bottom .mapplic-tooltip-triangle {
    border-color: transparent transparent #fff transparent;
    border-width: 0 7px 8px 7px;
    top: 0;
    margin-top: -8px
}

.mapplic-lightbox-title {
    color: #333;
    margin-top: 0;
    margin-bottom: 20px
}

.mapplic-lightbox {
    background-color: #fff;
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto
}

.mapplic-lightbox:after {
    content: '';
    display: block;
    clear: both
}

.mapplic-popup-image {
    outline: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mapplic-coordinates {
    background-color: rgba(255, 255, 255, .9);
    color: #333;
    position: absolute;
    margin: 10px;
    margin-left: -80px;
    padding: 4px 6px;
    font-size: 14px;
    top: 0;
    left: 50%;
    pointer-events: none
}

@media all and (max-width:667px) {

    .mapplic-container,
    .mapplic-sidebar {
        width: 100% !important
    }

    .mapplic-tooltip {
        max-width: 240px
    }

    .mapplic-minimap-background {
        width: 100px !important
    }

    .mapplic-element {
        height: auto !important
    }

    .mapplic-search-form {
        border-right: none
    }
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
(min-resolution:2dppx) {

    .mapplic-search-clear,
    .mapplic-tooltip-close {
        background-image: url(../images/mapplic/cross@2x.png)
    }

    .mapplic-levels .mapplic-levels-up {
        background-image: url(../images/mapplic/arrow-up@2x.png)
    }

    .mapplic-levels .mapplic-levels-down {
        background-image: url(../images/mapplic/arrow-down@2x.png)
    }

    a.mapplic-zoomin-button {
        background-image: url(../images/mapplic/plus@2x.png)
    }

    a.mapplic-zoomout-button {
        background-image: url(../images/mapplic/minus@2x.png)
    }

    .mapplic-search-input {
        background-image: url(../images/mapplic/viewer@2x.png)
    }

    .mapplic-pin {
        background-image: url(../images/mapplic/pin@2x.png)
    }

    .mapplic-pin.orange {
        background-image: url(../images/mapplic/pin-orange@2x.png)
    }

    .mapplic-pin.yellow {
        background-image: url(../images/mapplic/pin-yellow@2x.png)
    }

    .mapplic-pin.green {
        background-image: url(../images/mapplic/pin-green@2x.png)
    }

    .mapplic-pin.blue {
        background-image: url(../images/mapplic/pin-blue@2x.png)
    }

    .mapplic-pin.purple {
        background-image: url(../images/mapplic/pin-purple@2x.png)
    }

    .mapplic-clear-button {
        background-image: url(../images/mapplic/reset@2x.png)
    }
}

.mapplic-element svg {
    width: 100%;
    height: 100%
}

.mapplic-element svg a {
    cursor: pointer
}

.mapplic-clickable:not(g),
g.mapplic-clickable>* {
    cursor: pointer;
    transition: opacity .2s
}

.mapplic-map-image [id^=nopointer] {
    pointer-events: none
}

[id^=landmarks] .mapplic-clickable {
    cursor: pointer
}

.floorplan-container {
    width: 100%;
    position: relative;
    background: #fbf9ec;
    direction: ltr
}

.floorplan-container .select-floorplan {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px
}

.floorplan-container .select-floorplan .select-arrow {
    margin-top: 0
}

.mapplic-levels-select {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #6f88a1;
    background-color: transparent;
    overflow: hidden;
    min-height: 36px;
    height: 36px;
    padding: 10px 20px 10px 0
}

.ar .mapplic-levels-select {
    padding: 10px 0 10px 20px
}

.mapplic-container {
    direction: ltr
}

.mapplic .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description a {
    text-decoration: none;
    display: inline-block;
    padding-bottom: 3px;
    position: relative;
    padding-right: 50px;
    background: url(../images/icon360.svg) no-repeat right bottom;
    background-size: 40px
}

.ar .mapplic .mapplic-tooltip .mapplic-tooltip-content .mapplic-tooltip-description a {
    padding-left: 50px;
    padding-right: 0;
    background-position-x: left
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: '';
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    overflow: visible;
    margin: 0;
    padding: 0;
    z-index: auto;
    background-color: transparent;
    box-shadow: none;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: '';
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: ' ';
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: ' ';
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: ' ';
    border-right-width: 0;
    border-left-color: #fff
}

.btn {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.no-touch .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-block {
    display: block;
    width: 100%
}

.text-primary {
    color: #174066
}

.clockpicker .input-group-addon {
    cursor: pointer
}

.clockpicker-moving {
    cursor: move
}

.clockpicker-align-left.popover>.arrow {
    left: 25px
}

.clockpicker-align-top.popover>.arrow {
    top: 17px
}

.clockpicker-align-right.popover>.arrow {
    left: auto;
    right: 25px
}

.clockpicker-align-bottom.popover>.arrow {
    top: auto;
    bottom: 6px
}

.clockpicker-popover .popover-title {
    background-color: #fff;
    color: #999;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

.clockpicker-popover .popover-title span {
    cursor: pointer
}

.clockpicker-popover .popover-content {
    background-color: #f8f8f8;
    padding: 12px
}

.popover-content:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.clockpicker-plate {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    overflow: visible;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clockpicker-canvas,
.clockpicker-dial {
    width: 200px;
    height: 200px;
    position: absolute;
    left: -1px;
    top: -1px
}

.clockpicker-minutes {
    visibility: hidden
}

.clockpicker-tick {
    border-radius: 50%;
    color: #a07b33;
    line-height: 26px;
    text-align: center;
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer
}

.clockpicker-tick.active,
.clockpicker-tick:hover {
    background-color: #174066
}

.clockpicker-button {
    background-image: none;
    background-color: #fff;
    border-width: 1px 0 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0;
    padding: 10px 0
}

.clockpicker-button:hover {
    background-image: none;
    background-color: #ebebeb
}

.clockpicker-button:focus {
    outline: 0 !important
}

.clockpicker-dial {
    transition: -webkit-transform 350ms, opacity 350ms;
    transition: transform 350ms, opacity 350ms
}

.clockpicker-dial-out {
    opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
    -webkit-transform: scale(.8, .8);
    transform: scale(.8, .8)
}

.clockpicker-canvas {
    transition: opacity 175ms
}

.clockpicker-canvas-out {
    opacity: .25
}

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
    stroke: none;
    fill: #174066
}

.clockpicker-canvas-bg {
    stroke: none;
    fill: #174066
}

.clockpicker-canvas-bg-trans {
    fill: #174066
}

.clockpicker-canvas line {
    stroke: #174066;
    stroke-width: 1;
    stroke-linecap: round
}

.clockpicker-button.am-button {
    margin: 1px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px
}

.clockpicker-button.pm-button {
    margin: 1px 1px 1px 136px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px
}

.componentWrapper,
.componentWrapper * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

.componentWrapper {
    position: static;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    display: -ms-flexbox;
    display: flex
}

.componentWrapper .controls_toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-repeat: repeat-x;
    cursor: pointer;
    left: 88px;
    top: 55px
}

.ar .componentWrapper .controls_toggle {
    right: 88px
}

.componentWrapper .controls_toggle img {
    display: none;
    position: absolute;
    width: 12px;
    height: 15px;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.componentWrapper .player_mediaTime_current {
    position: relative;
    width: auto;
    height: 40px;
    color: #a07b33;
    text-align: center;
    line-height: 40px;
    background-repeat: repeat-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 15px;
    font-family: Lato-Regular, sans-serif;
    letter-spacing: 1.5px
}

.ar .componentWrapper .player_mediaTime_current {
    padding-right: 0;
    padding-left: 15px
}

.componentWrapper .player_progress {
    position: relative;
    height: 40px;
    background-repeat: repeat-x;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1
}

.componentWrapper .progress_bg {
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 20px;
    left: 10px;
    right: 10px;
    border-radius: 4px
}

.componentWrapper .load_progress {
    position: absolute;
    height: 1px;
    background-color: #e6e6e6;
    top: 20px;
    left: 10px;
    right: 10px;
    width: 0;
    border-radius: 4px
}

.componentWrapper .play_progress {
    position: absolute;
    height: 1px;
    background-color: #a07b33;
    top: 20px;
    left: 10px;
    right: 10px;
    width: 0;
    border-radius: 4px
}

.componentWrapper .play_progress:before {
    position: absolute;
    content: '';
    background-color: #a07b33;
    height: 12px;
    width: 12px;
    border-radius: 12px;
    right: 0;
    top: -5px
}

.ar .componentWrapper .play_progress:before {
    right: auto;
    left: 0
}

.componentWrapper .player_progress_tooltip {
    position: relative;
    top: -10px;
    width: 72px;
    background: #333;
    height: 16px;
    display: none;
    text-align: center
}

.componentWrapper .player_progress_tooltip p {
    color: #fff;
    font-size: 10px;
    margin: 0;
    line-height: 16px
}

.componentWrapper .player_mediaTime_total {
    position: relative;
    width: auto;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #555;
    border-right: 1px solid rgba(255, 255, 255, .1);
    background-repeat: repeat-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 10px;
    font-family: Lato-Regular, sans-serif;
    letter-spacing: 1.5px
}

.ar .componentWrapper .player_mediaTime_total {
    padding-left: 0;
    padding-right: 10px
}

.componentWrapper .player_volume_wrapper {
    position: relative;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    display: none
}

.componentWrapper .player_volume {
    position: relative;
    width: 40px;
    height: 40px;
    border-left: 1px solid #111;
    border-left-color: rgba(0, 0, 0, .25);
    background-repeat: repeat-x;
    cursor: pointer
}

.componentWrapper .player_volume img {
    display: block;
    position: absolute;
    width: 18px;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.componentWrapper .volume_seekbar {
    position: relative;
    width: 80px;
    height: 40px;
    background-repeat: repeat-x;
    behavior: url(PIE.htc);
    cursor: pointer
}

.componentWrapper .volume_bg {
    position: absolute;
    width: 60px;
    height: 10px;
    background: #222;
    bottom: 15px;
    left: 10px;
    border-radius: 4px
}

.componentWrapper .volume_level {
    position: absolute;
    width: 30px;
    height: 10px;
    background: #fff;
    bottom: 15px;
    left: 10px;
    border-radius: 4px
}

.componentWrapper .player_volume_tooltip {
    position: relative;
    left: -15px;
    top: -4px;
    width: 35px;
    height: 16px;
    background: #333;
    display: none;
    text-align: center;
    behavior: url(PIE.htc)
}

.componentWrapper .player_volume_tooltip p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #fff;
    margin: 0;
    line-height: 18px
}

.player_volume_wrapper {
    display: none
}

.cover .hero {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 600px
}

.cover .video-frame {
    width: 100% !important;
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    pointer-events: none
}

.cover .videoFrame .plyr__controls,
.cover .videoFrame button {
    display: none
}

.cover video {
    width: 100%;
    height: 100%
}

.cover iframe {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 500px
}

.cover .ytp-large-play-button {
    display: none !important
}

@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

.video-youtube .plyr {
    position: relative;
    max-width: 100%;
    min-width: 200px;
    font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    direction: ltr
}

.video-youtube .plyr,
.video-youtube .plyr *,
.video-youtube .plyr ::after,
.video-youtube .plyr ::before {
    box-sizing: border-box
}

.video-youtube .plyr a,
.video-youtube .plyr button,
.video-youtube .plyr input,
.video-youtube .plyr label {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.video-youtube .plyr:focus {
    outline: 0
}

.video-youtube .plyr audio,
.video-youtube .plyr video {
    width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: inherit
}

.video-youtube .plyr input[type=range] {
    display: block;
    height: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: none;
    background: 0 0
}

.video-youtube .plyr input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -webkit-user-select: none;
    user-select: none
}

.video-youtube .plyr input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin-top: -4px;
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, -webkit-transform .2s ease;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.video-youtube .plyr input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -moz-user-select: none;
    user-select: none
}

.video-youtube .plyr input[type=range]::-moz-range-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box
}

.video-youtube .plyr input[type=range]::-ms-track {
    height: 8px;
    background: 0 0;
    border: 0;
    color: transparent
}

.video-youtube .plyr input[type=range]::-ms-fill-upper {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none
}

.video-youtube .plyr input[type=range]::-ms-fill-lower {
    height: 8px;
    background: 0 0;
    border: 0;
    border-radius: 4px;
    -ms-user-select: none;
    user-select: none;
    background: #174066
}

.video-youtube .plyr input[type=range]::-ms-thumb {
    position: relative;
    height: 16px;
    width: 16px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 100%;
    transition: background .2s ease, border .2s ease, transform .2s ease;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .15);
    box-sizing: border-box;
    margin-top: 0
}

.video-youtube .plyr input[type=range]::-ms-tooltip {
    display: none
}

.video-youtube .plyr input[type=range]:focus {
    outline: 0
}

.video-youtube .plyr input[type=range]::-moz-focus-outer {
    border: 0
}

.video-youtube .plyr input[type=range].tab-focus:focus {
    outline-offset: 3px
}

.video-youtube .plyr input[type=range]:active::-webkit-slider-thumb {
    background: #174066;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25)
}

.video-youtube .plyr input[type=range]:active::-moz-range-thumb {
    background: #174066;
    border-color: #fff;
    transform: scale(1.25)
}

.video-youtube .plyr input[type=range]:active::-ms-thumb {
    background: #174066;
    border-color: #fff;
    transform: scale(1.25)
}

.video-youtube .plyr--video input[type=range].tab-focus:focus {
    outline: 1px dotted rgba(255, 255, 255, .5)
}

.video-youtube .plyr--audio input[type=range].tab-focus:focus {
    outline: 1px dotted rgba(86, 93, 100, .5)
}

.video-youtube .plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important
}

.video-youtube .plyr__video-wrapper {
    position: relative;
    background: #000;
    border-radius: inherit
}

.video-youtube .plyr__video-embed {
    padding-bottom: 75.55555556%;
    height: 0;
    border-radius: inherit;
    overflow: hidden;
    z-index: 0
}

.video-youtube .plyr__video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-youtube .plyr__video-embed>div {
    position: relative;
    padding-bottom: 200%;
    -webkit-transform: translateY(-35.95%);
    transform: translateY(-35.95%)
}

.video-youtube .plyr .plyr__video-embed iframe {
    pointer-events: none
}

.video-youtube .plyr video::-webkit-media-text-track-container {
    display: none
}

.video-youtube .plyr__captions {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400
}

.video-youtube .plyr__captions span {
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, .7);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 150%
}

.video-youtube .plyr__captions span:empty {
    display: none
}

@media (min-width:768px) {
    .video-youtube .plyr__captions {
        font-size: 24px
    }
}

.video-youtube .plyr--captions-active .plyr__captions {
    display: block
}

.video-youtube .plyr--hide-controls .plyr__captions {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
}

@media (min-width:1024px) {
    .video-youtube .plyr--fullscreen-active .plyr__captions {
        font-size: 32px
    }
}

.video-youtube .plyr ::-webkit-media-controls {
    display: none
}

.video-youtube .plyr__controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    pointer-events: none
}

.video-youtube .plyr__controls>* {
    pointer-events: all
}

.video-youtube .plyr__controls .plyr__progress,
.video-youtube .plyr__controls .plyr__time,
.video-youtube .plyr__controls>button {
    margin-left: 5px
}

.video-youtube .plyr__controls .plyr__progress:first-child,
.video-youtube .plyr__controls .plyr__time:first-child,
.video-youtube .plyr__controls>button:first-child {
    margin-left: 0
}

.video-youtube .plyr__controls .plyr__volume {
    margin-left: 5px
}

.video-youtube .plyr__controls [data-plyr=pause] {
    margin-left: 0
}

.video-youtube .plyr__controls button {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible;
    vertical-align: middle;
    padding: 7px;
    border: 0;
    background: 0 0;
    border-radius: 3px;
    cursor: pointer;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    color: inherit
}

.video-youtube .plyr__controls button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor
}

.video-youtube .plyr__controls button:focus {
    outline: 0
}

.video-youtube .plyr__controls .icon--captions-on,
.video-youtube .plyr__controls .icon--exit-fullscreen,
.video-youtube .plyr__controls .icon--muted {
    display: none
}

@media (min-width:480px) {

    .video-youtube .plyr__controls .plyr__progress,
    .video-youtube .plyr__controls .plyr__time,
    .video-youtube .plyr__controls>button {
        margin-left: 10px
    }
}

.video-youtube .plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none
}

.video-youtube .plyr--video .plyr__controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 50px 10px 10px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    transition: opacity .3s ease
}

.video-youtube .plyr--video .plyr__controls button.tab-focus:focus,
.video-youtube .plyr--video .plyr__controls button:hover {
    background: #174066;
    color: #fff
}

.video-youtube .plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: 1px solid #dbe3e8;
    color: #565D64
}

.video-youtube .plyr--audio .plyr__controls button.tab-focus:focus,
.video-youtube .plyr--audio .plyr__controls button:hover {
    background: #174066;
    color: #fff
}

.video-youtube .plyr__play-large {
    display: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
    background: #174066;
    border: 4px solid currentColor;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    transition: all .3s ease
}

.video-youtube .plyr__play-large svg {
    position: relative;
    left: 2px;
    width: 20px;
    height: 20px;
    display: block;
    fill: currentColor
}

.video-youtube .plyr__play-large:focus {
    outline: 1px dotted rgba(255, 255, 255, .5)
}

.video-youtube .plyr .plyr__play-large {
    display: none
}

.video-youtube .plyr--audio .plyr__play-large {
    display: none
}

.video-youtube .plyr--playing .plyr__play-large {
    opacity: 0;
    visibility: hidden
}

.video-youtube .plyr--playing .plyr__controls [data-plyr=play],
.video-youtube .plyr__controls [data-plyr=pause] {
    display: none
}

.video-youtube .plyr--playing .plyr__controls [data-plyr=pause] {
    display: inline-block
}

.video-youtube .plyr--captions-active .plyr__controls .icon--captions-on,
.video-youtube .plyr--fullscreen-active .icon--exit-fullscreen,
.video-youtube .plyr--muted .plyr__controls .icon--muted {
    display: block
}

.video-youtube .plyr--captions-active .plyr__controls .icon--captions-on+svg,
.video-youtube .plyr--fullscreen-active .icon--exit-fullscreen+svg,
.video-youtube .plyr--muted .plyr__controls .icon--muted+svg {
    display: none
}

.video-youtube .plyr [data-plyr=captions],
.video-youtube .plyr [data-plyr=fullscreen] {
    display: none
}

.video-youtube .plyr--captions-enabled [data-plyr=captions],
.video-youtube .plyr--fullscreen-enabled [data-plyr=fullscreen] {
    display: inline-block
}

.video-youtube .plyr__tooltip {
    position: absolute;
    z-index: 2;
    bottom: 100%;
    margin-bottom: 10px;
    padding: 5px 7.5px;
    pointer-events: none;
    opacity: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: -webkit-transform .2s .1s ease, opacity .2s .1s ease;
    transition: transform .2s .1s ease, opacity .2s .1s ease
}

.video-youtube .plyr__tooltip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, .7);
    border-left: 4px solid transparent;
    z-index: 2
}

.video-youtube .plyr button.tab-focus:focus .plyr__tooltip,
.video-youtube .plyr button:hover .plyr__tooltip,
.video-youtube .plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}

.video-youtube .plyr button:hover .plyr__tooltip {
    z-index: 3
}

.video-youtube .plyr__controls button:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.video-youtube .plyr__controls button:first-child .plyr__tooltip::before {
    left: 16px
}

.video-youtube .plyr__controls button:last-child .plyr__tooltip {
    right: 0;
    -webkit-transform: translate(0, 10px) scale(.8);
    transform: translate(0, 10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.video-youtube .plyr__controls button:last-child .plyr__tooltip::before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.video-youtube .plyr__controls button:first-child .plyr__tooltip--visible,
.video-youtube .plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.video-youtube .plyr__controls button:first-child:hover .plyr__tooltip,
.video-youtube .plyr__controls button:last-child .plyr__tooltip--visible,
.video-youtube .plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.video-youtube .plyr__controls button:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1)
}

.video-youtube .plyr__progress {
    position: relative;
    display: none;
    -ms-flex: 1;
    flex: 1
}

.video-youtube .plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.video-youtube .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background: 0 0
}

.video-youtube .plyr__progress input[type=range]::-moz-range-track {
    background: 0 0
}

.video-youtube .plyr__progress input[type=range]::-ms-fill-upper {
    background: 0 0
}

.video-youtube .plyr__progress .plyr__tooltip {
    left: 0
}

.video-youtube .plyr .plyr__progress {
    display: inline-block
}

.video-youtube .plyr__progress--buffer,
.video-youtube .plyr__progress--played,
.video-youtube .plyr__volume--display {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 8px;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 100px
}

.video-youtube .plyr__progress--buffer::-webkit-progress-bar,
.video-youtube .plyr__progress--played::-webkit-progress-bar,
.video-youtube .plyr__volume--display::-webkit-progress-bar {
    background: 0 0
}

.video-youtube .plyr__progress--buffer::-webkit-progress-value,
.video-youtube .plyr__progress--played::-webkit-progress-value,
.video-youtube .plyr__volume--display::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.video-youtube .plyr__progress--buffer::-moz-progress-bar,
.video-youtube .plyr__progress--played::-moz-progress-bar,
.video-youtube .plyr__volume--display::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 8px
}

.video-youtube .plyr__progress--buffer::-ms-fill,
.video-youtube .plyr__progress--played::-ms-fill,
.video-youtube .plyr__volume--display::-ms-fill {
    border-radius: 100px
}

.video-youtube .plyr__progress--played,
.video-youtube .plyr__volume--display {
    z-index: 1;
    color: #174066;
    background: 0 0;
    transition: none
}

.video-youtube .plyr__progress--played::-webkit-progress-value,
.video-youtube .plyr__volume--display::-webkit-progress-value {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.video-youtube .plyr__progress--played::-moz-progress-bar,
.video-youtube .plyr__volume--display::-moz-progress-bar {
    min-width: 8px;
    max-width: 99%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: none
}

.video-youtube .plyr__progress--played::-ms-fill,
.video-youtube .plyr__volume--display::-ms-fill {
    display: none
}

.video-youtube .plyr__progress--buffer::-webkit-progress-value {
    transition: width .2s ease
}

.video-youtube .plyr__progress--buffer::-moz-progress-bar {
    transition: width .2s ease
}

.video-youtube .plyr__progress--buffer::-ms-fill {
    transition: width .2s ease
}

.video-youtube .plyr--video .plyr__progress--buffer,
.video-youtube .plyr--video .plyr__volume--display {
    background: rgba(255, 255, 255, .25)
}

.video-youtube .plyr--video .plyr__progress--buffer {
    color: rgba(255, 255, 255, .25)
}

.video-youtube .plyr--audio .plyr__progress--buffer,
.video-youtube .plyr--audio .plyr__volume--display {
    background: rgba(198, 214, 219, .66)
}

.video-youtube .plyr--audio .plyr__progress--buffer {
    color: rgba(198, 214, 219, .66)
}

.video-youtube .plyr--loading .plyr__progress--buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-size: 25px 25px;
    background-repeat: repeat-x;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, .15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .15) 50%, rgba(0, 0, 0, .15) 75%, transparent 75%, transparent);
    color: transparent
}

.video-youtube .plyr--video.plyr--loading .plyr__progress--buffer {
    background-color: rgba(255, 255, 255, .25)
}

.video-youtube .plyr--audio.plyr--loading .plyr__progress--buffer {
    background-color: rgba(198, 214, 219, .66)
}

.video-youtube .plyr__time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

.video-youtube .plyr__time+.plyr__time {
    display: none
}

@media (min-width:768px) {
    .video-youtube .plyr__time+.plyr__time {
        display: inline-block
    }
}

.video-youtube .plyr__time+.plyr__time::before {
    content: '\2044';
    margin-right: 10px
}

.video-youtube .plyr__volume {
    display: none
}

.video-youtube .plyr .plyr__volume {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.video-youtube .plyr .plyr__volume input[type=range] {
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .video-youtube .plyr .plyr__volume {
        display: block;
        max-width: 60px
    }
}

@media (min-width:768px) {
    .video-youtube .plyr .plyr__volume {
        max-width: 100px
    }
}

.video-youtube .plyr--is-ios .plyr__volume,
.video-youtube .plyr--is-ios [data-plyr=mute] {
    display: none !important
}

.video-youtube .plyr--fullscreen-active {
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 0 !important
}

.video-youtube .plyr--fullscreen-active video {
    height: 100%
}

.video-youtube .plyr--fullscreen-active .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.video-youtube .plyr--fullscreen-active .plyr__video-embed {
    overflow: visible
}

.video-youtube .plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.video-youtube .plyr--fullscreen-fallback.plyr--fullscreen-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000
}

.container-fluid .rsbtn .rsbtn_closer,
.container-fluid .rsbtn .rsbtn_dl,
.container-fluid .rsbtn .rsbtn_left,
.container-fluid .rsbtn .rsbtn_progress_container,
.container-fluid .rsbtn .rsbtn_stop,
.container-fluid .rsbtn .rsbtn_text,
.container-fluid .rsbtn .rsbtn_tooltoggle,
.container-fluid .rsbtn .rsbtn_volume {
    display: none !important
}

.container-fluid .rsbtn .rsbtn_exp_inner,
.container-fluid .rsbtn .rsbtn_pause,
.container-fluid .rsbtn .rsbtn_play,
.container-fluid .rsbtn .rsbtn_right {
    background: 0 0 !important;
    border: none !important
}

.container-fluid .rsbtn .rsbtn_exp_inner,
.container-fluid .rsbtn .rsbtn_right {
    padding: 0 !important
}

.container-fluid .rsbtn .rsbtn_play .rsbtn_right,
.container-fluid .rsbtn .rsbtn_play .rsicn-pause {
    font-family: icons !important;
    speak: none !important;
    display: inline-block !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0 !important;
    margin-top: 6px !important;
    font-size: 25px !important
}

.container-fluid .rsbtn .rsbtn_play .rsbtn_right:before,
.container-fluid .rsbtn .rsbtn_play .rsicn-pause:before {
    content: '\e92f'
}

.container-fluid .rsbtn .rspaused .rsicn-pause:before {
    content: '\e92f'
}

.container-fluid .rsbtn .rsplaying .rsicn-pause:before {
    content: '\f04c'
}

.rsbtn.rsexpanded .rsbtn_play .rsbtn_right,
.rscompact:not(.rsdetached).rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_progress_container {
    display: none !important
}

.rsbtn .rsbtn_exp .rsbtn_exp_inner .rsbtn_player_item .rsicn,
.rspopup.rsresume span {
    font-family: icons !important;
    speak: none !important;
    display: inline-block !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0 !important;
    margin-top: 6px !important;
    font-size: 25px !important
}

.rspopup {
    display: none !important
}

.rsbtn.rspaused .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before,
.rsbtn.rsstopped .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before {
    content: '\e92f' !important
}

.rsbtn.rspaused .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before,
.rsbtn.rsstopped .rsbtn_exp .rsbtn_exp_inner .rsbtn_pause .rsicn:before {
    font-family: icons !important;
    color: #c52034 !important
}

.rsicn-pause:before {
    content: '\f04c'
}

.rsbtn.rsdetached {
    position: static !important
}

#rsmpl_container {
    display: none !important
}

.rsbtn_custom_pause.playing:before {
    font-family: hl-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e903" !important
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.woff2) format('woff2'), url(../fonts/icons.woff) format('woff'), url(../fonts/icons.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome.woff2) format('woff2'), url(../fonts/fontawesome.woff) format('woff'), url(../fonts/fontawesome.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: fontawesome;
    src: url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff')
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: Lato-Light;
    src: url(../fonts/Lato-Light.woff2) format('woff2'), url(../fonts/Lato-Light.woff) format('woff'), url(../fonts/Lato-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.woff2) format('woff2'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato-Bold.woff2) format('woff2'), url(../fonts/Lato-Bold.woff) format('woff'), url(../fonts/Lato-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Black;
    src: url(../fonts/Lato-Black.woff2) format('woff2'), url(../fonts/Lato-Black.woff) format('woff'), url(../fonts/Lato-Black.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.woff2) format('woff2'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato-Regular.woff2) format('woff2'), url(../fonts/Lato-Regular.woff) format('woff'), url(../fonts/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: DINNext-Regular;
    src: url(../fonts/DINNext-Regular.woff2) format('woff2'), url(../fonts/DINNext-Regular.woff) format('woff'), url(../fonts/DINNext-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

.fa-2x {
    font-size: 2em
}

.fa-filter:before {
    content: '\f0b0'
}

.fa-sort-desc:before {
    content: '\f0dd'
}

.fa-sort-asc:before {
    content: '\f0de'
}

.fa-home:before {
    content: '\f015'
}

.fa-sort-desc:before {
    content: '\f0dd'
}

.fa-calendar-o:before {
    content: '\f133'
}

.fa-map-o:before {
    content: '\f278'
}

.fa-bookmark-o:before {
    content: '\f097'
}

.fa-search:before {
    content: '\f002'
}

.fa-caret-left:before {
    content: '\f0d9'
}

.fa-caret-right:before {
    content: '\f0da'
}

.fa-share-square-o:before {
    content: '\f045'
}

.fa-circle:before {
    content: '\f111'
}

.fa-volume-up:before {
    content: '\f028'
}

.fa-bookmark-o:before {
    content: '\f097'
}

.fa-angle-left:before {
    content: '\f104 '
}

.fa-angle-right:before {
    content: '\f105 '
}

.fa-align-justify:before {
    content: '\f039'
}

.fa-times:before {
    content: '\f00d'
}

.fa-align-right:before {
    content: '\f038'
}

.fa-info-circle:before {
    content: '\f05a'
}

.fa-arrow-left:before {
    content: '\f060'
}

.fa-arrow-right:before {
    content: '\f061'
}

.fa-caret-down:before {
    content: '\f0d7'
}

.fa-caret-up:before {
    content: '\f0d8'
}

.fa-play-circle-o:before {
    content: '\f01d'
}

.fa-angle-down:before {
    content: '\f107'
}

.fa-angle-up:before {
    content: '\f106'
}

.fa-chevron-right:before {
    content: '\f054'
}

.fa-chevron-left:before {
    content: '\f053'
}

.fa-map-marker:before {
    content: '\f041'
}

.fa-calendar:before {
    content: '\f073'
}

.fa-pause:before {
    content: '\f04c'
}

.fa-check:before {
    content: '\f00c'
}

.ar .fa-chevron-right:before {
    content: '\f053'
}

.ar .fa-chevron-left:before {
    content: '\f054'
}

@font-face {
    font-family: icons;
    src: url(../fonts/icons.woff?geyhqm) format('woff');
    font-weight: 400;
    font-style: normal
}

.icons {
    font-family: icons;
    speak: none;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-sort-oldest:before {
    content: '\e977'
}

.icon-sort-latest:before {
    content: '\e978'
}

.icon-attached:before {
    content: '\e976'
}

.icon-map-filter:before {
    content: '\e975'
}

.icon-info-shared:before {
    content: '\e974'
}

.icon-event-mail:before {
    content: '\e973'
}

.icon-download-pdf .path1:before {
    content: '\e962'
}

.icon-download-pdf .path2:before {
    content: '\e963';
    margin-left: -1em
}

.icon-download-pdf .path3:before {
    content: '\e964';
    margin-left: -1em
}

.icon-download-pdf .path4:before {
    content: '\e965';
    margin-left: -1em
}

.icon-download-pdf .path5:before {
    content: '\e966';
    margin-left: -1em
}

.icon-download-pdf .path6:before {
    content: '\e967';
    margin-left: -1em
}

.icon-download-pdf .path7:before {
    content: '\e968';
    margin-left: -1em
}

.icon-download-pdf .path8:before {
    content: '\e969';
    margin-left: -1em
}

.icon-download-pdf .path9:before {
    content: '\e96a';
    margin-left: -1em
}

.icon-time:before {
    content: '\e96b'
}

.icon-view-all:before {
    content: '\e961'
}

.icon-postcard-select-image:before {
    content: '\e95f'
}

.icon-postcard-send:before {
    content: '\e960'
}

.icon-menu:before {
    content: '\e923'
}

.icon-arrow-left-1:before {
    content: '\e904'
}

.icon-arrow-right-1:before {
    content: '\e913'
}

.icon-arrow-1:before {
    content: '\e900'
}

.icon-360:before {
    content: '\e901'
}

.icon-arrow:before {
    content: '\e902'
}

.icon-bookmark:before {
    content: '\e903'
}

.icon-calendar:before {
    content: '\e905'
}

.icon-category-bookmark .path1:before {
    content: '\e906'
}

.icon-category-bookmark .path2:before {
    content: '\e907'
}

.icon-category-filter .path1:before {
    content: '\e908'
}

.icon-select:before {
    content: '\e909'
}

.icon-close:before {
    content: '\e90a'
}

.icon-contact-location:before {
    content: '\e90b'
}

.icon-contact-mail:before {
    content: '\e90c'
}

.icon-contact-mobile:before {
    content: '\e90d'
}

.icon-contact-website:before {
    content: '\e90e'
}

.icon-distance:before {
    content: '\e90f'
}

.icon-download:before {
    content: '\e910'
}

.icon-email:before {
    content: '\e911'
}

.icon-enter-email:before {
    content: '\e912'
}

.icon-footer-facebook:before {
    content: '\e914'
}

.icon-footer-googleplus:before {
    content: '\e915'
}

.icon-footer-instagram:before {
    content: '\e916'
}

.icon-footer-soundcloud:before {
    content: '\e917'
}

.icon-footer-twitter:before {
    content: '\e918'
}

.icon-footer-youtube:before {
    content: '\e919'
}

.icon-get-direction:before {
    content: '\e91a'
}

.form-filter .ui-datepicker .ui-datepicker-prev:before,
.icon-chevron-left:before {
    content: '\e91b'
}

.icon-location:before {
    content: '\e91c'
}

.icon-map:before {
    content: '\e91d'
}

.icon-opening-hours:before {
    content: '\e91e'
}

.icon-pin .path1:before {
    content: '\e91f'
}

.icon-pin .path2:before {
    content: '\e920'
}

.icon-podcast:before {
    content: '\e921'
}

.icon-port:before {
    content: '\e922'
}

.icon-quotes:before {
    content: '\e924'
}

.icon-register-event:before {
    content: '\e925'
}

.form-filter .ui-datepicker .ui-datepicker-next:before,
.icon-chevron-right:before {
    content: '\e926'
}

.icon-search:before {
    content: '\e927'
}

.icon-select-image:before {
    content: '\e928'
}

.icon-send-postcard:before {
    content: '\e929'
}

.icon-shared:before {
    content: '\e92a'
}

.icon-show-more:before {
    content: '\e92b'
}

.icon-facebook:before {
    content: '\e92c'
}

.icon-instagram:before {
    content: '\e92d'
}

.icon-twitter:before {
    content: '\e92e'
}

.icon-sound:before {
    content: '\e92f'
}

.icon-sticky-add-content:before {
    content: '\e930'
}

.icon-sticky-book-visit:before {
    content: '\e931'
}

.icon-sticky-contribution:before {
    content: '\e932'
}

.icon-ticket:before {
    content: '\e933'
}

.icon-ticket-cart:before {
    content: '\e934'
}

.icon-twitter-like:before {
    content: '\e935'
}

.icon-twitter-reply:before {
    content: '\e936'
}

.icon-twitter-retweet:before {
    content: '\e937'
}

.icon-video:before {
    content: '\e938'
}

.icon-view-website:before {
    content: '\e939'
}

.icon-write-note:before {
    content: '\e93a'
}

.icon-art-centres:before {
    content: '\e96c';
    color: #fff
}

.icon-art-festival:before {
    content: '\e96d';
    color: #fff
}

.icon-heritage-festival:before {
    content: '\e96e';
    color: #fff
}

.icon-historic-landmarks:before {
    content: '\e96f';
    color: #fff
}

.icon-islands:before {
    content: '\e970';
    color: #fff
}

.icon-museum:before {
    content: '\e971';
    color: #fff
}

.icon-national-library:before {
    content: '\e972';
    color: #fff
}

.ar .icon-chevron-right:before {
    content: '\e91b'
}

.ar .icon-chevron-left:before {
    content: '\e926'
}

.form-input-file {
    margin-bottom: 50px
}

.list-files-container .file-item {
    width: 100%;
    box-sizing: border-box;
    border: 0;
    padding: 10px 36px 10px 0;
    border-bottom: 1px solid #6f88a1;
    background-color: transparent;
    overflow: hidden;
    min-height: 36px;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, .8);
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative
}

.list-files-container .file-item .ar {
    padding: 10px 0 10px 36px
}

.list-files-container .icons {
    position: absolute;
    right: 0;
    width: 36px;
    height: 36px;
    top: 0;
    line-height: 36px;
    text-align: right;
    left: initial;
    color: #c52034;
    cursor: pointer
}

.list-files-container .icons .ar {
    left: 0;
    right: initial;
    text-align: left
}

.input-file-container {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .input-file-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center
    }
}

.input-file-info {
    margin-top: 10px
}

@media (min-width:768px) {
    .input-file-info {
        padding: 0 20px;
        margin-top: 0
    }
}

.input-file-trigger {
    display: block;
    padding: 10px 20px;
    background: #fff;
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 16px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 1px solid #174066;
    border-radius: 3px;
    transition: background .4s, color .4s;
    cursor: pointer
}

.input-file-trigger .icons {
    padding: 0 10px 0 0
}

.ar .input-file-trigger .icons {
    padding: 0 0 0 10px
}

.input-file {
    display: none
}

.input-file-trigger:focus,
.input-file-trigger:hover,
.input-file:focus+.input-file-trigger,
.input-file:hover+.input-file-trigger {
    background: #174066;
    color: #fff
}

.form-checkbox .input-checkbox {
    position: absolute;
    opacity: 0
}

.form-checkbox .input-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-checkbox .input-checkbox+label .icons {
    display: none
}

.form-checkbox .input-checkbox+label:before {
    content: '';
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #174066;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ar .form-checkbox .input-checkbox+label:before {
    margin: 0 0 0 10px
}

.no-touch .form-checkbox .input-checkbox:hover+label:before {
    border: 1px solid transparent;
    background: #c52034
}

.form-checkbox .input-checkbox:checked+label:before {
    border: 1px solid transparent;
    background: #c52034
}

.form-checkbox .input-checkbox:disabled+label {
    color: #ccc;
    cursor: auto
}

.form-checkbox .input-checkbox:disabled+label:before {
    box-shadow: none;
    background: #eee
}

.form-checkbox .input-checkbox:checked+label .icons {
    display: block;
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

.form-radio {
    display: inline-block
}

.form-radio .input-radio:checked,
.form-radio .input-radio:not(:checked) {
    position: absolute;
    visibility: hidden
}

.form-radio .input-radio:checked~label,
.form-radio .input-radio:not(:checked)~label {
    position: relative;
    padding: 0 30px 0 28px;
    cursor: pointer;
    display: block;
    line-height: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ar .form-radio .input-radio:checked~label,
.ar .form-radio .input-radio:not(:checked)~label {
    padding: 0 28px 0 30px
}

.form-radio .requirement-detail {
    padding: 0 3rem 0 28px
}

.ar .form-radio .requirement-detail {
    padding: 0 28px 0 3rem;
    margin-top: -5px
}

.form-radio .input-radio:checked~label:before,
.form-radio .input-radio:not(:checked)~label:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    top: 1px;
    width: 18px;
    height: 18px;
    border: 1px solid #174066;
    border-radius: 50%;
    background: #fff
}

.ar .form-radio .input-radio:checked~label:before,
.ar .form-radio .input-radio:not(:checked)~label:before {
    left: auto;
    right: 0;
    top: 3px
}

.form-radio .input-radio:checked~label:after,
.form-radio .input-radio:not(:checked)~label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #c52034;
    position: absolute;
    top: 6px;
    left: 5px;
    right: auto;
    border-radius: 100%;
    transition: all .2s ease
}

.ar .form-radio .input-radio:checked~label:after,
.ar .form-radio .input-radio:not(:checked)~label:after {
    left: auto;
    right: 5px;
    top: 8px
}

.form-radio .input-radio:not(:checked)~label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.form-radio .input-radio:checked~label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.form-checkbox-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex
}

.form-checkbox-group .form-checkbox-wrapper {
    -ms-flex: 1;
    flex: 1
}

.form-checkbox-group .message-error {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.form-control-radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 3rem
}

.form-control-radio .form-radio-wrapper {
    width: 100%
}

.form-control-radio .form-control-title {
    min-width: 13.5rem
}

.form-control-radio .form-control-title.form-short-title {
    min-width: inherit;
    white-space: nowrap;
    margin: 0 20px 0 0
}

.ar .form-control-radio .form-control-title.form-short-title {
    margin: 0 0 0 20px;
    line-height: 22px
}

.form-control-radio.form-radio-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.form-control-radio.form-radio-column .form-radio {
    margin-right: 30px;
    margin-left: auto
}

.ar .form-control-radio.form-radio-column .form-radio {
    margin-left: 30px;
    margin-right: auto
}

.intl-tel-input {
    width: 100%
}

.intl-tel-input .form-input[data-phone] {
    padding-left: 48px;
    position: relative;
    top: 2px
}

.ie .intl-tel-input .form-input[data-phone] {
    top: 1px
}

.safari .intl-tel-input .form-input[data-phone] {
    top: 0
}

.ar .intl-tel-input .form-input[data-phone] {
    padding-right: 48px;
    text-align: right
}

.form-control {
    position: relative;
    margin-bottom: 30px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.form-control .icons {
    color: #174066;
    position: absolute;
    top: 11px;
    right: 0;
    left: auto;
    margin: 0;
    float: none;
    font-size: 14px
}

.form-control .icons.icon-large {
    top: 9px;
    font-size: 18px
}

.ar .form-control .icons {
    left: 0;
    right: auto
}

.form-control .input-file-upload {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    height: 50px;
    opacity: 0;
    left: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ar .form-control .icon-select {
    left: auto;
    right: 0
}

.form-control.form-error label {
    color: #c52034
}

.form-control.form-error .form-input,
.form-control.form-error .form-textarea {
    border-color: #c52034
}

.form-control.form-error .form-input::-webkit-input-placeholder,
.form-control.form-error .form-textarea::-webkit-input-placeholder {
    color: #c52034
}

.form-control.form-error .form-input::-moz-placeholder,
.form-control.form-error .form-textarea::-moz-placeholder {
    color: #c52034
}

.form-control.form-error .form-input::placeholder,
.form-control.form-error .form-textarea::placeholder {
    color: #c52034
}

.form-control.form-error .form-input~.focus-border,
.form-control.form-error .form-textarea~.focus-border {
    background-color: #c52034
}

.form-control .form-label {
    position: absolute;
    top: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    display: block;
    cursor: text;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.form-control .form-label.reset-ellipsis {
    text-overflow: clip;
    white-space: normal;
    overflow: initial;
    top: -10px
}

.form-control.form-focused .form-label {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0)
}

.form-control .form-input {
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #6f88a1;
    background-color: transparent;
    min-height: 36px;
    height: 39px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-control .form-input:focus+.form-label {
    -webkit-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0)
}

.form-control .form-input.input-number {
    padding-right: 0
}

.ar .form-control .form-input.input-number {
    padding-left: 0
}

.form-control .form-input.input-number::-webkit-inner-spin-button,
.form-control .form-input.input-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.firefox .form-control .form-input {
    padding-top: 9px;
    padding-bottom: 9px
}

.form-control .form-input:focus~.focus-border {
    width: 100%
}

.form-control .form-input~.focus-border {
    width: 0;
    height: 1px;
    background-color: #174066;
    transition: .4s
}

.form-control .form-textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #6f88a1;
    padding: 10px
}

.form-control .form-input,
.form-control .form-textarea {
    font-family: Lato-Regular, sans-serif;
    font-size: 14px;
    letter-spacing: .05rem;
    line-height: 1.43em
}

.form-control .form-input[readonly],
.form-control .form-textarea[readonly] {
    font-size: 16px
}

.form-control .form-input::-webkit-input-placeholder,
.form-control .form-textarea::-webkit-input-placeholder {
    color: #888;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.form-control .form-input::-moz-placeholder,
.form-control .form-textarea::-moz-placeholder {
    color: #888;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.form-control .form-input::placeholder,
.form-control .form-textarea::placeholder {
    color: #888;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.form-control .form-input::-ms-clear,
.form-control .form-textarea::-ms-clear {
    display: none
}

.form-control.show-picker .overlay-date-picker {
    display: block
}

.form-control .overlay-date-picker,
.form-control .overlay-time-picker {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    cursor: pointer
}

.form-control .overlay-date-picker {
    display: none
}

.form-control .date-picker-input {
    background-color: transparent;
    z-index: 5;
    position: relative
}

.form-error .input-checkbox+label:before {
    border-color: #c52034
}

.form-error .select-options {
    top: 37px
}

.form-error .select-styled {
    color: #c52034;
    border-bottom: 1px solid #c52034
}

.form .form-error .form-control-title,
.form .form-error .icons {
    color: #c52034
}

.g-recaptcha>div {
    margin: 0 auto
}

input[type=number] {
    -moz-appearance: textfield
}

.form .message-error {
    color: #c52034;
    font-size: 14px;
    display: block;
    padding-top: 5px
}

.form .form-fix-width {
    display: inline-block;
    width: 145px
}

.form .form-term-conditions {
    display: block;
    -ms-flex-align: center;
    align-items: center
}

.form .form-control-title {
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 0 20px 0 0
}

.ar .form .form-control-title {
    padding: 0 0 0 20px
}

.form .form-control-select .form-select {
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 0 20px 0 0
}

.ar .form .form-control-select .form-select {
    padding: 0 0 0 20px
}

.form .form-checkbox.form-block {
    display: block
}

.form .form-highlight-text {
    color: #c52034;
    padding-top: 2px;
    font-family: Lato-Bold, sans-serif;
    font-size: 2.4rem;
    line-height: 4rem;
    word-spacing: .12rem;
    letter-spacing: .28rem;
    text-transform: uppercase
}

.android .form .form-highlight-text {
    padding-top: 4px
}

@media (min-width:1024px) {
    .form .form-highlight-text {
        font-size: 1.4rem
    }
}

@media (min-width:480px) {
    .form .form-highlight-text {
        line-height: 100%
    }
}

@media (min-width:1024px) {
    .form .form-control-radio .form-control-title {
        line-height: 30px
    }

    .ar .form .form-control-radio .form-control-title.form-short-title {
        line-height: 30px
    }

    .ar .form .contribute-detail-form .form-checkbox-group .form-control-title {
        line-height: 18px
    }
}

@media (min-width:768px) {
    .form-control-radio {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row
    }

    .g-recaptcha>div {
        margin: 0
    }
}

.form-control .input-file-upload {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%
}

.form-control .file-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width:767px) {
    .form-control .file-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-control .file-wrapper label {
        text-overflow: initial;
        white-space: initial;
        overflow: auto;
        margin-bottom: 5px
    }
}

.form-control .file-wrapper label,
.form-control .file-wrapper span:not(.icons) {
    position: relative;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    top: auto
}

.form-control .file-wrapper .btn {
    white-space: nowrap;
    position: relative
}

.ar .form-control .file-wrapper .btn {
    line-height: 42px
}

.form-control .file-helper {
    font-size: 14px;
    line-height: 20px;
    color: #174066;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.form-control .transform-3d {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.form-control .year-label {
    margin-top: 9px
}

.form-control-textarea {
    padding-top: 30px
}

.form-control-textarea textarea {
    border: 1px solid #6f88a1;
    border-radius: 5px;
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px
}

.ios .edit-form {
    -webkit-overflow-scrolling: auto
}

.edit-form .modal-dialog {
    width: 85%;
    margin: 50px auto
}

.edit-form .modal-body {
    padding-bottom: 50px
}

.edit-form .contact-form {
    width: 100%
}

.edit-form .modal-header {
    position: relative;
    height: 50px;
    border: none
}

.edit-form .form-textarea {
    border-radius: 5px
}

.edit-form .btn-default {
    padding: 0;
    height: 15px;
    line-height: 15px;
    top: 30px;
    position: absolute;
    right: 30px
}

.ar .edit-form .btn-default {
    left: 30px;
    right: auto
}

.edit-form .btn-default:focus,
.edit-form .btn-default:hover {
    background-color: transparent;
    box-shadow: none
}

.edit-form .icon-close {
    color: #c52034
}

.edit-details-wrap .mandatory-text {
    padding: 30px 0
}

.edit-details-wrap .contact-form .title {
    margin-top: 50px;
    padding-bottom: 30px
}

.edit-details-wrap .contact-form .title.has-border {
    margin-top: 0;
    border-bottom: 1px solid #a07b33
}

.container-inner .contribute-info-form .title {
    margin-bottom: 0
}

.contribute-info-form .form-control+.form-control-radio {
    margin-bottom: 0
}

.contribute-form label {
    cursor: auto
}

.file-wrapper .btn {
    padding-left: 60px
}

.ar .file-wrapper .btn {
    padding-right: 60px;
    padding-left: 48px
}

.no-touch .file-wrapper .btn-white-blue:hover .icon-attached {
    color: #fff
}

.form-control .icon-attached {
    right: auto;
    left: 35px;
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 15px;
    transition: color .3s
}

.ar .form-control .icon-attached {
    right: 35px;
    left: auto
}

.checkbox-terms .form-checkbox {
    position: relative
}

.checkbox-terms .form-checkbox label {
    display: inline-block;
    padding-left: 30px
}

.ar .checkbox-terms .form-checkbox label {
    padding-left: 0;
    padding-right: 30px
}

.checkbox-terms .form-checkbox label:before {
    position: absolute;
    left: 0
}

.ar .checkbox-terms .form-checkbox label:before {
    right: 0;
    left: auto
}

.form-term-conditions .form-highlight-text {
    transition: color .3s
}

.no-touch .form-term-conditions .form-highlight-text:hover {
    opacity: .7
}

@media (max-width:768px) {
    .container-inner .contribute-info-form .title {
        margin-top: 20px
    }

    .contribute-detail-form .form-checkbox-wrapper {
        display: block;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
        font-size: 0
    }

    .contribute-detail-form .form-fix-width {
        display: inline-block;
        width: 33.33%;
        vertical-align: top
    }

    .contribute-detail-form .file-wrapper .btn {
        margin-left: 0
    }

    .ar .contribute-detail-form .file-wrapper .btn {
        margin-right: 0;
        margin-left: auto
    }

    .contribute-info-form .form-control+.form-control-radio {
        margin-bottom: 30px
    }

    .edit-form .modal-dialog {
        width: 95%
    }
}

@media (max-width:767px) {
    .form-checkbox .input-checkbox+label {
        -ms-flex-align: initial;
        align-items: initial
    }

    .form-checkbox .input-checkbox+label:before {
        top: -1px
    }

    .form-checkbox .input-checkbox:checked+label .icons {
        top: 2px;
        -webkit-transform: none;
        transform: none
    }

    .contribute-info-form .form-radio-wrapper {
        font-size: 0
    }

    .contribute-info-form .form-radio-wrapper .form-radio {
        width: 33.33%;
        vertical-align: top
    }
}

.img-responsive {
    width: 100%;
    height: auto;
    display: block
}

.google-translate-element {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999
}

.bg-paper {
    background: #fbf9ec center center/cover no-repeat
}

.bg-error-page {
    background-color: #3a3b3d;
    height: 16rem
}

.bg-tranparent {
    background-color: transparent
}

.bg-cover {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden
}

.select-arrow {
    float: right;
    margin-top: 1.5rem;
    margin-right: 3rem
}

.ar .row-reverse .col-md-4 {
    float: right
}

.ar .row-reverse .col-md-6 {
    float: right
}

.ar .select-arrow {
    float: left
}

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0
}

.hover-opacity {
    transition: opacity .3s
}

.no-touch .hover-opacity:hover {
    opacity: .6
}

.max-700 {
    max-width: 700px;
    margin: 0 auto
}

.description {
    font-size: 16px;
    color: #555658;
    line-height: 1.75;
    font-family: Lato-Regular, sans-serif
}

@media only screen and (max-width:980px) {
    .ar .row-reverse .col-md-4 {
        float: none
    }
}

@media (min-width:768px) {
    .container-fluid.bg-gray {
        background-color: #eee;
        overflow: hidden
    }

    .select-arrow {
        margin-top: 1.5rem;
        margin-right: 3rem
    }
}

@media (min-width:1024px) {
    .select-arrow {
        margin-top: 2rem;
        margin-right: 0
    }
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.v-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.h-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.row.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.pdr-0 {
    padding-right: 0
}

.no-scroll {
    overflow: hidden
}

.next-slider,
.prev-slider {
    width: 4rem;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 10;
    font-size: 1.8rem;
    color: #c52034;
    cursor: pointer
}

.next-slider {
    right: -3.5rem
}

.ar .next-slider {
    left: -3.5rem;
    right: auto
}

.prev-slider {
    left: -3.5rem
}

.ar .prev-slider {
    right: -3.5rem;
    left: auto
}

.body-1 a,
.body-text a {
    color: #174066;
    transition: opacity .3s
}

.no-touch .body-1 a:hover,
.no-touch .body-text a:hover {
    opacity: .6
}

.go-back-btn {
    margin-top: 7px;
    display: block
}

.list-dics-inside {
    list-style-type: initial;
    list-style-position: inside
}

.background-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.web-view .contact-tabs {
    -webkit-transform: none;
    transform: none
}

.web-view .contact-message {
    margin-top: 40px
}

.for-scroll {
    position: absolute;
    left: 0;
    top: -100px
}

.c-justify-content {
    -ms-flex-pack: center;
    justify-content: center
}

.ios-position-fixed {
    position: fixed
}

.position-caret-ios {
    position: absolute;
    height: 100%
}

.learn {
    position: absolute;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px
}

.book-summary .cover-group-btn,
.ebooks-detail .cover-group-btn,
.ebooks-landing .cover-group-btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 140px
}

@media (min-width:768px) {

    .book-summary .cover .img-wrap,
    .ebooks-detail .cover .img-wrap,
    .ebooks-landing .cover .img-wrap {
        max-height: 720px;
        height: 720px
    }
}

@media (max-width:767px) {

    .book-summary .cover-group-btn,
    .ebooks-detail .cover-group-btn,
    .ebooks-landing .cover-group-btn {
        bottom: 40px
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container:after,
.container:before {
    display: table;
    content: ''
}

.container:after {
    clear: both
}

.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
    display: table;
    content: ''
}

.container-fluid:after {
    clear: both
}

@media (min-width:480px) {
    .container-fluid {
        padding: 0 2.8%
    }
}

html {
    -webkit-tap-highlight-color: transparent;
    font-size: 5px
}

body {
    overflow-x: hidden
}

body.ar {
    font-family: Georgia, 'Times New Roman', Times, serif
}

@media (min-width:480px) {
    html {
        font-size: 6.67px
    }
}

@media (min-width:1024px) {
    html {
        font-size: 10px
    }
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.h1 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 5rem
}

.h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 3.4rem
}

.h3 {
    font-family: Lato-Bold, sans-serif;
    font-size: 2rem
}

.h4 {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.8rem
}

.h5 {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.4rem
}

.container-inner {
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 32px
}

.container-inner .title {
    margin-bottom: 14px
}

.container-inner.no-gutters {
    padding-bottom: 0
}

.px-section {
    padding: 0 2.5rem;
    margin-top: 6.8rem;
    margin-bottom: 6.8rem
}

.px-section.no-title {
    margin-top: 8rem
}

.px-section.no-gutters {
    padding-top: 0;
    padding-bottom: 0
}

.mx-section {
    margin: 0 2.5rem;
    margin-top: 6.8rem;
    margin-bottom: 6.8rem
}

.mx-section.no-title {
    margin-top: 8rem
}

.mx-section.no-gutters {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .container-inner {
        width: 90%;
        min-width: 890px;
        max-width: 1230px;
        position: relative;
        margin-bottom: 100px
    }

    .container-inner.transform {
        -webkit-transform: translateY(-80px);
        transform: translateY(-80px);
        margin-bottom: 20px
    }

    .container-inner.no-sticky {
        margin-top: 0
    }

    .container-inner .title {
        margin-bottom: 2.8rem
    }

    .px-section {
        padding: 0 35px
    }

    .mx-section {
        margin-left: 35px;
        margin-right: 35px
    }
}

@media (min-width:1600px) {
    .container-inner {
        width: 90%;
        min-width: 890px;
        max-width: 1230px;
        position: relative
    }

    .px-section {
        padding: 0 80px
    }

    .mx-section {
        margin-left: 80px;
        margin-right: 80px
    }
}

.flex-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.main-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #253340;
    font-weight: 400;
    font-size: 4.8rem;
    line-height: 5rem;
    word-spacing: .12rem;
    letter-spacing: .6rem;
    text-transform: uppercase;
    text-align: center
}

.title,
.title-1 {
    font-weight: 400;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #253340;
    font-size: 4.8rem;
    line-height: 5rem;
    word-spacing: .12rem;
    letter-spacing: .42rem;
    text-transform: uppercase;
    text-align: center
}

.title-3 {
    font-family: Lato-Bold, sans-serif;
    font-size: 3.2rem;
    line-height: 5rem;
    word-spacing: .22rem;
    letter-spacing: .2rem;
    text-transform: uppercase
}

.title-4 {
    font-family: Lato-Bold, sans-serif;
    font-size: 2.8rem;
    word-spacing: .25rem;
    letter-spacing: .12rem;
    line-height: 2.2em;
    text-transform: uppercase
}

.title-5 {
    font-family: Lato-Bold, sans-serif;
    font-size: 2.4rem;
    line-height: 4rem;
    word-spacing: .12rem;
    letter-spacing: .28rem;
    text-transform: uppercase
}

.body-1 {
    font-family: Lato-Regular, sans-serif;
    font-size: 3.2rem;
    line-height: 1.75em
}

.body-2 {
    font-family: Lato-Regular, sans-serif;
    font-size: 2.4rem;
    line-height: 1.43em;
    letter-spacing: .05rem
}

.body-text {
    font-family: Lato-Regular, sans-serif;
    font-size: 2.6rem;
    letter-spacing: normal;
    line-height: 4.4rem
}

.excerpt-text,
.facts {
    font-size: 3.2rem;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.5em;
    color: #a07b33;
    font-style: italic
}

@media (min-width:1024px) {
    .main-title {
        font-size: 4.5rem
    }

    .title {
        font-size: 3.4rem;
        line-height: 5rem
    }

    .title-3 {
        font-size: 2rem;
        line-height: 5rem
    }

    .title-4 {
        font-size: 1.8rem
    }

    .title-5 {
        font-size: 1.4rem;
        line-height: 2rem
    }

    .body-1 {
        font-size: 1.6rem
    }

    .body-2 {
        font-size: 1.4rem
    }

    .body-text {
        font-size: 1.6rem;
        line-height: 2.8rem
    }

    .excerpt-text,
    .facts {
        font-size: 2rem
    }
}

@media (min-width:1600px) {
    .main-title {
        font-size: 4.5rem
    }

    .title {
        font-size: 3.4rem
    }

    .title-3 {
        font-size: 2rem
    }

    .title-4 {
        font-size: 1.8rem
    }

    .title-5 {
        font-size: 1.4rem
    }

    .body-1 {
        font-size: 1.6rem
    }

    .body-2 {
        font-size: 1.4rem
    }

    .body-text {
        font-size: 1.6rem
    }

    .excerpt-text,
    .facts {
        font-size: 2rem
    }
}

.btn-close-popup {
    padding-right: 2rem
}

.modal-header .close {
    background-color: transparent;
    border: 0
}

.icon-bookmark {
    transition: opacity .3s, color .3s;
    cursor: pointer
}

.active .icon-bookmark {
    color: #c52034
}

.no-touch .active .icon-bookmark:hover {
    opacity: .5
}

.hr-line {
    border-color: #2c3642;
    margin-top: 0;
    margin-bottom: 40px
}

@media (min-width:1024px) and (max-height:800px) {
    .container-inner {
        width: 80%
    }
}

.page-header {
    width: 100%;
    background: #fff
}

.topbar {
    position: relative;
    width: 100%;
    min-height: 3rem;
    background-color: #174066
}

.navtop {
    font-family: Lato-Regular, sans-serif;
    text-transform: uppercase
}

.navtop>ul {
    list-style: none;
    float: right
}

.navtop>ul>li {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2rem;
    transition: -webkit-transform .3s;
    transition: transform .3s
}

.no-touch .navtop>ul>li:hover .nav-dropdown-list {
    display: block
}

.no-touch .navtop>ul>li:hover {
    background-color: rgba(0, 0, 0, .2)
}

.no-touch .navtop>ul>li:hover .navi-icon:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navtop:after,
.navtop:before {
    display: table;
    content: ''
}

.navtop:after {
    clear: both
}

.navtop a {
    position: relative;
    color: #fff;
    padding: 1rem 2rem;
    display: block;
    min-width: 9rem
}

.no-touch .navtop a:hover {
    color: #fff
}

.ar .navtop ul {
    float: left
}

.ar .navtop li {
    font-size: 1.4rem
}

.no-touch .ar .navtop li:hover .navi-icon:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navi-icon:after {
    position: relative;
    display: inline-block;
    bottom: .1rem;
    font-family: icons;
    content: '\e902';
    z-index: 99;
    padding: 0 .5rem;
    font-size: .8rem
}

.ar .navi-icon:after {
    bottom: -.1rem
}

.nav-dropdown-list {
    position: absolute;
    top: 100%;
    min-width: 100%;
    background-color: #e3e3e3;
    display: none;
    z-index: 2000
}

.nav-dropdown-list>li {
    display: block;
    text-transform: none;
    padding: .5rem 0
}

.nav-dropdown-list>li>a {
    white-space: nowrap;
    color: #000;
    padding: 0 2rem
}

.no-touch .nav-dropdown-list>li>a:hover {
    color: #c52034
}

.ar .nav-dropdown-list li:last-child {
    padding-right: 0
}

.ar .nav-dropdown-list .font-dropdown {
    font-family: Lato-Regular
}

.main-header {
    position: relative;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 10px 0 0 0;
    z-index: 500
}

.main-header:after,
.main-header:before {
    display: table;
    content: ''
}

.main-header:after {
    clear: both
}

.main-header .logo {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    padding-bottom: 10px
}

.main-header .logo img {
    max-width: 285px;
    width: 100%;
    height: auto;
    display: block
}

.main-header .full-width-1 {
    width: 100%;
    margin-top: 3rem
}

.main-header.sticky {
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 600
}

.ar .main-header .logo {
    margin-right: 0;
    margin-left: 30px
}

.content-header {
    display: -ms-flexbox;
    display: flex
}

.main-navigation {
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-navigation>span {
    position: relative;
    bottom: .4rem;
    padding-left: .5rem
}

.sub-lv1 {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap;
flex-wrap: wrap; */
    height: 100%;
    padding: 0 20px 0 50px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.sub-lv1 .active-hover>a,
.sub-lv1 .change-hover>a {
    color: #6b6969;
    border-color: #c52034
}

.sub-lv1 .active-hover>a::after,
.sub-lv1 .change-hover>a::after {
    color: #6b6969
}

.sub-lv1 .active-hover .main-category,
.sub-lv1 .change-hover .main-category {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    pointer-events: auto;
    transition: -webkit-transform .3s ease, visibility .6s ease, opacity .6s ease;
    transition: transform .3s ease, visibility .6s ease, opacity .6s ease
}

.sub-lv1 .active-hover .overlay-mega-menu,
.sub-lv1 .change-hover .overlay-mega-menu {
    display: block
}

.sub-lv1>li {
    font-family: Lato-Bold, sans-serif;
    margin: 0 14px;
    text-align: center;
    letter-spacing: .1rem;
    font-size: 1.3rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center
}

.sub-lv1>li>a {
    color: #c52034;
    padding-bottom: 3rem;
    margin-top: 4rem;
    border-bottom: .4rem solid transparent;
    transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s
}

.no-touch .sub-lv1>li>a:hover,
.no-touch .sub-lv1>li>a:hover:after {
    color: grey
}

.sub-lv1>li>a:after {
    font-family: icons;
    content: '\e902';
    color: #c52034;
    padding-left: .5rem;
    font-size: .8rem;
    position: relative;
    top: -1px
}

.no-touch .sub-lv1>li>a:hover {
    border-color: #c52034
}

.ar .sub-lv1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 50px 0 20px
}

.ar .sub-lv1>li {
    font-size: 1.8rem
}

.ar .sub-lv1 a {
    letter-spacing: normal
}

.ar .sub-lv1 a:after {
    padding-left: 0;
    padding-right: .5rem
}

.main-icon {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.main-icon a {
    margin-right: 4rem;
    font-size: 2.5rem;
    color: #164066
}

.main-icon a:last-child {
    margin-right: 0
}

.no-touch .main-icon a:hover {
    color: #c52034
}

.main-icon .icons {
    font-size: 90%
}

.background-catagory {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.background-catagory img {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.main-category {
    min-height: 370px;
    padding: 0 0 62px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
    pointer-events: none;
    transition: -webkit-transform .3s ease, visibility .6s ease, opacity .6s ease;
    transition: transform .3s ease, visibility .6s ease, opacity .6s ease;
    overflow: hidden
}

.main-category:after,
.main-category:before {
    display: table;
    content: ''
}

.main-category:after {
    clear: both
}

.main-category .box-category {
    position: relative;
    width: 80%;
    float: left;
    text-align: left;
    z-index: 20
}

.main-category .box-category-unesco {
    position: relative;
    width: 80%;
    float: left;
    text-align: left
}

.bg-content-title {
    position: absolute;
    width: 100%;
    height: 5.4rem;
    top: 0;
    left: 0;
    background-color: #c62034;
    z-index: 10
}

.category-item {
    position: relative;
    width: 20%;
    float: left;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-bottom: 2rem
}

.category-item:nth-child(6) {
    clear: both
}

.category-item:nth-child(n+6) .title-category::before {
    content: '';
    width: 30px;
    height: 100%;
    background: #c62034;
    margin-left: -25px
}

.ar .category-item:nth-child(n+6) .title-category::before {
    margin-left: 0;
    margin-right: -25px
}

.category-item:nth-child(n+6) .img-menu {
    left: -4px
}

.category-item:nth-child(n+6) .img-menu .ar {
    right: -4px;
    left: auto
}

.category-item .title-category {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 2rem;
    background-color: #c62034;
    height: 5.4rem;
    padding: 0 1rem 0 0;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 91.5%
}

.no-touch .category-item .title-category:hover a {
    opacity: .5
}

.category-item .title-category a {
    width: 100%;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5rem;
    transition: opacity .3s
}

.category-item .img-menu {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    vertical-align: middle;
    margin-right: 10px
}

.category-item .img-menu+span {
    line-height: 1.5rem;
    width: 100%
}

.ar .category-item {
    float: right
}

.ar .title-category {
    padding: 0 0 0 1rem
}

.ar .img-menu {
    margin-right: 0;
    margin-left: 10px
}

.category-item-unesco {
    position: relative;
    font-family: Georgia, 'Times New Roman', Times, serif
}

.category-item-unesco .title-category-unesco {
    color: #fff;
    width: 100%;
    padding: 3rem 3.5rem;
    font-size: 1.8rem;
    font-family: Lato-Light, sans-serif;
    text-transform: uppercase
}

.category-item-unesco .title-category-unesco a {
    color: #fff
}

.ar .category-item-unesco:after {
    display: none
}

.ar .category-item-unesco:before {
    content: '';
    width: .1rem;
    height: 90%;
    background-color: #6b6969;
    top: 1.5rem;
    right: 0;
    position: absolute
}

.item-unesco-mobile {
    position: relative;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-bottom: 0
}

.item-unesco-mobile .title-unesco-mobile {
    color: #fff;
    width: 100%;
    padding: 3rem 5rem 2rem 5rem;
    font-size: 3rem;
    font-family: Lato-Light, sans-serif;
    text-transform: uppercase
}

.item-unesco-mobile .title-unesco-mobile a {
    color: #fff
}

.sub-lv2 {
    font-family: Lato-Regular, sans-serif;
    padding: 0 .5rem;
    height: 100%
}

.sub-lv2 li {
    font-size: 1.4rem;
    display: block;
    padding: 0;
    text-transform: none;
    line-height: 2.3rem;
    margin-right: 0;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    position: relative
}

.no-touch .sub-lv2 li:hover {
    border-bottom: 0
}

.sub-lv2 li::after {
    content: '-';
    position: absolute;
    left: -10px;
    top: 0
}

.sub-lv2 a {
    text-transform: capitalize;
    color: #fff;
    transition: color .3s
}

.no-touch .sub-lv2 a:hover {
    color: #c52034
}

.ar .sub-lv2 li {
    margin-right: 10px;
    margin-left: 0
}

.ar .sub-lv2 li::after {
    left: auto;
    right: -10px
}

.sub-lv2-unesco,
.sub-lv2-unesco-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 20px
}

.sub-lv2-unesco li,
.sub-lv2-unesco-mobile li {
    width: 20%;
    margin-bottom: 25px;
    padding: 0 1.25rem;
    line-height: 2rem;
    margin-right: 0
}

.no-touch .sub-lv2-unesco li:hover,
.no-touch .sub-lv2-unesco-mobile li:hover {
    border-bottom: 0
}

.sub-lv2-unesco .content,
.sub-lv2-unesco-mobile .content {
    position: relative;
    overflow: hidden
}

.no-touch .sub-lv2-unesco .content:hover a,
.no-touch .sub-lv2-unesco-mobile .content:hover a {
    color: #e3e3e3
}

.no-touch .sub-lv2-unesco .content:hover img,
.no-touch .sub-lv2-unesco-mobile .content:hover img {
    opacity: .5
}

.sub-lv2-unesco .text,
.sub-lv2-unesco-mobile .text {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #c62034;
    padding: .5rem;
    text-align: left
}

.sub-lv2-unesco a,
.sub-lv2-unesco-mobile a {
    font-size: 1.4rem;
    text-transform: capitalize;
    color: #fff
}

.no-touch .sub-lv2-unesco a:hover,
.no-touch .sub-lv2-unesco-mobile a:hover {
    color: #c52034
}

@media only screen and (min-width:1600px) {
    .sub-lv2-unesco li {
        width: 18.1%
    }
}

.sub-lv2-unesco li:hover .content-sub-lv2 {
    visibility: visible;
    -webkit-transform: translate(0, 35px) translateZ(0);
    transform: translate(0, 35px) translateZ(0)
}

.sub-lv2-unesco,
.sub-lv2-unesco-mobile {
    position: relative
}

.sub-lv2-unesco li .content,
.sub-lv2-unesco-mobile li .content {
    display: block
}

.sub-lv2-unesco li .content-sub-lv2,
.sub-lv2-unesco-mobile li .content-sub-lv2 {
    padding: 12px 15px 10px
}

.ar .sub-lv2-unesco li .content-sub-lv2,
.ar .sub-lv2-unesco-mobile li .content-sub-lv2 {
    padding: 9px 15px 10px
}

.sub-lv2-unesco li:hover .content-sub-lv2,
.sub-lv2-unesco-mobile li:hover .content-sub-lv2 {
    padding: 15px 15px 10px
}

.sub-lv2-unesco li .description,
.sub-lv2-unesco-mobile li .description {
    font-family: Lato-Regular, sans-serif;
    overflow: hidden;
    max-height: 66px;
    text-transform: initial;
    margin-top: 10px;
    line-height: 16px;
    display: block
}

.ar .sub-lv2-unesco li .description,
.ar .sub-lv2-unesco-mobile li .description {
    line-height: 1.75em
}

.sub-lv2-unesco p,
.sub-lv2-unesco-mobile p {
    display: block;
    transition: padding .3s;
    color: #fff;
    font-size: 12px;
    text-align: left;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: 2px
}

.ar .sub-lv2-unesco p,
.ar .sub-lv2-unesco-mobile p {
    text-align: right
}

.sub-lv2-unesco .content-sub-lv2,
.sub-lv2-unesco-mobile .content-sub-lv2 {
    position: absolute;
    top: -35px;
    left: 0;
    transition: all .3s;
    height: 100%;
    background-color: rgba(198, 32, 52, .78);
    padding: .5rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 100%;
    -webkit-transform: translate(0, 100%) translateZ(0);
    transform: translate(0, 100%) translateZ(0)
}

.sub-lv2-unesco .sub-title,
.sub-lv2-unesco-mobile .sub-title {
    font-family: Lato-Bold, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 16px
}

.ar .sub-lv2-unesco .sub-title,
.ar .sub-lv2-unesco-mobile .sub-title {
    line-height: 18px
}

.sub-lv2-unesco-mobile li {
    width: 50%;
    margin-bottom: 20px
}

.sub-item-mobile .sub-lv2-unesco-mobile li {
    border-bottom: none
}

.images-category {
    position: relative;
    width: 18%;
    float: right;
    text-align: right;
    z-index: 20;
    margin-top: 3rem;
    margin-left: 2%;
    overflow: hidden
}

.images-category .icons {
    color: #1f435f;
    font-weight: 900
}

.images-category a {
    display: block
}

.images-category a:hover .img-category img {
    -webkit-transform: scale(1.1, 1.1) translateZ(0);
    transform: scale(1.1, 1.1) translateZ(0)
}

.ie .images-category a:hover .img-category img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.box-img-category {
    background-color: #fff
}

.box-img-category .img-category {
    overflow: hidden
}

.box-img-category .img-category img {
    display: block;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale(1, 1) translateZ(0);
    transform: scale(1, 1) translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%
}

.ie .box-img-category .img-category img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.box-img-category .text-category {
    text-align: left;
    padding: 11px 24px;
    color: #555658;
    text-transform: none;
    font-size: 1.4rem;
    letter-spacing: .5px;
    line-height: 2.5rem
}

.box-img-category .text-category .title-event {
    position: relative;
    text-transform: none;
    padding-bottom: .5rem;
    font-family: Lato-Bold, sans-serif;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    letter-spacing: .2rem;
    line-height: 2rem;
    font-weight: 400
}

.box-img-category .text-category .title-event:after {
    content: '';
    position: absolute;
    width: 3rem;
    height: .1rem;
    background-color: #555658;
    bottom: 0;
    left: 0
}

.box-img-category .text-category .description-event {
    font-family: Lato-Regular, sans-serif;
    line-height: 2rem
}

.box-img-category .text-category .know-more {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.2rem;
    color: #c52034;
    text-transform: uppercase
}

.box-img-category .text-category .know-more>span {
    padding-left: .5rem
}

.box-img-category .event {
    font-family: Lato-Regular, sans-serif;
    font-size: 1.2rem
}

.ar .box-img-category .event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.box-img-category .event>span {
    padding-right: .5rem
}

.mob-menu-btn {
    position: relative;
    z-index: 99;
    font-size: 3rem;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.main-menu-mobile {
    position: fixed;
    top: 0;
    right: -1000rem;
    bottom: 0;
    width: 42rem;
    height: 100%;
    min-height: 50rem;
    background-color: #164066;
    z-index: 400;
    transition-duration: .5s;
    opacity: 1;
    visibility: visible
}

.main-menu-mobile .header-menu {
    position: relative;
    width: 100%;
    padding: 6px 0;
    background-color: #164066
}

.main-menu-mobile .header-menu img {
    max-width: 100%
}

.main-menu-mobile .header-menu a:visited {
    color: #fff
}

.main-menu-mobile .login-mobile {
    font-size: 11px;
    letter-spacing: .4rem;
    color: #fff;
    font-family: Lato-Bold, sans-serif;
    text-transform: uppercase;
    padding-left: 4rem;
    line-height: 5rem;
    display: block
}

.no-touch .main-menu-mobile .login-mobile:hover {
    color: grey
}

.main-menu-mobile .box-menu-mobile {
    display: none
}

.ar .login-mobile {
    padding-left: 0;
    padding-right: 1rem
}

.content-menu-mobile {
    overflow: auto;
    height: 100%;
    padding-bottom: 100px
}

.content-menu-mobile .icon-calendar:before {
    font-size: 27px
}

.content-menu-mobile .icon-map:before {
    font-size: 30px
}

.overlay-mega-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none
}

.box-menu-mobile {
    background-color: #fff
}

.box-menu-mobile ul li {
    position: relative;
    display: block;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase
}

.box-menu-mobile a {
    color: #fff
}

.no-touch .box-menu-mobile a:hover,
.no-touch .box-menu-mobile a:hover span {
    color: grey
}

.box-menu-mobile .title-lv1-mobile {
    padding: 17px 25px 12px 25px;
    border-bottom: .1rem solid #e3e3e3;
    letter-spacing: 3px
}

.box-menu-mobile .title-lv1-mobile a {
    color: #c52034
}

.box-menu-mobile .title-lv1-mobile.icon-up:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.box-menu-mobile .title-lv2-mobile {
    padding: 15px 35px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.box-menu-mobile .title-lv2-mobile a {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    line-height: 15px
}

.box-menu-mobile .title-lv2-mobile.icon-up:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.box-menu-mobile .img-menu-mobile {
    position: relative;
    width: 30px;
    height: 30px;
    float: left;
    vertical-align: middle;
    margin-right: 10px
}

.ar .box-menu-mobile .img-menu-mobile {
    margin-right: 0;
    margin-left: 10px
}

.ar .box-menu-mobile .title-lv2-mobile {
    padding: 15px 15px 15px 35px
}

.active-lv1 {
    border-bottom: 4px solid #c52034;
    padding-bottom: 17px
}

.main-icon-mobile {
    width: 100%;
    padding: 15px 25px;
    text-align: left;
    background-color: #fff
}

.main-icon-mobile:after,
.main-icon-mobile:before {
    display: table;
    content: ''
}

.main-icon-mobile:after {
    clear: both
}

.main-icon-mobile a {
    margin-right: 30px;
    font-size: 25px;
    color: #164066;
    display: inline-block
}

.ar .main-icon-mobile a {
    margin-left: 30px;
    margin-right: 0
}

.main-icon-mobile .icons {
    padding-right: 5px;
    vertical-align: middle
}

.ar .main-icon-mobile .icons {
    padding-right: 0;
    padding-left: 5px
}

.main-icon-mobile .text-icon {
    font-size: 14px;
    font-family: Lato-Bold, sans-serif
}

.icon-menu {
    color: #c52034;
    content: '\e923';
    font-family: icons;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ar .icon-menu {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.close-menu {
    position: absolute;
    top: 1.5rem;
    left: -4.5rem;
    font-size: 2rem;
    color: #fff;
    z-index: 1000;
    font-family: Lato-Light, sans-serif;
    cursor: pointer
}

.close-menu:after {
    content: '\e90a';
    font-family: icons
}

.ar .close-menu {
    left: auto;
    right: -4.5rem
}

.sub-item-mobile {
    position: relative;
    display: none;
    line-height: 35px
}

.sub-item-mobile li {
    color: #90abc5;
    border-bottom: .1rem solid #757171
}

.sub-item-mobile li a {
    color: #90abc5
}

.sub-item-mobile .item-icon {
    transition: -webkit-transform .3s;
    transition: transform .3s
}

.sub-item-mobile .item-icon:after {
    color: #fff
}

.sub-item-mobile:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ar .sub-item-mobile .item-icon:before {
    color: #fff
}

.bg-sub-item {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.bg-sub-item img {
    width: 100%;
    height: 100%
}

.sub-lang-mobile {
    position: absolute;
    left: 0;
    padding: 1rem 0
}

.ar .sub-lang-mobile {
    left: auto
}

.sub-item-mobile-1 {
    padding: 0 25px 25px 25px;
    line-height: 30px;
    display: none
}

.sub-item-mobile-1 li {
    text-transform: none;
    border-bottom: 0;
    padding-left: 14px
}

.sub-item-mobile-1 li a {
    color: #fff
}

.sub-item-mobile-1 li::before {
    content: '-';
    position: absolute;
    left: 0
}

.ar .sub-item-mobile-1 {
    padding-left: 0;
    padding-right: 25px
}

.ar .sub-item-mobile-1 li {
    padding-right: 14px
}

.ar .sub-item-mobile-1 li::before {
    left: auto;
    right: 0
}

.show-content {
    right: 0;
    opacity: 1;
    visibility: visible
}

.text-topbar-menu>ul>li {
    font-size: 11px;
    position: relative;
    padding: 0 25px 25px 25px;
    cursor: pointer
}

.text-topbar-menu>ul>li:first-child {
    padding-top: 17px;
    margin-top: 18px
}

.text-topbar-menu a {
    color: #fff
}

.text-topbar-menu .item-icon:after {
    color: #fff
}

.text-topbar-menu .sub-item-mobile li {
    border-bottom: 0;
    z-index: 1;
    position: relative
}

.text-topbar-menu .sub-item-mobile:before {
    background-color: transparent
}

.lang-mobile {
    padding: 30px 0 20px 25px;
    border-top: 1px solid #6b6969;
    color: #fff
}

.lang-mobile:after,
.lang-mobile:before {
    display: table;
    content: ''
}

.lang-mobile:after {
    clear: both
}

.lang-mobile .title-lang {
    letter-spacing: 3px;
    float: left;
    line-height: inherit
}

.lang-mobile .lang-menu {
    position: relative;
    float: right;
    cursor: pointer;
    padding-right: 4rem;
    font-size: 12px;
    line-height: 13px
}

.lang-mobile .lang-menu li {
    position: relative;
    line-height: 25px;
    border-bottom: 0
}

.lang-mobile .lang-menu a {
    color: #fff;
    font-size: 12px;
    padding: .5px 0
}

.lang-mobile .lang-menu span {
    font-size: 11px;
    line-height: inherit
}

.lang-mobile .lang-menu .item-icon:after {
    color: #fff
}

.lang-mobile .lang-menu .sub-item-mobile:before {
    background-color: transparent
}

.ar .lang-menu {
    padding-right: 0;
    padding-left: 35px;
    float: left
}

.ar .lang-menu .item-icon:before {
    top: .2rem;
    color: #fff
}

.ar .lang-mobile {
    padding: 2rem 25px 2rem 0
}

.ar .lang-mobile .title-lang {
    float: right
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: .7;
    z-index: 110;
    content: '';
    background-color: #000;
    display: none;
    transition: visibility .3s
}

.overlay.open {
    visibility: visible;
    display: block
}

.item-icon {
    transition: -webkit-transform .3s;
    transition: transform .3s
}

.item-icon:after {
    font-family: icons;
    content: '\e902';
    position: absolute;
    right: 15px;
    z-index: 100;
    color: #c52034;
    font-size: 8px
}

.icon-up:after {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 17px
}

.ar .icon-up:before {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 15px
}

.ar .item-icon.icon-up:before {
    left: 12px
}

.bookmark-header {
    position: relative
}

.bookmark-header .bookmark-total {
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #174066;
    color: #fff;
    font-size: 1.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato-Regular, sans-serif
}

@media only screen and (min-width:1600px) {
    .main-navigation {
        padding-left: 100px
    }
}

@media only screen and (min-width:1280px) {
    .main-header.sticky {
        padding: 0
    }

    .main-header.sticky .logo {
        padding-bottom: 5px;
        padding-top: 5px
    }

    .main-header.sticky .title-5>a {
        padding-bottom: 20px;
        margin-top: 30px
    }
}

@media only screen and (max-width:1279px) {
    .mob-menu-btn {
        font-size: 3.5rem
    }

    .hide-icon,
    .main-navigation,
    .topbar {
        display: none
    }

    .main-menu-mobile .title-4 {
        font-size: 14px
    }

    .mob-menu-btn {
        display: -ms-flexbox;
        display: flex
    }

    .main-icon {
        margin-right: 4rem;
        -ms-flex: 1;
        flex: 1
    }

    .main-icon .icons {
        font-size: 100%
    }

    .bookmark-header .bookmark-total {
        width: 2.5rem;
        height: 2.5rem
    }

    .ar .main-icon {
        margin-right: 0;
        margin-left: 4rem
    }
}

@media screen and (min-width:1280px) {
    .tablet .mob-menu-btn {
        font-size: 3.5rem
    }

    .tablet .hide-icon,
    .tablet .main-navigation,
    .tablet .topbar {
        display: none
    }

    .tablet .main-menu-mobile .title-4 {
        font-size: 14px
    }

    .tablet .mob-menu-btn {
        display: -ms-flexbox;
        display: flex
    }

    .tablet .main-icon {
        margin-right: 4rem;
        -ms-flex: 1;
        flex: 1
    }

    .tablet .main-icon .icons {
        font-size: 100%
    }

    .tablet .bookmark-header .bookmark-total {
        width: 2.5rem;
        height: 2.5rem
    }

    .tablet .ar .main-icon {
        margin-right: 0;
        margin-left: 4rem
    }
}

.item-icon:before {
    font-size: 8px
}

@media only screen and (max-width:1024px) {
    .main-header {
        -webkit-tap-highlight-color: transparent
    }
}

@media only screen and (max-width:768px) {
    .lang-mobile .lang-menu {
        padding-right: 35px
    }

    .bookmark-header .bookmark-total {
        width: 2.8rem;
        height: 2.8rem;
        font-size: 1.6rem
    }

    .main-header .main-icon a {
        font-size: 4rem
    }
}

@media only screen and (max-width:480px) {
    .main-header {
        height: 80px;
        padding: 4% 2.8%
    }

    .main-header .logo img {
        max-width: 80%
    }

    .main-menu-mobile {
        width: 90%
    }
}

@media only screen and (max-width:375px) {
    .main-header .logo img {
        max-width: 90%
    }
}

.ar .main-icon {
    float: right;
    text-align: left
}

.ar .main-icon a {
    margin-right: 4rem
}

.ar .main-icon a:first-child {
    margin-right: 0
}

.ar .box-category,
.ar .box-category-unesco {
    float: right;
    text-align: right
}

.ar .images-category {
    float: left;
    text-align: left;
    margin-left: 0;
    margin-right: 2%
}

.ar .sub-lv2 li:before,
.ar .sub-lv2-unesco li:before {
    content: '';
    display: none
}

.ar .sub-lv2-unesco li {
    border-left: .1rem solid #6b6969;
    border-right: 0
}

.ar .item-icon:after {
    content: ''
}

.ar .item-icon:before {
    content: '\e902';
    font-family: icons;
    position: absolute;
    left: 15px;
    z-index: 100;
    color: #c52034;
    font-size: 8px
}

.ar .text-topbar-menu .item-icon:before {
    color: #fff
}

.ar .main-menu-mobile {
    right: auto;
    left: -100rem
}

.ar .show-content {
    left: 0;
    opacity: 1;
    visibility: visible
}

.ar .main-icon-mobile {
    text-align: right
}

@media only screen and (max-width:962px) {
    .ar .col-md-4 {
        float: none
    }
}

.ar .box-img-category .text-category {
    text-align: right
}

.ar .box-img-category .text-category .event>span {
    padding-right: 0;
    padding-left: .5rem
}

.ar .box-img-category .title-event:after {
    left: auto;
    right: 0
}

.ar .box-img-category .know-more {
    padding-top: 2px
}

.ar .box-img-category .know-more span {
    padding-right: 0;
    padding-left: .5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-height:800px) and (min-width:1024px) {
    .main-category .box-category-unesco {
        width: 60%
    }

    .sub-lv2-unesco li p,
    .sub-lv2-unesco-mobile li p {
        font-size: 10px
    }

    .sub-lv2-unesco li .description,
    .sub-lv2-unesco-mobile li .description {
        line-height: 12px
    }

    .sub-lv2 li {
        font-size: 11px;
        line-height: 1.8rem
    }

    .sub-lv2-unesco li .description {
        margin-top: 8px
    }

    .sub-lv2-unesco li:hover .content-sub-lv2 {
        padding: 8px 10px;
        -webkit-transform: translate(0, 28px) translateZ(0);
        transform: translate(0, 28px) translateZ(0)
    }

    .sub-lv2-unesco li {
        margin-bottom: 15px
    }

    .sub-lv2-unesco li .content-sub-lv2 {
        padding: 10px;
        top: -28px
    }

    .ar .sub-lv2-unesco li .content-sub-lv2 {
        padding: 8px 10px
    }

    .category-item-unesco .title-category-unesco {
        padding: 2rem 3.5rem
    }
}

.layout-en a {
    font-family: Lato-Regular, sans-serif
}

.lang-dropdown-list .layout-ar {
    padding-bottom: 1rem
}

.lang-dropdown-list .layout-ar a {
    font-family: DINNext-Regular, sans-serif
}

@media (min-width:1366px) {

    .ar .sub-lv2-unesco li .description,
    .ar .sub-lv2-unesco-mobile li .description {
        margin-top: 3px
    }
}

footer {
    position: relative;
    background-color: #3b3d3f;
    padding-bottom: 3rem
}

footer .title-footer {
    color: #fff;
    margin-bottom: 2.5rem;
    letter-spacing: .3rem
}

footer .form-control {
    margin-bottom: 5px
}

footer:after,
footer:before {
    display: table;
    content: ''
}

footer:after {
    clear: both
}

.email-message,
.err-message {
    text-align: left;
    padding: .5rem 0;
    font-size: 12px;
    display: none;
    position: absolute
}

.ar .email-message,
.ar .err-message {
    text-align: right
}

.info-connect {
    position: relative;
    width: 100%
}

.info-connect:after,
.info-connect:before {
    display: table;
    content: ''
}

.info-connect:after {
    clear: both
}

.info-connect .item {
    width: 100%;
    min-height: 18rem;
    padding: 2rem 3rem;
    max-height: 20rem;
    text-align: center;
    padding-bottom: 6px
}

.firefox .info-connect .item,
.ie .info-connect .item {
    padding-bottom: 5px
}

.info-connect .item img {
    max-width: 100%;
    padding: 0 .5rem;
    transition: -webkit-transform .2s;
    transition: transform .2s
}

.no-touch .info-connect .item img:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.info-connect .item-stay {
    background-color: #174066
}

.info-connect .item-social {
    background-color: #a07b33
}

.info-connect .item-social .img-social {
    width: 38px;
    display: inline-block;
    padding: 0
}

.info-connect .item-social a {
    display: inline-block;
    margin: 0 .8rem .4rem 0
}

.info-connect .item-download {
    background-color: #c52034
}

.info-connect .item-download .item-link {
    margin: 0 5px;
    width: 100%
}

.info-connect .item-download .item-img {
    width: 100%
}

.info-connect .input-group {
    position: relative;
    color: #6b89a6;
    font-family: Lato-Regular, sans-serif;
    margin: 1rem 0
}

.info-connect .input-group input::-webkit-input-placeholder {
    color: #6b89a6
}

.info-connect .input-group input::-moz-placeholder {
    color: #6b89a6
}

.info-connect .input-group input:-ms-input-placeholder {
    color: #6b89a6
}

.info-connect .input-group input:-moz-placeholder {
    color: #6b89a6
}

.info-connect .input-newsletter {
    width: 100%;
    height: 5rem;
    background-color: transparent;
    padding: 0 7.5rem 0 1.5rem;
    border: .1rem solid #6b89a6;
    border-radius: .5rem;
    font-size: 12px;
    line-height: 4.8rem;
    transition: border-color .3s;
    color: #fff
}

.info-connect .input-newsletter:focus {
    border-color: #fff
}

.info-connect .btn-newsletter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: transparent;
    border-color: #6b89a6;
    border-width: 0 0 0 .1rem;
    height: 5rem;
    line-height: 4rem;
    padding: 0 3rem;
    color: #6b89a6;
    border-radius: 0 .5rem .5rem 0
}

.info-connect .btn-newsletter .icon-chevron-right {
    font-size: 10px;
    line-height: 4.8rem;
    color: #6b89a6
}

.info-connect .item-download-box {
    max-width: 340px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.info-connect .item-download-box img {
    max-width: 175px;
    height: auto;
    display: block;
    width: 100%
}

.info-footer {
    position: relative;
    width: 100%;
    text-align: center
}

.info-footer:after,
.info-footer:before {
    display: table;
    content: ''
}

.info-footer:after {
    clear: both
}

.navigation {
    padding: 2rem;
    border-bottom: .1rem solid #4b4a4f
}

.navigation li {
    display: inline-block;
    padding-right: 3rem;
    font-size: 12px
}

.navigation li a {
    color: rgba(255, 255, 255, .5);
    transition: color .3s
}

.no-touch .navigation li a:hover {
    color: #c52034
}

.navigation li:last-child {
    padding-right: 0
}

.ar .navigation li {
    font-size: 15px
}

.ar .navigation li:last-child {
    padding-right: 3rem
}

.ar .navigation li:first-child {
    padding-right: 0
}

.ar .navigation li a {
    color: #9d9e9f;
    letter-spacing: .15rem
}

.logo-footer {
    padding: 2rem 0
}

.logo-footer img {
    margin: auto;
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    transition: opacity .3s
}

.no-touch .logo-footer img:hover {
    opacity: .7
}

.copyright {
    font-family: Lato-Regular, sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, .2);
    letter-spacing: .5px
}

.ar .copyright {
    color: #626465;
    letter-spacing: .15rem
}

@media only screen and (max-width:1060px) {
    .info-connect .input-newsletter {
        font-size: 10px
    }
}

@media only screen and (max-width:1023px) {

    .info-connect .btn-newsletter,
    .info-connect .input-newsletter {
        font-size: 12px;
        height: 8.6rem
    }

    footer .title-footer {
        margin-bottom: 20px
    }

    footer .title-4 {
        font-size: 12px
    }

    .info-connect .item {
        max-height: 100%
    }
}

@media only screen and (max-width:1023px) {
    .navigation {
        text-align: center
    }

    .info-connect .item {
        padding: 30px 50px
    }

    .info-connect .item-download-box {
        padding: 0 30px
    }
}

@media only screen and (max-width:480px) {
    .navigation {
        text-align: center
    }

    .logo-footer img {
        max-width: 160px
    }

    .info-connect .item {
        padding: 30px 20px
    }
}

.ar .btn-newsletter {
    position: absolute;
    top: 0;
    right: auto;
    left: 0;
    border-color: #6b89a6;
    border-width: 0 .1rem 0 0;
    border-radius: .5rem 0 0 .5rem
}

.ar .input-newsletter {
    padding: .5rem 1.5rem .5rem 7.5rem
}

.newsletter.form-error .err-message {
    color: #f7475d;
    display: block
}

.newsletter.form-success .err-message {
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px
}

.book-container {
    padding-top: 80px
}

.book-container .btn-red-white {
    padding: 0 29px
}

.book-container .mx-section {
    margin-top: 10px
}

.main-search {
    margin: 0 2.8%;
    position: fixed;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: opacity .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 200
}

.main-search .input-group {
    position: relative
}

.main-search .input-group label {
    font-family: Lato-Light, sans-serif;
    font-size: 2rem;
    color: #888;
    width: auto;
    height: auto;
    left: 3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: auto
}

.ie .main-search .input-group label {
    top: 55%
}

.main-search .input-search {
    font-family: Lato-Light, sans-serif;
    font-size: 3.5rem;
    color: #000;
    width: 100%;
    height: 8rem;
    padding: 1rem 8rem 1rem 3rem;
    border: .1rem solid #e3e3e3
}

.ie .main-search .input-search {
    line-height: 8rem;
    padding-top: 0;
    padding-bottom: 0
}

.main-search .input-search::-ms-clear {
    display: none
}

.main-search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.5rem;
    color: #164066;
    background-color: transparent;
    height: 100%;
    padding: 0 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.main-search .container-fluid {
    background-color: transparent
}

.ar .main-search .btn-search {
    right: auto;
    left: 0
}

.ar .main-search .input-group label {
    left: 0;
    right: 3rem
}

.ar .input-search {
    padding: 1rem 3rem 1rem 8rem
}

.show-input {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:1024px) {
    .main-search .input-search {
        font-size: 2rem
    }
}

.main-stories {
    position: relative;
    width: 100%;
    padding: 7rem 0 11rem 0
}

.main-stories .title-stories {
    position: relative
}

.main-stories .title-stories .title-stories-1 {
    position: relative;
    display: inline-block;
    margin-bottom: 0
}

.main-stories .title-stories .title-stories-1:after {
    content: '';
    display: block;
    width: 7rem;
    height: 1px;
    background-color: #a07b33;
    margin: 2rem auto
}

.main-stories .swiper-wrapper {
    padding: 22px 0
}

.main-stories .swiper-slide {
    max-width: 35rem
}

.main-stories .swiper-container {
    margin: 2rem 0;
    min-height: 423px
}

.main-stories .swiper-container .block-message {
    color: #c52034;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 15%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-stories .swiper-container .popup-swiper-container {
    position: absolute;
    background-color: #fff
}

@media (max-width:480px) {
    .main-stories .swiper-container {
        min-height: 357px
    }

    .main-stories .swiper-slide {
        max-width: 50rem
    }
}

@media (max-width:320px) {
    .main-stories .swiper-slide {
        max-width: 45rem
    }
}

@media (max-width:768px) {
    .main-stories .swiper-container {
        min-height: 370px
    }
}

@media screen and (min-width:980px) and (max-width:1024px) {
    .main-stories .swiper-container {
        min-height: 410px
    }
}

.container-inner .main-stories {
    padding: 0;
    margin-top: 6rem
}

.container-inner .swiper-container {
    padding: 0
}

.social-item {
    transition: opacity .3s;
    box-shadow: 0 0 20.16px 3.84px rgba(0, 0, 0, .07);
    border: 1px solid #ebebeb;
    background-color: #fdfdf5
}

.no-touch .social-item:hover {
    opacity: .6
}

.stories-item {
    border: .1rem solid #fff;
    box-shadow: 0 0 .5rem #e3e3e3;
    width: 100%;
    display: block
}

.stories-item .block-wrap {
    padding: 2rem
}

.stories-item .header-stories {
    padding: 1rem 0
}

.stories-item .header-stories:after,
.stories-item .header-stories:before {
    display: table;
    content: ''
}

.stories-item .header-stories:after {
    clear: both
}

.stories-item .header-stories .img-user {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.stories-item .header-stories .img-user img {
    width: 100%
}

.stories-item .header-stories .info-user {
    width: 72%;
    float: left;
    padding: 1rem;
    line-height: 16px;
    font-size: 12px
}

.stories-item .header-stories .name {
    color: #c6112c
}

.stories-item .header-stories .date {
    color: #666
}

@media only screen and (max-width:1024px) {
    .stories-item .header-stories .img-user {
        width: 40px;
        height: 40px
    }

    .stories-item .header-stories .info-user {
        width: 70%;
        padding: .5rem 1rem
    }
}

.stories-item .icon-social {
    float: right;
    max-width: 100%;
    font-size: 3rem;
    color: #b3b3b3
}

.stories-item .content-info {
    min-height: 24rem;
    margin-bottom: 20px
}

.stories-item .content-info .img-stories {
    margin-bottom: 2rem;
    max-height: 150px;
    overflow: hidden;
    height: 150px
}

.stories-item .content-info .description-stories {
    margin-bottom: 10px;
    height: 60px;
    max-height: 60px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden
}

.stories-item .content-info img {
    width: 100%
}

.social-item .icon-stories {
    position: absolute;
    bottom: 20px;
    margin: 0 2rem
}

.social-item .icon-stories:after,
.social-item .icon-stories:before {
    display: table;
    content: ''
}

.social-item .icon-stories:after {
    clear: both
}

.social-item .icon-stories .icon-red {
    color: #c6112c;
    font-size: 1.7rem
}

.social-item .icon-left {
    position: relative;
    width: 100%;
    float: left
}

.social-item .icon-left a {
    display: inline-block;
    padding-right: 2rem;
    transition: opacity .3s
}

.no-touch .social-item .icon-left a:hover {
    opacity: .6
}

.social-item .icon-right {
    float: right
}

.social-item .icon-right a {
    display: inline-block
}

.filter-tint {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0
}

.filter-tint .disabled-icon {
    pointer-events: none;
    cursor: default
}

.filter-tint .icon-social {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #b3b3b3;
    color: #fff;
    margin: 0 8px;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .filter-tint .icon-social {
        width: 35px;
        height: 35px;
        font-size: 17px;
        line-height: 35px
    }
}

.filter-tint .icon-facebook.selected {
    background-color: #2d408d
}

.no-touch .filter-tint .icon-facebook:hover {
    background-color: #2d408d
}

.filter-tint .icon-twitter.selected {
    background-color: #1396f1
}

.no-touch .filter-tint .icon-twitter:hover {
    background-color: #1396f1
}

.filter-tint .icon-instagram.selected {
    background-color: #d42442
}

.no-touch .filter-tint .icon-instagram:hover {
    background-color: #d42442
}

.bookmark-right.modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bookmark-right.modal .title-5 {
    padding-bottom: 10px
}

.bookmark-right.modal .modal-title {
    padding: 0 24px
}

.bookmark-right.modal .modal-content {
    height: 100%;
    border-radius: 0;
    background-color: #fdfdf5;
    box-shadow: none;
    border: none
}

.bookmark-right.modal .modal-body {
    height: 100%;
    padding: 4rem 2rem 18rem 3rem
}

.bookmark-right.modal .modal-header {
    position: relative;
    border: none;
    background-color: #fff;
    padding: 4.5rem 3rem
}

.bookmark-right.modal .title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bookmark-right.modal .icon-wrapper {
    position: relative;
    font-size: 4rem
}

.bookmark-right.modal .icon-bookmark {
    cursor: default;
    color: #174066
}

.bookmark-right.modal .bookmark-total {
    position: absolute;
    top: -1.8rem;
    right: -1.8rem;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    font-size: 2.5rem;
    background-color: #174066;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato-Regular, sans-serif
}

.bookmark-right.modal .close-bookmark {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3rem;
    color: #c52034;
    cursor: pointer;
    font-size: 2rem
}

.ar .bookmark-right.modal .close-bookmark {
    left: 0;
    right: auto
}

.no-touch .bookmark-right.modal .close-bookmark:hover {
    color: #174066
}

.bookmark-right.modal .bookmark-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #b3b3b3
}

.bookmark-right.modal .bookmark-item>a {
    width: 100%
}

.bookmark-right.modal .bookmark-item:not(:first-child) {
    margin-top: 2.7rem
}

.bookmark-right.modal .bookmark-item:not(:last-child) {
    padding-bottom: 3.5rem
}

.bookmark-right.modal .bookmark-item:last-child {
    border: none
}

.bookmark-right.modal .bookmark-img {
    height: 130px;
    width: 105px;
    display: block;
    padding-top: 3px
}

.bookmark-right.modal .bookmark-info {
    position: relative;
    color: grey;
    -ms-flex: 1;
    flex: 1;
    padding: 0 27px
}

.bookmark-right.modal .close-bookmark-item {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    line-height: 3rem;
    cursor: pointer;
    z-index: 100
}

.no-touch .bookmark-right.modal .close-bookmark-item:hover {
    color: #c52034
}

.ar .bookmark-right.modal .close-bookmark-item {
    right: auto;
    left: 0
}

.bookmark-right.modal .mCSB_draggerRail {
    background-color: #fdfdf5
}

.bookmark-right.modal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b3b3b3;
    width: 6px
}

.bookmark-right.modal .no-bookmark {
    padding: 2rem 3rem 0;
    font-style: italic;
    text-transform: none;
    font-family: Lato-Regular, sans-serif
}

.bookmark-right.modal.fade .modal-dialog {
    right: -100%;
    transition: opacity .3s linear, right .3s ease-out, left .3s ease-out
}

.ar .bookmark-right.modal.fade .modal-dialog {
    left: -100%;
    right: auto
}

.bookmark-right.modal.fade.in .modal-dialog {
    right: 0;
    bottom: 0
}

.ar .bookmark-right.modal.fade.in .modal-dialog {
    right: auto;
    left: 0
}

.ar .bookmark-header .bookmark-total {
    padding-bottom: .4rem
}

@media screen and (min-width:1024px) {
    .bookmark-right.modal .modal-dialog {
        max-width: 480px
    }

    .bookmark-right.modal .modal-body {
        padding: 3.5rem 2rem 17rem 3rem
    }

    .bookmark-right.modal .close-bookmark {
        font-size: 1rem;
        padding: 2rem
    }

    .bookmark-right.modal .icon-wrapper {
        font-size: 3rem
    }

    .bookmark-right.modal .bookmark-total {
        top: -1rem;
        right: -.8rem;
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1.2rem
    }

    .bookmark-right.modal .close-bookmark-item {
        font-size: 1rem;
        line-height: 1.4rem;
        padding: 3px
    }

    .ar .bookmark-right.modal .bookmark-total {
        padding-bottom: 3px
    }
}

@media screen and (min-width:1200px) {
    .bookmark-right.modal .modal-body {
        padding: 3.5rem 3rem 15rem 5rem
    }

    .ar .bookmark-right.modal .modal-body {
        padding: 3.5rem 5rem 15rem 3rem
    }

    .bookmark-right.modal .modal-header {
        padding: 3.7rem 5rem 3rem 5rem
    }

    .bookmark-right.modal .no-bookmark {
        padding: 2rem 5rem 0
    }

    .bookmark-right.modal .bookmark-item {
        margin-right: 1rem
    }

    .ar .bookmark-right.modal .bookmark-item {
        margin-left: 1rem;
        margin-right: 0
    }

    .bookmark-right.modal .close-bookmark {
        font-size: 1.1rem;
        padding: 3rem
    }
}

@media screen and (max-width:767px) {
    .android .bookmark-header .bookmark-total {
        padding-bottom: 2px
    }

    .bookmark-right.modal .bookmark-total {
        font-size: 2rem
    }
}

@media screen and (max-width:600px) {
    .android .bookmark-header .bookmark-total {
        padding-bottom: 0
    }
}

.tile {
    position: relative;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: block
}

.tile.lato {
    font-family: Lato-Regular, sans-serif
}

.tile.no-overlay .img-wrap:before {
    content: normal
}

.tile.light {
    color: #000
}

.tile .heading-block {
    font-size: 2.6em;
    padding: 0 10%;
    top: 40%
}

.tile .heading-block .pre-heading {
    font-size: .48em;
    letter-spacing: .25em;
    line-height: 1.4em
}

.tile .heading-block .sub-heading {
    padding-top: 1em;
    font-size: .4em;
    text-transform: uppercase;
    padding: 2em 20% 0;
    line-height: 1.6em
}

.tile .heading-block .main-heading {
    font-size: 1em;
    line-height: 1.22em;
    word-spacing: .15em;
    letter-spacing: .05em
}

.ar .tile .heading-block .main-heading {
    font-size: 1.2em
}

.tile.top .heading-block {
    top: 20%
}

.tile.middle .heading-block {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tile.bottom .heading-block {
    bottom: 20%;
    top: auto
}

.tile .btn-bookmark {
    position: absolute;
    bottom: 12%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 0;
    transition: color .3s, opacity .3s;
    z-index: 2;
    font-size: 1.6em;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.2em;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: inline-block;
    border-radius: 50%
}

.tile .btn-bookmark.active {
    color: #c52034;
    background: rgba(255, 255, 255, .8)
}

.no-touch .tile .btn-bookmark.active:hover {
    opacity: .7
}

.no-touch .tile .btn-bookmark:hover {
    color: #c52034;
    cursor: pointer;
    transition: color .25s
}

.tile .img-wrap {
    width: 100%;
    position: relative
}

.tile .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    right: -2px;
    background: linear-gradient(#000, transparent, #000);
    opacity: .6;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: block
}

.tile .heading-block,
.tile .read-more,
.tile .tile-title {
    width: 100%;
    left: 0;
    z-index: 1;
    margin: 0;
    position: absolute
}

.tile .read-more,
.tile .select-gallery,
.tile .tile-title {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.2em;
    line-height: 2.55em;
    letter-spacing: .2em;
    text-transform: uppercase
}

.tile .btn-play {
    top: 50%
}

.tile .tile-title {
    top: 5%;
    font-size: 1em;
    line-height: 25.5px;
    word-spacing: 2.5px;
    letter-spacing: .2em
}

.ar .tile .tile-title {
    font-size: 1.2em
}

.tile .read-more {
    width: auto;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: inherit;
    bottom: 4%;
    transition: opacity .3s;
    font-size: 1.1em;
    text-transform: uppercase
}

.tile.form {
    cursor: auto
}

.tile.form .tile-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2em;
    padding: 0 10%;
    line-height: 1.5em
}

.ar .tile.form .tile-title {
    font-family: Lato-Bold, sans-serif
}

.tile.form .btn-bookmark,
.tile.form .read-more {
    display: none
}

.tile.video .btn-bookmark {
    display: none
}

.tile .img-wrap {
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.tile .img-wrap img {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    line-height: 0;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform: scale(1.02, 1.02);
    transform: scale(1.02, 1.02);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-touch .tile:hover .img-wrap img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.btn-bookmark {
    width: auto;
    transition: color .3s;
    border: none;
    background: 0 0;
    font-size: 1.8rem
}

.no-touch .btn-bookmark:hover {
    color: #c52034;
    transition: color .3s
}

.gallery-block {
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery-block .btn-bookmark {
    display: none
}

.gallery-block .tile:nth-child(1) {
    -ms-flex-order: 1;
    order: 1
}

.gallery-block .tile:nth-child(2) {
    -ms-flex-order: 2;
    order: 2
}

.gallery-block .tile:nth-child(3) {
    -ms-flex-order: 3;
    order: 3
}

.gallery-block .tile:nth-child(4) {
    -ms-flex-order: 4;
    order: 4
}

.gallery-block:nth-child(odd) {
    background-color: #c52034
}

.gallery-block:nth-child(odd) .tile:nth-child(2) .tile-title {
    top: 10%;
    font-size: 2em
}

.gallery-block:nth-child(odd) .tile:nth-child(2) .read-more {
    bottom: 4%;
    font-size: 2.2em
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form {
    -ms-flex-order: 3;
    order: 3
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form .tile-title {
    top: 5%
}

.gallery-block:nth-child(odd) .tile:nth-child(2):not(.form) {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    -ms-flex-order: 2;
    order: 2
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile .read-more {
    font-size: 2.2em
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile .main-heading {
    font-size: .5em
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile .tile-title {
    font-size: 2em;
    top: 10%
}

.gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile .heading-block {
    font-size: 5.2em
}

.gallery-block:nth-child(even) {
    background-color: #a07b33
}

@media (max-width:1023px) {
    .gallery-block:nth-child(even) {
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.gallery-block:nth-child(even) .tile:nth-child(3) .tile-title {
    top: 5%;
    font-size: 2em
}

.gallery-block:nth-child(even) .tile:nth-child(3) .tile-title .tile-title {
    top: 5%
}

.gallery-block:nth-child(even) .tile:nth-child(3) .read-more {
    bottom: 8%;
    font-size: 2.2em
}

.gallery-block:nth-child(even) .tile:nth-child(3).form {
    -ms-flex-order: 4;
    order: 4
}

.gallery-block:nth-child(even) .tile:nth-child(3):not(.form) {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

.gallery-block:nth-child(even) .tile:nth-child(3).form+.tile {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
    -ms-flex-order: 3;
    order: 3
}

.gallery-block:nth-child(even) .tile:nth-child(3).form+.tile .read-more {
    font-size: 2.2em
}

.gallery-block:nth-child(even) .tile:nth-child(3).form+.tile .tile-title {
    font-size: 2em
}

.gallery-block:nth-child(even) .tile:nth-child(3).form+.tile .heading-block {
    font-size: 5.2em
}

@media (min-width:1024px) {
    .gallery-block .tile {
        -ms-flex: 1 1 28.57142857%;
        flex: 1 1 28.57142857%;
        max-width: 28.57142857%
    }

    .gallery-block:nth-child(odd) .tile:nth-child(2).form+.tile,
    .gallery-block:nth-child(odd) .tile:nth-child(2):not(.form) {
        -ms-flex: 1 1 14.28571429%;
        flex: 1 1 14.28571429%;
        max-width: 14.28571429%;
        height: 50%
    }

    .gallery-block:nth-child(even) {
        -ms-flex-align: end;
        align-items: flex-end
    }

    .gallery-block:nth-child(even) .tile:nth-child(3).form+.tile,
    .gallery-block:nth-child(even) .tile:nth-child(3):not(.form) {
        -ms-flex: 1 1 14.28571429%;
        flex: 1 1 14.28571429%;
        max-width: 14.28571429%;
        height: 50%
    }
}

@media (max-width:1023px) {
    .gallery-wrapper {
        margin-left: 5rem;
        margin-right: 5rem
    }
}

.form-fegallery {
    position: absolute;
    background-color: #174066;
    padding: 3em;
    top: 30%;
    left: 50%;
    width: 74%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.form-fegallery .form-group {
    margin-bottom: 2.5em;
    position: relative
}

.form-fegallery select {
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    opacity: .5;
    width: 100%;
    font-family: Lato-Regular, sans-serif;
    text-align: center;
    font-size: 1em;
    line-height: 2.8em;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-top: 5%;
    border: none;
    border-bottom: 1px solid #6f88a1;
    text-indent: 40px
}

.form-fegallery .form-control {
    color: #6f88a1;
    font-size: 1em
}

.form-fegallery .text {
    cursor: auto;
    color: #fff;
    width: 100%;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 1.3em;
    line-height: normal;
    letter-spacing: .2em
}

.form-fegallery .btn-findenvent {
    display: inline-block;
    font-family: Lato-Bold, sans-serif;
    font-size: .8em;
    letter-spacing: .3em;
    height: 4em;
    padding: .2em 2.2em 0 2.2em
}

.form-fegallery .btn-findenvent .icons {
    font-weight: 700
}

.form-fegallery .btn-findenvent .px-1 {
    line-height: 1.6
}

.form-fegallery .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.form-fegallery .select {
    font-family: Lato-Regular, sans-serif;
    font-size: 1em;
    line-height: 2.8em;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin-top: 5%;
    border: none;
    border-bottom: 1px solid #6f88a1
}

.form-fegallery .select-styled {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    opacity: .5;
    font-size: 1em
}

@media (max-width:768px) {
    .form-fegallery .select-styled {
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.form-fegallery .select-options {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #fff;
    color: #174066;
    border: 1px solid #dcdcdc
}

.form-fegallery .select-options li {
    font-family: Lato-Bold, sans-serif;
    letter-spacing: 2.5px;
    text-align: initial;
    margin: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    text-indent: 0;
    border-top: .5px solid #dcdcdc;
    line-height: 2.5em
}

.no-touch .form-fegallery .select-options li:hover {
    color: #fff;
    background: #436c93
}

.form-fegallery .select-options li[rel=hide] {
    display: none
}

.form-fegallery .select-options li:first-child {
    border: none
}

.form-fegallery .select-arrow {
    position: absolute;
    right: -.6rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    float: none;
    margin-top: 0;
    font-size: 1.2rem
}

.form-fegallery .select-gallery::-ms-expand {
    display: none
}

.form-fegallery .icon-select {
    position: absolute;
    right: 10%;
    margin-top: 8%;
    color: #6f88a1;
    font-size: 1em
}

.btn {
    font-family: Lato-Bold, sans-serif;
    font-size: 12px;
    word-spacing: 2.8px;
    letter-spacing: 2.8px;
    height: 50px;
    line-height: 48px;
    padding: 0 48px;
    border: none;
    margin-left: auto;
    margin-right: auto
}

.btn:focus {
    color: #c52034
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

@media (min-width:480px) {
    .btn {
        font-size: 14px
    }
}

.btn-red-white {
    color: #c52034;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #c52034;
    border-radius: 6px;
    transition: color .3s, background-color .3s
}

.no-touch .btn-red-white:hover {
    color: #fff;
    background-color: #c52034
}

.btn-red-white:focus,
.btn-red-white:visited {
    color: #c52034
}

.btn-white-brown {
    color: #fff;
    background-color: #b45516;
    text-transform: uppercase;
    border: 1px solid #b45516;
    border-radius: 6px;
    transition: color .3s, background-color .3s
}

.no-touch .btn-white-brown:hover {
    color: #b45516;
    background-color: #fff
}

.btn-blue-white {
    color: #fff;
    background-color: #174066;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: color .3s, background-color .3s
}

.no-touch .btn-blue-white:hover {
    color: #174066;
    background-color: #fff
}

.btn-blue-white:focus,
.btn-blue-white:visited {
    color: #fff
}

.btn-white-blue {
    color: #174066;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #174066;
    border-radius: 6px;
    transition: color .3s, background-color .3s
}

.no-touch .btn-white-blue:hover {
    color: #fff;
    background-color: #174066
}

.btn-white-blue:focus,
.btn-white-blue:visited {
    color: #174066
}

.btn-white-white {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 6px;
    transition: color .3s, background-color .3s
}

.no-touch .btn-white-white:hover {
    color: #c52034;
    background-color: #fff
}

.btn-white-white:focus,
.btn-white-white:visited {
    color: #fff
}

.btn-icon {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent
}

.btn-show-more {
    padding: 0 22px 0 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.btn-show-more .icon-show-more {
    padding: 0 10px;
    font-weight: 700
}

.ar .btn-show-more {
    padding: 0 36px 0 22px
}

.btn-show-more .icon-show-more {
    font-size: 8px
}

.btn-read-more {
    padding: 0 29px 0 44px
}

.ar .btn-read-more {
    padding: 0 44px 0 29px
}

.btn-read-more .icon-chevron-right {
    padding: 0 5px
}

.btn-read-more .icon-chevron-right {
    font-size: 11px
}

.btn-calendar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 44px
}

.btn-calendar .icon-calendar {
    font-size: 20px;
    padding: 0 3px
}

.btn-play-video {
    cursor: pointer;
    transition: color .4s;
    font-size: 50px;
    border: none;
    background-color: transparent;
    color: #fff
}

.no-touch .btn-play-video:hover {
    color: #c52034;
    transition: color .4s
}

.btn-play-video.btn-lg {
    font-size: 45px
}

.btn-play-video:visited {
    color: #fff
}

.btn-submit-center {
    padding-right: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.ar .btn-submit-center {
    padding-left: 32px;
    padding-right: 48px
}

@media (min-width:768px) and (max-width:1023px) {
    .btn-play-video {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .submit-wrapper {
        text-align: center
    }
}

.custom-select-wrapper .custom-select {
    border: none;
    background: 0 0;
    color: #c52034
}

.cover {
    position: relative;
    color: #fff
}

.cover .small-height {
    height: 350px
}

.cover .small-height+.cover-category {
    top: 30px
}

.cover .medium-height {
    height: 480px
}

.cover .large-height {
    height: 600px
}

.cover .title {
    color: inherit
}

.cover .cover-category {
    top: 75px;
    line-height: 3rem;
    text-align: center
}

@media (min-width:1024px) {
    .cover .cover-category {
        top: 32px
    }
}

.cover .cover-content {
    width: 90%;
    z-index: 0
}

.cover .hero {
    display: none
}

.cover .btn-highlight {
    font-size: 2rem;
    width: 56px;
    height: 56px;
    line-height: 54px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 12px
}

.cover .btn-highlight.detail-btn-podcast {
    font-size: 2.5rem
}

.no-touch .cover .btn-highlight:hover {
    color: #c52034;
    cursor: pointer;
    transition: color .25s
}

.cover .btn-highlight .icon-podcast {
    font-size: 32px
}

.cover .btn-highlight .icon-bookmark {
    font-size: 22px
}

.cover .btn-highlight .icon-shared {
    font-size: 24px
}

.cover .btn-highlight.active {
    background: rgba(255, 255, 255, .8)
}

.cover .btn-play-video,
.cover .main-title {
    margin: 2rem auto;
    display: block;
    text-align: center;
    color: #fff
}

.ar .cover .btn-play-video,
.ar .cover .main-title {
    margin-top: 2rem;
    margin-bottom: 4rem
}

.cover .btn-play-video {
    max-width: 45px
}

.cover .cover-group-btn {
    margin: 2rem 0
}

.cover .cover-seperate {
    max-width: 50px;
    margin: 2rem auto;
    text-align: center
}

.cover .btn-highlight,
.cover .cover-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cover button {
    margin: 0 auto;
    display: block
}

.cover .img-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 600px;
    background: #174066
}

.cover .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4
}

.cover .img-wrap .cover-image-hidden {
    visibility: hidden
}

.cover .btn-back {
    position: absolute;
    top: 27px;
    left: 27px;
    color: #fff;
    z-index: 1
}

.cover .btn-back .body-2 {
    letter-spacing: .2rem
}

.cover .btn-back .icons {
    font-size: 8px;
    position: relative;
    bottom: 1px
}

.ar .cover .btn-back {
    right: 27px;
    left: auto
}

.no-touch .cover .btn-back:hover {
    color: #c52034;
    transition: color .3s
}

.cover .btn-cover-nav {
    position: absolute;
    overflow: hidden;
    bottom: 100px;
    color: #eee;
    height: 110px;
    z-index: 1;
    width: 145px
}

.cover .btn-cover-nav .cover-hover-img {
    position: absolute;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 200px;
    bottom: 4px
}

.cover .btn-cover-nav .cover-hover-img img {
    height: 100%
}

.cover .btn-cover-nav .nav-caption-wrapper {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: #000;
    padding: .5rem 0
}

.ar .cover .btn-cover-nav .nav-caption-wrapper {
    line-height: 20px
}

.cover .btn-cover-nav .cover-nav-caption {
    overflow: hidden
}

.cover .btn-cover-nav.btn-detail-next {
    right: 0;
    left: auto;
    text-align: right
}

.cover .btn-cover-nav.btn-detail-next .btn-cover-nav-icon {
    right: 0;
    left: auto
}

.ar .cover .btn-cover-nav.btn-detail-next {
    right: auto;
    left: 0;
    text-align: left
}

.ar .cover .btn-cover-nav.btn-detail-next .btn-cover-nav-icon {
    right: auto;
    left: 0
}

.cover .btn-cover-nav.btn-detail-next .btn-cover-nav-text {
    right: 0;
    left: auto;
    padding: 0 4rem 0 0
}

.ar .cover .btn-cover-nav.btn-detail-next .btn-cover-nav-text {
    padding: 0 0 0 4rem;
    left: 0;
    right: auto
}

.cover .btn-cover-nav.btn-detail-next .cover-hover-img {
    right: 0;
    left: auto;
    -webkit-transform: translate(100%, -6px);
    transform: translate(100%, -6px)
}

.ar .cover .btn-cover-nav.btn-detail-next .cover-hover-img {
    left: 0;
    right: auto;
    -webkit-transform: translate(-100%, -6px);
    transform: translate(-100%, -6px)
}

.cover .btn-cover-nav.btn-detail-prev {
    left: 0;
    right: auto;
    text-align: left
}

.ar .cover .btn-cover-nav.btn-detail-prev {
    right: 0;
    left: auto;
    text-align: right
}

.cover .btn-cover-nav.btn-detail-prev .btn-cover-nav-text {
    padding: 0 0 0 4rem
}

.ar .cover .btn-cover-nav.btn-detail-prev .btn-cover-nav-text {
    padding: 0 4rem 0
}

.cover .btn-cover-nav.btn-detail-prev .cover-hover-img {
    -webkit-transform: translate(-100%, -6px);
    transform: translate(-100%, -6px)
}

.ar .cover .btn-cover-nav.btn-detail-prev .cover-hover-img {
    -webkit-transform: translate(100%, -6px);
    transform: translate(100%, -6px)
}

.no-touch .cover .btn-cover-nav:hover {
    cursor: pointer
}

.no-touch .cover .btn-cover-nav:hover .btn-cover-nav-text {
    display: none;
    visibility: hidden
}

.no-touch .cover .btn-cover-nav:hover .cover-hover-img {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.no-touch .cover .btn-cover-nav:hover.btn-detail-next .cover-hover-img {
    margin: 0 40px
}

.ar .no-touch .cover .btn-cover-nav:hover.btn-detail-next .cover-hover-img {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.no-touch .cover .btn-cover-nav:hover.btn-detail-prev .cover-hover-img {
    margin: 0 40px
}

.ar .no-touch .cover .btn-cover-nav:hover.btn-detail-prev .cover-hover-img {
    -webkit-transform: translate(0, -6px);
    transform: translate(0, -6px)
}

.cover .btn-cover-nav .btn-cover-nav-icon {
    position: absolute;
    padding: 0 1.5rem;
    z-index: 9;
    font-size: 1.5rem;
    bottom: 6px
}

.cover .btn-cover-nav .btn-cover-nav-text {
    line-height: 3rem;
    letter-spacing: .2rem;
    position: absolute;
    margin-bottom: 2px;
    z-index: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%
}

.cover .cover-btn {
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5.4rem;
    margin-left: 1.5rem;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    display: inline-block;
    border-radius: 50%
}

.cover .cover-btn.detail-btn-podcast {
    font-size: 2.5rem
}

.no-touch .cover .cover-btn:hover {
    color: #c52034;
    cursor: pointer;
    transition: color .25s
}

@media (min-width:480px) {
    .cover .btn-cover-nav {
        width: 30rem
    }
}

@media (max-width:480px) {
    .cover .btn-cover-nav {
        z-index: 0
    }
}

@media (min-width:1024px) {
    .cover .btn-cover-nav {
        width: 250px
    }

    .cover .btn-cover-nav .btn-cover-nav-text {
        line-height: 2rem
    }

    .cover .hero {
        background-color: #174066
    }

    .cover .video-frame:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .5;
        z-index: 10
    }
}

.swiper-cover {
    z-index: 0
}

.swiper-cover .cover-seperate {
    margin: 0 auto
}

.swiper-cover .cover-content {
    padding: 0
}

.swiper-cover .cover-swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-cover .swiper-wrapper {
    z-index: 0
}

.swiper-cover .swiper-pagination-bullet span {
    background: #fff;
    opacity: 1
}

.swiper-cover .swiper-pagination-bullet-active span {
    background: #a07b33
}

.swiper-cover .main-title {
    padding: 10px 0
}

.cover.hero-banner .cover-group-btn {
    margin: 20px 0
}

@media (min-width:1024px) {
    .swiper-cover .cover-swiper-pagination {
        bottom: 100px
    }

    .swiper-cover .cover-content {
        padding: 0 0 45px
    }

    .swiper-cover .main-title {
        padding: 0
    }

    .cover.hero-banner .cover-content {
        padding-bottom: 80px
    }

    .cover.hero-banner .cover-content .main-title {
        font-size: 45px;
        margin: 30px 0 40px 0
    }

    .ar .cover.hero-banner .cover-content .main-title {
        margin: 30px 0 30px 0;
        line-height: 45px
    }

    .cover.hero-banner .cover-content .cover-group-btn {
        margin: 20px 0
    }

    .cover.hero-banner.postcard-banner .cover-content,
    .cover.hero-banner.search-result-cover .cover-content {
        padding-bottom: 50px
    }

    .cover.hero-banner.category-cover .category-cover-text {
        margin-bottom: 2rem
    }

    .cover .cover-category+.cover-content {
        padding: 0 0 40px
    }

    .cover .btn-cover-nav {
        bottom: 120px
    }
}

@media (max-width:767px) {
    .cover .cover-content {
        padding-bottom: 50px
    }
}

@media (min-width:1024px) and (max-height:800px) {
    .small-height {
        height: 350px
    }

    .medium-height {
        height: 480px
    }

    .large-height {
        height: 550px
    }
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-family: Lato-Regular, sans-serif;
    font-size: 16px;
    width: 100%
}

.select-styled {
    width: 100%;
    background: 0 0;
    border: none;
    font-size: 1.8rem
}

.select-height-scroll {
    max-height: 200px
}

.select-height-scroll .mCSB_scrollTools {
    margin: 5px 0
}

.select-height-scroll .mCSB_container {
    margin-right: 18px
}

.select-options {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    background-color: #fefbea;
    font-size: 13px
}

.select-options li {
    margin: 0;
    text-indent: 2rem;
    border-top: .5px solid #d3a558;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.no-touch .select-options li:hover {
    color: #fff;
    background: #d3a558
}

.select-options li[rel=hide] {
    display: none
}

.detail-sticky {
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
    position: absolute;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

.detail-sticky.sticky {
    position: fixed;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 500;
    background: #174066
}

.detail-sticky.sticky .sticky-item {
    color: #fff;
    border-left-color: #6f88a1
}

.no-touch .detail-sticky.sticky .sticky-item:hover {
    color: #aaa
}

.detail-sticky.sticky .sticky-item.active:after,
.no-touch .detail-sticky.sticky .sticky-item:hover:after {
    background: #fff
}

.detail-sticky.sticky .slick-arrow {
    color: #fff;
    background: #174066
}

.detail-sticky.sticky .slick-arrow.slick-next:after {
    background-image: linear-gradient(to right, rgba(23, 64, 102, 0), #174066)
}

.ar .detail-sticky.sticky .slick-arrow.slick-next:after {
    background-image: linear-gradient(to right, #174066, rgba(23, 64, 102, 0))
}

.detail-sticky.sticky .slick-arrow.slick-prev:after {
    background-image: linear-gradient(to right, #174066, rgba(23, 64, 102, 0))
}

.ar .detail-sticky.sticky .slick-arrow.slick-prev:after {
    background-image: linear-gradient(to right, rgba(23, 64, 102, 0), #174066)
}

.detail-sticky .slick-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    width: 6rem;
    background: #fff;
    z-index: 1;
    color: #c52034;
    font-size: 15px
}

.detail-sticky .slick-arrow.swiper-button-disabled {
    display: none
}

.no-touch .detail-sticky .slick-arrow:hover {
    cursor: pointer
}

.detail-sticky .slick-arrow.slick-next:after,
.detail-sticky .slick-arrow.slick-prev:after {
    content: '';
    display: block;
    height: 100%;
    width: 2rem;
    position: absolute;
    top: 0
}

.detail-sticky .slick-arrow.slick-next {
    right: 0
}

.detail-sticky .slick-arrow.slick-next:after {
    right: 6rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.detail-sticky .slick-arrow.slick-prev {
    left: 0
}

.detail-sticky .slick-arrow.slick-prev:after {
    left: 6rem;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}

.ar .detail-sticky .slick-arrow.slick-prev {
    right: 0;
    left: auto
}

.ar .detail-sticky .slick-arrow.slick-prev:after {
    right: 6rem;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
}

.ar .detail-sticky .slick-arrow.slick-next {
    left: 0;
    right: auto
}

.ar .detail-sticky .slick-arrow.slick-next:after {
    left: 6rem;
    background-image: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
}

.detail-sticky .sticky-item {
    color: #174066;
    border-left: 1px solid #ddd;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 180px;
    height: 50px;
    line-height: 3rem;
    position: relative;
    letter-spacing: normal
}

.detail-sticky .sticky-item:first-child {
    border-left-width: 0
}

.ar .detail-sticky .sticky-item:first-child {
    border-left-width: 1px;
    border-right-width: 0
}

.no-touch .detail-sticky .sticky-item:hover {
    cursor: pointer
}

.detail-sticky .sticky-item.active:after,
.no-touch .detail-sticky .sticky-item:hover:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 80%;
    max-width: 85px;
    margin: 0 auto;
    height: .2rem;
    background: #174066
}

.emulate-sticky-bar {
    display: none
}

.sticky+.emulate-sticky-bar {
    display: block
}

@media (min-width:480px) {
    .detail-sticky .sticky-item {
        height: 60px
    }
}

@media (min-width:1024px) {
    .detail-sticky.sticky .sticky-item {
        height: 50px
    }

    .detail-sticky .sticky-item {
        line-height: 2rem;
        height: 60px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .detail-sticky .title-5 {
        font-size: 14px
    }
}

.border-quote {
    padding: 20px 0;
    border-top: 1px solid #a07b33;
    border-bottom: 1px solid #a07b33
}

.border-quote.top-only {
    border-bottom: none
}

.image-gallery .gallery-container .swiper-slide {
    width: 80%;
    max-width: 400px;
    transition: opacity .3s;
    cursor: pointer
}

.no-touch .image-gallery .gallery-container .swiper-slide:hover {
    opacity: .6
}

.image-gallery .image-gallery-pagination {
    text-align: center
}

.image-gallery-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: opacity .3s
}

.image-gallery-modal.show {
    height: 100%;
    visibility: visible;
    opacity: 1
}

.image-gallery-modal .swiper-container[data-gallery-modal-swiper] {
    overflow: visible
}

.image-gallery-modal .swiper-slide {
    width: 60%;
    max-width: 600px;
    min-width: 300px
}

.image-gallery-modal .swiper-slide.swiper-slide-active .close-btn {
    display: block
}

.image-gallery-modal .close-btn {
    display: none;
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 18px;
    padding: 8px;
    transition: opacity .3s;
    color: #fff;
    z-index: 1000
}

.image-gallery-modal .close-btn:hover {
    opacity: .6
}

.image-gallery-modal .gallery-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .9)
}

.image-gallery-modal .gallery-dialog {
    position: relative;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.image-gallery-modal .description {
    color: #fff;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.image-gallery-modal .single-slide .gallery-button-next,
.image-gallery-modal .single-slide .gallery-button-prev {
    display: none
}

.image-gallery-modal .swiper-slide-next,
.image-gallery-modal .swiper-slide-prev {
    opacity: .6
}

.image-gallery-modal .gallery-button-next {
    right: 0
}

.image-gallery-modal .gallery-button-next,
.image-gallery-modal .gallery-button-prev {
    cursor: pointer;
    vertical-align: middle;
    font-size: 24px;
    transition: color .3s;
    color: #fff;
    padding: 5px;
    z-index: 2000
}

.no-touch .image-gallery-modal .gallery-button-next:hover,
.no-touch .image-gallery-modal .gallery-button-prev:hover {
    color: #c52034
}

@media (min-width:480px) {

    .image-gallery-modal .gallery-button-next,
    .image-gallery-modal .gallery-button-prev {
        font-size: 48px
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ''
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714286%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.embed-responsive-gallery::before {
    padding-top: 75.55555556%
}

.ar .image-gallery-modal .gallery-button-prev {
    right: 0;
    left: auto
}

.ar .image-gallery-modal .gallery-button-next {
    right: auto;
    left: 0
}

.popup-swiper-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

.popup-swiper-container.street-view .popup-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-swiper-container.street-view .popup-wrapper {
    height: 540px;
    max-height: 80%
}

.popup-swiper-container .popup-wrapper {
    width: 80%;
    max-width: 720px;
    margin: auto;
    position: relative
}

.popup-swiper-container .popup-wrapper.loaded .popup-content {
    z-index: 2
}

.popup-swiper-container .popup-wrapper.loaded .popup-icon-loading {
    display: none
}

.popup-swiper-container .popup-content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@-webkit-keyframes rotate1 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.popup-swiper-container .popup-icon-loading {
    z-index: 1;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    background: url(../images/svg/icon_loading.svg) no-repeat;
    background-size: contain;
    -webkit-animation: rotate1 .8s linear infinite;
    animation: rotate1 .8s linear infinite
}

.popup-swiper-container .popup-icon-close {
    position: absolute;
    top: -36px;
    right: 0;
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    z-index: 1000;
    transition: opacity .3s
}

.no-touch .popup-swiper-container .popup-icon-close:hover {
    opacity: .4
}

@media screen and (max-width:767px) {
    .popup-swiper-container .popup-wrapper {
        max-width: 400px
    }

    .popup-swiper-container .popup-icon-close {
        display: none
    }

    .popup-swiper-container .popup-icon-close-mb {
        display: block;
        top: 10px;
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .popup-icon-close-mb {
        display: none
    }
}

@media screen and (max-height:450px) {
    .popup-swiper-container .popup-wrapper {
        max-width: 500px
    }

    .popup-swiper-container .plyr__video-embed {
        padding-bottom: 50%
    }
}

.clockpicker-popover .clockpicker-button {
    height: auto;
    line-height: 1
}

.clockpicker-popover .text-primary {
    color: #174066
}

.clockpicker-popover .active {
    color: #fff
}

.clockpicker-popover .clockpicker-canvas-fg {
    fill: rgba(0, 149, 221, .1)
}

.clockpicker-popover .clockpicker-canvas-bearing {
    fill: #174066
}

.clockpicker-popover .clockpicker-canvas-bg {
    fill: #174066
}

.clockpicker-popover .clockpicker-canvas-bg-trans {
    fill: rgba(0, 149, 221, .25)
}

.clockpicker-popover .clockpicker-canvas line {
    stroke: #174066
}

.clockpicker-popover .clockpicker-tick.active,
.clockpicker-popover .clockpicker-tick:hover {
    background-color: #174066
}

.datepicker {
    background: #fff;
    display: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    width: 300px
}

.datepicker .ui-state-disabled {
    opacity: .5
}

.datepicker .ui-datepicker-header {
    margin: 10px 12px;
    font-family: Lato-Bold, sans-serif;
    font-size: 1.4rem;
    color: #174066
}

.datepicker .ui-datepicker-calendar thead {
    border: 1px solid #c5c5c5;
    border-left: 0;
    border-right: 0;
    color: #a07b34;
    background-color: #f6f6f6
}

.datepicker .ui-state-default {
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    margin: 2px
}

.datepicker .ui-state-active {
    background-color: #174066;
    color: #fff
}

.datepicker .ui-datepicker-other-month {
    color: #bbb
}

.no-touch .datepicker .ui-datepicker-other-month:hover {
    cursor: default
}

.datepicker .ui-datepicker-next,
.datepicker .ui-datepicker-prev {
    font-family: icons;
    speak: none;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.no-touch .datepicker .ui-datepicker-next:hover,
.no-touch .datepicker .ui-datepicker-prev:hover {
    cursor: pointer;
    opacity: .5;
    transition: opacity .4s
}

.datepicker .ui-datepicker-next {
    right: 1px;
    left: auto;
    top: 1px
}

.ar .datepicker .ui-datepicker-next {
    left: 1px;
    right: auto;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.datepicker .ui-datepicker-next:before {
    content: '\e926';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.datepicker .ui-datepicker-prev {
    left: 1px;
    right: auto;
    top: 1px
}

.ar .datepicker .ui-datepicker-prev {
    right: 1px;
    left: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.datepicker .ui-datepicker-prev:before {
    content: '\e91b';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ranger-slider {
    position: relative;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 6px
}

.form-ranger-slider {
    border: 0;
    background: #ddd;
    height: 1px;
    box-shadow: none;
    width: 100%
}

.form-ranger-slider .noUi-tooltip {
    border: 0;
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    line-height: 1.5;
    padding: 0
}

.form-ranger-slider .noUi-tooltip.min-tooltip-align {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 0;
    right: auto
}

.ar .form-ranger-slider .noUi-tooltip.min-tooltip-align {
    right: 0;
    left: auto
}

.form-ranger-slider .noUi-tooltip.max-tooltip-align {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
    right: 0
}

.ar .form-ranger-slider .noUi-tooltip.max-tooltip-align {
    left: 0;
    right: auto
}

.form-ranger-slider .noUi-tooltip.min-tooltip {
    bottom: 9px;
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.ar .form-ranger-slider .noUi-tooltip.min-tooltip {
    right: 0;
    left: auto
}

.form-ranger-slider .noUi-tooltip.max-tooltip {
    bottom: 9px;
    right: 0;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.ar .form-ranger-slider .noUi-tooltip.max-tooltip {
    left: 0;
    right: auto
}

.form-ranger-slider .noUi-connect {
    height: 3px;
    background: #c52034;
    top: -1px;
    box-shadow: none
}

.form-ranger-slider .noUi-handle {
    width: 12px;
    height: 12px;
    left: -6px;
    top: -6px;
    border: 0;
    background: #c52034;
    box-shadow: none;
    border-radius: 50%;
    outline: 0;
    cursor: pointer
}

.form-ranger-slider .noUi-handle::after,
.form-ranger-slider .noUi-handle::before {
    content: none
}

.alert {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #fff;
    box-shadow: 0 2px 5px #000;
    width: 300px;
    padding: 20px
}

.alert .alert-icon {
    font-size: 50px
}

.alert.alert-success {
    color: #174066
}

.alert.alert-error {
    color: #c52034
}

.iti-flag {
    background-image: url(../images/flags.png)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi),
only screen and (min-resolution:2dppx) {
    .iti-flag {
        background-image: url(../images/flags@2x.png)
    }
}

.ar .intl-tel-input .selected-flag .arrow {
    right: auto;
    left: 4px
}

.form .intl-tel-input .selected-flag {
    padding: 0
}

.ar .form .intl-tel-input .selected-flag {
    margin-top: 4px
}

.ar .form .intl-tel-input .form-input::-webkit-input-placeholder {
    padding-right: 10px
}

.ar .form .intl-tel-input .form-input::-moz-placeholder {
    padding-right: 10px
}

.ar .form .intl-tel-input .form-input::placeholder {
    padding-right: 10px
}

.ie .ar .form .intl-tel-input .form-input::-webkit-input-placeholder {
    padding-right: 48px
}

.ie .ar .form .intl-tel-input .form-input::-moz-placeholder {
    padding-right: 48px
}

.ie .ar .form .intl-tel-input .form-input::placeholder {
    padding-right: 48px
}

.ar .intl-tel-input .country-list .country-name,
.ar .intl-tel-input .country-list .flag {
    margin-left: 6px;
    margin-right: 0
}

.map .map-infowindow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f0e3;
    border-radius: 8px;
    padding: 1rem 0;
    font-family: Lato-Regular, sans-serif;
    font-size: 12px;
    max-width: 300px
}

.map .slider-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.map .iw-content {
    padding: 0 1rem;
    line-height: 18px;
    -ms-flex: 1;
    flex: 1
}

.map .iw-sub-title {
    font-family: Lato-Bold, sans-serif;
    color: #7f5828
}

.map .iw-sub-title::after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #7f5828;
    margin: .8rem 0
}

.map .iw-uppercase {
    text-transform: uppercase
}

.map .iw-event-content {
    padding: 0 2.5rem 0 1rem;
    line-height: 18px;
    -ms-flex: 1;
    flex: 1
}

.ar .map .iw-event-content {
    padding: 0 1rem 0 2.5rem
}

.map .iw-event-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: auto
}

.map .iw-img-wrapper {
    width: 120px;
    height: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    margin: 0 1.2rem;
    overflow: hidden
}

.map .iw-more-info {
    display: block;
    font-family: Lato-Bold, sans-serif;
    color: #c52034;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding-top: 5px;
    transition: opacity .3s
}

.no-touch .map .iw-more-info:hover {
    opacity: .6
}

.map .iw-arrow {
    margin-left: -6px;
    left: 50%;
    width: 0;
    height: 0;
    position: absolute
}

.map .iw-arrow.above {
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f8f0e3
}

.map .arrow-next,
.map .arrow-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #174066;
    padding: 10px 8px;
    color: #fff;
    z-index: 5;
    transition: background-color .3s
}

.no-touch .map .arrow-next:hover,
.no-touch .map .arrow-prev:hover {
    background-color: #41678b
}

.map .arrow-prev {
    left: -8px
}

.map .arrow-next {
    right: -8px
}

.map .fade-arrow {
    opacity: .8
}

.map .iw-event {
    overflow: hidden
}

.map .event-popup {
    width: 22px;
    height: 22px;
    min-width: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #174066;
    border-radius: 22px;
    color: #174066;
    font-family: Lato-Bold, sans-serif
}

.map .event-popup.cluster-popup {
    position: absolute;
    right: 0
}

.map .event-popup.cluster-popup p {
    line-height: normal
}

.map .iw-navigation {
    display: block;
    transition: color .3s
}

.no-touch .map .iw-navigation:hover {
    color: #7f5828
}

.map .directions {
    display: block;
    cursor: pointer;
    color: #c52034;
    font-family: Lato-Bold, sans-serif;
    transition: opacity .3s
}

.no-touch .map .directions:hover {
    opacity: .6
}

.action-btn {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 3rem;
    height: auto;
    line-height: normal;
    font-size: 2rem;
    text-align: center;
    margin: 5px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 200px
}

.action-btn .icon-location {
    font-weight: 700
}

.event-detail-map .action-bar,
.visting-information .action-bar {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width:767px) {

    .event-detail-map .action-bar,
    .visting-information .action-bar {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media screen and (min-width:768px) {
    .map .map-infowindow {
        max-width: 400px
    }

    .map .iw-img-wrapper {
        width: 150px;
        height: 150px;
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px
    }

    .action-btn {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        min-width: 230px;
        margin-left: 10px;
        margin-right: 10px
    }

    .action-btn .icons {
        margin-top: -4px
    }
}

@media screen and (min-width:1024px) {
    .map .map-infowindow {
        max-width: 510px;
        font-size: 14px
    }

    .ie .map .map-infowindow {
        display: block
    }

    .map .iw-content {
        max-width: 330px
    }

    .ie .map .iw-content,
    .ie .map .iw-img-wrapper {
        display: inline-block;
        vertical-align: middle
    }

    .action-btn {
        border-radius: 6px;
        padding: 1.5rem 0;
        font-size: 1.4rem
    }
}

.detail-cover .title {
    font-weight: 400
}

.detail-cover .detail-logo {
    margin: 0 auto;
    width: 200px;
    height: 75px;
    position: relative
}

.detail-cover .detail-logo img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.ie .detail-cover .detail-logo img {
    width: auto
}

@media only screen and (max-width:768px) {
    .detail-cover .detail-logo {
        height: 100%
    }

    .detail-cover .detail-logo img {
        max-height: 150px;
        position: static
    }
}

.detail-cover .btn-play-video {
    max-width: 100%
}

.ie html,
body {
    -ms-overflow-style: none
}

.detail-sticky.swiper-container.sticky {
    top: 80px
}

.detail-overview {
    text-align: center
}

.detail-overview .overview-title-wrapper {
    position: relative
}

.detail-overview .overview-caption-text {
    line-height: 17px;
    vertical-align: top;
    font-size: 12px
}

.detail-overview .overview-caption-icon {
    width: 16px;
    height: 16px;
    padding-left: 2px;
    line-height: 15px;
    text-align: center;
    font-family: monospace;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 0;
    float: left;
    font-size: 11px
}

.ar .detail-overview .overview-caption-icon {
    margin-right: 0;
    margin-left: 5px;
    float: right
}

.detail-overview .overview-quote {
    padding: 20px 0;
    border-top: 1px solid #a07b33;
    border-bottom: 1px solid #a07b33
}

.detail-overview .overview-title {
    font-weight: 400;
    position: relative
}

.detail-overview .listen-center {
    position: absolute;
    top: 0;
    left: 0
}

.detail-overview .overview-listen {
    text-transform: uppercase;
    right: 0;
    left: auto
}

.no-touch .detail-overview .overview-listen:hover {
    cursor: pointer
}

.ar .detail-overview .overview-listen {
    left: 0;
    right: auto
}

.ar .detail-overview .overview-listen .listen-text {
    margin-right: 0;
    float: right
}

.ar .detail-overview .overview-listen .icons {
    left: 0;
    right: auto
}

.detail-overview .overview-listen .listen-text {
    margin-left: 0;
    font-size: 7px;
    max-width: 7rem
}

.detail-overview .overview-listen .listen-wrapper {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.detail-overview .overview-listen .audio-icon {
    left: auto;
    right: 1px;
    color: #c52034;
    font-size: 25px;
    position: relative;
    top: unset;
    -webkit-transform: unset;
    transform: unset
}

.ar .detail-overview .overview-listen .audio-icon {
    right: auto;
    left: 1px
}

.detail-overview .overview-image {
    width: 100%;
    height: auto
}

.detail-overview .overview-image-wrapper,
.detail-overview .overview-subtitle {
    width: 100%;
    line-height: 25px
}

.detail-overview .text-image {
    text-align: center;
    padding-top: 8rem
}

.detail-overview .overview-visit-text {
    text-transform: uppercase
}

.detail-overview .overview-visit-text .overview-visit-btn {
    font-size: .8em
}

.detail-overview .overview-visit-text .overview-visit {
    color: #c52034;
    display: inline-block
}

.no-touch .detail-overview .overview-visit-text .overview-visit:hover {
    opacity: .5
}

.detail-overview .sub-content {
    padding: 30px 0 50px 0
}

@media (min-width:768px) {
    .detail-overview .overview-title-wrapper {
        padding: 0 80px
    }
}

@media (min-width:1024px) {
    .detail-overview .overview-image-wrapper+.overview-subtitle {
        width: 50%;
        text-align: left
    }

    .ar .detail-overview .overview-image-wrapper+.overview-subtitle {
        text-align: right
    }

    .detail-overview .overview-image-wrapper+.overview-subtitle+.overview-sub-text {
        text-align: left
    }

    .ar .detail-overview .overview-image-wrapper+.overview-subtitle+.overview-sub-text {
        text-align: right
    }

    .detail-overview .overview-title-wrapper {
        padding: 0 150px
    }

    .detail-overview .overview-image-wrapper {
        float: right;
        padding-left: 3rem;
        width: 50%;
        text-align: left
    }

    .ar .detail-overview .overview-image-wrapper {
        text-align: right
    }

    .detail-overview .overview-subtitle {
        float: left
    }

    .detail-overview .overview-sub-text {
        clear: left
    }

    .ar .detail-overview .overview-sub-text {
        clear: right
    }

    .detail-overview .overview-listen .listen-text {
        font-size: 10px
    }

    .detail-overview .overview-listen .audio-icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .ar .detail-overview .overview-subtitle {
        float: right
    }

    .ar .detail-overview .overview-image-wrapper {
        float: left;
        padding-right: 3rem
    }
}

@media (min-width:480px) {
    .detail-overview .overview-caption-text {
        vertical-align: top
    }
}

.ar .detail-overview .fa-pause {
    left: 0;
    right: auto
}

@media (max-width:767px) {
    .detail-overview .overview-title {
        text-align: center;
        margin-bottom: 40px;
        margin-top: 100px;
        padding: 0 10px
    }

    .detail-overview .overview-listen {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        display: block;
        left: 50%;
        right: auto;
        top: -80px
    }

    .detail-overview .overview-listen .listen-text {
        max-width: none
    }

    .ar .detail-overview .overview-listen {
        left: 50%
    }

    .detail-overview .listen-wrapper {
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse
    }
}

.detail-overview.article-detail-overview .overview-quote+.btn-red-white {
    margin-top: 50px
}

.ar .history-timeline .timeline-quote {
    padding-right: 3.5rem;
    padding-left: 3rem
}

.ar .history-timeline .author {
    padding-right: 3.5rem
}

.history-timeline {
    position: relative;
    background-size: cover;
    padding-top: 4.8rem;
    padding-bottom: 7rem
}

.history-timeline .next-arrow,
.history-timeline .prev-arrow {
    cursor: pointer;
    vertical-align: middle;
    color: #c52034;
    font-size: 16px;
    transition: opacity .3s
}

.no-touch .history-timeline .next-arrow:hover,
.no-touch .history-timeline .prev-arrow:hover {
    opacity: .5
}

.history-timeline .fade-arrow {
    opacity: .5
}

.history-timeline .separate {
    display: inline;
    color: #a07b33;
    font-size: 16px;
    vertical-align: middle;
    padding: 0 20px
}

.history-timeline .timeline-item {
    width: 315px;
    float: left;
    position: relative
}

.history-timeline .timeline-color {
    color: #a07b33
}

.history-timeline .title {
    margin-bottom: 0
}

.history-timeline .timeline-title-year {
    text-transform: initial;
    padding-top: 1rem;
    padding-bottom: 5rem
}

.history-timeline .timeline-wrapper {
    width: 80%;
    height: 80%
}

.history-timeline .timeline-wrapper .title-5 {
    text-transform: initial
}

.history-timeline .img-wrapper {
    width: 80%;
    height: auto
}

.history-timeline .video-wrapper {
    position: relative;
    width: 80%;
    height: auto
}

.history-timeline .video-wrapper button {
    font-size: 4.5rem
}

.history-timeline .timeline-img {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    width: 100%
}

.history-timeline .line-wrapper {
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%
}

.history-timeline .timeline-line {
    height: 1px;
    width: 100%;
    background-color: #a07b33;
    position: relative
}

.history-timeline .timeline-dot {
    width: 10px;
    height: 10px;
    background-color: #a07b33;
    position: absolute;
    border-radius: 10px;
    top: -4px
}

.history-timeline .timeline-year {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 2rem;
    text-transform: initial
}

.history-timeline .timeline-control {
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
    z-index: 5
}

.history-timeline .timeline-quote {
    font-size: 1.8rem;
    font-style: italic;
    position: relative;
    padding-left: 3.5rem;
    padding-right: 3rem
}

.history-timeline .timeline-quote::before {
    content: '\201C';
    font-size: 5rem;
    font-weight: 700;
    font-style: normal;
    color: #a07b33;
    position: absolute;
    left: 0;
    top: 5px
}

.history-timeline .timeline-quote::after {
    content: '\201D';
    font-size: 5rem;
    font-weight: 700;
    font-style: normal;
    color: #a07b33;
    position: absolute;
    right: 0;
    bottom: 0
}

@media screen and (min-width:1024px) {
    .history-timeline .timeline-quote::before {
        top: 27px
    }
}

.history-timeline .author {
    padding-left: 3.5rem
}

.history-timeline .author .line-break {
    width: 20px;
    height: 1px;
    background-color: #a07b33
}

.resource-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.resource-container .resource-btn-wrapper {
    background-color: #fff;
    position: relative;
    bottom: 0;
    height: 38px;
    line-height: 38px;
    margin: 0;
    display: block
}

.resource-container .resource-item {
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    overflow: hidden
}

.resource-container .resource-item+.resource-item {
    margin-top: 40px
}

.resource-container .resource-item.resource-item-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center
}

.resource-container .resource-item .resource-link-title {
    color: #c52034
}

.resource-container .resource-item .resource-link-title:hover {
    color: gray
}

.resource-container .resource-item.resource-left {
    display: -ms-flexbox;
    display: flex
}

.resource-container .resource-item.resource-left .resource-img-wrapper {
    overflow: hidden;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%
}

.resource-container .resource-item.resource-left a.btn-red-white {
    padding: 0 10px 0 15px;
    margin-top: 20px;
    width: 165px;
    text-align: center
}

.ar .resource-container .resource-item.resource-left a.btn-red-white {
    padding: 0 15px 0 10px
}

.resource-container .resource-item.resource-left a .icons {
    font-size: 11px
}

.resource-container .resource-item .resource-btn-wrapper {
    margin: 10px 0 0;
    padding: 0 20px 0 10px;
    width: 165px;
    height: 50px;
    text-align: center
}

.ar .resource-container .resource-item .resource-btn-wrapper {
    padding: 0 10px 0 20px
}

.resource-container .resource-item .resource-btn-wrapper .icons {
    font-size: 1.5em;
    position: relative;
    top: 4px
}

.resource-container .resource-item .resource-content {
    padding-right: 25px;
    padding-left: 0
}

.ar .resource-container .resource-item .resource-content {
    padding-left: 25px;
    padding-right: 0
}

.resource-container .resource-item .resource-img-wrapper+.resource-content {
    padding: 0 25px;
    position: relative
}

.resource-container .resource-item .resource-content {
    position: relative
}

.resource-container .resource-item .resource-text {
    padding: 0
}

.resource-container .resource-item .resource-center {
    display: block;
    padding: 30px 50px 30px 30px;
    background-color: #f6f6f6
}

.resource-container .resource-item .resource-link {
    border-bottom: 1px solid #ddd;
    padding: 25px 0
}

.resource-container .resource-item .resource-link:first-child {
    padding-top: 0
}

.resource-container .resource-middle a {
    margin-top: 25px;
    padding: 0 15px
}

.firefox .resource-left .title-5,
.firefox .resource-middle .title-5 {
    font-weight: 400
}

.ar .resource-container .resource-center {
    padding: 30px 30px 30px 50px
}

@media screen and (min-width:1024px) {
    .detail-resources {
        padding: 0
    }
}

@media (min-width:768px) {
    .resource-container {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .resource-container .resource-item {
        margin-top: 0;
        margin-bottom: 30px
    }

    .resource-container .resource-item+.resource-item {
        margin-top: 0
    }

    .resource-container .resource-item .resource-center {
        padding: 30px;
        -ms-flex: 1;
        flex: 1
    }

    .resource-container .resource-item.resource-left .resource-btn-wrapper {
        margin: 15px 0 0
    }

    .resource-container .resource-item.resource-left .resource-img-wrapper {
        overflow: hidden;
        -ms-flex: 0 0 16rem;
        flex: 0 0 16rem
    }

    .resource-container .resource-left {
        -ms-flex: 1 1 400px;
        flex: 1 1 400px;
        max-width: 400px
    }

    .resource-container .resource-left+.resource-middle {
        border-left: 1px solid #eee
    }

    .ar .resource-container .resource-left+.resource-middle {
        border-right: 1px solid #eee;
        border-left: none
    }

    .resource-container .resource-right {
        -ms-flex: 1 1 280px;
        flex: 1 1 280px;
        max-width: 300px
    }

    .resource-container .resource-middle {
        -ms-flex: 1 1 220px;
        flex: 1 1 220px;
        max-width: 320px;
        padding: 0 40px
    }

    .resource-container .resource-middle .resource-text {
        margin-top: 10px
    }
}

.floorplan-map {
    width: 60%;
    margin: 0 auto
}

.full-width {
    width: 100%
}

.ar .destinations-cultural .cultural-ribbon {
    right: auto;
    left: 3rem
}

.ar .destinations-cultural .show-search-btn {
    left: auto;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.ar .destinations-cultural-search .destination-title {
    text-align: right
}

.ar .destinations-cultural-search .cultural-select,
.ar .destinations-cultural-search .double-line,
.ar .destinations-cultural-search .search-wrapper,
.ar .destinations-cultural-search .view-full-map {
    text-align: right
}

.ar .destinations-cultural-search .select-options li {
    padding-left: 2rem;
    padding-right: 0
}

.destinations-wrapper {
    position: relative;
    padding: 5rem 0 6rem
}

.destinations-underlay {
    height: 80%;
    position: absolute;
    background: #253340;
    background-size: cover;
    bottom: 0;
    width: 99vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.destinations-cultural {
    margin: 0 5rem;
    height: 80%;
    position: relative
}

.destinations-cultural .cultural-ribbon {
    position: absolute;
    right: 4rem;
    top: -2px;
    width: 5%
}

.destinations-cultural .show-search-btn {
    cursor: pointer;
    display: none;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #f2ebd3;
    z-index: 2;
    color: #c52034;
    font-size: 16px
}

.destinations-cultural .show-search-btn::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.destinations-cultural-search {
    background-size: cover;
    padding: 4em
}

@media only screen and (min-width:1600px) {
    .destinations-cultural-search {
        padding: 9em
    }
}

.destinations-cultural-search select {
    background-color: transparent;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-family: Lato-Bold, sans-serif;
    text-transform: uppercase;
    border: none;
    letter-spacing: .1em;
    line-height: 2em
}

.destinations-cultural-search .destination-title {
    text-align: left;
    line-height: 5rem
}

.destinations-cultural-search .destination-font {
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2em;
    color: #565045
}

.destinations-cultural-search .double-line {
    color: #a07b33;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    position: relative;
    width: 100%
}

.destinations-cultural-search .double-line::after,
.destinations-cultural-search .double-line::before {
    content: '\25ca';
    display: inline-block;
    position: absolute
}

.destinations-cultural-search .double-line::before {
    left: 0
}

.destinations-cultural-search .double-line::after {
    right: 0
}

.destinations-cultural-search .double-line .line {
    display: inline-block
}

.destinations-cultural-search .double-line .line::after,
.destinations-cultural-search .double-line .line::before {
    position: absolute;
    width: 85%;
    height: 1px;
    border-top: 1px solid #a07b33;
    content: '';
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.destinations-cultural-search .double-line .line::before {
    top: 7px
}

.destinations-cultural-search .double-line .line::after {
    top: 9px
}

.destinations-cultural-search .cultural-select {
    color: #c52034;
    border-bottom: 1px solid #c52034;
    margin-bottom: 1.4em;
    position: relative;
    width: 100%;
    max-width: 300px
}

.destinations-cultural-search .last-select {
    margin-bottom: 2em
}

.destinations-cultural-search .select-styled {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Lato-Bold, sans-serif;
    font-size: 13px;
    letter-spacing: .1em;
    line-height: 2em
}

.destinations-cultural-search .select-styled .icons {
    font-size: 1.8rem
}

.destinations-cultural-search .select-options li,
.destinations-cultural-search .select-styled span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.destinations-cultural-search .select-options li {
    padding-right: 2rem
}

.destinations-cultural-search .select-styled span:first-child {
    -ms-flex: 1;
    flex: 1
}

.destinations-cultural-search .select-arrow {
    float: none;
    margin-top: 0
}

.destinations-cultural-search .view-full-map {
    padding: 2.5rem 5rem;
    border-radius: 4px;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: .3rem;
    height: auto
}

.destinations-cultural-search .view-full-map .icons {
    font-size: 16px;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px
}

.destinations-cultural-map {
    height: 100%;
    padding: 0
}

.destinations-cultural-map .map-wrapper {
    width: 100%;
    height: 100%
}

.destinations-cultural-map .map-wrapper .map-infowindow {
    padding: 15px 10px
}

.background-repeat {
    background: #f7e9cf
}

@media screen and (min-width:768px) {
    .destinations-wrapper {
        margin: 0 -2.8%
    }

    .destinations-cultural .double-line,
    .destinations-cultural .search-wrapper {
        width: 80%
    }

    .destinations-cultural .select-options {
        z-index: 400
    }
}

@media screen and (min-width:1024px) {
    .destinations-wrapper {
        margin: 0 -3%;
        padding: 50px 0
    }

    .destinations-underlay {
        height: 60%
    }

    .destinations-cultural {
        margin-left: 2.8%;
        margin-right: 2.8%
    }

    .destinations-cultural .cultural-ribbon {
        right: 1.5rem;
        width: 7.5%
    }

    .destinations-cultural .show-search-btn {
        display: block
    }

    .destinations-cultural-search .destination-title {
        line-height: 4rem
    }

    .destinations-cultural-search .destination-font {
        font-size: 15px
    }

    .destinations-cultural-search .select-styled {
        font-size: 15px
    }

    .destinations-cultural-search .select-styled .icons {
        font-size: 1.6rem
    }

    .destinations-cultural-search .double-line {
        font-size: 25px;
        display: inline-block
    }

    .destinations-cultural-search .double-line .line::before {
        top: 11px
    }

    .destinations-cultural-search .double-line .line::after {
        top: 15px
    }

    .destinations-cultural-search .view-full-map {
        padding: 1.5rem 4rem;
        border-radius: 6px
    }

    .destinations-cultural-search .view-full-map .icons {
        font-size: 20px
    }

    .destinations-cultural-map {
        position: absolute;
        right: 0
    }

    .ar .destinations-wrapper .col-md-6 {
        float: right
    }

    .ar .destinations-cultural .cultural-ribbon {
        right: auto;
        left: 1rem
    }

    .ar .destinations-cultural-search .search-wrapper,
    .ar .destinations-cultural-search .view-full-map {
        text-align: right
    }

    .ar .destinations-cultural-search .view-full-map .icons {
        margin-right: 0;
        margin-left: 5px
    }

    .ar .destinations-cultural-search .cultural-select {
        width: auto
    }

    .ar .destinations-cultural-search .cultural-select::after {
        left: 0;
        right: auto
    }

    .ar .destinations-cultural-map {
        left: 0;
        right: auto
    }
}

.preloader {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #eee;
    transition: .7s ease;
    visibility: visible;
    opacity: 1
}

.preloader.preloader-off {
    opacity: 0;
    visibility: hidden
}

.donut {
    width: 50px;
    height: 50px;
    display: block;
    background: 0 0;
    border-radius: 50%;
    border: 7px solid rgba(128, 128, 128, .2);
    border-left: 7px solid #ff0080;
    -webkit-animation: 2s rotate infinite linear;
    animation: 2s rotate infinite linear
}

.donut-abs {
    width: 65px;
    height: 65px;
    position: relative;
    display: block;
    box-sizing: border-box
}

.donut-abs .circle,
.donut-abs .spinner {
    position: absolute;
    border-radius: 50%;
    box-sizing: border-box
}

.donut-abs .spinner {
    width: 100%;
    height: 100%;
    border: 9px solid transparent;
    border-top: 9px solid #1d1d1d;
    -webkit-animation: 2s rotate infinite linear;
    animation: 2s rotate infinite linear
}

.donut-abs .circle {
    width: 100%;
    height: 100%;
    border: 7px solid rgba(128, 128, 128, .2)
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.category-cover .category-cover-text {
    max-width: 420px;
    margin: 0 auto
}

.filter-wrapper {
    text-align: center
}

.filter-wrapper .filter-block {
    padding: 27px 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.filter-wrapper .filter-block .custom-checkbox {
    margin: 5px
}

.filter-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter-tiles .tile-wrap {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 5rem
}

@media (min-width:480px) {
    .filter-tiles {
        margin-left: -1.75rem;
        margin-right: -1.75rem
    }

    .filter-tiles .tile-wrap {
        max-width: 50%;
        padding: 0 1.75rem 3.5rem
    }

    .filter-tiles .tile {
        font-size: 18px
    }
}

@media (min-width:768px) {
    .filter-tiles .tile-wrap {
        max-width: 33.33333333%
    }
}

@media (min-width:1200px) {
    .filter-tiles {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .filter-tiles .tile-wrap {
        padding: 0 2.5rem 5rem
    }
}

.select-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f2f2;
    transition: background-color .3s;
    font-family: Lato-Bold, sans-serif;
    margin: 5px;
    color: #174066;
    padding: 7px 7px 7px 13px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    opacity: .6
}

.no-touch .select-flex:hover {
    background-color: #c8c8c8
}

.select-flex.selected {
    opacity: 1
}

.select-flex input {
    position: absolute;
    visibility: hidden;
    z-index: -1
}

.select-flex .select-box:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.select-flex .label {
    padding-left: 15px;
    padding-right: 5px
}

.select-flex span {
    display: inline-block;
    position: relative
}

.select-flex .select-box {
    min-width: 24px;
    min-height: 24px;
    font-size: 24px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #174066;
    transition: background-color .3s, color .3s
}

.select-flex input:checked+.select-box {
    background-color: #174066;
    color: #fff;
    border: none
}

.select-flex input:checked+.select-box:before {
    content: '\e909';
    font-family: icons;
    margin-left: 1px;
    margin-top: 1px
}

.ar .select-flex {
    padding: 7px 13px 7px 7px
}

.ar .select-flex .label {
    padding-right: 15px;
    padding-left: 5px
}

.spot-wraper {
    position: relative
}

.spot-wraper .content-spot {
    display: -ms-flexbox;
    display: flex
}

.spot-wraper .content-spot:after,
.spot-wraper .content-spot:before {
    display: table;
    content: ''
}

.spot-wraper .content-spot:after {
    clear: both
}

.spot-wraper .title-4 {
    margin: 8px 0 22px
}

.spot-wraper .images-spot {
    position: relative;
    width: 50%;
    overflow: hidden
}

.spot-wraper .images-spot a {
    min-height: 250px;
    display: block
}

@media (min-width:768px) and (max-width:1023px) {
    .spot-wraper .images-spot a {
        min-height: 450px
    }
}

.spot-wraper .text-spot {
    width: 50%;
    background: url(../images/bg-spotlight.jpg) no-repeat;
    background-size: cover;
    padding: 5.5rem
}

.spot-wraper .description {
    font-family: Lato-Regular, sans-serif;
    font-size: 2.4rem;
    line-height: 1.43em;
    letter-spacing: .05rem;
    color: #333
}

.spot-wraper .readmore .icon-arrow:before {
    -webkit-transform: rotate(267deg);
    transform: rotate(267deg);
    display: inline-block
}

.spot-wraper p {
    margin-bottom: 2rem
}

@media only screen and (max-width:930px) {
    .spot-wraper .content-spot {
        display: block
    }

    .spot-wraper .images-spot,
    .spot-wraper .text-spot {
        width: 100%
    }

    .spot-wraper .images-spot img {
        position: relative;
        height: auto
    }
}

.about-us-news .img-wrapper {
    margin-bottom: 3rem;
    margin-top: .8em
}

.about-us-news .img-wrapper img {
    width: 100%
}

.about-us-news .content-wrapper {
    text-align: center
}

.about-us-news .content-wrapper p {
    color: #1a1a1a;
    overflow: hidden
}

.about-us-overplay {
    background-repeat: no-repeat;
    background-position: center;
    padding: 4rem;
    box-shadow: 4px 7px 7px #ccc
}

@media (min-width:768px) {
    .about-us-news {
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2rem
    }

    .about-us-news.reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .about-us-news .img-wrapper {
        padding: 0 2rem;
        -ms-flex: 1;
        flex: 1
    }

    .about-us-news .content-wrapper {
        padding: 0 2rem;
        -ms-flex: 1;
        flex: 1;
        text-align: left
    }

    .ar .about-us-news .content-wrapper {
        text-align: right
    }
}

.store-container {
    display: -ms-flexbox;
    display: flex
}

.store-container .img-container {
    -ms-flex: 1;
    flex: 1
}

.store-container .img-container img {
    width: 100%
}

.store-container .store {
    -ms-flex: 2;
    flex: 2;
    padding-left: 100px
}

.store-container .store .title {
    font-size: 30px;
    letter-spacing: 2px;
    text-align: left
}

.store-container .store .field {
    font-size: 16px;
    font-family: Lato, sans-serif;
    color: #555658;
    margin-bottom: 20px
}

.store-container .store .field .field-value {
    margin-left: 8px;
    font-family: Lato-Bold, sans-serif
}

.store-container .store .select {
    background: #f9f6ec;
    padding: 20px 20px 10px;
    color: #c52034;
    width: auto
}

.store-container .store .select table {
    width: 500px
}

.store-container .store .select table tr {
    border-bottom: 1px solid #7c7b76;
    height: 54px;
    line-height: 50px
}

.store-container .store .select table tr:last-of-type {
    border-bottom: none
}

.store-container .store .select table tr td {
    vertical-align: middle
}

.store-container .store .select table tr td:last-of-type {
    text-align: right
}

.store-container .store .select table tr td img {
    vertical-align: middle
}

.store-container .store .select table tr .fa-angle-right {
    font-size: 28px;
    line-height: 49px;
    margin-left: 20px;
    vertical-align: top
}

.store-container .store .select .title {
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 20px
}

.store-container .store .select a {
    color: #c52034
}

.book-overview {
    margin-top: 64px
}

.book-overview .title {
    font-size: 20px;
    text-align: left;
    line-height: 20px;
    color: #555658;
    margin-bottom: 18px
}

.book-overview .description {
    padding-bottom: 80px
}

@media (min-width:768px) {
    .books .swiper-wrapper .swiper-slide {
        max-width: 287px
    }
}

.ar .book-overview .description {
    padding-bottom: 80px
}

.similar-books {
    padding-top: 60px
}

.field {
    display: -ms-flexbox;
    display: flex
}

@media (max-width:991px) {
    .store-container {
        display: block
    }

    .store-container .img-container img {
        width: auto;
        max-width: 100%
    }

    .store-container .store {
        margin-top: 30px;
        padding-left: 0
    }

    .store-container .store .select {
        width: 100%
    }

    .store-container .store .select table {
        display: block;
        width: 100%
    }

    .store-container .store .select table tr {
        height: auto;
        border-bottom: none
    }

    .store-container .store .select table tr td {
        display: block;
        margin-bottom: 10px
    }

    .store-container .store .select table tr td:last-of-type {
        text-align: left
    }
}

.ar .store-container .store {
    padding-left: 0;
    padding-right: 100px
}

.ar .store-container .store .title {
    text-align: right
}

.ar .store-container .store .field .field-value {
    margin-left: 0;
    margin-right: 8px;
    font-weight: 700;
    direction: ltr
}

.ar .store-container .store .select table tr td:last-of-type {
    text-align: left
}

.ar .store-container .store .select table tr .fa-angle-right {
    margin-left: 0;
    margin-right: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.ar .book-overview .title {
    text-align: right
}

@media (max-width:991px) {
    .ar .store-container .store {
        padding-right: 0
    }

    .ar .store-container .store .select table tr td:last-of-type {
        text-align: right
    }
}

@media (max-width:480px) {
    .feature-item .pt-5 {
        text-align: center
    }

    .store-container .store .select table tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .store-container .store .select table tr img {
        max-width: 110px
    }

    .store-container .store .select table tbody {
        display: block
    }

    .cover .img-wrap {
        max-height: 480px;
        height: 480px
    }
}

.all-books .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.all-books .swiper-wrapper .swiper-slide {
    width: 31%;
    margin-bottom: 45px
}

.all-books .swiper-wrapper .swiper-slide:nth-of-type(3n+2) {
    margin-left: 30px;
    margin-right: 30px
}

.feature-item a {
    display: block;
    height: 424px;
    border: 1px solid grey
}

.feature-item a .img-responsive {
    height: 100%
}

form .title {
    line-height: 1
}

.summary .btn-red-white {
    transition: .3s
}

.summary .btn-red-white .icon-sound {
    transition: .3s
}

form.all-books .btn-red-white {
    margin-bottom: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .all-books .swiper-wrapper .swiper-slide:nth-of-type(3n+2) {
        margin-left: 23px;
        margin-right: 23px
    }
}

@media (min-width:481px) and (max-width:767px) {
    .all-books .swiper-wrapper .swiper-slide {
        width: 48%
    }

    .all-books .swiper-wrapper .swiper-slide:nth-of-type(even) {
        margin-left: 2%;
        margin-right: 0
    }

    .all-books .swiper-wrapper .swiper-slide:nth-of-type(odd) {
        margin-right: 2%;
        margin-left: 0
    }
}

@media (max-width:480px) {
    .books.all-books .swiper-wrapper .swiper-slide {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
}

.summary {
    margin-top: 25px
}

.summary .resource-btn {
    border: none
}

.summary a,
.summary button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    text-transform: uppercase;
    color: #555658;
    letter-spacing: 1px;
    word-spacing: 0;
    font-family: Lato-Bold, sans-serif
}

.summary a .icon-sound,
.summary button .icon-sound {
    color: #c52034;
    font-size: 30px
}

.summary a .icon-download,
.summary button .icon-download {
    color: #c52034;
    font-size: 20px;
    margin-bottom: 5px
}

.no-touch .btn-red-white:hover .icon-sound {
    color: #fff
}

.summary-detail {
    border-bottom: 1px solid #2c3642;
    padding-bottom: 65px
}

@media (max-width:767px) {
    .summary {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .summary .resource-btn {
        padding: 0
    }
}

.books .price p {
    line-height: 18px
}

@media screen and (min-width:768px) {

    .introduction:after,
    .introduction:before {
        display: table;
        content: ''
    }

    .introduction:after {
        clear: both
    }

    .introduction .about-us-news {
        display: block
    }

    .introduction .img-wrapper {
        width: 50%;
        float: left;
        margin-bottom: 0
    }

    .ar .introduction .img-wrapper {
        float: right
    }

    .introduction .content-wrapper p {
        overflow: initial
    }
}

.legacy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.legacy .legacy-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px
}

.legacy .legacy-gallery-item {
    max-width: 100%
}

.legacy .legacy-gallery-item img {
    width: 100%
}

@media (min-width:480px) {
    .legacy {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .legacy .legacy-gallery {
        margin: 28px 0 0
    }
}

.error-section .main-title {
    font-size: 11rem;
    line-height: 12rem;
    color: #a07b33
}

.error-section .title {
    font-size: 3rem;
    color: #a07b33
}

.error-section .go-back-btn {
    color: #c52034
}

.term-section .border-quote {
    padding-left: 13rem;
    padding-right: 13rem
}

.term-section .title-4 {
    padding: 4rem 0 2rem
}

.postcard-instruction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    letter-spacing: .1rem;
    color: #174066
}

.postcard-instruction .postcard-step-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 50%;
    margin-bottom: 3rem
}

.postcard-instruction .icons {
    font-size: 8rem;
    margin-bottom: 5px
}

@media only screen and (max-width:1023px) {
    .postcard-instruction .postcard-step-item {
        max-width: 50%
    }
}

@media only screen and (min-width:768px) {
    .postcard-instruction .postcard-step-item {
        width: 50%
    }
}

@media only screen and (min-width:1024px) {
    .postcard-instruction .postcard-step-item {
        font-size: 1.2rem;
        -ms-flex: none;
        flex: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
        width: auto
    }

    .postcard-instruction .step {
        margin-right: 15px;
        margin-left: 8px
    }

    .postcard-instruction .icons {
        font-size: 3.5rem;
        margin: 0
    }
}

@media only screen and (min-width:1200px) {
    .postcard-instruction .postcard-step-item span {
        display: inline-block;
        vertical-align: middle
    }

    .postcard-instruction .step {
        margin-right: 4rem
    }

    .ar .postcard-instruction .step {
        margin-right: 15px;
        margin-left: 4rem
    }
}

.article-tag {
    display: none;
    margin: 2rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.article-tag .tag {
    text-transform: uppercase;
    display: none
}

.article-tag .tag:before {
    content: '|';
    padding: 0 1rem
}

.article-tag .tag:not(.no-dash) {
    color: #a07b33;
    font-family: Lato-Bold, sans-serif
}

.article-tag .no-dash {
    text-transform: capitalize
}

.article-tag .no-dash:before {
    content: none
}

.showmore-article {
    margin-top: 15px
}

.showmore-article .btn-show-more {
    display: inline-block;
    vertical-align: top
}

.article-item {
    padding: 40px 0;
    border-bottom: 1px solid #ddd
}

.article-item:last-child {
    border-bottom: none
}

.article-item .btn-icon-link>span {
    font-weight: 600
}

.no-touch .article-item .btn-icon-link:hover .icons {
    color: grey
}

.article-item .btn-readmore {
    display: inline-block;
    vertical-align: top;
    color: #c52034;
    letter-spacing: 3px;
    margin-top: 30px;
    padding-left: 15px
}

.no-touch .article-item .btn-readmore:hover {
    color: grey
}

.article-item .btn-readmore .icons {
    padding: 0 .7rem;
    font-size: 10px;
    letter-spacing: 0
}

.article-item .info-wrapper {
    padding: 25px 10px 0 10px
}

.article-item .icon-wrapper {
    display: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 4rem
}

.article-item .icon-wrapper .btn-icon-link.active:hover {
    color: #c52034
}

.article-item .icon-wrapper .btn-icon-link.active .icons {
    color: grey
}

.article-item .btn-icon-link {
    font-family: Lato-Bold, sans-serif;
    color: #c52034
}

.article-item .btn-icon-link+.btn-icon-link {
    padding: 0 0 0 3.5rem
}

.article-item .title-4 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.ar .article-item .btn-readmore {
    padding-right: 15px;
    padding-left: 0
}

.article-month-item+.article-month-item {
    padding-top: 50px;
    border-top: 2px solid #414854
}

.article-list .container-inner {
    padding-bottom: 0
}

@media only screen and (max-width:1023px) {
    .article-item .icon-wrapper {
        font-size: 3rem
    }

    .article-item .info-wrapper {
        text-align: center
    }

    .contain-download .image-wrapper {
        display: none
    }

    .contain-download .info-wrapper {
        padding-top: 100px;
        position: relative
    }

    .contain-download .btn-download-file {
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding-left: 0
    }

    .contain-download .btn-download-file>span:first-child {
        display: none
    }

    .contain-download .btn-download-file .icons {
        font-size: 70px
    }
}

@media only screen and (min-width:1024px) {
    .article-month-item+.article-month-item {
        padding-top: 35px
    }

    .article-tag {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding-bottom: 4px
    }

    .article-tag .tag {
        vertical-align: top
    }

    .article-item {
        width: 100%;
        font-size: 0;
        padding: 45px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .article-item:first-child {
        padding-top: 10px
    }

    .article-item:last-child {
        border-bottom: 1px solid #d7d7d9
    }

    .article-item .btn-readmore {
        margin-top: 15px;
        letter-spacing: 1px;
        font-size: 12px
    }

    .article-item .btn-readmore .icons {
        font-size: 10px
    }

    .article-item .icon-download-pdf>span {
        font-weight: 700
    }

    .article-item .image-wrapper {
        width: 216px;
        display: inline-block;
        vertical-align: top
    }

    .article-item .info-wrapper {
        width: calc(100% - 316px);
        display: inline-block;
        vertical-align: top;
        padding: 0 100px 0 25px
    }

    .article-item .icon-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        text-align: right;
        padding: 45px 0;
        font-size: 20px
    }

    .article-item .btn-readmore {
        padding-left: 0;
        padding-right: 0
    }

    .ar .article-item .info-wrapper {
        padding: 0 25px 0 100px
    }

    .ar .article-item .btn-readmore {
        padding-right: 0;
        padding-left: 0
    }

    .ar .article-item .icon-wrapper {
        text-align: left
    }

    .showmore-article {
        margin-top: 50px
    }

    .article-list .mx-section:last-child {
        padding-bottom: 50px
    }

    .article-month-item+.article-month-item {
        padding-top: 85px
    }
}

.podcast-tag {
    margin: 2rem 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.podcast-tag .tag {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase
}

.podcast-tag .tag:before {
    content: '|';
    padding: 0 1rem
}

.podcast-tag .no-dash {
    text-transform: capitalize
}

.podcast-tag .no-dash:before {
    content: none
}

.podcast-tag a {
    color: #a07b33;
    font-family: Lato-Bold, sans-serif
}

.no-touch .podcast-tag a:hover {
    color: grey
}

.showmore-podcast {
    margin-top: 15px
}

.showmore-podcast .btn-show-more {
    display: inline-block;
    vertical-align: top
}

.podcast-item {
    position: relative;
    padding: 40px 0;
    border-bottom: 1px solid #d7d7d9
}

.podcast-item:last-child {
    border-bottom: none
}

.podcast-item .btn-icon-link>span {
    font-weight: 600
}

.no-touch .podcast-item .btn-icon-link:hover .icons {
    color: grey
}

.podcast-item .image-wrapper {
    position: relative
}

.podcast-item .btn-readmore {
    display: inline-block;
    vertical-align: top;
    color: #c52034;
    letter-spacing: 2px;
    margin-top: 30px;
    padding-left: 15px
}

.no-touch .podcast-item .btn-readmore:hover {
    color: grey
}

.podcast-item .btn-readmore .icons {
    padding: 0 .7rem;
    font-size: 10px;
    letter-spacing: 0
}

.podcast-item .info-wrapper {
    padding: 25px 10px 0 10px
}

.podcast-item .info-wrapper .description {
    margin-top: 20px
}

.podcast-item .icon-wrapper {
    display: none;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 4rem
}

.podcast-item .btn-icon-link {
    font-family: Lato-Bold, sans-serif;
    color: #c52034
}

.podcast-item .btn-icon-link+.btn-icon-link {
    padding: 0 0 0 3.5rem
}

.ar .podcast-item .btn-readmore {
    padding-right: 15px;
    padding-left: 0
}

.podcast-month-item+.podcast-month-item {
    padding-top: 50px;
    border-top: 2px solid #414854
}

.podcast-button-wrapper {
    text-align: center;
    margin-bottom: 40px
}

.podcast-button+.podcast-button {
    margin-left: 20px
}

.ar .podcast-button+.podcast-button {
    margin-right: 20px;
    margin-left: 0
}

.podcast-button {
    min-height: 50px;
    min-width: 200px;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    text-align: left;
    padding: 7px;
    box-shadow: 0 0 0 1px #ddd;
    display: inline-block;
    transition: box-shadow .3s
}

.podcast-button img {
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle
}

.ar .podcast-button {
    text-align: right
}

.podcast-button:hover {
    box-shadow: 0 7px 29px -2px rgba(0, 0, 0, .19)
}

.type-button-podcast {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: .3px
}

.type-button-podcast .listen-on {
    font-size: 12px;
    color: #7d7d7d;
    display: block;
    font-family: Lato-Regular, sans-serif
}

.type-button-podcast .listen-type {
    font-size: 18px;
    color: #131313;
    font-family: Lato-Bold, sans-serif;
    margin-top: 5px;
    display: block
}

.componentWrapper .controls_toggle.button-video-second {
    opacity: 1;
    color: #a07b33;
    position: relative;
    top: auto;
    left: auto;
    width: 25px;
    height: 41px;
    display: inline-block;
    -webkit-transform: none;
    transform: none;
    margin-right: 10px
}

.ar .componentWrapper .controls_toggle.button-video-second {
    margin-right: 0;
    margin-left: 10px
}

.ar .componentWrapper .controls_toggle.button-video-second {
    right: auto
}

.componentWrapper .controls_toggle .icons {
    color: #a07b33;
    font-size: 25px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none
}

.controls_toggle.button-video-second.pause-button:after,
.controls_toggle.button-video-second.pause-button:before {
    background-color: #a07b33;
    width: 3px;
    height: 11px
}

.controls_toggle.button-video-second.pause-button:before {
    left: calc(50% - 3px)
}

.controls_toggle.button-video-second.pause-button:after {
    left: calc(50% + 3px)
}

@media only screen and (max-width:1023px) {
    .podcast-item .icon-wrapper {
        font-size: 3rem
    }

    .podcast-item .info-wrapper {
        text-align: center
    }

    .contain-download .image-wrapper {
        display: none
    }

    .contain-download .info-wrapper {
        padding-top: 100px;
        position: relative
    }

    .contain-download .btn-download-file {
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        padding-left: 0
    }

    .contain-download .btn-download-file>span:first-child {
        display: none
    }

    .contain-download .btn-download-file .icons {
        font-size: 70px
    }

    .audio-podcast {
        margin: 12px auto auto;
        width: 100%
    }

    #componentWrapper .controls_toggle {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: calc(50% - 45px)
    }
}

@media (max-width:480px) {
    .podcast-button+.podcast-button {
        margin: 20px 0 0
    }

    .ar .podcast-button+.podcast-button {
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .podcast-month-item+.podcast-month-item {
        padding-top: 35px
    }

    .podcast-tag {
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding-bottom: 4px
    }

    .podcast-item {
        width: 100%;
        font-size: 0;
        padding: 45px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .podcast-item:first-child {
        padding-top: 10px
    }

    .podcast-item:last-child {
        border-bottom: 1px solid #d7d7d9
    }

    .podcast-item .btn-readmore {
        margin-top: 15px;
        letter-spacing: 0;
        font-size: 12px
    }

    .podcast-item .btn-readmore .icons {
        font-size: 10px
    }

    .podcast-item .icon-download-pdf>span {
        font-weight: 700
    }

    .podcast-item .image-wrapper {
        width: 215px;
        display: block;
        height: 100%;
        position: relative
    }

    .podcast-item .info-wrapper {
        width: calc(100% - 216px);
        display: inline-block;
        vertical-align: top;
        padding: 0 100px 0 25px
    }

    .podcast-item .info-wrapper .description {
        margin-top: 10px
    }

    .podcast-item .icon-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        text-align: right;
        padding: 45px 0;
        font-size: 25px
    }

    .podcast-item .btn-icon-link+.btn-icon-link {
        padding: 0 0 0 35px
    }

    .podcast-item .title-4 {
        margin-top: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .podcast-item .btn-readmore {
        padding-left: 0;
        padding-right: 0
    }

    .ar .btn-icon-link+.btn-icon-link {
        padding: 0 3.5rem 0 0
    }

    .ar .podcast-item .info-wrapper {
        padding: 0 25px 0 100px
    }

    .ar .podcast-item .btn-readmore {
        padding-right: 0;
        padding-left: 0
    }

    .ar .podcast-item .icon-wrapper {
        text-align: left
    }

    .showmore-podcast {
        margin-top: 50px
    }

    .article-list .mx-section:last-child {
        padding-bottom: 50px
    }

    .podcast-month-item+.podcast-month-item {
        padding-top: 85px
    }
}

.audio-podcast {
    margin-top: 12px;
    width: 80%
}

.podcast-item.play-audio .image-wrapper:before {
    opacity: 1
}

.podcast-item.play-audio .controls_toggle {
    opacity: 1
}

.podcast-item .image-wrapper {
    position: relative
}

.podcast-item .image-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s
}

.podcast-item .image-wrapper:hover:before {
    opacity: 1
}

.podcast-item .image-wrapper:hover .controls_toggle {
    opacity: 1
}

.controls_toggle {
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
    opacity: 0;
    transition: opacity .3s
}

.controls_toggle .icons {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.controls_toggle.pause-button span {
    display: none
}

.controls_toggle.pause-button:after,
.controls_toggle.pause-button:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.controls_toggle.pause-button:before {
    left: calc(50% - 5px)
}

.controls_toggle.pause-button:after {
    left: calc(50% + 5px)
}

.podcast-scroll {
    visibility: hidden;
    position: absolute;
    top: -100px;
    left: 0
}

.contribute-form {
    max-width: 720px;
    margin: 0 auto
}

.contribute-form.form .form-control.form-aed-margin {
    margin-right: 60px;
    margin-left: 0
}

.ar .contribute-form.form .form-control.form-aed-margin {
    margin-left: 60px;
    margin-right: 0
}

.contribute-form .contribute-info-form {
    margin-top: 6rem
}

.contribute-form .fade-text {
    color: rgba(0, 0, 0, .8)
}

.contribute-form .form-radio-inner {
    display: -ms-flexbox;
    display: flex
}

.contribute-form .form-financial {
    position: relative;
    margin-top: 10px
}

.contribute-form .form-financial .form-radio {
    display: block
}

.contribute-form .form-financial .contribute-text-aed {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(200%, -50%);
    transform: translate(200%, -50%);
    text-transform: uppercase;
    color: #174066;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px
}

.contribute-form .sub-title span {
    padding-bottom: 5px;
    border-bottom: 1px solid #174066
}

.contribute-excerpt-text {
    padding: 20px 0;
    border-top: 1px solid #a07b33;
    border-bottom: 1px solid #a07b33
}

@media (min-width:768px) {
    .contribute-detail-form .file-upload:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        width: 59%;
        border-bottom: 1px solid #174066
    }

    .ar .contribute-detail-form .file-upload:before {
        left: auto;
        right: 0
    }
}

.form-error .file-upload:before {
    content: normal
}

@media (max-width:767px) {
    .character-slider {
        margin-left: 0;
        margin-right: 0
    }
}

.character-container {
    overflow: hidden;
    position: relative
}

.character-container .character-slide {
    display: -ms-flexbox;
    display: flex;
    height: 165px
}

@media (min-width:768px) {
    .character-container .character-slide {
        height: 230px
    }
}

.character-container .swiper-slide {
    max-width: 480px;
    width: 150px
}

@media (min-width:768px) {
    .character-container .swiper-slide {
        width: auto
    }
}

.character-container .swiper-navigation {
    text-align: center;
    margin-top: 4rem
}

.character-container .swiper-navigation .button-next,
.character-container .swiper-navigation .button-prev {
    color: #c52034;
    font-size: 22px;
    height: 22px;
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:767px) {

    .character-container .swiper-navigation .button-next,
    .character-container .swiper-navigation .button-prev {
        font-size: 21px;
        height: 21px
    }
}

.character-container .swiper-navigation .separator {
    width: 1px;
    height: 25px;
    background: #a07b33;
    display: inline-block;
    vertical-align: middle;
    margin: 0 28px
}

.ie .character-container .swiper-navigation .separator {
    width: 2px
}

.character-container .description {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 15px 10px
}

@media (max-width:767px) {
    .character-container .description {
        padding: 10px 10px
    }
}

.character-container .black-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .7
}

.character-container .body-text {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    min-height: 40px;
    position: relative
}

@media (max-width:767px) {
    .character-container .body-text {
        min-height: 25px;
        line-height: 12px;
        font-size: 10px
    }
}

.speaker-list {
    height: 335px;
    position: relative
}

@media (min-width:1024px) {
    .speaker-list {
        height: 340px
    }
}

@media (max-width:767px) {
    .speaker-list {
        height: 160px
    }
}

.speaker-list.is-video .video {
    display: block
}

.speaker-list.is-video .link {
    display: none
}

.speaker-list .content-wrap,
.speaker-list .outer-wrap {
    top: 0;
    left: 0;
    min-height: inherit
}

.speaker-list .outer-wrap {
    position: relative;
    min-width: 33%;
    width: 340px;
    height: 100%;
    color: #fff;
    z-index: 1;
    padding: 35px
}

@media (min-width:1024px) {
    .speaker-list .outer-wrap {
        width: 345px;
        padding: 45px 30px 35px 52px
    }
}

@media (max-width:767px) {
    .speaker-list .outer-wrap {
        width: 160px;
        padding: 24px 14px 14px
    }
}

.speaker-list .outer-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 0;
    opacity: .7;
    width: 100%;
    height: 100%
}

.speaker-list .content-wrap {
    position: relative;
    height: 100%
}

.speaker-list .content-wrap>span {
    display: block
}

.speaker-list .link,
.speaker-list .video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .22rem;
    color: #fff;
    text-transform: uppercase;
    font-family: Lato-Regular
}

@media (min-width:1024px) {

    .speaker-list .link,
    .speaker-list .video {
        letter-spacing: 1px
    }
}

@media (max-width:767px) {

    .speaker-list .link,
    .speaker-list .video {
        font-size: 10px;
        line-height: 12px
    }
}

.speaker-list .link {
    display: block;
    color: #fff
}

.speaker-list .link .icons {
    font-size: 14px
}

@media (max-width:767px) {
    .speaker-list .link .icons {
        font-size: 7px
    }
}

.speaker-list .video {
    display: none
}

.ios .speaker-list .video {
    bottom: -4px
}

.speaker-list .video .btn-play-video {
    font-size: 55px;
    padding: 0;
    line-height: 0;
    display: inline-block;
    vertical-align: middle
}

@media (max-width:767px) {
    .speaker-list .video .btn-play-video {
        font-size: 36px;
        width: 36px
    }

    .ios .speaker-list .video .btn-play-video {
        font-size: 35px;
        padding: 1px 0
    }
}

.speaker-list .video>span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 55px)
}

@media (max-width:767px) {
    .speaker-list .video>span {
        width: calc(100% - 36px)
    }
}

.no-touch .speaker-list .video:hover {
    color: #c52034;
    transition: .4s
}

.speaker-list .btn-play-video {
    color: inherit;
    transition: none
}

.no-touch .speaker-list .btn-play-video:hover {
    color: inherit;
    transition: none
}

.speaker-list .title-3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .speaker-list .title-3 {
        font-size: 24px;
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .speaker-list .title-3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 3px
    }
}

.speaker-list .body-1 {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 24px
}

@media (min-width:1024px) {
    .speaker-list .body-1 {
        letter-spacing: .6px
    }
}

@media (max-width:767px) {
    .speaker-list .body-1 {
        font-size: 12px;
        margin-bottom: 40px;
        line-height: 14px
    }
}

.main-youtube-api {
    font-family: Lato-Regular, sans-serif;
    margin-top: 0
}

.ar .main-youtube-api {
    font-family: DINNext-Regular, sans-serif
}

.main-youtube-api .title-api {
    font-size: 15px;
    color: #565658;
    text-transform: uppercase;
    padding: 50px 25px
}

.main-youtube-api .error-api {
    font-size: 15px;
    color: #c52034;
    text-align: center;
    font-style: italic;
    margin: 10px 0
}

.main-youtube-api .container-api {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-youtube-api .container-api:after,
.main-youtube-api .container-api:before {
    display: table;
    content: ''
}

.main-youtube-api .container-api:after {
    clear: both
}

.main-youtube-api .youtube-box {
    max-width: 33.33333333%;
    padding: 0 25px 50px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.main-youtube-api .youtube-box .centered-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-youtube-api .content-video {
    position: relative;
    background-color: #000;
    height: 100%;
    cursor: pointer
}

.no-touch .main-youtube-api .content-video:hover .btn-play-video {
    color: #c52034;
    transition: color .4s
}

.main-youtube-api .content-title {
    width: 100%;
    padding: 20px;
    color: #fff
}

.main-youtube-api .title-video {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 20px
}

.main-youtube-api .img-video {
    position: relative;
    max-width: 100%;
    height: 150px
}

.main-youtube-api .date-video {
    font-size: 10px;
    text-transform: none;
    position: absolute;
    bottom: 15px;
    line-height: 12px
}

.main-youtube-api .icon-load-video {
    font-size: 10px;
    padding: 0 9px
}

@media only screen and (min-width:768px) {
    .btn-play-video {
        font-size: 50px
    }
}

@media only screen and (max-width:768px) {
    .main-youtube-api .date-video {
        bottom: 7px
    }

    .main-youtube-api .img-video {
        position: relative;
        max-width: 190px;
        height: 120px;
        width: 100%
    }

    .main-youtube-api .youtube-box {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .main-youtube-api .youtube-box .content-video {
        -ms-flex-direction: row;
        flex-direction: row;
        display: -ms-flexbox;
        display: flex
    }

    .main-youtube-api .title-video {
        padding-bottom: 0
    }

    .main-youtube-api .title-api {
        padding: 50px 0
    }

    .main-youtube-api .content-title {
        position: relative;
        padding: 10px 20px
    }

    .btn-play-video {
        font-size: 50px
    }
}

@media only screen and (max-width:480px) {
    .main-youtube-api .img-video {
        max-width: 130px;
        height: 95px;
        width: 100%
    }

    .main-youtube-api .title-video {
        font-size: 12px
    }

    .main-youtube-api .content-title {
        padding: 7px
    }

    .main-youtube-api .date-video {
        font-size: 8px
    }

    .btn-play-video {
        font-size: 28px
    }
}

.showmore-youtube {
    font-family: Lato-Regular, sans-serif
}

.ar .showmore-youtube {
    font-family: DINNext-Regular, sans-serif
}

.showmore-youtube .btn-show-more {
    display: none;
    vertical-align: top
}

.showmore-youtube .show-btn {
    display: inline-block
}

.culture-talks-filter {
    font-family: Lato-Regular, sans-serif;
    margin-top: 0
}

.ar .culture-talks-filter {
    font-family: DINNext-Regular, sans-serif
}

.ar .culture-talks-filter .mCSB_inside .mCSB_container {
    margin-left: 0
}

.culture-talks-filter .error-checked {
    position: relative;
    color: #c52034;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin: 10px
}

.culture-talks-filter .change-select-height {
    max-height: 200px
}

.culture-talks-filter .mCSB_inside .mCSB_container {
    margin-right: 0
}

.culture-talks-filter .title-culture-talks {
    font-style: italic;
    width: 100%;
    font-size: 20px;
    color: #a07b33;
    padding: 20px;
    margin: 60px 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    border-top: 1px solid #a07b33;
    border-bottom: 1px solid #a07b33;
    line-height: 30px;
    text-align: center
}

.culture-talks-filter .form-filter-culture {
    position: relative;
    width: 100%;
    z-index: 110;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    color: #174066;
    margin-bottom: 40px;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.culture-talks-filter .form-filter-culture .form-group {
    letter-spacing: 2px;
    position: relative;
    -ms-flex: 1;
    flex: 1
}

.culture-talks-filter .form-filter-culture .icon-sort-latest,
.culture-talks-filter .form-filter-culture .icon-sort-oldest {
    vertical-align: middle;
    font-size: 30px;
    font-weight: 600;
    position: relative
}

.culture-talks-filter .form-filter-culture .icon-sort-latest {
    top: -2px
}

.culture-talks-filter .form-filter-culture .icon-sort-oldest {
    top: 0
}

.culture-talks-filter .form-filter-culture .label-title {
    letter-spacing: 2px;
    margin-right: 20px;
    display: inline-block
}

.ar .culture-talks-filter .form-filter-culture .label-title {
    margin-right: 0;
    margin-left: 20px
}

.culture-talks-filter .form-filter-culture .label-sort {
    padding-left: 10px;
    border: none;
    box-shadow: none;
    background-color: #fff;
    cursor: pointer
}

.ar .culture-talks-filter .form-filter-culture .label-sort {
    padding-left: 0;
    padding-right: 10px
}

.culture-talks-filter .form-filter-culture .hidden-title {
    visibility: hidden;
    opacity: 0;
    height: 0;
    display: none
}

.culture-talks-filter .form-filter-culture .transform-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.culture-talks-filter .form-filter-culture .label-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    min-width: 375px;
    border: 1px solid #41678b;
    padding: 15px;
    border-radius: 5px;
    white-space: nowrap
}

.culture-talks-filter .form-filter-culture .label-text p {
    max-width: 320px;
    text-overflow: ellipsis;
    overflow: hidden
}

.ar .culture-talks-filter .form-filter-culture .label-text {
    padding: 6px 15px
}

.ar .culture-talks-filter .form-filter-culture .label-text p {
    line-height: 32px
}

.culture-talks-filter .form-filter-culture .form-group-wrapper {
    z-index: 20;
    position: absolute;
    top: calc(99%);
    left: 0;
    width: 100%;
    background-color: #174066;
    white-space: nowrap;
    display: none;
    height: 0
}

.culture-talks-filter .form-filter-culture:after,
.culture-talks-filter .form-filter-culture:before {
    display: table;
    content: ''
}

.culture-talks-filter .form-filter-culture:after {
    clear: both
}

.culture-talks-filter .select-list-culture {
    position: absolute;
    top: auto;
    z-index: 10;
    margin-top: -1px;
    width: 100%
}

.culture-talks-filter .select-list-culture .item-culture {
    cursor: pointer;
    font-family: Lato-Regular, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #174066;
    color: #fff;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    text-align: left
}

.ar .culture-talks-filter .select-list-culture .item-culture {
    text-align: right
}

.culture-talks-filter .select-list-culture .filter-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    padding-left: 45px;
    padding-right: 15px
}

.ar .culture-talks-filter .select-list-culture .filter-label {
    padding-left: 15px;
    padding-right: 45px
}

.culture-talks-filter .select-list-culture .filter-input {
    display: none
}

.culture-talks-filter .select-list-culture .filter-checkculture {
    position: absolute;
    top: 50%;
    left: 25px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.culture-talks-filter .select-list-culture .filter-checkculture:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #c52034;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ar .culture-talks-filter .select-list-culture .filter-checkculture {
    left: auto;
    right: 8px
}

.culture-talks-filter .select-list-culture .mCSB_scrollTools {
    margin: 5px 0
}

.culture-talks-filter .filter-styled {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #174066;
    line-height: 6rem
}

.culture-talks-filter .filter-list {
    display: none;
    position: absolute;
    top: auto;
    z-index: 10;
    margin-top: -1px;
    min-width: 100%;
    white-space: nowrap
}

.culture-talks-filter .filter-list-item {
    cursor: pointer;
    font-family: Lato-Regular, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #174066;
    color: #fff;
    position: relative;
    line-height: 2.5rem
}

.culture-talks-filter .filter-list-item img {
    height: 2.8rem
}

.no-touch .culture-talks-filter .filter-list-item:hover {
    background-color: #41678b
}

.culture-talks-filter .filter-input {
    display: none
}

.culture-talks-filter .filter-input:checked~.filter-checkculture:after {
    display: block
}

.culture-talks-filter .filter-input:checked~.filter-checkculture {
    border: none;
    background-color: #fff
}

.culture-talks-filter .filter-checkculture {
    position: absolute;
    top: 50%;
    left: 3rem;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.culture-talks-filter .filter-checkculture:after {
    content: '';
    position: absolute;
    display: none
}

.culture-talks-filter .filter-checkculture:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #c52034;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.culture-talks-filter .filter-event {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2rem;
    line-height: 6rem;
    font-family: Lato-Bold, sans-serif
}

.culture-talks-filter .filter-event-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.culture-talks-filter .filter-event-icon {
    font-size: 3rem
}

.culture-talks-filter .filter-event-input {
    display: block;
    opacity: 0
}

.culture-talks-filter .filter-event-switch {
    width: 40px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #174066;
    border-radius: 30px;
    transition: background-color .4s
}

.culture-talks-filter .filter-event-switch:after {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 2.4px;
    content: '';
    background: #fff;
    border-radius: 10px
}

.culture-talks-filter .filter-event-input:checked+.filter-event-switch {
    background: #c52034
}

.culture-talks-filter .filter-event-input:checked+.filter-event-switch:after {
    left: auto;
    right: 0
}

.culture-talks-filter .error-api {
    font-size: 15px;
    color: #c52034;
    text-align: center;
    font-style: italic;
    margin: 10px 0
}

.culture-talks-filter .container-culture-talks:after,
.culture-talks-filter .container-culture-talks:before {
    display: table;
    content: ''
}

.culture-talks-filter .container-culture-talks:after {
    clear: both
}

.culture-talks-filter .wraper-culture-talks {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px
}

.culture-talks-filter .wraper-culture-talks .popup-swiper-container {
    position: absolute;
    background-color: rgba(253, 253, 253, .9);
    z-index: 100
}

.culture-talks-filter .culture-box {
    max-width: 33.33333333%;
    padding: 0 25px 50px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.culture-talks-filter .culture-box .centered-video {
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.culture-talks-filter .culture-box .icon-video {
    width: 100%
}

.culture-talks-filter .content-video {
    overflow: hidden;
    position: relative;
    height: 100%;
    background-color: #000;
    cursor: pointer
}

.no-touch .culture-talks-filter .content-video:hover .btn-play-video {
    color: #c52034;
    transition: color .4s
}

.culture-talks-filter .content-title {
    overflow: hidden;
    width: 100%;
    padding: 25px;
    color: #fff;
    min-height: 120px
}

.culture-talks-filter .title-video {
    max-height: 40px;
    overflow: hidden;
    letter-spacing: 1.4px;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px
}

.culture-talks-filter .img-video {
    position: relative;
    max-width: 100%;
    height: 150px
}

.culture-talks-filter .date-video,
.culture-talks-filter .title-event {
    color: #999;
    font-family: Lato-Regular, sans-serif;
    text-transform: none;
    position: relative
}

.culture-talks-filter .title-event {
    font-size: 13px;
    margin-top: 12px
}

.culture-talks-filter .date-video {
    font-size: 12px;
    margin-top: 13px
}

.culture-talks-filter .icon-load-video {
    position: relative;
    top: -1px;
    font-size: 10px;
    padding: 0 9px
}

.culture-talks-filter .wrap-show,
.culture-talks-filter .wrap-sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0
}

@media (min-width:768px) {
    .btn-play-video {
        font-size: 50px;
        line-height: 1;
        height: 56px;
        width: 52px;
        padding: 0
    }

    .culture-talks-filter .wrap-sort {
        text-align: right
    }

    .ar .culture-talks-filter .wrap-sort {
        text-align: left
    }
}

@media (max-width:768px) {
    .culture-talks-filter .select-list-culture .filter-checkculture {
        left: 25px
    }

    .culture-talks-filter .wraper-culture-talks {
        margin: 0 auto
    }

    .culture-talks-filter .wrap-sort {
        text-align: center
    }

    .ar .culture-talks-filter .wrap-sort {
        text-align: center
    }

    .culture-talks-filter .wrap-show {
        display: block;
        text-align: center
    }

    .culture-talks-filter .form-filter-culture {
        margin-bottom: 15px;
        display: inline-block
    }

    .culture-talks-filter .form-filter-culture .form-group {
        margin: 10px 0 20px 0
    }

    .culture-talks-filter .date-video {
        padding-bottom: 0;
        margin-top: 0
    }

    .culture-talks-filter .img-video {
        position: relative;
        max-width: 220px;
        height: 100%;
        width: 100%
    }

    .culture-talks-filter .culture-box {
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .culture-talks-filter .culture-box .content-video {
        -ms-flex-direction: row;
        flex-direction: row;
        display: -ms-flexbox;
        display: flex
    }

    .culture-talks-filter .title-video {
        padding-bottom: 0;
        margin-bottom: 10px
    }

    .culture-talks-filter .title-event {
        margin-top: 0;
        padding-bottom: 15px
    }

    .culture-talks-filter .title-culture-talks {
        padding: 25px 0;
        margin: 50px 0 40px 0
    }

    .culture-talks-filter .content-title {
        position: relative;
        padding: 25px 20px
    }

    .btn-play-video {
        font-size: 50px
    }

    .culture-talks-filter .wrap-show .label-title {
        margin-right: 0
    }

    .ar .culture-talks-filter .wrap-show .label-title {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .culture-talks-filter .img-video {
        position: absolute;
        max-width: 42%;
        width: 100%
    }

    .culture-talks-filter .culture-box .content-video {
        -ms-flex-direction: unset;
        flex-direction: unset;
        display: block
    }

    .culture-talks-filter .content-title {
        float: right;
        width: calc(58% - 3px)
    }

    .ar .culture-talks-filter .content-title {
        float: left
    }
}

@media (max-width:480px) {
    .culture-talks-filter .select-list-culture {
        white-space: normal;
        text-align: left
    }

    .ar .culture-talks-filter .select-list-culture {
        text-align: right
    }

    .culture-talks-filter .form-filter-culture .label-text {
        min-width: 100%
    }

    .culture-talks-filter .title-video {
        font-size: 12px;
        margin-bottom: 5px;
        line-height: 15px
    }

    .culture-talks-filter .title-event {
        font-size: 11px;
        padding-bottom: 0
    }

    .culture-talks-filter .content-title {
        padding: 15px;
        min-height: 91px
    }

    .culture-talks-filter .date-video {
        font-size: 10px;
        margin-top: 5px
    }

    .btn-play-video {
        font-size: 28px;
        line-height: 1;
        height: 30px;
        width: 30px;
        padding: 0
    }
}

.showmore-culture {
    font-family: Lato-Regular, sans-serif
}

.ar .showmore-culture {
    font-family: DINNext-Regular, sans-serif
}

.showmore-culture .btn-show-more {
    display: inline-block;
    vertical-align: top
}

.showmore-culture .show-btn {
    display: inline-block
}

.trip-advisor-block {
    position: relative;
    background-color: #edf1f0;
    overflow: hidden
}

.trip-advisor-block .rating-trip-advisor {
    position: relative;
    letter-spacing: .8px;
    color: #00a680
}

.trip-advisor-block .rating-trip-advisor .heading {
    position: relative;
    z-index: 10;
    font-family: Lato-Bold;
    letter-spacing: 2.5px;
    margin-bottom: 15px
}

.trip-advisor-block .rating-trip-advisor .title-rating {
    font-size: 18px
}

.trip-advisor-block .rating-trip-advisor .base-on {
    font-family: Lato-Regular;
    color: #555658;
    font-size: 14px;
    margin-top: 12px
}

.trip-advisor-block .rating-trip-advisor .rating-block {
    z-index: 10;
    position: relative
}

.trip-advisor-block .rating-trip-advisor .link {
    cursor: pointer;
    z-index: 10;
    position: relative;
    letter-spacing: 2.5px;
    color: #555658;
    font-family: Lato-Bold;
    display: block
}

.trip-advisor-block .rating-trip-advisor .link:hover {
    opacity: .5
}

.trip-advisor-block .comment-trip-advisor {
    overflow: hidden
}

.trip-advisor-block .comment-trip-advisor .heading {
    overflow: hidden
}

.trip-advisor-block .comment-trip-advisor .title-comment {
    line-height: 1.4;
    width: 70%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-family: Lato-Bold;
    color: #555658
}

.trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
    cursor: pointer;
    text-align: right;
    float: right
}

.trip-advisor-block .comment-block {
    position: relative
}

.trip-advisor-block .comment-block .facts {
    display: inline;
    color: #555658;
    margin-right: 10px
}

.trip-advisor-block .comment-block .link-read-more {
    cursor: pointer;
    line-height: 2;
    display: inline-block;
    font-family: Lato-Bold;
    color: #c52034;
    font-style: normal;
    letter-spacing: .8px
}

.trip-advisor-block .comment-block .link-read-more:hover {
    opacity: .5
}

.trip-advisor-block .review-by-block {
    display: -ms-flexbox;
    display: flex
}

.trip-advisor-block .review-by-block .review-by {
    font-family: Lato-Regular;
    color: #555658;
    margin-left: 32px;
    display: inline-block;
    vertical-align: middle
}

.trip-advisor-block .review-by-block .img-comment-rating {
    display: inline-block;
    vertical-align: middle
}

.ar .review-by-block .review-by {
    margin-left: 0;
    margin-right: 32px
}

.ar .comment-trip-advisor .title-comment {
    float: right
}

.ar .comment-trip-advisor .logo-trip-advisor {
    text-align: left;
    float: left
}

.ar .comment-trip-advisor .facts {
    margin-right: 0;
    margin-left: 10px
}

@media (min-width:1024px) {
    .trip-advisor-block {
        min-height: 305px
    }

    .trip-advisor-block .icons.icon-chevron-right {
        margin: 0 5px;
        font-size: 11px
    }

    .trip-advisor-block .rating-trip-advisor {
        padding: 50px 0;
        position: inherit;
        min-height: 305px;
        width: calc(30% - 5px);
        display: inline-block;
        vertical-align: top
    }

    .trip-advisor-block .rating-trip-advisor .rating-trip-content {
        padding-right: 40px;
        border-right: 1px solid #b9c5d0
    }

    .trip-advisor-block .rating-trip-advisor .rating-block {
        border-bottom: 1px solid #b9c5d0;
        padding-bottom: 35px;
        margin-bottom: 40px
    }

    .trip-advisor-block .rating-trip-advisor .link {
        font-size: 14px
    }

    .trip-advisor-block .rating-trip-advisor .link:nth-child(1) {
        margin-bottom: 20px
    }

    .trip-advisor-block .comment-trip-advisor {
        display: inline-block;
        width: 70%;
        overflow: hidden
    }

    .trip-advisor-block .comment-trip-advisor .title-comment {
        font-size: 20px
    }

    .trip-advisor-block .comment-trip-advisor .swiper-slide {
        padding: 44px 0 0 45px
    }

    .trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
        padding-top: 3px;
        width: 25%
    }

    .trip-advisor-block .comment-block {
        padding: 20px 50px 22px 0
    }

    .trip-advisor-block .comment-block .facts {
        font-size: 18px
    }

    .trip-advisor-block .comment-block .link-read-more {
        font-size: 14px
    }

    .trip-advisor-block .review-by-block .review-by {
        font-size: 14px
    }

    .trip-advisor-block .swiper-pagination-bullets {
        margin-top: 2rem
    }

    .ar .rating-trip-advisor {
        padding: 50px 0
    }

    .ar .rating-trip-advisor .rating-trip-content {
        padding-right: 0;
        padding-left: 40px;
        border-right: none;
        border-left: 1px solid #b9c5d0
    }

    .ar .comment-trip-advisor .swiper-slide {
        padding: 50px 45px 0 0
    }

    .ar .comment-block {
        padding-right: 0;
        padding-left: 50px
    }

    .ar .popup-trip-advisor .modal-dialog {
        margin: auto 4%
    }
}

@media (max-width:1023px) {
    .trip-advisor-block .icons.icon-chevron-right {
        margin: 0 3px;
        font-size: 8px
    }

    .trip-advisor-block .rating-trip-advisor {
        border-bottom: 1px solid #b9c5d0;
        position: relative;
        padding: 35px 0
    }

    .trip-advisor-block .rating-trip-advisor .rating-block {
        width: 50%;
        display: inline-block;
        border-right: 1px solid #b9c5d0
    }

    .trip-advisor-block .rating-trip-advisor .logo-rating {
        width: 135px
    }

    .trip-advisor-block .rating-trip-advisor .logo-rating img {
        width: 100%
    }

    .trip-advisor-block .rating-trip-advisor .link-review {
        display: inline-block;
        width: 50%;
        padding-left: 26px
    }

    .trip-advisor-block .rating-trip-advisor .link {
        font-size: 11px
    }

    .trip-advisor-block .rating-trip-advisor .link:nth-child(1) {
        margin-bottom: 26px
    }

    .trip-advisor-block .comment-trip-advisor {
        padding: 30px 0
    }

    .trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
        width: 80px;
        margin-top: 6px
    }

    .trip-advisor-block .comment-trip-advisor .logo-trip-advisor img {
        max-width: 100%
    }

    .trip-advisor-block .comment-trip-advisor .title-comment {
        font-size: 18px
    }

    .trip-advisor-block .comment-block {
        padding: 22px 0
    }

    .trip-advisor-block .comment-block .facts {
        font-size: 14px
    }

    .trip-advisor-block .comment-block .link-read-more {
        font-size: 11px
    }

    .trip-advisor-block .review-by-block .review-by {
        font-size: 13px
    }

    .ar .rating-trip-advisor .link-review {
        padding-left: 0;
        padding-right: 24px
    }

    .ar .rating-trip-advisor .rating-block {
        width: 50%;
        display: inline-block;
        border-right: none;
        border-left: 1px solid #b9c5d0
    }
}

@media screen and (min-width:768px) and (max-width:980px) {
    .trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
        width: 110px;
        margin-top: 2px
    }
}

.popup-trip-advisor .modal-dialog {
    position: absolute;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    margin: auto 5%;
    width: 90%;
    height: 80%;
    top: 10%
}

.popup-trip-advisor .modal-content {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.popup-trip-advisor .modal-content .btn-default {
    padding: 0 0
}

.popup-trip-advisor .modal-content .btn-default:hover {
    background-color: transparent
}

.popup-trip-advisor .modal-content .popup-swiper-container {
    background-color: rgba(0, 0, 0, .9)
}

.popup-trip-advisor .modal-body {
    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 0;
    right: 0
}

.popup-trip-advisor .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.popup-trip-advisor.responsive-ios-iframe .modal-content {
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

.popup-trip-advisor.responsive-ios-iframe .modal-body {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

@media (max-width:768px) {
    .popup-trip-advisor .modal-dialog {
        height: 90%;
        top: 5%
    }

    .popup-trip-advisor .modal-body {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:980px) and (max-width:1024px) {
    .trip-advisor-block .rating-trip-advisor {
        width: calc(34% - 5px)
    }

    .trip-advisor-block .rating-trip-advisor .rating-trip-content {
        padding-right: 25px
    }

    .ar .trip-advisor-block .rating-trip-advisor .rating-trip-content {
        padding-right: 0;
        padding-left: 25px
    }

    .trip-advisor-block .comment-trip-advisor {
        width: 66%
    }

    .trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
        margin-right: 8px
    }

    .ar .trip-advisor-block .comment-trip-advisor .logo-trip-advisor {
        margin-right: 0;
        margin-left: 8px
    }
}

.related-articles {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 68px;
    padding-bottom: 40px
}

.related-articles .tile .btn-bookmark {
    display: none
}

.related-articles .swiper-slide {
    max-width: 400px
}

@media (min-width:480px) {
    .related-articles .tile {
        font-size: 20px
    }
}

@media (min-width:1024px) {
    .have-your-say {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px
    }

    .related-articles .tile {
        font-size: 18px
    }
}

@media (min-width:1200px) {
    .related-articles .tile {
        font-size: 14px
    }
}

.quiz {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.quiz .swiper-container {
    margin: 0 4rem
}

.quiz .excerpt-text>a {
    transition: color .3s ease
}

.no-touch .quiz .excerpt-text>a:hover {
    color: gray
}

.gallery-detail .swiper-slide {
    width: 80%;
    max-width: 450px
}

.gallery-detail .pagination-gallery-detail {
    margin-top: 4rem;
    text-align: center
}

.btn-play {
    border: none;
    background: 0 0;
    color: #fff;
    transition: color .4s;
    font-size: 50px
}

.no-touch .btn-play:hover {
    color: #c52034
}

.wraper-postcard .content {
    background-color: #f9f7eB;
    padding: 6rem 5rem
}

.wraper-postcard .description {
    line-height: 2.2rem;
    color: #48494b;
    font-family: Lato-Regular, sans-serif;
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.wraper-postcard .items {
    position: relative;
    margin: 40px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wraper-postcard .items:after,
.wraper-postcard .items:before {
    display: table;
    content: ''
}

.wraper-postcard .items:after {
    clear: both
}

.wraper-postcard .item-postcard {
    max-width: 125px;
    margin-bottom: 10px
}

.wraper-postcard .img-postcard {
    width: 50px;
    margin: 0 auto 10px
}

.wraper-postcard .name-postcard {
    font-size: 13px;
    letter-spacing: .1rem;
    line-height: 16px;
    color: #a07b33;
    font-family: Lato-Bold, sans-serif;
    text-transform: uppercase
}

.wraper-postcard .icon-send-postcard {
    font-size: 2.5rem;
    vertical-align: middle
}

@media only screen and (max-width:480px) {
    .wraper-postcard .content {
        padding: 6rem .5rem
    }

    .wraper-postcard .btn {
        padding: 0 20px
    }

    .wraper-postcard .item-postcard {
        padding: 0 1rem
    }
}

.main-tour .content-tour {
    position: relative
}

.main-tour .title-tour {
    padding: 2rem 0
}

.main-tour .images-tour {
    box-shadow: 0 .5rem 1rem #989595;
    height: 400px
}

.main-tour .images-tour:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 1
}

.main-tour .text-tour {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    color: #fff;
    padding: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column
}

.main-tour .text-tour span {
    padding-right: .5rem
}

.main-tour .content-button {
    margin-top: 30px
}

.floorplan {
    display: none
}

@media (min-width:768px) {
    .floorplan {
        display: block
    }
}

.event-swiper-wrapper {
    position: relative
}

.ar .event-filter-inner .btn-show-more {
    padding-bottom: 6px
}

.event-filter-inner .no-data-msg {
    text-align: center;
    font-size: 18px;
    font-family: Lato-Regular, sans-serif;
    font-style: italic;
    word-spacing: .25rem;
    letter-spacing: .12rem;
    line-height: 2.2em;
    text-transform: none;
    padding-bottom: 50px
}

.events-wrapper {
    text-align: center;
    overflow: hidden
}

.events-wrapper .btn-calendar {
    display: inline-block;
    margin-top: 20px
}

.events-wrapper .swiper-container {
    text-align: initial
}

.list-event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.list-event .event-col {
    position: relative;
    margin-bottom: 3.5rem;
    transition: opacity .55s, height .4s;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%
}

@media (max-width:767px) {
    .list-event .event-col.viewall .event-item {
        height: 100px;
        background-color: transparent
    }

    .list-event .event-col.viewall .view-all-box {
        background-color: transparent
    }
}

.list-event .event-col.viewall .event-item-holder {
    visibility: hidden;
    opacity: 0
}

.list-event .event-col.viewall .view-all-box {
    visibility: visible;
    opacity: 1
}

.list-event .event-col.viewall .btn-show-more {
    font-size: 12px;
    white-space: nowrap
}

.list-event .event-col.unshow {
    visibility: hidden;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0
}

.event-item {
    position: relative;
    color: #fff;
    overflow: hidden;
    display: block;
    background-color: #000;
    height: 315px;
    width: 100%
}

.event-item .image-event-wrapper {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-touch .event-item:hover .image-event-wrapper {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.event-item img {
    width: auto;
    height: 100%;
    display: block;
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out
}

.no-touch .event-item:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.event-item .text-white {
    background-size: cover;
    display: block;
    height: 100%
}

.event-item .event-item-holder {
    height: 100%
}

.event-item .view-all-box {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1
}

.event-item .view-all-box .btn-show-more {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    color: #174066;
    border-color: #174066;
    display: inline-block
}

.event-item .view-all-box .btn-show-more:hover {
    color: #fff;
    background-color: #174066
}

.event-item .view-all-box .icon-view-all {
    font-size: 8px;
    padding: 0 10px 1px
}

.ar .event-item .view-all-box .icon-view-all {
    padding-top: 5px
}

.event-item .bookmark-btn {
    position: absolute;
    font-size: 18px;
    bottom: 8px;
    right: 22px;
    padding: 5px;
    transition: color .1s, background-color .1s;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.no-touch .event-item .bookmark-btn:hover {
    color: #c52034
}

.event-item:visited {
    color: #fff
}

.event-item .time.duration .seperate-time {
    display: block
}

.event-item .event-wrap {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 113px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.event-item .event-wrap .time {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #a07b33;
    text-align: center;
    font-family: Lato-Regular, sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.event-item .event-wrap .event-date {
    padding: 20px 15px 0;
    min-width: 68px;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.event-item .event-wrap .event-date .seperate-time {
    right: 0;
    left: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ar .event-item .event-wrap .event-date .seperate-time {
    left: 0;
    right: auto
}

.event-item .event-wrap .event-date .to {
    right: 0;
    left: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

.ar .event-item .event-wrap .event-date .to {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 18px
}

.event-item .event-wrap .seperate-time {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background-color: #b6935d;
    top: 0;
    display: none
}

.event-item .event-wrap .to {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid #b6935d;
    font-size: 10px;
    background-color: #a07b33
}

.event-item .event-wrap .date {
    font-size: 28px
}

.event-item .event-wrap .month {
    font-size: 18px;
    margin-top: 1px
}

.event-item .event-wrap .year {
    margin-top: 6px;
    padding-top: 10px;
    font-size: 14px;
    font-family: Lato-Bold, sans-serif;
    text-align: center;
    color: #000;
    border-top: 1px solid #b8925f
}

.event-item .event-details {
    padding: 17px 10px 6px 15px;
    -ms-flex: 1;
    flex: 1;
    font-family: Lato-Light, sans-serif;
    background-color: #000;
    overflow: hidden;
    opacity: .9;
    position: relative;
    text-align: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.ar .event-item .event-details {
    padding: 17px 15px 6px 10px
}

.event-item .event-details .event-name {
    overflow: hidden;
    max-height: 38px;
    font-size: 14px;
    line-height: 19px;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: 2px
}

.event-item .event-details p {
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    margin: 6px 30px 8px 0;
    font-family: Lato-Regular, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis
}

.ar .event-item .event-details p {
    margin: 4px 0 4px 30px
}

.event-item .event-details p .icons {
    line-height: 18px
}

.event-item .event-details .content {
    font-size: 12px;
    padding: 0 6px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ar .event-item .event-details .content {
    line-height: 18px;
    margin-bottom: 2px
}

.ar .event-item .event-details {
    text-align: right
}

.ar .event-item .bookmark-btn {
    left: 22px;
    right: auto
}

.ar .icon-show-more {
    padding-top: 8px
}

@media (min-width:768px) {
    .list-event {
        margin-left: -1.75rem;
        margin-right: -1.75rem
    }

    .list-event .event-col {
        max-width: 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0 1.75rem
    }

    .events-wrapper .btn-calendar {
        margin-top: 40px
    }
}

@media (min-width:1024px) {
    .event-filter-inner .title {
        font-size: 3rem
    }

    .event-filter-inner .event-details {
        padding: 17px 20px 6px 25px
    }

    .ie .event-filter-inner .event-details {
        padding: 17px 18px 6px 23px
    }

    .ar .event-filter-inner .event-details {
        padding: 17px 25px 6px 20px
    }

    .ie .ar .event-filter-inner .event-details {
        padding: 17px 23px 6px 18px
    }

    .list-event {
        margin-left: -1.75rem;
        margin-right: -1.75rem
    }

    .list-event .event-col {
        max-width: 50%;
        padding: 0 1.75rem
    }

    .event-item .event-wrap .event-date {
        min-width: 78px;
        padding: 20px 20px 0
    }
}

@media (min-width:1024px) {
    .event-filter-inner {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media (min-width:1600px) {
    .list-event {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .list-event .event-col {
        padding: 0 2.5rem;
        margin-bottom: 5rem
    }
}

.feature-article {
    position: relative;
    overflow: hidden
}

.feature-article .feature-item {
    display: block;
    position: relative;
    max-width: 100%
}

.feature-article.founder-style .feature-detail {
    height: auto
}

.feature-article .feature-detail {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #000;
    opacity: .8;
    color: #fff;
    overflow: hidden;
    padding: 15px 24px 27px;
    height: 116px
}

.feature-article .feature-detail .article-title {
    font-size: 14px;
    line-height: 27px;
    max-height: 27px;
    letter-spacing: 2px;
    font-family: Lato-Bold, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.feature-article .feature-detail .description {
    font-size: 14px;
    line-height: 23px;
    max-height: 46px;
    font-family: Lato-Regular, sans-serif;
    display: block
}

.feature-article .btn-play-video {
    top: 38%;
    font-size: 50px;
    font-family: icons;
    color: #fff;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0
}

.books .feature-detail {
    position: relative
}

.books .book-name {
    font-size: 14px;
    color: #555658;
    font-family: Lato-Bold, sans-serif;
    margin-bottom: 8px;
    letter-spacing: 1px
}

.books .description {
    letter-spacing: 1px
}

.books .price {
    margin-top: 7px;
    letter-spacing: 1px
}

.books .description p,
.books .price p {
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    color: #555658
}

@media only screen and (min-width:1024px) {
    .feature-article.founder-style .feature-detail {
        padding: 15px 24px 35px
    }

    .feature-article .feature-detail {
        padding: 30px 24px 42px;
        height: 140px
    }

    .feature-article .feature-detail .description {
        margin-top: 6px;
        width: 266px
    }
}

.ar .visting-information .col-md-6 {
    float: none
}

.ar .visting-information .information-block {
    text-align: right
}

.ar .visting-information .information-block .content-title-text {
    vertical-align: top
}

@media screen and (min-width:1024px) {
    .ar .visting-information .information-block .content-wrapper:not(:last-child)::after {
        right: 3.5rem
    }
}

.ar .visting-information .information-block .content-title-img {
    margin: .2rem 0 0 1.5rem
}

.ar .visting-information .information-block .download-link {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ar .visting-information .information-block .toogle-accordion {
    right: auto;
    left: 0
}

@media screen and (min-width:1024px) {
    .ar .visting-information .information-block .accordion-content {
        padding-right: 3.3rem
    }
}

.ar .visting-information .information-block .content-navigation:last-child {
    padding-left: 0;
    padding-right: .5rem
}

.ar .visting-information .information-block .content-cta {
    position: relative
}

.ar .visting-information .information-block .content-cta-img {
    margin-left: 0;
    position: absolute;
    left: -3.5rem;
    top: 0
}

@media screen and (min-width:1024px) {
    .ar .visting-information .information-block .content-cta-img {
        top: 12px;
        left: -2.5rem
    }
}

.ar .visting-information .information-block .content-cta-text {
    vertical-align: top
}

.visting-information .block-wrapper {
    position: relative
}

.visting-information .map-block .map-wrapper {
    height: 300px;
    position: relative
}

.visting-information .map-block .iw-sub-title:after {
    content: normal
}

.visting-information .action-btn {
    min-width: 200px
}

@media (min-width:768px) {
    .visting-information .action-btn {
        min-width: 230px
    }

    .ar .visting-information .action-btn {
        min-width: 250px
    }
}

@media (min-width:1024px) and (max-width:1199px) {
    .visting-information .action-btn {
        min-width: 180px;
        font-size: 12px
    }

    .ar .visting-information .action-btn {
        min-width: 188px;
        font-size: 10px
    }
}

.visting-information .content-wrapper {
    margin-bottom: 3rem;
    padding-bottom: 5px
}

.visting-information .content-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.visting-information .content-wrapper:last-child .content-paragraph {
    padding-bottom: 0
}

.visting-information .content-paragraph:last-child {
    padding-bottom: 10px
}

.visting-information .content-paragraph.content-tel {
    padding-bottom: 0
}

.visting-information .information-block .information-wrapper {
    width: 100%;
    height: 100%;
    background-color: #174066;
    color: #fff;
    padding: 4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.visting-information .information-block .content-wrapper {
    position: relative;
    width: 100%
}

.visting-information .information-block .content-wrapper .icons {
    padding-left: 1px;
    margin-top: 2px
}

.ar .visting-information .information-block .content-wrapper .icons {
    padding-left: 0
}

.visting-information .information-block .content-wrapper:not(:last-child)::after {
    content: '';
    width: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width:1024px) {
    .visting-information .information-block .content-wrapper:not(:last-child)::after {
        left: 3.3rem;
        width: 10%;
        -webkit-transform: none;
        transform: none
    }
}

.visting-information .information-block .content-wrapper:first-child .accordion-content {
    display: block
}

.visting-information .information-block .toogle-accordion {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: #fff;
    color: #c52034;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    display: none
}

.visting-information .information-block .toogle-accordion::after {
    content: '\002B';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.visting-information .information-block .content-title-img {
    font-size: 2rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5rem;
    margin-top: .2rem
}

.visting-information .information-block .content-title-text {
    display: inline-block;
    vertical-align: middle;
    font-family: Lato-Regular, sans-serif;
    font-size: 2rem;
    line-height: 2.5rem;
    word-spacing: .12rem;
    text-transform: uppercase;
    letter-spacing: .1em
}

.visting-information .information-block .accordion-content {
    margin-top: .5rem
}

.visting-information .information-block .accordion-active::after {
    content: '\2212'
}

.visting-information .information-block .content-paragraph {
    color: #fff;
    opacity: .5;
    font-family: Lato-Regular, sans-serif;
    font-size: 1.8rem;
    line-height: 2.8rem;
    word-spacing: .025rem;
    letter-spacing: .0625em
}

.visting-information .information-block .content-paragraph a {
    color: rgba(255, 255, 255, .5);
    transition: color .3s
}

.visting-information .information-block .content-paragraph a:hover {
    color: #fff
}

.visting-information .information-block .content-phone {
    display: -ms-flexbox;
    display: flex
}

.visting-information .information-block .content-phone a {
    transition: color .3s
}

.visting-information .information-block .content-navigation:last-child {
    padding-left: .5rem
}

.visting-information .information-block .content-navigation:hover {
    opacity: 1
}

.visting-information .information-block .content-navigation+.content-paragraph {
    opacity: 1;
    color: rgba(255, 255, 255, .5)
}

.visting-information .information-block .content-cta {
    color: #fff;
    line-height: 5rem;
    opacity: .9
}

.visting-information .information-block .content-cta-img {
    font-size: 1.5rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem
}

.visting-information .information-block .content-cta-text {
    font-family: Lato-Regular, sans-serif;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 4rem;
    word-spacing: .25rem;
    text-transform: uppercase;
    letter-spacing: .15em
}

.visting-information .information-block .download-link {
    color: #fff;
    display: block
}

.visting-information .information-block .download-link:hover {
    opacity: 1
}

.visting-information .col-md-6 {
    padding: 0
}

@media screen and (min-width:1024px) {
    .ar .visting-information .map-block {
        right: 0
    }

    .ar .visting-information .information-block {
        float: left
    }

    .ar .visting-information .information-block .content-title-img {
        margin: 0 0 0 1.5rem
    }

    .visting-information {
        position: relative
    }

    .visting-information .map-block {
        position: absolute;
        height: 100%
    }

    .visting-information .map-block .map-wrapper {
        height: 100%
    }

    .visting-information .map-block .get-direction {
        border-radius: 6px;
        padding: 1.5rem 0;
        font-size: 1.4rem
    }

    .visting-information .map-block .get-direction-img {
        font-size: 1.8rem
    }

    .visting-information .action-bar {
        bottom: 40px
    }

    .visting-information .action-btn {
        border-radius: 6px;
        padding: 1.5rem 0
    }

    .visting-information .content-wrapper {
        margin-bottom: 2rem
    }

    .visting-information .information-block {
        float: right
    }

    .visting-information .information-block .information-wrapper {
        min-height: 400px;
        padding: 6rem 3rem
    }

    .visting-information .information-block .accordion-content {
        display: block;
        padding-left: 2.7rem;
        margin-top: 0
    }

    .visting-information .information-block .toogle-accordion {
        display: none
    }

    .visting-information .information-block .content-title-img {
        font-size: 1.6rem;
        margin-right: 1rem;
        margin-top: 0
    }

    .visting-information .information-block .content-title-text {
        font-size: 1.4rem;
        line-height: 1.4rem;
        letter-spacing: .125em
    }

    .visting-information .information-block .content-wrapper:not(:last-child)::after {
        left: 2.7rem
    }

    .visting-information .information-block .content-paragraph {
        font-size: 1.4rem;
        line-height: 2rem;
        word-spacing: .025rem;
        letter-spacing: .05em
    }

    .visting-information .information-block .content-tel {
        pointer-events: none
    }

    .visting-information .information-block .content-cta {
        line-height: 4rem
    }

    .visting-information .information-block .content-cta-img {
        font-size: 1.4rem;
        margin-left: 1rem
    }

    .visting-information .information-block .content-cta-text {
        font-size: 1rem
    }
}

@media screen and (min-width:1200px) {
    .visting-information .action-bar {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .visting-information .action-btn {
        margin: 0 10px
    }

    .visting-information .information-block .information-wrapper {
        padding: 4rem
    }

    .visting-information .information-block .content-cta-text {
        font-size: 1.4rem
    }
}

@media screen and (max-width:1023px) {
    .visting-information .information-block .information-wrapper {
        text-align: center
    }

    .visting-information .information-block .content-phone {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    background: #174066;
    padding-top: 5rem;
    padding-bottom: 5rem
}

.info .item {
    padding: 2.5rem 8rem;
    max-width: 100%;
    color: #fff
}

.no-touch .info .item:hover .item-main {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

.info .item-main {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.info .item-main .large-text {
    line-height: 1.4;
    white-space: pre-line
}

.firefox .info .item-main .large-text {
    position: relative
}

.info .item-main .icon-chevron-right {
    font-size: 1.4rem
}

.firefox .info .item-main .icon-chevron-right {
    display: inline
}

.firefox .ar .info .item-main .icon-chevron-right {
    position: absolute;
    bottom: 5px
}

.info .item-detail p {
    color: #ccc
}

.info .icons {
    font-size: 40px
}

.info .icon-info-shared {
    font-size: 35px;
    margin: 2px 0
}

@media screen and (min-width:768px) {
    .info .item {
        padding: 5rem;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%
    }
}

@media screen and (min-width:1024px) {
    .info {
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 5rem 0 8.4rem
    }

    .info .item {
        padding: 0 3rem;
        max-width: 25%
    }

    .info .item-main {
        min-height: 11rem;
        margin: 0 auto;
        max-width: 165px
    }

    .info .item-main .large-text {
        margin: 0 auto
    }

    .info .item-main .icon-chevron-right {
        font-size: 9px
    }
}

.cover-sticky {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -140px;
    left: auto;
    z-index: 300
}

.ar .cover-sticky {
    left: -140px;
    right: auto
}

.cover-sticky .cover-sticky-content {
    position: relative;
    overflow: hidden;
    display: block;
    width: 200px;
    height: 70px;
    padding: 10px;
    background: #174066;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    color: #fff
}

.no-touch .cover-sticky .cover-sticky-content:hover {
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
    cursor: pointer
}

.cover-sticky .cover-sticky-content:last-child {
    border-bottom-width: 0
}

.cover-sticky .icons {
    font-size: 45px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
    right: auto
}

.ar .cover-sticky .icons {
    right: 1rem;
    left: auto
}

.cover-sticky .icon-info-shared {
    font-size: 36px;
    margin: 2px
}

.cover-sticky .body-2 {
    position: absolute;
    left: 60px;
    right: auto;
    font-size: 1.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ar .cover-sticky .body-2 {
    right: 60px;
    left: auto
}

.cover-sticky .line-sticky {
    position: relative
}

.cover-sticky .line-sticky:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: #6f88a1;
    height: 1px;
    width: 60px;
    z-index: 1
}

.ar .cover-sticky .line-sticky:before {
    right: 0;
    left: auto
}

.no-touch .ar .cover-sticky .cover-sticky-content:hover {
    -webkit-transform: translateX(140px);
    transform: translateX(140px)
}

.search-result-wrapper .btn-show-more {
    margin: 35px auto 0 auto
}

.search-result-wrapper .title-search {
    margin-top: 6.8rem
}

.ar .search-result-wrapper .title-search {
    font-size: 3.8rem
}

.search-result-wrapper .sub-title-search {
    color: #666;
    text-transform: uppercase
}

.ar .search-result-wrapper .sub-title-search {
    font-size: 1.8rem
}

.search-result-wrapper .sub-title-search span {
    display: inline-block
}

.search-result-wrapper .sub-title-search .text-red {
    color: #c52034;
    padding: 0 5px
}

.search-result-wrapper .sub-title-search .single-quote-open {
    padding-left: 5px
}

.ar .search-result-wrapper .sub-title-search .single-quote-open {
    padding-left: 0;
    padding-right: 5px
}

.search-result-wrapper .sub-title-search .single-quote-open+.text-red {
    padding: 0
}

.search-result-wrapper .list-result-small {
    margin-top: 80px
}

.result-item {
    display: block;
    width: 100%;
    font-size: 0
}

.result-item .image-wrapper {
    overflow: hidden;
    box-shadow: 0 4px 12px 4px #dedede;
    position: relative
}

.result-item .image-wrapper img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease
}

.no-touch .result-item .image-wrapper img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.result-item .image-wrapper .btn-play-video {
    position: absolute;
    height: 50px;
    width: 50px;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.no-touch .result-item .image-wrapper:hover .btn-play-video {
    color: #c52034
}

.no-touch .result-item .btn-play-video~img:hover {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.result-item .image-wrapper,
.result-item .info-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 100%
}

.result-item .info-wrapper {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 35px
}

.result-item .info-wrapper .title-post {
    display: inline-block;
    vertical-align: top;
    color: #253340;
    line-height: 1;
    margin-bottom: 16px;
    transition: color .3s
}

.no-touch .result-item .info-wrapper .title-post:hover {
    color: #9e7c32
}

.result-item .info-wrapper .sub-title {
    font-size: 14px;
    color: #303030;
    font-family: Lato-Bold, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .3s ease
}

.no-touch .result-item .info-wrapper .sub-title:hover {
    color: #9e7c32
}

.result-item .info-wrapper .description {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-family: Lato-Regular, sans-serif
}

.result-item .btn-readmore {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    color: #c52034;
    font-family: Lato-Bold, sans-serif;
    font-size: 12px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    transition: color .3s ease
}

.no-touch .result-item .btn-readmore:hover {
    color: grey
}

.result-item .btn-readmore span:first-child {
    padding-left: 30px
}

.ar .result-item .btn-readmore span:first-child {
    padding-left: 0;
    padding-right: 30px
}

.result-item .btn-readmore .icons {
    padding: 0 8px;
    font-size: 9px;
    font-weight: 400
}

.result-item+.result-item {
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #ddd
}

.tile.video .main-heading {
    overflow: hidden
}

.ar .tag-item:first-child {
    margin-left: 7px;
    margin-right: 0
}

.tag-list {
    margin-top: 10px;
    display: block;
    width: 100%;
    font-size: 12px;
    color: #c52034;
    font-family: Lato-Regular, sans-serif;
    text-transform: uppercase
}

.tag-list:before {
    content: '#'
}

.tag-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
    margin-bottom: 10px
}

.tag-item:first-child {
    margin-left: 0
}

.ui-menu {
    z-index: 1000;
    padding: 20px 30px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.ui-menu .ui-menu-item {
    background-color: grey;
    font-size: 20px;
    padding: 15px 30px;
    cursor: pointer;
    color: #fff
}

.no-touch .ui-menu .ui-menu-item:hover {
    background-color: #a07b33
}

.search-result-wrapper {
    padding-top: 35px;
    padding-bottom: 40px
}

.search-result-wrapper .tile {
    height: 470px;
    transition: opacity .3s
}

.search-result-wrapper .tile .btn-bookmark {
    display: none
}

.search-result-wrapper .tile.video {
    cursor: pointer
}

.no-touch .search-result-wrapper .tile:hover {
    opacity: .85
}

.search-result-wrapper .tile:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: block
}

@media (min-width:768px) {
    .result-item .image-wrapper {
        width: 216px
    }

    .result-item .info-wrapper {
        width: calc(100% - 216px);
        margin-top: 0
    }

    .result-item .btn-readmore span:first-child {
        padding-left: 0
    }

    .ar .result-item .btn-readmore span:first-child {
        padding-right: 0
    }

    .search-result-wrapper .tile {
        height: 338px;
        background-size: cover
    }

    .search-result-wrapper .item-gallery-pagination {
        display: none
    }
}

@media (min-width:1024px) {
    .result-item .btn-readmore {
        letter-spacing: 0
    }

    .search-result-wrapper .tile {
        height: 415px
    }
}

@media (min-width:1200px) {
    .result-item .btn-readmore {
        letter-spacing: 0
    }

    .search-result-wrapper .tile {
        height: 480px
    }
}

@media (max-width:767px) {
    .result-item {
        text-align: center
    }

    .result-item .body-2 {
        font-size: 2.6rem;
        letter-spacing: .1rem;
        line-height: 4.4rem
    }
}

.section-banner-popup {
    z-index: 2;
    position: relative
}

.section-banner-popup .banner-popup-icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 125px;
    z-index: 2
}

.banner-popup {
    position: relative;
    display: none;
    max-height: 100%;
    background-color: #005aa3;
    padding: 40px 0 100px 0
}

.banner-popup .banner-popup-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2.5rem
}

.banner-popup .banner-popup-logo {
    width: 160px;
    display: inline-block
}

.banner-popup .banner-popup-logo a {
    display: block
}

.banner-popup .banner-popup-logo img {
    max-width: 100%;
    width: auto;
    margin: auto
}

.banner-popup .banner-popup-content {
    color: #bddff3;
    margin-top: 35px
}

@media only screen and (min-width:1024px) {
    .banner-popup .body-text {
        font-size: 1.4rem;
        line-height: 2.6rem
    }
}

.banner-popup .back-to-top {
    position: absolute;
    left: 50%;
    bottom: 30px;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    transition: all .3s ease;
    color: #bddff3;
    background-color: transparent;
    font-size: 12px;
    border: 1px solid transparent;
    cursor: pointer
}

.banner-popup .back-to-top .icons {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.no-touch .banner-popup .back-to-top:hover {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    background-color: #bddff3;
    color: #005aa3;
    border-color: #bddff3
}

.banner-popup-view-all {
    margin-top: 60px
}

.banner-popup-view-all .btn-view-all {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-family: Lato-Bold, sans-serif;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .3s ease;
    letter-spacing: 1.5px
}

.no-touch .banner-popup-view-all .btn-view-all:hover {
    color: #005aa3;
    background-color: #bddff3
}

.banner-popup-view-all .btn-view-all .icon-view-all {
    padding: 0 7px;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

.ar .banner-popup .back-to-top .icons {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width:1024px) {
    .section-banner-popup .banner-popup-icon {
        width: 150px
    }

    .banner-popup-view-all .btn-view-all {
        padding: 0 40px;
        letter-spacing: 3px
    }
}

.cover .unesco-height {
    height: 480px
}

.cover.unesco-detail-cover .cover-category {
    top: 150px
}

.cover.unesco-detail-cover .centered {
    padding-top: 80px
}

.cover.unesco-detail-cover .cover-group-btn {
    margin: 20px 0
}

.event-landing .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 0
}

.event-landing .swiper-pagination-bullet {
    background: #fff;
    opacity: 1
}

.event-landing .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a07b33
}

.event-landing .cover-seperate {
    margin: 2rem auto
}

.event-landing .cover-category {
    top: 25px
}

.swiper-cover .event-landing .main-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 4rem;
    line-height: 4.5rem;
    padding: 0
}

@media (min-width:1024px) {
    .event-landing .cover-category+.cover-content {
        padding: 0 0 70px
    }

    .event-landing .cover-seperate {
        margin: 0 auto
    }

    .swiper-cover .event-landing .main-title {
        font-size: 3.2rem;
        line-height: 3.6rem
    }

    .ar .swiper-cover .event-landing .main-title {
        line-height: 4.5rem
    }

    .ar .event-landing .main-title a {
        display: inline-block;
        vertical-align: top;
        line-height: 1
    }

    .ar .event-landing .title-4 a {
        display: inline-block;
        vertical-align: top;
        line-height: 2.2rem
    }
}

.filter-landing {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    margin-top: 0;
    background-color: #ececec;
    z-index: 1
}

.filter-landing .title {
    font-size: 18px
}

.form-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110
}

.form-filter .form-group {
    position: relative;
    font-family: Lato-Regular, sans-serif;
    font-size: 12px;
    letter-spacing: .25em;
    text-transform: uppercase;
    margin: 0 28px
}

.form-filter .form-group>.d-title {
    display: block;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    color: #174066;
    margin-bottom: 12px
}

.form-filter .form-group>label {
    display: -ms-flexbox;
    display: flex;
    min-width: 140px;
    max-width: 240px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #174066;
    position: relative;
    transition: opacity .3s
}

.no-touch .form-filter .form-group>label:hover {
    opacity: .7
}

.form-filter .form-group .icons,
.form-filter .form-group .label-text {
    color: #1c415c
}

.form-filter .form-group .label-text {
    font-family: Lato-Bold, sans-serif;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-filter .form-group .icons {
    line-height: 38px;
    margin-left: auto
}

.form-filter .form-group .icon-calendar {
    font-size: 20px
}

.form-filter .form-group-wrapper {
    z-index: 20;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #174066
}

.form-filter .select-list {
    z-index: 20;
    visibility: hidden;
    opacity: 0;
    height: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: opacity .3s
}

.form-filter .select-list.show {
    visibility: visible;
    opacity: 1;
    height: auto;
    width: 100%
}

.form-filter .select-list .item {
    color: #fff;
    background-color: #174066;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #41678b;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-filter .select-list .item.active,
.no-touch .form-filter .select-list .item:hover {
    background-color: #41678b
}

.form-filter .calendar-box {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    min-width: 290px;
    background-color: #fff
}

.form-filter .calendar-box.show {
    display: block;
    box-sizing: content-box;
    background-color: #174066
}

.form-filter .calendar-tab-list {
    display: -ms-flexbox;
    display: flex
}

.form-filter .calendar-tab-list .tab-item {
    width: 50%;
    padding: 12px 0;
    line-height: 20px;
    text-align: center;
    font-family: Lato-Bold, sans-serif;
    color: rgba(255, 255, 255, .6);
    background-color: #333;
    position: relative;
    cursor: pointer
}

.form-filter .calendar-tab-list .tab-item.active {
    color: #fff;
    background-color: #a07b34
}

.form-filter .calendar-tab-list .tab-item.active:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.form-filter .calendar-tab-list .text {
    font-family: Lato-Bold, sans-serif
}

.form-filter .calendar-tab-list .date {
    display: block
}

.form-filter .apply-calendar {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-family: Lato-Bold, sans-serif;
    text-align: center;
    border-top: 1px solid #c5c5c5;
    text-transform: uppercase;
    letter-spacing: .25em;
    cursor: pointer
}

.form-filter .apply-calendar .item {
    color: #c6112c;
    width: 100%
}

.no-touch .form-filter .apply-calendar .item:hover {
    color: red
}

.form-filter .datepicker {
    display: none;
    width: auto;
    box-shadow: none;
    z-index: 999999;
    border-right: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5
}

.form-filter .datepicker.show {
    display: block
}

.form-filter .ui-datepicker {
    width: 100%;
    padding: 0;
    z-index: 999999
}

.form-filter .ui-datepicker .ui-datepicker-header {
    margin: 10px 12px
}

.form-filter .ui-datepicker .ui-datepicker-next,
.form-filter .ui-datepicker .ui-datepicker-prev {
    font-family: icons;
    speak: none;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 0;
    width: 15px;
    height: 15px;
    margin-top: 6px;
    cursor: pointer
}

.form-filter .ui-datepicker .ui-datepicker-next .ui-icon,
.form-filter .ui-datepicker .ui-datepicker-prev .ui-icon {
    display: none
}

.form-filter .ui-datepicker .ui-datepicker-next-hover,
.form-filter .ui-datepicker .ui-datepicker-prev-hover {
    opacity: .6
}

.form-filter .ui-datepicker .ui-datepicker-title {
    font-family: Lato-Bold, sans-serif;
    color: #1c415c
}

.form-filter .ui-datepicker .ui-datepicker-calendar {
    letter-spacing: 0
}

.form-filter .ui-datepicker .ui-datepicker-calendar thead {
    border: 1px solid #c5c5c5;
    border-left: 0;
    border-right: 0;
    color: #a07b34;
    background-color: #f6f6f6
}

.form-filter .ui-datepicker .ui-datepicker-other-month {
    color: #b8b8b8
}

.form-filter .ui-datepicker .ui-state-default {
    margin: 2px auto;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 12px
}

.ar .form-filter .ui-datepicker .ui-state-default {
    padding-right: 2px;
    line-height: 25px
}

.no-touch .form-filter .ui-datepicker .ui-state-default:hover {
    background-color: #b8b8b8
}

.form-filter .ui-datepicker .ui-state-active {
    background-color: #174066;
    color: #fff
}

.form-filter .price-list {
    display: -ms-flexbox;
    display: flex
}

.form-filter .price-list .item {
    padding: 12px 18px;
    border: 1px solid #174066;
    background-color: transparent;
    color: #174066;
    font-size: 12px;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color .3s
}

.form-filter .price-list .item:nth-child(2) {
    border-left: 0;
    border-right: 0
}

.form-filter .price-list .item.active,
.no-touch .form-filter .price-list .item:hover {
    background-color: #174066;
    color: #fff
}

.form-filter .clear-all {
    display: block;
    padding: 0 2px;
    margin: 26px 0 0 0;
    height: 38px;
    line-height: 38px;
    border: 0;
    background-color: transparent;
    color: #c6112c;
    font-size: 12px;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: .25em;
    text-transform: uppercase
}

.no-touch .form-filter .clear-all:hover {
    color: red
}

@media screen and (max-width:1023px) {
    .filter-landing .icon-arrow-down {
        font-size: 12px;
        margin: 0 8px
    }

    .filter-landing .icon-arrow-down.reverse {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        display: none
    }

    .filter-landing .icon-arrow-down.show {
        display: inline-block
    }

    .form-filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: max-height .7s, opacity .55s ease-in
    }

    .form-filter.show {
        visibility: visible;
        opacity: 1;
        max-height: 1000px
    }

    .form-filter .form-group {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 30px
    }

    .form-filter .form-group>label {
        max-width: 100%
    }

    .form-filter .select-list {
        width: 0
    }

    .form-filter .select-list .item {
        height: 40px;
        line-height: 40px
    }

    .form-filter .calendar-box {
        -ms-flex: 1;
        flex: 1
    }

    .form-filter .ui-datepicker .ui-datepicker-calendar tr .ui-state-default {
        margin: 8px auto
    }

    .form-filter .apply-calendar .item {
        width: 50%
    }

    .form-filter .price-list .item {
        -ms-flex: 1;
        flex: 1;
        text-align: center
    }

    .form-filter .clear-all {
        text-align: center;
        margin: -10px 0 -20px
    }

    .form-filter .datepicker {
        width: 100%
    }
}

@media (min-width:768px) {
    .container-fluid {
        max-width: 1600px
    }

    .container-fluid.bg-gray {
        overflow: visible
    }
}

.register-event {
    padding: 50px 0;
    background: #174066;
    color: rgba(255, 255, 255, .7);
    text-align: center
}

.register-event .register-item {
    font-size: 16px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative
}

.register-event .register-item:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.register-event .register-item p {
    font-family: Lato-Regular, sans-serif;
    letter-spacing: .8px;
    line-height: 24px;
    margin-top: 5px
}

.register-time .from-to-date {
    font-size: 12px;
    color: rgba(255, 255, 255, .7);
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    text-align: center;
    line-height: 28px;
    background-color: #174066;
    z-index: 1
}

.register-time .interval-time {
    display: block;
    margin-top: 10px;
    font-family: Lato-Regular, sans-serif;
    letter-spacing: .8px;
    text-transform: lowercase
}

.ar .register-time .from-to-date {
    left: 0;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.register-date-wrapper {
    font-family: Lato-Regular, sans-serif;
    margin: 17px auto 0 auto;
    width: 200px;
    font-size: 0
}

.register-event-date {
    color: #fff;
    position: relative;
    width: 94px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 7px;
    border: 1px solid rgba(255, 255, 255, .4)
}

.register-event-date>span {
    display: block
}

.register-event-date .date {
    font-size: 24px
}

.register-event-date .month {
    font-size: 15px;
    padding-bottom: 5px;
    text-transform: uppercase
}

.register-event-date .year {
    padding-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 10px;
    display: inline-block
}

.register-location .location-item+.location-item {
    margin-top: 30px
}

.register-location .location-item+.location-item .icons {
    font-size: 18px
}

.register-contact .email {
    color: #fff;
    font-family: Lato-Regular, sans-serif;
    letter-spacing: .8px;
    line-height: 24px
}

.register-event-button .btn-blue-white {
    padding: 15px 30px;
    margin: 0 15px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .3s ease
}

.register-event-button .btn-ticket {
    padding: 15px 30px;
    position: relative;
    text-align: center;
    font-family: Lato-Bold, sans-serif;
    letter-spacing: 3px
}

.register-event-button .btn-ticket .icons {
    font-weight: 700
}

.register-event-button .btn-ticket .icon-ticket {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.register-event-button .btn-ticket .icon-arrow {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 10px;
    display: none;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ar .register-event-button .btn-ticket .icon-arrow {
    left: 20px;
    right: auto
}

.register-event-button .btn-ticket.active .icon-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.register-ticket-wrapper {
    display: inline-block;
    position: relative
}

.register-ticket-wrapper .register-ticket-list {
    top: 60px;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    display: none;
    background: #436c93;
    width: 100%;
    left: 0;
    z-index: 10
}

.register-ticket-wrapper .register-ticket-list a {
    color: #fff;
    padding: 10px 15px;
    display: block
}

.register-ticket-wrapper .register-ticket-list a:hover {
    background: #fff;
    color: #436c93
}

.register-ticket-wrapper .register-ticket-list li {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    font-family: Lato-Regular, sans-serif;
    letter-spacing: 1.5px
}

.register-ticket-wrapper .register-ticket-list li p {
    width: calc(100% - 35% - 20px);
    display: inline-block;
    vertical-align: top;
    line-height: 16px
}

.register-ticket-wrapper .register-ticket-list span:not(.register-icon-ticket) {
    display: inline-block;
    vertical-align: top;
    width: 35%;
    padding-left: 5px;
    text-align: left
}

.ar .register-ticket-wrapper .register-ticket-list span:not(.register-icon-ticket) {
    text-align: right;
    padding-left: 0;
    padding-right: 5px
}

.register-icon-ticket {
    width: 20px;
    display: inline-block;
    vertical-align: top
}

.register-event-free .register-ticket-wrapper {
    display: none
}

.ar .register-icon {
    margin-left: 1rem
}

.ar .register-ticket-list {
    text-align: right
}

.register-title {
    text-transform: uppercase;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.register-title .icons {
    font-size: 19px;
    padding: 0 9px;
    color: #fff
}

@media (min-width:1024px) {
    .register-event {
        padding: 0
    }

    .register-title {
        display: -ms-flexbox;
        display: flex
    }

    .register-title .title-5 {
        margin-top: 1px;
        text-align: left;
        letter-spacing: 1.2px
    }

    .fr .register-title .title-5 {
        letter-spacing: 0
    }

    .ar .register-title .title-5 {
        margin-top: 0;
        margin-bottom: 4px
    }

    .register-wrapper {
        padding: 45px 0;
        width: 100%;
        font-size: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 auto
    }

    .register-wrapper .register-item {
        display: inline-block;
        vertical-align: top
    }

    .register-wrapper .register-time {
        -ms-flex: 1 1 280px;
        flex: 1 1 280px;
        max-width: 300px;
        padding: 0 30px
    }

    .register-wrapper .register-location {
        -ms-flex: 1 1 340px;
        flex: 1 1 340px;
        max-width: 350px;
        padding: 0 30px
    }

    .register-wrapper .register-location .is-ticket {
        margin-top: 0
    }

    .register-wrapper .register-contact {
        max-width: 400px;
        -ms-flex: 1 1 380px;
        flex: 1 1 380px;
        padding: 0 30px
    }

    .register-wrapper .register-contact .email {
        margin-top: 0
    }

    .register-wrapper .register-time+.register-location {
        padding-left: 60px;
        padding-right: 0
    }

    .ar .register-wrapper .register-time+.register-location {
        padding-left: 0;
        padding-right: 60px
    }

    .register-event-button {
        padding: 20px 0;
        border-top: 1px solid rgba(255, 255, 255, .4)
    }

    .register-event-button .icon-ticket {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 20px;
        top: 15px
    }

    .ar .register-event-button .icon-ticket {
        left: auto;
        right: 20px
    }

    .register-event .register-item {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .register-event .register-item:before {
        content: none
    }

    .register-item {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .register-item:before {
        content: none
    }

    .register-event-button .btn-blue-white {
        margin: 0;
        min-width: 300px;
        display: inline-block
    }

    .register-event-button .btn-ticket {
        padding: 15px 30px;
        text-align: center
    }

    .register-event-button .btn-ticket .icon-arrow {
        display: block
    }
}

@media (min-width:480px) and (max-width:1023px) {
    .register-event .location-item:first-child .register-title {
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center
    }

    .register-event .location-item:first-child .icons {
        font-size: 40px;
        margin-bottom: 20px
    }

    .register-event .location-item:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .register-event .location-item:last-child .register-title {
        -ms-flex-flow: row;
        flex-flow: row
    }

    .register-event .location-item:last-child p {
        padding-left: 10px;
        margin-top: 0
    }

    .register-event .register-contact .register-title,
    .register-event .register-time .register-title {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .register-event .register-contact .icons,
    .register-event .register-time .icons {
        font-size: 40px;
        margin-bottom: 20px
    }

    .register-event .register-title .icons {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .register-event .location-item .icon-location {
        font-size: 40px;
        margin-bottom: 20px
    }

    .register-event .location-item:first-child .register-title {
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-align: center;
        align-items: center
    }

    .register-event .location-item:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center
    }

    .register-event .location-item:last-child .register-title {
        -ms-flex-flow: row;
        flex-flow: row
    }

    .register-event .location-item:last-child p {
        padding-left: 10px;
        margin-top: 0
    }

    .ar .register-event .location-item:last-child p {
        padding-left: 0;
        padding-right: 10px
    }

    .register-event .register-contact .register-title {
        -ms-flex-flow: column;
        flex-flow: column
    }

    .register-event .register-contact .icons {
        font-size: 40px;
        margin-bottom: 20px
    }

    .register-event .register-location .icon-ticket {
        line-height: 24px
    }

    .register-event .register-location .icon-ticket+span {
        font-family: Lato-Regular, sans-serif;
        letter-spacing: .8px;
        line-height: 24px;
        font-size: 16px;
        text-transform: capitalize
    }

    .register-event .register-location .icon-ticket+span:after {
        content: ':'
    }
}

.event-detail-map .map-wrapper {
    width: 100%;
    position: relative
}

.event-detail-map .map {
    width: 100%;
    height: 500px
}

.contact-tabs {
    display: -ms-flexbox;
    display: flex;
    position: static
}

.contact-tabs .contact-tab {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-tabs .title-tab {
    position: relative;
    letter-spacing: 2px
}

.detail-visit .form-input[readonly],
.detail-visit .form-input[readonly]+.icons {
    cursor: pointer
}

.contact-message {
    margin-top: 0;
    display: none
}

.contact-message.active {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

.contact-info {
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.contact-map {
    position: relative;
    height: 250px;
    width: 100%
}

.contact-map .map-wrapper {
    width: 100%;
    height: 100%
}

.contact-map .iw-sub-title:after {
    content: normal
}

.contact-map .search-location {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-map .search-location span {
    font-size: 2.6rem
}

@media screen and (min-width:1024px) {
    .contact-map .search-location span {
        font-size: 1.4rem
    }
}

.ar .contact-map .search-location {
    left: 10px;
    right: auto
}

.contact-form {
    width: 100%;
    margin-bottom: 30px
}

.contact-form .contact-visit-submit {
    padding-right: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2px
}

.ar .contact-form .contact-visit-submit {
    padding-left: 32px;
    padding-right: 48px
}

.contact-form .center-block {
    padding-top: 0;
    padding-bottom: 0
}

.contact-form .captcha-container {
    width: 300px
}

.contact-form .fade-text {
    color: rgba(0, 0, 0, .8)
}

.contact-form .form-mb {
    margin-bottom: 3rem
}

.contact-form .form-control-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact-form .form-control-date .form-date {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.contact-form .form-control-date .icons {
    font-size: 2rem;
    position: static;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0 0 0 40px
}

.no-touch .contact-form .form-control-date .icons:hover {
    cursor: pointer
}

.ar .contact-form .form-control-date .icons {
    margin: 0 40px 0 0
}

.contact-form .form-captcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.word-counter-text {
    display: -ms-flexbox;
    display: flex;
    float: right;
    font-size: 10px;
    line-height: 22px;
    color: #174066
}

.ar .word-counter-text {
    float: left
}

.word-counter-text .number-char,
.word-counter-text .remain-char {
    margin: 0 4px
}

.datepicker .ui-datepicker-header,
.datepicker table {
    font-size: 3rem
}

.clockpicker-tick {
    font-size: 2.2rem
}

.form-select .select-options,
.form-select .select-styled {
    color: #174066;
    text-transform: uppercase;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px
}

.form-select .select-styled {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #6f88a1;
    background-color: transparent;
    overflow: hidden;
    min-height: 36px;
    height: 36px;
    padding: 10px 20px 10px 0
}

.ar .form-select .select-styled {
    padding: 10px 0 10px 20px
}

.form-select .select-options li {
    text-indent: 0;
    border-top-width: 0;
    color: #fff;
    background-color: #174066;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #6f88a1;
    white-space: nowrap;
    cursor: pointer
}

.form-control-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-control-col .form-control-row,
.form-control-col .form-control-select {
    width: 100%
}

.ranger-slider .irs-line {
    height: 1px;
    top: 35px;
    background: #ddd
}

.ranger-slider .irs-from,
.ranger-slider .irs-max,
.ranger-slider .irs-min,
.ranger-slider .irs-to {
    padding: 1px 5px;
    color: #174066;
    text-transform: uppercase;
    font-family: Lato-Bold, sans-serif;
    font-size: 14px;
    word-spacing: 1.2px;
    letter-spacing: 1.5px
}

.ranger-slider .irs-bar {
    height: 3px;
    top: 33px;
    background: #c52034
}

.ranger-slider .irs-slider {
    top: 30px;
    width: 10px;
    height: 10px;
    background: #c52034;
    border-radius: 10px;
    cursor: pointer
}

.form-radio-row.form-control-radio.form-tour-guide {
    margin-bottom: 10px
}

.form-radio-column.form-control-radio .form-radio-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-no {
    display: -ms-flexbox;
    display: flex
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-sub~.focus-border {
    position: absolute;
    bottom: 0;
    height: 2px
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-input {
    padding: 0;
    min-height: 0;
    height: 100%;
    display: block
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-input::-webkit-input-placeholder {
    text-transform: none;
    color: #000;
    font-family: Lato-Regular, sans-serif
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-input::-moz-placeholder {
    text-transform: none;
    color: #000;
    font-family: Lato-Regular, sans-serif
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-input::placeholder {
    text-transform: none;
    color: #000;
    font-family: Lato-Regular, sans-serif
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-radio {
    margin: 0
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-no {
    width: 20%
}

.form-radio-column.form-control-radio .form-radio-wrapper .form-yes {
    width: 80%
}

.form-text-align {
    text-align: center
}

.contact-visit-info {
    background: #174066;
    padding: 3rem;
    line-height: 1.8;
    color: #eee
}

.contact-visit-info .body-2 {
    opacity: .9
}

.contact-visit-info .info-email,
.contact-visit-info .info-phone,
.contact-visit-info .info-question {
    padding: 30px 0 27px
}

.contact-visit-info .info-phone a {
    margin-left: 5px
}

.ar .contact-visit-info .info-phone a {
    margin-left: 0;
    margin-right: 5px
}

.contact-visit-info .info-phone a:hover {
    cursor: auto
}

.contact-visit-info .info-email a:hover {
    color: #c52034
}

.contact-visit-info .info-seperate {
    position: relative
}

.contact-visit-info .info-seperate:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #eee;
    opacity: .4;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ar .contact-visit-info .info-seperate:after {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.contact-visit-info .icons {
    font-size: 25px;
    margin-bottom: 15px
}

.contact-visit-info a {
    color: #fff;
    word-wrap: break-word
}

.contact-visit-info .item-info-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.popover.bottom>.arrow:after {
    margin-left: 0;
    left: -10px
}

.clockpicker-popover .popover-title {
    direction: ltr
}

.clockpicker-am-pm-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.clockpicker-am-pm-block .clockpicker-button.pm-button {
    margin-left: 1px
}

@media (min-width:480px) {
    .contact-tabs .sticky-item {
        line-height: 60px
    }

    .datepicker .ui-datepicker-header,
    .datepicker table {
        font-size: 2rem
    }

    .contact-form .captcha-container {
        width: 400px
    }
}

@media (min-width:768px) {
    .word-counter-text {
        font-size: 12px
    }

    .contact-form .center-block,
    .contact-form .contact-visit-submit {
        margin-left: 0;
        margin-right: 0
    }

    .contact-form .form-captcha {
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .form-text-align {
        text-align: left
    }

    .ar .form-text-align {
        text-align: right
    }

    .contact-message .contact-form,
    .contact-message .contact-info {
        margin: 0;
        padding: 0 3.5rem
    }

    .contact-message.active {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contact-form {
        width: 60%
    }

    .contact-form .form-control-date {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .contact-form .form-control-date .form-date {
        width: 46%
    }

    .contact-form .form-mb {
        margin-bottom: 0
    }

    .contact-info {
        width: 40%;
        text-align: left
    }

    .ar .contact-info {
        text-align: right
    }

    .form-control-col {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .form-control-col .form-control-row,
    .form-control-col .form-control-select {
        width: 46%
    }

    .contact-visit-info .info-seperate:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .ar .contact-visit-info .info-seperate:after {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .datepicker .ui-datepicker-header,
    .datepicker table {
        font-size: 1.5rem
    }

    .clockpicker-tick {
        font-size: 1.3rem
    }

    .contact-visit-info .item-info-flex {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:768px) and (max-width:850px) {
    .contact-visit-info a {
        display: block
    }

    .contact-visit-info .info-phone a:hover {
        cursor: auto
    }
}

@media (min-width:1024px) and (max-height:800px) {
    .contact-tabs .sticky-item {
        line-height: 60px
    }
}

@media screen and (min-width:1024px) {
    .contact-visit-info .info-phone a {
        pointer-events: none
    }

    .contact-form .title {
        font-size: 25px
    }
}

@media (min-width:1600px) {
    .contact-visit-info .icons {
        font-size: 35px
    }
}

@media (min-width:1600px) {
    .contact-visit-info .info-phone {
        padding: 50px 0
    }

    .contact-visit-info .icons {
        font-size: 38px
    }
}

.no-transform {
    -webkit-transform: none;
    transform: none
}

.ie .cultural-destinations-wrapper .filter-wrapper {
    margin-right: 2rem
}

.ar .cultural-destinations-wrapper .map-block .filter-list-item {
    padding-left: 1rem;
    padding-right: 7rem
}

@media screen and (min-width:1024px) {
    .ar .cultural-destinations-wrapper .map-block .filter-list-item {
        padding-right: 4rem
    }
}

.ar .cultural-destinations-wrapper .map-block .date-list-item {
    text-align: right;
    padding-right: 1rem
}

.ar .cultural-destinations-wrapper .map-block .filter-checkmark {
    left: auto;
    right: -1rem
}

@media screen and (min-width:1024px) {
    .ar .cultural-destinations-wrapper .map-block .filter-checkmark {
        right: 0
    }
}

.ar .cultural-destinations-wrapper .map-block .filter-label {
    padding-left: 0;
    margin-right: 0;
    text-align: right
}

.ar .cultural-destinations-wrapper .map-block .filter-label .cultural-img {
    padding-left: 0;
    padding-right: 1rem
}

.ar .cultural-destinations-wrapper .map-block .toogle-filter {
    left: 3rem;
    right: auto
}

.ar .cultural-destinations-wrapper .map-block .filter-event-switch:after {
    right: 0;
    left: auto
}

.ar .cultural-destinations-wrapper .map-block .filter-event-input:checked+.filter-event-switch:after {
    left: 0;
    right: auto
}

.ar .cultural-destinations-wrapper .map-block .filter-button {
    text-align: right
}

.ar .cultural-destinations-wrapper .map-block .filter-apply {
    margin-right: 0;
    margin-left: 6rem
}

.cultural-destinations-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.cultural-destinations-wrapper .underlay {
    height: 500px;
    width: 100%;
    text-align: center;
    background: #174066;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.cultural-destinations-wrapper .underlay .main-title {
    color: #fff
}

.cultural-destinations-wrapper .underlay .title-cover {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a07b33;
    font-size: 2rem;
    font-weight: 400;
    margin: 50px 0
}

.cultural-destinations-wrapper .underlay .title-line {
    width: 2%;
    height: 1px;
    background-color: #a07b33;
    margin: 0 2px
}

.cultural-destinations-wrapper .underlay .back-btn {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem
}

.cultural-destinations-wrapper .underlay .back-icon {
    letter-spacing: .8rem
}

.cultural-destinations-wrapper .map-block {
    height: 700px;
    width: 100%;
    position: relative
}

.cultural-destinations-wrapper .map-block .map {
    height: 100%;
    width: 100%
}

.cultural-destinations-wrapper .map-block .action-bar {
    font-family: Lato-Bold, sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #174066;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f4e9d5;
    padding: 2rem 5rem;
    border-radius: 4px
}

.cultural-destinations-wrapper .map-block .toogle-filter {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 2rem;
    right: 3rem;
    padding: 2rem;
    font-size: 3rem
}

.cultural-destinations-wrapper .map-block .toogle-filter .icon-map:before {
    content: '\e975'
}

.cultural-destinations-wrapper .map-block .filter-button,
.cultural-destinations-wrapper .map-block .filter-date,
.cultural-destinations-wrapper .map-block .filter-wrapper {
    position: relative;
    width: 80%;
    padding-bottom: 3rem;
    text-align: left;
    font-family: Lato-Bold, sans-serif
}

.cultural-destinations-wrapper .map-block .filter-button {
    padding-top: 2rem
}

.cultural-destinations-wrapper .map-block .filter-date {
    display: none
}

.cultural-destinations-wrapper .map-block .filter-date input {
    background: 0 0;
    border: none;
    line-height: 35px;
    text-transform: uppercase;
    width: 100%;
    color: #174066;
    letter-spacing: .2rem
}

.cultural-destinations-wrapper .map-block .filter-date input::-webkit-input-placeholder {
    color: #174066;
    letter-spacing: .2rem
}

.cultural-destinations-wrapper .map-block .filter-date input::-moz-placeholder {
    color: #174066;
    letter-spacing: .2rem
}

.cultural-destinations-wrapper .map-block .filter-date input::placeholder {
    color: #174066;
    letter-spacing: .2rem
}

.cultural-destinations-wrapper .map-block .filter-close {
    font-size: 1.5rem;
    color: #c52034;
    line-height: 1.5rem;
    padding-right: .5rem
}

.cultural-destinations-wrapper .map-block .filter-styled {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #174066;
    line-height: 6rem
}

.cultural-destinations-wrapper .map-block .filter-list {
    display: none;
    position: absolute;
    top: auto;
    z-index: 10;
    margin-top: -1px;
    min-width: 100%;
    white-space: nowrap
}

.cultural-destinations-wrapper .map-block .filter-list-item {
    cursor: pointer;
    font-family: Lato-Regular, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #174066;
    color: #fff;
    position: relative;
    line-height: 2.5rem
}

.cultural-destinations-wrapper .map-block .filter-list-item img {
    height: 2.8rem
}

.no-touch .cultural-destinations-wrapper .map-block .filter-list-item:hover {
    background-color: #41678b
}

.cultural-destinations-wrapper .map-block .filter-label {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem;
    padding-left: 7rem
}

.cultural-destinations-wrapper .map-block .filter-label .cultural-img {
    padding-left: 1rem
}

.cultural-destinations-wrapper .map-block .filter-input {
    display: none
}

.cultural-destinations-wrapper .map-block .filter-input:checked~.filter-checkmark:after {
    display: block
}

.cultural-destinations-wrapper .map-block .filter-input:checked~.filter-checkmark {
    border: none;
    background-color: #fff
}

.cultural-destinations-wrapper .map-block .filter-checkmark {
    position: absolute;
    top: 50%;
    left: 3rem;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cultural-destinations-wrapper .map-block .filter-checkmark:after {
    content: '';
    position: absolute;
    display: none
}

.cultural-destinations-wrapper .map-block .filter-checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #c52034;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cultural-destinations-wrapper .map-block .filter-event {
    width: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2rem;
    line-height: 6rem;
    font-family: Lato-Bold, sans-serif
}

.cultural-destinations-wrapper .map-block .filter-event-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.cultural-destinations-wrapper .map-block .filter-event-icon {
    font-size: 3rem
}

.cultural-destinations-wrapper .map-block .filter-event-input {
    display: block;
    opacity: 0
}

.cultural-destinations-wrapper .map-block .filter-event-switch {
    width: 40px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background: #174066;
    border-radius: 30px;
    transition: background-color .4s
}

.cultural-destinations-wrapper .map-block .filter-event-switch:after {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    margin: 2.4px;
    content: '';
    background: #fff;
    border-radius: 10px
}

.cultural-destinations-wrapper .map-block .filter-event-input:checked+.filter-event-switch {
    background: #c52034
}

.cultural-destinations-wrapper .map-block .filter-event-input:checked+.filter-event-switch:after {
    left: auto;
    right: 0
}

.cultural-destinations-wrapper .map-block .filter-apply,
.cultural-destinations-wrapper .map-block .filter-clear {
    background: 0 0;
    border: none;
    color: #c52034;
    text-transform: uppercase;
    padding: 0
}

.cultural-destinations-wrapper .map-block .filter-apply {
    margin-right: 6rem
}

@media screen and (min-width:1024px) {
    .cultural-destinations-wrapper .filter-date {
        display: none
    }

    .cultural-destinations-wrapper .map-block .iw-event {
        width: 380px
    }

    .cultural-destinations-wrapper .map-block .action-bar {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        width: 90%
    }

    .cultural-destinations-wrapper .map-block .filter-wrapper+.filter-wrapper {
        min-width: 235px
    }

    .cultural-destinations-wrapper .map-block .filter-button,
    .cultural-destinations-wrapper .map-block .filter-date,
    .cultural-destinations-wrapper .map-block .filter-wrapper {
        width: 30%
    }

    .cultural-destinations-wrapper .map-block .filter-wrapper {
        padding: 0;
        margin-right: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-styled {
        line-height: 4rem
    }

    .cultural-destinations-wrapper .map-block .filter-date {
        position: relative;
        padding: 0;
        visibility: hidden;
        margin-right: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-button {
        width: auto;
        padding: 0
    }

    .cultural-destinations-wrapper .map-block .filter-list {
        width: auto
    }

    .cultural-destinations-wrapper .map-block .filter-list-item {
        line-height: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-list-item img {
        height: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-label {
        padding: 1rem;
        padding-left: 4rem
    }

    .cultural-destinations-wrapper .map-block .filter-checkmark {
        left: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-event {
        width: auto;
        padding: 0;
        line-height: 0;
        margin-right: 2rem
    }

    .cultural-destinations-wrapper .map-block .filter-event-icon {
        font-size: 2.5rem
    }

    .cultural-destinations-wrapper .map-block .filter-event-switch {
        width: 32px;
        height: 18px
    }

    .cultural-destinations-wrapper .map-block .filter-event-switch:after {
        width: 10px;
        height: 10px;
        margin: 4px
    }

    .cultural-destinations-wrapper .map-block .filter-apply {
        display: none
    }

    .cultural-destinations-wrapper .map-block .toogle-filter {
        display: none
    }
}

@media screen and (min-width:1024px) and (max-height:800px) {
    .cultural-destinations-wrapper .map-block {
        height: 560px
    }
}

@media screen and (max-width:767px) {
    .cultural-destinations-wrapper .map-block .action-bar {
        padding-bottom: .8rem
    }

    .cultural-destinations-wrapper .map-block .toogle-filter {
        top: 2.5rem;
        font-size: 3.5rem
    }
}

.postcard-wrapper {
    margin: 0 10px
}

.postcard-form {
    background-color: #f9f7eB;
    border-width: 15px;
    border-style: solid;
    outline: 10px solid #f9f7eB;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    min-height: 560px
}

.postcard-form .img-full-height {
    width: 100%;
    height: auto;
    display: block
}

.postcard-form .post-card-title {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 18px;
    line-height: 1.43em;
    letter-spacing: .05rem;
    padding-top: 25px
}

.postcard-form .post-card-title.title-from {
    padding-top: 60px
}

.postcard-form .swiper-navigation {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
    background: #fff;
    font-size: 25px;
    color: #c52034;
    cursor: pointer
}

@media (max-width:767px) {
    .postcard-form .swiper-navigation {
        background: #000;
        color: #fff;
        opacity: .7
    }
}

.postcard-form .swiper-navigation .icons {
    font-size: 14px
}

.postcard-form .swiper-navigation.swiper-button-next {
    right: 0;
    left: initial
}

.ar .postcard-form .swiper-navigation.swiper-button-next {
    left: 0;
    right: initial
}

.postcard-form .swiper-navigation.swiper-button-prev {
    left: 0;
    right: initial
}

.ar .postcard-form .swiper-navigation.swiper-button-prev {
    right: 0;
    left: initial
}

.postcard-form .swiper-navigation.swiper-button-disabled {
    cursor: initial
}

.postcard-form .swiper-navigation.swiper-button-disabled .slick-arrow {
    opacity: .2
}

.postcard-form .swiper-navigation.slick-prev {
    left: 0;
    right: auto
}

.ar .postcard-form .swiper-navigation.slick-prev {
    right: 0;
    left: auto
}

.postcard-form .swiper-navigation.slick-next {
    right: 0;
    left: auto
}

.ar .postcard-form .swiper-navigation.slick-next {
    left: 0;
    right: auto
}

.postcard-form .form-visible {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.postcard-form .close-select-popup {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 2rem;
    top: 2rem;
    font-size: 12px;
    color: #c52034;
    text-align: center;
    line-height: 50px
}

.no-touch .postcard-form .close-select-popup:hover {
    cursor: pointer
}

.postcard-form .select-image-icon {
    font-size: 20px
}

.postcard-form .select-image-text {
    margin-top: 1px
}

.postcard-form .postcard-alert-wrapper,
.postcard-form .postcard-select-image {
    display: none;
    width: 100%;
    height: 100%
}

.postcard-form .postcard-alert {
    width: 280px;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px #000;
    border-radius: 3px;
    color: #174066
}

.postcard-form .postcard-alert .postcard-alert-icon {
    font-size: 50px
}

.postcard-form .select-image-popup {
    background: #f0ecde;
    text-align: center
}

.postcard-form .select-image-popup .btn {
    padding: 0 30px
}

.postcard-form .select-image-title {
    color: #174066;
    padding: 50px 10px;
    letter-spacing: 1px;
    word-spacing: .2rem
}

.postcard-form .select-image-btn {
    margin: 50px 0
}

.postcard-form .select-image-btn .icons {
    font-size: .8em
}

.postcard-form .postcard-msg,
.postcard-form .select-image-form {
    width: 100%;
    position: relative
}

.postcard-form .postcard-msg .form-control {
    margin-top: 30px
}

.postcard-form .postcard-msg .form-input {
    padding: inherit
}

.postcard-form .postcard-msg .form-textarea {
    background-color: #f9f7eB
}

.postcard-form .postcard-msg .form-textarea::-webkit-input-placeholder {
    line-height: 1
}

.postcard-form .postcard-msg .form-textarea::-moz-placeholder {
    line-height: 1
}

.postcard-form .postcard-msg .form-textarea::placeholder {
    line-height: 1
}

.postcard-form .postcard-msg .title-3 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 500;
    margin-top: 55px
}

.postcard-form .postcard-msg .captcha-container.py-5 {
    margin-top: -20px;
    margin-bottom: 0
}

.postcard-form .img-wrapper {
    height: 32.5rem;
    width: 100%;
    bottom: 0;
    position: relative;
    background: #f0ece0;
    overflow: hidden
}

.postcard-form .img-wrapper.postcard-image-wrapper {
    height: auto
}

.postcard-form .image-change {
    display: none;
    color: #174066;
    margin-top: 50px
}

.no-touch .postcard-form .image-change:hover {
    cursor: pointer;
    opacity: .3
}

.postcard-form .postcard-slide {
    overflow: hidden
}

.postcard-form .postcard-image-select {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    transition: -webkit-transform .5s ease-out;
    transition: transform .5s ease-out;
    min-height: 135px;
    height: 225px
}

.no-touch .postcard-form .postcard-image-select:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer
}

.postcard-form .choose-image {
    width: 220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    height: auto;
    line-height: 18px
}

.postcard-form .choose-image .select-image-text {
    padding: 10px 0
}

.postcard-form .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 2em;
    display: none
}

.postcard-form .image-overlay .icons {
    font-size: 40px
}

.no-touch .postcard-form .image-overlay:hover {
    cursor: pointer
}

.postcard-form .postcard-logo {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    position: absolute;
    left: auto;
    top: 2rem;
    right: 2rem
}

.postcard-form .postcard-logo .img-responsive {
    width: auto
}

.ar .postcard-form .postcard-logo {
    padding-left: 0;
    left: 2rem;
    right: auto
}

.postcard-form .send-btn {
    margin: 3rem auto
}

.postcard-form .send-btn .icons {
    font-size: 32px
}

.postcard-form .postcard-btn {
    text-align: center
}

@media (min-width:768px) {
    .postcard-wrapper {
        margin: 0 5rem
    }

    .postcard-form .postcard-image-select {
        height: 135px
    }

    .postcard-form .swiper-navigation {
        display: block;
        width: 60px;
        height: auto;
        top: 0;
        bottom: 0;
        background: #f0ecde;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        border-radius: 0
    }

    .postcard-form .postcard-slider {
        padding: 0 60px
    }

    .postcard-form .form-visible {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .postcard-form .postcard-msg,
    .postcard-form .select-image-form {
        width: 50%;
        padding: 1rem 3rem
    }

    .postcard-form .postcard-msg .form-control {
        margin-top: 10px
    }

    .postcard-form .postcard-msg .title-3 {
        margin-top: 22px
    }

    .postcard-form .select-image-form {
        padding-right: 0
    }

    .ar .postcard-form .select-image-form {
        padding-left: 0;
        padding-right: inherit
    }

    .postcard-form .img-wrapper {
        margin-top: 100px
    }

    .postcard-form .send-btn {
        margin: 3rem;
        margin-top: 0
    }

    .postcard-form .postcard-btn {
        text-align: initial
    }

    .postcard-form .postcard-btn .btn {
        padding: 0 26px;
        font-size: 11px
    }

    .postcard-form .postcard-btn .icons {
        font-size: 32px
    }

    .postcard-form .post-card-title,
    .postcard-form .post-card-title.title-from {
        padding-top: 0
    }
}

@media screen and (min-width:1024px) {
    .postcard-form {
        border-width: 17px
    }

    .postcard-form .postcard-msg .title-3 {
        margin-top: 0
    }
}

@media screen and (max-width:1023px) {
    .cover .cover-content {
        padding-bottom: 0
    }

    .cover .small-height {
        height: 280px
    }

    .postcard-banner .main-title {
        margin-top: 6rem;
        margin-bottom: 6rem
    }
}

@media (max-width:380px) {
    .postcard-form .form-captcha {
        -webkit-transform: scale(.82);
        transform: scale(.82);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    .ar .postcard-form .form-captcha {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    .ar .postcard-form .postcard-btn {
        text-align: center
    }
}

@media (max-width:320px) {
    .postcard-form .form-captcha {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .ar .postcard-form .form-captcha {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@media (max-width:767px) {
    .sitemap-wrapper {
        text-align: center
    }
}

.sitemap-section {
    padding: 15px 0 25px;
    border-bottom: 1px solid #e5e5e5
}

.sitemap-section .col-md-3 {
    padding-left: 7px
}

.sitemap-section .col-md-9 {
    padding-left: 7px
}

.sitemap-section .sitemap-section-title {
    color: #c52034;
    margin: 25px 0;
    line-height: 1.3
}

.sitemap-section .sitemap-section-title a {
    color: #c52034;
    transition: .6s all
}

.sitemap-section .sitemap-section-title a:hover {
    color: #174066
}

.sitemap-section .sitemap-category-title {
    margin: 25px 0;
    font-size: 1.6rem;
    font-family: Lato-Bold, sans-serif;
    font-weight: 700;
    color: #174066;
    line-height: 1.2
}

.sitemap-section .sitemap-category-title a {
    color: #174066;
    transition: .6s all
}

.sitemap-section .sitemap-category-title a:hover {
    color: #333
}

.sitemap-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%
}

.sitemap-section ul li {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 1.5rem
}

.sitemap-section ul li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    font-family: Lato-Regular, sans-serif;
    line-height: 1.1;
    transition: .8s color
}

.sitemap-section ul li a:hover {
    color: #174066
}

.sitemap-section ul li a:before {
    content: "";
    width: 4px;
    height: 1px;
    background-color: #696969;
    left: 0;
    position: absolute;
    top: 7px
}

.ar .sitemap-section .col-md-3 {
    padding-right: 7px
}

.ar .sitemap-section .col-md-9 {
    padding-right: 7px
}

.ar .sitemap-section ul li a {
    padding-right: 10px
}

.ar .sitemap-section ul li a:before {
    right: 0
}

.ar .col-md-1,
.ar .col-md-10,
.ar .col-md-11,
.ar .col-md-12,
.ar .col-md-2,
.ar .col-md-3,
.ar .col-md-4,
.ar .col-md-5,
.ar .col-md-6,
.ar .col-md-7,
.ar .col-md-8,
.ar .col-md-9 {
    float: right
}

.sitemap-footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sitemap-footer ul li {
    margin: 40px 0
}

.sitemap-footer ul li a {
    text-decoration: none;
    color: #c52034;
    line-height: 1.3
}

@media screen and (min-width:767px) {
    .sitemap-section .col-md-3 {
        padding-left: 15px
    }

    .sitemap-section .sitemap-section-col-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sitemap-section .sitemap-section-col-wrapper .sitemap-section-col {
        width: 33.33333333%;
        padding-right: 20px
    }

    .ar .sitemap-section .sitemap-section-col-wrapper .sitemap-section-col {
        padding-left: 20px
    }

    .sitemap-footer ul {
        display: -ms-flexbox;
        display: flex
    }

    .sitemap-footer ul li {
        width: 33.33333333%
    }
}

@media print {
    body {
        margin: 0;
        background: 0 0;
        color: #000;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
        box-shadow: none;
        text-shadow: none
    }

    fieldset,
    img {
        border: 0
    }

    h1 {
        font-size: 1.8em
    }

    h2 {
        font-size: 1.6em
    }

    h3 {
        font-size: 1.4em
    }

    h4 {
        font-size: 1.2em
    }

    h5 {
        font-size: 1em
    }

    h6 {
        font-size: .9em
    }

    ol,
    ul {
        list-style-type: none
    }

    ol li,
    ul li {
        list-style-type: disc
    }

    dt {
        font-weight: 700
    }

    a,
    a:visited {
        color: #000;
        text-decoration: underline
    }

    a[href]:after {
        content: ' ('attr(href) ')'
    }

    abbr[title]:after {
        content: ' ('attr(title) ')'
    }

    input,
    select,
    textarea {
        border: 1px solid #000
    }

    input {
        padding: 1px 0
    }

    select {
        margin: 0;
        padding: 0;
        background: #fff;
        line-height: normal
    }

    img {
        max-width: 100%
    }

    blockquote,
    pre {
        border: 1px solid #000;
        page-break-inside: avoid
    }

    div {
        text-align: left
    }

    caption {
        display: none
    }

    table {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
        border-collapse: separate;
        border-spacing: 0
    }

    table td,
    table th {
        padding: 5px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        text-align: left
    }

    img,
    tr {
        page-break-inside: avoid
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}


.header__btn {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    padding: 10px 20px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    border: 1px solid #2c2c2c;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.header__btn:last-child {
    margin-right: 0;
}

.header__btn:hover,
.header__btn.js-active {
    color: #fff;
    background-color: #2c2c2c;
}

.header {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

.header__title {
    margin-bottom: 30px;
    font-size: 2.1rem;
}

.content {
    width: 95%;
    margin: 0 auto 50px;
}

.content__title {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
}

.content__title--m-sm {
    margin-bottom: 10px;
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 35px;
    padding-bottom: 10px;
    color: #333333;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
    cursor: pointer;
    margin: 25px 0;
    margin-bottom: 0;
    text-transform: capitalize;
}

@media (min-width: 500px) {
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}

.multisteps-form__progress-btn:before {
    position: absolute;
    top: 12px;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 1px solid #373737;
    border-radius: 50%;
    background-color: #a2a2a2;
    box-sizing: border-box;
    z-index: 3;
    box-shadow: 0px 0px 0px 3px #ffffff;
}

.multisteps-form__progress-btn:after {
    position: absolute;
    top: 20px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
    display: none;
}

.multisteps-form__progress-btn.js-active-valid {
    color: #a2a2a2;
}

.multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: #fff;
}

.multisteps-form__form {
    position: relative;
}

.multisteps-form__panel {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.multisteps-form__panel[data-animation="scaleOut"] {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.multisteps-form__panel[data-animation="scaleOut"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
    left: 50px;
}

.multisteps-form__panel[data-animation="slideHorz"].js-active {
    transition-property: all;
    transition-duration: 0.25s;
    transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
    transition-delay: 0s;
    left: 0;
}

.multisteps-form__panel[data-animation="slideVert"] {
    top: 30px;
}

.multisteps-form__panel[data-animation="slideVert"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    top: 0;
}

.multisteps-form__panel[data-animation="fadeIn"].js-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    transition-delay: 0s;
}

.multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.multisteps-form__progress-btn:hover {
    background: #efefef;
}

.multisteps-form__progress-btn.js-active-valid:before {
    background: #53cd11;
    border-color: #fff;
    border-width: 3px;
    transform: translateX(-50%) scale(1.2);
    box-shadow: 0px 0px 0px 1px #55cc12;
}

.multisteps-form__progress-btn.js-active-valid~.multisteps-form__progress-btn.js-active:after,
.multisteps-form__progress-btn.js-active-valid~.multisteps-form__progress-btn.js-active-valid:after {
    background: #54cc12;
}

.btn-red-white:hover {
    color: #fff;
    background-color: #c52034
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: flex-end;
}

.btn.btn-grey-white {
    border-color: #858585;
    color: #858585;
    height: 45px;
    margin-bottom: 10px !important;
}

.btn.btn-grey-white:hover {
    background-color: #858585;
    color: currentColor;
}

.w-auto {
    width: auto !important;
}

.btn {
    position: relative;
}

.btn .icons {
    z-index: -1;
}

button.selected-item-remove {
    background: none;
    top: 0;
    right: 0;
    margin: 0;
    border: none;
    padding: 0;
}

button.selected-item-remove .icons {
    top: 0;
    right: 0;
    font-size: 10px;
    position: static;
}

.selected-items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
}

.selected-item {
    padding: 15px;
    background: #eeeeee;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 150px;
    min-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    color: #174066;
    border-radius: 5px;
}

.form .form-control-title span {
    display: block;
    font-size: 12px;
}

.multisteps-form__progress-btn.js-active {
    background: none;
    cursor: default;
}

.form-checkbox-wrapper- .form-checkbox {
    width: 50%;
}



.license-control-wrapper {
    display: flex;
    align-items: center;
    color: #174066;
}

.license-control-wrapper input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 40px;
    max-width: 30px;
    margin: 0 5px;
    border: 1px solid #174066;
    text-align: center;
    font-size: 17px;
    color: #174066;
}

.license-control-wrapper span {
    font-size: 20px;
}

/* .select.custom-select:not(.full-width) {
    max-width: 300px;
}

*/
.select.custom-select .select-styled {
    background: white;
    min-height: 45px;
    border: 1px solid #174066;
    border-radius: 0px;
    padding: 15px;
    color: #000;
}

.select.custom-select .select-styled .icon-arrow.select-arrow {
    margin: 5px 15px;
}

@media (min-width: 576px) {
    .horizontal-form-control {
        /* display: flex; */
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .horizontal-form-control>label {
        margin-bottom: 0;
    }

    .horizontal-form-control>label+* {
        width: auto;
        flex: 1;
        /* justify-content: flex-end; */
        display: flex;
    }
}

.full-width {
    max-width: 100%;
}

@media (max-width: 576px) {
    .form-checkbox-wrapper- .form-checkbox {
        width: 100%;
    }

    .license-control-wrapper input {
        width: 20px;
        margin: 0 3px;
    }
}

.form-control .form-input {
    position: relative;
    z-index: 1;
}

/* .mx-section {
    overflow: hidden;
} */

.inner-controls-set {
    flex: 1;
    margin-right: 20px;
}

.line-separator {
    border-top: 1px solid #858585;
    margin: 25px 0;
}



.form .form-control-title.form-control-header-title {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 20px;
    margin: 15px 0;
    display: block;
    background: rgba(23, 64, 102, .08);
    padding: 15px;
}

.form .form-group-of-controls>.form-control-title {
    color: #d2505c;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.form-select .select-options li {
    height: 40px;
    line-height: 40px;
    background: #eee;
    color: #000000;
}

.form-select .select-options.multi-select-options li {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.fa-square:before {
    content: "\f096";
}

.fa-check-square:before {
    content: "\f14a";
}

.form-select .select-options.multi-select-options li .fa {
    font-size: 24px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    color: #174066;
}

.form-select .select-options.multi-select-options li .fa.fa-check-square {
    display: none;
}

.form-select .select-options.multi-select-options li.selected .fa.fa-check-square {
    display: block;
}

.form-select .select-options.multi-select-options li.selected .fa.fa-square {
    display: none;
}

.form-select .select-options.multi-select-options li:hover {
    background: #dedcdc;
}

.form-select .select-options.multi-select-options li.selected {
    background: #b78e3f;
    border-color: #927233;
    color: #fff;
}

.form-select .select-options.multi-select-options {
    position: relative;
    top: 0;
}

.inner-controls-set .form-control {
    position: relative;
}

.inner-controls-set .form-control button.selected-control-remove {
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9;
}

.inner-controls-set .form-control button.selected-control-remove .icons {
    position: static;
}

.feedback-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: none;
}

.feedback-popup .feedback-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(165, 165, 165, .7);
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}

.feedback-popup.show {
    display: flex;
}

.feedback-popup .feedback-message-inner {
    background: #fff;
    padding: 100px 60px;
    position: relative;
    font-size: 24px;
    color: #00b13f;
    z-index: 100;
}

.feedback-popup .feedback-message-inner button.selected-control-remove {
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 20px;
    background: #00b140;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0px;
}

.form-control-radio {
    display: block;
}

.form .form-control-title {
    color: #000;
    text-transform: capitalize;
    padding: 3px;
}

.select-options {
    border: 1px solid #174066;
}

.form-select .select-options.multi-select-options li.selected .fa {
    color: #fff;
}

.form-radio {
    min-width: 50%;
}

.form-control .form-textarea.textarea-50 {
    width: 50%;
    display: block;
}

.inner-controls-set2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.inner-controls-set2 .form-control-col {
    width: 100%;
}
.inner-controls-set3 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.inner-controls-set3 .form-control-col {
    width: 100%;
}
.form-control.form-focused {
    background: #f5f5f5;
}

input.specify-other {
    border: 1px solid #174066;
    width: 100%;
    max-width: 240px;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    display: none;
}

.form-radio .input-radio:checked~.specify-other {
    display: block;
}

.form-control.form-focused label {
    background: #f5f5f5;
    color: #464646;
}
.rocop .form-control-title {
    text-transform: none;
}

    .rocop .form-control-title.form-control-header-title {
        text-transform: none;
    }

.rocop .select-options, .form-select .select-styled {
    text-transform: none;
}

.logo-footer img.tammContact {
    max-width: 86px;
    margin-bottom: 6px;
}

.logo-footer img.tammContactdiv {
    max-width: 107px;
    height: 75px;
    margin: 0 30px 4px 1px !important;

    @media only screen and (max-width:480px) {

        .logo-footer img.tammContact {
            max-width: 74px !important;
        }

        .logo-footer img.tammContactdiv {
            height: 58px !important;
        }
    }
}
.form-checkbox .input-checkbox:checked ~ .specify-other {
    display: block;
}

.customLink a::after {
    display: none
}

.form-control.form-focused {
    background: #e8f0fe;
}

    .form-control.form-focused label {
        z-index: 1;
        background: #e8f0fe;
    }

.ui-datepicker .ui-datepicker-title select {
    margin: 0 2px;
}

section.cover.detail-cover {
    position: relative;
}

.cover .cover-content.centered {
    top: 30px;
    transform: none;
    width: 100%;
    left: 0;
    margin-top: 75px;
}

.form-select .select-options li:first-child{
    height: 0px;
}

.wrapfliters {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

.filter-block.searchPage {
    width: 80%;
}

.searchPageSelect  {
    width: auto;
    flex: 1;
    margin: 30px 0 0 0;
}

.searchPageSelect .select-height-scroll .mCSB_container {
    margin-right: 0;
}

.searchPageSelect .select.custom-select  .select-styled {
    border-bottom: 1px solid #174066;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: left;
}


.dateselectCustom select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
.dateselectCustom select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
/* Refer CR# 103740 */
/*
.custom-select {
  position: relative;
  display: flex;
  height: 2.5em;
  border-radius: .25em;
  overflow: hidden;
}
*/
/* Arrow */
.custom-select::after {
  content: '\25BC';
  position: absolute;
  top: -8px;
  right: 0;
  padding: 1em;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.custom-select:hover::after {
 /* color: #f39c12;*/
}

.seclectyear{
	border:none;
	font-size:14px;
	color:#174066;
}

.custom-select.dateselectCustom{
	border-bottom: 2px solid #174066;
	border-radius:0px!important
}

.noselectDrop.searchPage{
	width:100%!important
}

.hidethis{
	display:none;
}

/* .searchPageSelect .select.custom-select  .select-styled:not(.active) :before {
  content:"Select Year";
  position: absolute;
top: 0;
left: 30px;
} */