a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl, 
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
img {
    max-width: 100%;
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}
body {
    font: 16px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    font-smoothing: antialiased
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px
    }
}
ol,
p,
ul {
    margin-bottom: 20px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.3em;
    margin-bottom: .4em
}
h1.pre-head,
h2.pre-head,
h3.pre-head,
h4.pre-head,
h5.pre-head,
h6.pre-head {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .4em;
    line-height: 1;
    margin-bottom: 10px;
    opacity: .7
}
@media only screen and (max-width: 768px) {
    h1.pre-head,
    h2.pre-head,
    h3.pre-head,
    h4.pre-head,
    h5.pre-head,
    h6.pre-head {
        font-size: 12px
    }
}
h1 {
    font-size: 40px
}
h2 {
    font-size: 36px
}
h3 {
    font-size: 28px
}
h4 {
    font-size: 24px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 32px
    }
    h2 {
        font-size: 24px
    }
    h3 {
        font-size: 22px
    }
    h4 {
        font-size: 20px
    }
    h5 {
        font-size: 16px
    }
    h6 {
        font-size: 14px
    }
}
small {
    font-size: 80%
}
mark {
    background: #fcf8e3;
    padding: 0 0.3em
}
abbr {
    border-bottom: 1px dotted #e6e6e6;
    cursor: help
}
kbd {
    background: #272D31;
    color: white;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 80%
}
a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer
}
a:hover {
    text-decoration: none
}
a:focus,
a:hover {
    outline: 0
}
em,
i {
    font-style: italic
}
b,
strong {
    font-weight: bold
}
hr {
    border: none;
    height: 1px;
    background: #e6e6e6;
    margin: 20px 0
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
blockquote {
    font-style: normal;
    font-size: 24px;
    position: relative;
    line-height: 34px;
    font-weight: 300;
    max-width: 520px;
    quotes: "“" "”" "“" "”";
    margin: 70px auto 60px;
    text-align: center
}
blockquote:before {
    content: open-quote;
    position: absolute;
    font-family: Georgia;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 60px
}
blockquote cite {
    display: block;
    font-size: 80%
}
@media only screen and (max-width: 768px) {
    blockquote {
        font-size: 18px;
        line-height: 24px
    }
}
ol,
ul {
    padding-left: 20px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
ul {
    list-style: disc
}
ol {
    list-style: decimal
}
.image-left {
    float: left;
    margin: 0 10px 10px 0
}
.image-right {
    float: right;
    margin: 0 0 10px 10px
}
.image-left,
.image-right {
    display: block
}
@media only screen and (max-width: 768px) {
    .image-left,
    .image-right {
        float: none
    }
}
.table-wrap {
    min-height: .01%;
    overflow-x: auto
}
table {
    width: 100%;
    max-width: 100%
}
table td,
table th {
    padding: 7px
}
table th {
    font-weight: bold;
    text-align: left
}
table thead tr {
    border-bottom: 2px solid #e6e6e6
}
table tbody tr {
    border-top: 1px solid #e6e6e6
}
table tbody tr:hover {
    background: #f6f6f6
}
.fr {
    float: right
}
.fl {
    float: left
}
.cb {
    clear: both
}
.nm {
    margin: 0!important
}
.np {
    padding: 0!important
}
.text-center {
    text-align: center
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.responsive-img {
    width: auto!important;
    height: auto!important;
    max-width: 100%!important;
    max-height: 100%!important
}
.hide {
    display: none
}
@font-face {
    font-family: 'simple-line-icons';
    src: url("/fonts/Simple-Line-Icons.eot?v=2.4.0");
    src: url("/fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format('embedded-opentype'), url("/fonts/Simple-Line-Icons.woff2?v=2.4.0") format('woff2'), url("/fonts/Simple-Line-Icons.ttf?v=2.4.0") format('truetype'), url("/fonts/Simple-Line-Icons.woff?v=2.4.0") format('woff'), url("/fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format('svg');
    font-weight: normal;
    font-style: normal
}
.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calendar,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawer,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-event,
.icon-exclamation,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-minus,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-organization,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-google,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pinterest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-steam,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-vkontakte,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symbol-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-user:before {
    content: "\e005"
}
.icon-people:before {
    content: "\e001"
}
.icon-user-female:before {
    content: "\e000"
}
.icon-user-follow:before {
    content: "\e002"
}
.icon-user-following:before {
    content: "\e003"
}
.icon-user-unfollow:before {
    content: "\e004"
}
.icon-login:before {
    content: "\e066"
}
.icon-logout:before {
    content: "\e065"
}
.icon-emotsmile:before {
    content: "\e021"
}
.icon-phone:before {
    content: "\e600"
}
.icon-call-end:before {
    content: "\e048"
}
.icon-call-in:before {
    content: "\e047"
}
.icon-call-out:before {
    content: "\e046"
}
.icon-map:before {
    content: "\e033"
}
.icon-location-pin:before {
    content: "\e096"
}
.icon-direction:before {
    content: "\e042"
}
.icon-directions:before {
    content: "\e041"
}
.icon-compass:before {
    content: "\e045"
}
.icon-layers:before {
    content: "\e034"
}
.icon-menu:before {
    content: "\e601"
}
.icon-list:before {
    content: "\e067"
}
.icon-options-vertical:before {
    content: "\e602"
}
.icon-options:before {
    content: "\e603"
}
.icon-arrow-down:before {
    content: "\e604"
}
.icon-arrow-left:before {
    content: "\e605"
}
.icon-arrow-right:before {
    content: "\e606"
}
.icon-arrow-up:before {
    content: "\e607"
}
.icon-arrow-up-circle:before {
    content: "\e078"
}
.icon-arrow-left-circle:before {
    content: "\e07a"
}
.icon-arrow-right-circle:before {
    content: "\e079"
}
.icon-arrow-down-circle:before {
    content: "\e07b"
}
.icon-check:before {
    content: "\e080"
}
.icon-clock:before {
    content: "\e081"
}
.icon-plus:before {
    content: "\e095"
}
.icon-minus:before {
    content: "\e615"
}
.icon-close:before {
    content: "\e082"
}
.icon-event:before {
    content: "\e619"
}
.icon-exclamation:before {
    content: "\e617"
}
.icon-organization:before {
    content: "\e616"
}
.icon-trophy:before {
    content: "\e006"
}
.icon-screen-smartphone:before {
    content: "\e010"
}
.icon-screen-desktop:before {
    content: "\e011"
}
.icon-plane:before {
    content: "\e012"
}
.icon-notebook:before {
    content: "\e013"
}
.icon-mustache:before {
    content: "\e014"
}
.icon-mouse:before {
    content: "\e015"
}
.icon-magnet:before {
    content: "\e016"
}
.icon-energy:before {
    content: "\e020"
}
.icon-disc:before {
    content: "\e022"
}
.icon-cursor:before {
    content: "\e06e"
}
.icon-cursor-move:before {
    content: "\e023"
}
.icon-crop:before {
    content: "\e024"
}
.icon-chemistry:before {
    content: "\e026"
}
.icon-speedometer:before {
    content: "\e007"
}
.icon-shield:before {
    content: "\e00e"
}
.icon-screen-tablet:before {
    content: "\e00f"
}
.icon-magic-wand:before {
    content: "\e017"
}
.icon-hourglass:before {
    content: "\e018"
}
.icon-graduation:before {
    content: "\e019"
}
.icon-ghost:before {
    content: "\e01a"
}
.icon-game-controller:before {
    content: "\e01b"
}
.icon-fire:before {
    content: "\e01c"
}
.icon-eyeglass:before {
    content: "\e01d"
}
.icon-envelope-open:before {
    content: "\e01e"
}
.icon-envelope-letter:before {
    content: "\e01f"
}
.icon-bell:before {
    content: "\e027"
}
.icon-badge:before {
    content: "\e028"
}
.icon-anchor:before {
    content: "\e029"
}
.icon-wallet:before {
    content: "\e02a"
}
.icon-vector:before {
    content: "\e02b"
}
.icon-speech:before {
    content: "\e02c"
}
.icon-puzzle:before {
    content: "\e02d"
}
.icon-printer:before {
    content: "\e02e"
}
.icon-present:before {
    content: "\e02f"
}
.icon-playlist:before {
    content: "\e030"
}
.icon-pin:before {
    content: "\e031"
}
.icon-picture:before {
    content: "\e032"
}
.icon-handbag:before {
    content: "\e035"
}
.icon-globe-alt:before {
    content: "\e036"
}
.icon-globe:before {
    content: "\e037"
}
.icon-folder-alt:before {
    content: "\e039"
}
.icon-folder:before {
    content: "\e089"
}
.icon-film:before {
    content: "\e03a"
}
.icon-feed:before {
    content: "\e03b"
}
.icon-drop:before {
    content: "\e03e"
}
.icon-drawer:before {
    content: "\e03f"
}
.icon-docs:before {
    content: "\e040"
}
.icon-doc:before {
    content: "\e085"
}
.icon-diamond:before {
    content: "\e043"
}
.icon-cup:before {
    content: "\e044"
}
.icon-calculator:before {
    content: "\e049"
}
.icon-bubbles:before {
    content: "\e04a"
}
.icon-briefcase:before {
    content: "\e04b"
}
.icon-book-open:before {
    content: "\e04c"
}
.icon-basket-loaded:before {
    content: "\e04d"
}
.icon-basket:before {
    content: "\e04e"
}
.icon-bag:before {
    content: "\e04f"
}
.icon-action-undo:before {
    content: "\e050"
}
.icon-action-redo:before {
    content: "\e051"
}
.icon-wrench:before {
    content: "\e052"
}
.icon-umbrella:before {
    content: "\e053"
}
.icon-trash:before {
    content: "\e054"
}
.icon-tag:before {
    content: "\e055"
}
.icon-support:before {
    content: "\e056"
}
.icon-frame:before {
    content: "\e038"
}
.icon-size-fullscreen:before {
    content: "\e057"
}
.icon-size-actual:before {
    content: "\e058"
}
.icon-shuffle:before {
    content: "\e059"
}
.icon-share-alt:before {
    content: "\e05a"
}
.icon-share:before {
    content: "\e05b"
}
.icon-rocket:before {
    content: "\e05c"
}
.icon-question:before {
    content: "\e05d"
}
.icon-pie-chart:before {
    content: "\e05e"
}
.icon-pencil:before {
    content: "\e05f"
}
.icon-note:before {
    content: "\e060"
}
.icon-loop:before {
    content: "\e064"
}
.icon-home:before {
    content: "\e069"
}
.icon-grid:before {
    content: "\e06a"
}
.icon-graph:before {
    content: "\e06b"
}
.icon-microphone:before {
    content: "\e063"
}
.icon-music-tone-alt:before {
    content: "\e061"
}
.icon-music-tone:before {
    content: "\e062"
}
.icon-earphones-alt:before {
    content: "\e03c"
}
.icon-earphones:before {
    content: "\e03d"
}
.icon-equalizer:before {
    content: "\e06c"
}
.icon-like:before {
    content: "\e068"
}
.icon-dislike:before {
    content: "\e06d"
}
.icon-control-start:before {
    content: "\e06f"
}
.icon-control-rewind:before {
    content: "\e070"
}
.icon-control-play:before {
    content: "\e071"
}
.icon-control-pause:before {
    content: "\e072"
}
.icon-control-forward:before {
    content: "\e073"
}
.icon-control-end:before {
    content: "\e074"
}
.icon-volume-1:before {
    content: "\e09f"
}
.icon-volume-2:before {
    content: "\e0a0"
}
.icon-volume-off:before {
    content: "\e0a1"
}
.icon-calendar:before {
    content: "\e075"
}
.icon-bulb:before {
    content: "\e076"
}
.icon-chart:before {
    content: "\e077"
}
.icon-ban:before {
    content: "\e07c"
}
.icon-bubble:before {
    content: "\e07d"
}
.icon-camrecorder:before {
    content: "\e07e"
}
.icon-camera:before {
    content: "\e07f"
}
.icon-cloud-download:before {
    content: "\e083"
}
.icon-cloud-upload:before {
    content: "\e084"
}
.icon-envelope:before {
    content: "\e086"
}
.icon-eye:before {
    content: "\e087"
}
.icon-flag:before {
    content: "\e088"
}
.icon-heart:before {
    content: "\e08a"
}
.icon-info:before {
    content: "\e08b"
}
.icon-key:before {
    content: "\e08c"
}
.icon-link:before {
    content: "\e08d"
}
.icon-lock:before {
    content: "\e08e"
}
.icon-lock-open:before {
    content: "\e08f"
}
.icon-magnifier:before {
    content: "\e090"
}
.icon-magnifier-add:before {
    content: "\e091"
}
.icon-magnifier-remove:before {
    content: "\e092"
}
.icon-paper-clip:before {
    content: "\e093"
}
.icon-paper-plane:before {
    content: "\e094"
}
.icon-power:before {
    content: "\e097"
}
.icon-refresh:before {
    content: "\e098"
}
.icon-reload:before {
    content: "\e099"
}
.icon-settings:before {
    content: "\e09a"
}
.icon-star:before {
    content: "\e09b"
}
.icon-symbol-female:before {
    content: "\e09c"
}
.icon-symbol-male:before {
    content: "\e09d"
}
.icon-target:before {
    content: "\e09e"
}
.icon-credit-card:before {
    content: "\e025"
}
.icon-paypal:before {
    content: "\e608"
}
.icon-social-tumblr:before {
    content: "\e00a"
}
.icon-social-twitter:before {
    content: "\e009"
}
.icon-social-facebook:before {
    content: "\e00b"
}
.icon-social-instagram:before {
    content: "\e609"
}
.icon-social-linkedin:before {
    content: "\e60a"
}
.icon-social-pinterest:before {
    content: "\e60b"
}
.icon-social-github:before {
    content: "\e60c"
}
.icon-social-google:before {
    content: "\e60d"
}
.icon-social-reddit:before {
    content: "\e60e"
}
.icon-social-skype:before {
    content: "\e60f"
}
.icon-social-dribbble:before {
    content: "\e00d"
}
.icon-social-behance:before {
    content: "\e610"
}
.icon-social-foursqare:before {
    content: "\e611"
}
.icon-social-soundcloud:before {
    content: "\e612"
}
.icon-social-spotify:before {
    content: "\e613"
}
.icon-social-stumbleupon:before {
    content: "\e614"
}
.icon-social-youtube:before {
    content: "\e008"
}
.icon-social-dropbox:before {
    content: "\e00c"
}
.icon-social-vkontakte:before {
    content: "\e618"
}
.icon-social-steam:before {
    content: "\e620"
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
input {
    line-height: normal
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    -webkit-appearance: none
}
input[type=search] {
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
textarea {
    overflow: auto
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    line-height: inherit;
    cursor: pointer;
    outline: 0
}
form label {
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-indent: 0.08em;
    display: block;
    padding: 0 5px
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    color: #272D31;
    font-size: 16px;
    border-radius: 5px;
    width: 100%;
    border: 0;
    background-color: white;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    margin-bottom: 40px
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    outline: none;
    background-color: white;
    -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05)
}
input[type=email][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=url][disabled],
select[disabled],
textarea[disabled] {
    cursor: not-allowed
}
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-style: italic
}
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
    font-style: italic
}
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-style: italic
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #999;
    font-style: italic
}
@media only screen and (max-width: 768px) {
    input[type=email],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url],
    select,
    textarea {
        margin-bottom: 20px
    }
}
select {
    line-height: 1;
    height: 40px;
    padding: 10px
}
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%
}
.contourMessageOnSubmit {
    color: #2ecc71;
    font-weight: 300;
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px 0
}
.contourMessageOnSubmit:before {
    font-weight: normal;
    font-family: "simple-line-icons";
    content: "\e080";
    font-size: 70px;
    display: block;
    line-height: 1;
    margin-bottom: 30px
}
legend {
    padding: 10px 15px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.025);
    font-weight: 700;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}
.radiobuttonlist {
    margin-bottom: 30px;
    display: block
}
.checkbox-list-item,
.radio-list-item {
    position: relative;
    padding: 10px 10px 10px 30px;
    margin-bottom: 2px
}
.checkbox-list-item input,
.radio-list-item input {
    position: absolute;
    left: 7px;
    top: 8px
}
.checkbox-list-item label,
.radio-list-item label {
    margin: 0;
    font-size: 13px;
    padding: 0;
    text-transform: none
}
.help-block {
    font-size: 12px;
    display: block;
    color: #999;
    padding: 0 0 5px 5px;
    margin-top: -7px
}
.field-validation-error {
    display: block;
    color: #e74c3c;
    font-weight: bold;
    font-size: 12px;
    padding: 0 0 5px 5px;
    margin-top: -7px
}
.button,
input[type=button],
input[type=submit] {
    display: inline-block;
    -webkit-appearance: none;
    border: 0;
    line-height: 1;
    padding: 15px 30px;
    font-size: 13px;
    border-radius: 25px;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none!important
}
.button.button--block,
input[type=button].button--block,
input[type=submit].button--block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center
}
.button.button--dark,
input[type=button].button--dark,
input[type=submit].button--dark {
    background: #272D31;
    color: white!important
}
.button.button--dark:hover,
input[type=button].button--dark:hover,
input[type=submit].button--dark:hover {
    background: #444;
    color: white!important
}
.button.button--light,
input[type=button].button--light,
input[type=submit].button--light {
    background: #fff;
    color: #272D31!important
}
.button.button--light:hover,
input[type=button].button--light:hover,
input[type=submit].button--light:hover {
    background: #f1f1f1;
    color: #272D31!important
}
.button.button--border,
input[type=button].button--border,
input[type=submit].button--border {
    background: transparent
}
.button.button--border:hover,
input[type=button].button--border:hover,
input[type=submit].button--border:hover {
    color: #fff!important
}
.button.button--border.button--dark,
input[type=button].button--border.button--dark,
input[type=submit].button--border.button--dark {
    -webkit-box-shadow: inset 0 0 0 1px #272D31;
    box-shadow: inset 0 0 0 1px #272D31;
    color: #272D31!important
}
.button.button--border.button--dark:hover,
input[type=button].button--border.button--dark:hover,
input[type=submit].button--border.button--dark:hover {
    color: #f1f1f1!important;
    background: #272D31
}
.button.button--border.button--light,
input[type=button].button--border.button--light,
input[type=submit].button--border.button--light {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #f1f1f1!important
}
.button.button--border.button--light:hover,
input[type=button].button--border.button--light:hover,
input[type=submit].button--border.button--light:hover {
    color: #272D31!important;
    background: #fff
}
.button.button--disabled,
.button[disabled],
input[type=button].button--disabled,
input[type=button][disabled],
input[type=submit].button--disabled,
input[type=submit][disabled] {
    cursor: not-allowed;
    background: #e6e6e6
}
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px
}
@media only screen and (max-width: 992px) {
    .container,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px
    }
}
@media only screen and (max-width: 768px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media only screen and (max-width: 480px) {
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}
.container {
    max-width: 1300px
}
.container--small {
    max-width: 1100px
}
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px
}
@media only screen and (max-width: 992px) {
    .row {
        margin-left: -10px;
        margin-right: -10px
    }
}
@media only screen and (max-width: 768px) {
    .row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
}
@media only screen and (max-width: 480px) {
    .row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }
}
.row.row--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.row.row--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.row.row--v-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.row.row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.row.row--flat {
    margin-left: 0;
    margin-right: 0
}
.row.row--flat>.col,
.row.row--flat>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}
@media only screen and (max-width: 768px) {
    .row.row--flat-s {
        margin-left: 0;
        margin-right: 0
    }
    .row.row--flat-s>.col,
    .row.row--flat-s>[class*=col-] {
        padding-left: 0;
        padding-right: 0
    }
}
.row.row--grow>.col,
.row.row--grow>[class*=col-] {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.col,
[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    align-items: start;
}
@media only screen and (max-width: 992px) {
    .col,
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media only screen and (max-width: 768px) {
    .col,
    [class*=col-] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}
@media only screen and (max-width: 480px) {
    .col,
    [class*=col-] {
        padding-left: 7.5px;
        padding-right: 7.5px
    }
}
.col.col--v-center,
[class*=col-].col--v-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}
.col.col--grow,
[class*=col-].col--grow {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.col-20 {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%
}
.col-25 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}
.col-30 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%
}
.col-33 {
    -webkit-flex-basis: 33.33333333%;
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%
}
.col-40 {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%
}
.col-50 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}
.col-60 {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%
}
.col-66 {
    -webkit-flex-basis: 66.66666666%;
    -ms-flex-preferred-size: 66.66666666%;
    flex-basis: 66.66666666%;
    max-width: 66.66666666%
}
.col-70 {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%
}
.col-75 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}
.col-80 {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%
}
.col-100 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
@media only screen and (max-width: 992px) {
    .col-m-20 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    .col-m-25 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-m-30 {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%
    }
    .col-m-33 {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-m-40 {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%
    }
    .col-m-50 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-m-60 {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
    .col-m-66 {
        -webkit-flex-basis: 66.66666666%;
        -ms-flex-preferred-size: 66.66666666%;
        flex-basis: 66.66666666%;
        max-width: 66.66666666%
    }
    .col-m-70 {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%
    }
    .col-m-75 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-m-80 {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%
    }
    .col-m-100 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 768px) {
    .col-s-20 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    .col-s-25 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-s-30 {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%
    }
    .col-s-33 {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-s-40 {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%
    }
    .col-s-50 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-s-60 {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
    .col-s-66 {
        -webkit-flex-basis: 66.66666666%;
        -ms-flex-preferred-size: 66.66666666%;
        flex-basis: 66.66666666%;
        max-width: 66.66666666%
    }
    .col-s-70 {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%
    }
    .col-s-75 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-s-80 {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%
    }
    .col-s-100 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
@media only screen and (max-width: 480px) {
    .col-xs-20 {
        -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
        max-width: 20%
    }
    .col-xs-25 {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
    .col-xs-30 {
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        max-width: 30%
    }
    .col-xs-33 {
        -webkit-flex-basis: 33.33333333%;
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%
    }
    .col-xs-40 {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%
    }
    .col-xs-50 {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
    .col-xs-60 {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%
    }
    .col-xs-66 {
        -webkit-flex-basis: 66.66666666%;
        -ms-flex-preferred-size: 66.66666666%;
        flex-basis: 66.66666666%;
        max-width: 66.66666666%
    }
    .col-xs-70 {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        max-width: 70%
    }
    .col-xs-75 {
        -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
    .col-xs-80 {
        -webkit-flex-basis: 80%;
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        max-width: 80%
    }
    .col-xs-100 {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}
.browser-explorer.browser-version-8 .row:after,
.browser-explorer.browser-version-8 .row:before,
.browser-explorer.browser-version-9 .row:after,
.browser-explorer.browser-version-9 .row:before {
    content: " ";
    display: table
}
.browser-explorer.browser-version-8 .row:after,
.browser-explorer.browser-version-9 .row:after {
    clear: both
}
.browser-explorer.browser-version-8 .col,
.browser-explorer.browser-version-8 [class*=col-],
.browser-explorer.browser-version-9 .col,
.browser-explorer.browser-version-9 [class*=col-] {
    float: left
}
.top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background: #272D31
}
.top .top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    max-width: 1300px;
    margin: 0 auto
}
@media only screen and (max-width: 992px) {
    .top .top-inner {
        padding: 0 20px
    }
}
@media only screen and (max-width: 768px) {
    .top .top-inner {
        padding: 0 15px
    }
}
.top.top--light {
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}
.top.top--light:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1)
}
.top.top--full-width .top-inner {
    max-width: 100%
}
.top.top--start-transparent {
    background: rgba(39, 45, 49, 0.4)
}
.top.top--start-transparent:hover {
    background: rgba(39, 45, 49, 0.9)
}
.scroll .top {
    background-color: #272d31
}
.scroll .top:hover {
    background-color: #272d31
}
.scroll .top.top--light {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1)
}
.top.top--scroll-bg {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.scroll .top.top--scroll-bg {
    background: #272D31
}
.scroll .top.top--scroll-bg.top--light {
    background: white;
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1)
}
.logo {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 5
}
.logo img {
    height: 100%;
    display: block;
    max-width: 100%
}
.browser-explorer.browser-version-9 .logo {
    position: absolute;
    top: 0;
    left: 0
}
.main-nav {
    -webkit-align-self: right;
    -ms-flex-item-align: right;
    align-self: right
}
.main-nav li.mobile-contact {
    display: none
}
.main-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-nav>ul>li {
    display: block;
    position: relative;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.main-nav>ul>li>ul {
    overflow: auto;
    max-height: 90vh;
}
.main-nav>ul>li>a {
    color: white;
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative;
    white-space: nowrap
}
.main-nav>ul>li>a>i {
    font-size: 70%;
    color: rgba(255, 255, 255, 0.5);
    margin-left: 3px
}
.main-nav>ul>li>a .expand {
    display: none
}
.main-nav>ul>li.btn {
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.main-nav>ul>li.btn>a {
    line-height: 1!important;
    padding: 10px 20px
}
.main-nav>ul>li.btn:hover {
    background: transparent!important
}
@media only screen and (max-width: 992px) {
    .main-nav>ul>li.btn {
        padding: 20px 20px 0;
        display: block;
        text-align: center
    }
    .main-nav>ul>li.btn>a {
        display: inline-block
    }
}
.main-nav>ul>li.lang>a {
    padding: 0
}
.main-nav>ul>li.lang>a span {
    display: none
}
.main-nav>ul>li.lang>a img {
    max-width: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.main-nav>ul>li.lang ul li a img {
    max-width: 18px;
    position: relative;
    bottom: -1px;
    margin-right: 4px
}
@media only screen and (max-width: 992px) {
    .main-nav>ul>li.lang>a {
        display: none
    }
    .main-nav>ul>li.lang ul {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08)
    }
    .main-nav>ul>li.lang ul li {
        display: block;
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-left: 1px solid rgba(255, 255, 255, 0.08)
    }
    .main-nav>ul>li.lang ul li a {
        text-align: center!important;
        background-color: #272D31!important;
        padding: 15px 0
    }
}
.main-nav>ul>li ul {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #272D31;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.main-nav>ul>li ul li {
    display: block;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.main-nav>ul>li ul li a {
    display: block;
    line-height: 1!important;
    font-size: 14px;
    color: white;
    padding: 20px;
    font-weight: bold
}
.main-nav>ul>li ul li:hover {
    background: rgba(255, 255, 255, 0.03)
}
.main-nav>ul>li:hover {
    background: rgba(255, 255, 255, 0.03)
}
.main-nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}
@media only screen and (max-width: 992px) {
    .main-nav {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 50px;
        background-color: #272D31;
        overflow-y: auto;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform .35s ease;
        transition: -webkit-transform .35s ease;
        -o-transition: transform .35s ease;
        transition: transform .35s ease;
        transition: transform .35s ease, -webkit-transform .35s ease
    }
    .main-nav li.mobile-contact {
        display: block;
        width: 50%;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .main-nav li.mobile-contact a {
        text-align: center;
        padding: 15px 0;
        font-weight: normal
    }
    .main-nav li.mobile-contact a i {
        margin-right: 3px
    }
    .main-nav li.mobile-contact:nth-child(2) {
        border-left: 1px solid rgba(255, 255, 255, 0.08)
    }
    .main-nav>ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .main-nav>ul>li {
        width: 100%
    }
    .main-nav>ul>li>a {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        line-height: 1!important;
        padding: 15px 25px
    }
    .main-nav>ul>li>a i.icon-arrow-down {
        display: none
    }
    .main-nav>ul>li>a .expand {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 50px;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.08)
    }
    .main-nav>ul>li>a .expand i {
        -webkit-transition: -webkit-transform 0.2s linear;
        transition: -webkit-transform 0.2s linear;
        -o-transition: transform 0.2s linear;
        transition: transform 0.2s linear;
        transition: transform 0.2s linear, -webkit-transform 0.2s linear
    }
    .main-nav>ul>li>a .expand.open i {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .main-nav>ul>li:hover {
        background-color: inherit
    }
    .main-nav>ul>li:hover>a {
        color: white
    }
    .main-nav>ul>li ul {
        position: static;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    .main-nav>ul>li ul li a {
        background-color: rgba(255, 255, 255, 0.08);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        padding: 15px 20px;
        text-align: right
    }
    .main-nav>ul>li ul li:hover {
        background: inherit
    }
    .main-nav>ul>li ul li:hover a {
        color: white
    }
}
@media only screen and (max-width: 992px) {
    .mobile-nav-visible {
        overflow: hidden
    }
    .mobile-nav-visible .main-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
.top--light .main-nav>ul>li>a {
    color: #272D31
}
.top--light .main-nav>ul>li>a i.icon-arrow-down {
    color: rgba(0, 0, 0, 0.5)
}
.top--light .main-nav>ul>li:hover {
    background: rgba(0, 0, 0, 0.02)
}
.top--light .main-nav>ul>li ul {
    background: #ffffff;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15)
}
.top--light .main-nav>ul>li ul li a {
    color: #272D31
}
.top--light .main-nav>ul>li ul li:hover {
    background: rgba(0, 0, 0, 0.02)
}
.top--scroll-light .main-nav>ul>li>a {
    color: white
}
.top--scroll-dark .main-nav>ul>li>a {
    color: #272D31
}
.scroll .top--scroll-dark .main-nav>ul>li>a,
.scroll .top--scroll-light .main-nav>ul>li>a {
    color: inherit
}
@media only screen and (max-width: 992px) {
    .top--light .main-nav {
        background: white
    }
    .top--light .main-nav li.mobile-contact:nth-child(2) {
        border-left-color: rgba(0, 0, 0, 0.08)
    }
    .top--light .main-nav>ul>li>a {
        border-top: 1px solid rgba(0, 0, 0, 0.08)
    }
    .top--light .main-nav>ul>li>a .expand {
        background-color: rgba(0, 0, 0, 0.04)
    }
    .top--light .main-nav>ul>li.lang ul {
        border-bottom-color: rgba(0, 0, 0, 0.08)
    }
    .top--light .main-nav>ul>li.lang ul li {
        border-left-color: rgba(0, 0, 0, 0.08)
    }
    .top--light .main-nav>ul>li.lang ul li a {
        background-color: white!important
    }
    .top--light .main-nav>ul>li:hover {
        background: inherit
    }
    .top--light .main-nav>ul>li:hover>a {
        color: #272D31
    }
    .top--light .main-nav>ul>li ul {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .top--light .main-nav>ul>li ul li a {
        background-color: rgba(0, 0, 0, 0.04);
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        padding: 15px 20px;
        text-align: right
    }
    .top--light .main-nav>ul>li ul li:hover {
        background: inherit
    }
    .top--light .main-nav>ul>li ul li:hover a {
        color: #272D31
    }
}
@media only screen and (min-width: 992px) {
    .main-nav>ul>li ul {
        display: block!important
    }
}
.browser-explorer.browser-version-9 .main-nav {
    position: absolute;
    top: 0;
    right: 0
}
.browser-explorer.browser-version-9 .main-nav li.mobile-contact {
    display: none
}
.browser-explorer.browser-version-9 .main-nav ul li {
    display: inline-block
}
.toggle-mobile-nav {
    width: 30px;
    position: relative;
    margin: 20px 0;
    display: none;
    z-index: 4
}
.toggle-mobile-nav span {
    display: block;
    height: 3px;
    border-radius: 3px;
    background-color: white;
    margin-bottom: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.toggle-mobile-nav span:last-child {
    margin-bottom: 0
}
@media only screen and (max-width: 992px) {
    .toggle-mobile-nav {
        display: block
    }
}
.top--light .toggle-mobile-nav span {
    background-color: #272D31
}
.top--scroll-light .toggle-mobile-nav span {
    background-color: white
}
.scroll .top--scroll-light .toggle-mobile-nav span {
    background-color: #272D31
}
.mobile-nav-visible .toggle-mobile-nav span:first-child {
    -webkit-transform: rotate(45deg) translateY(-3px);
    -ms-transform: rotate(45deg) translateY(-3px);
    transform: rotate(45deg) translateY(-3px);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}
.mobile-nav-visible .toggle-mobile-nav span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
}
.mobile-nav-visible .toggle-mobile-nav span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(3px);
    -ms-transform: rotate(-45deg) translateY(3px);
    transform: rotate(-45deg) translateY(3px);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}
.footer {
    background: #272D31;
    padding: 30px 0
}
.footer .footer-grid {
    padding-top: 60px;
    padding-bottom: 60px
}
.footer.footer--light {
    background: white;
    color: rgba(0, 0, 0, 0.84);
    border-top: 1px solid #e6e6e6
}
@media only screen and (max-width: 768px) {
    .footer {
        padding: 10px 0
    }
    .footer .footer-grid {
        padding-top: 10px;
        padding-bottom: 10px
    }
}
.footer-item {
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.6)
}
.footer-item h6 {
    margin-bottom: 20px
}
.footer-item ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.footer-item a {
    color: rgba(255, 255, 255, 0.6)
}
@media only screen and (max-width: 768px) {
    .footer-item {
        text-align: center;
        margin: 10px 0
    }
    .footer-item h6 {
        margin-bottom: 10px
    }
}
.footer--light .footer-item {
    color: rgba(0, 0, 0, 0.6)
}
.footer--light .footer-item a {
    color: rgba(0, 0, 0, 0.6)
}
.footer-item--text {
    font-size: 14px
}
.footer-item--text a {
    text-decoration: underline
}
.footer-item--links ul li a {
    padding: 5px 0;
    line-height: 1.1em;
    display: inline-block
}
.footer-item--links ul li:first-child a {
    padding-top: 0
}
.footer-item--logos {
    margin-bottom: 0
}
.footer-item--logos ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.footer-item--logos ul li>div img,
.footer-item--logos ul li a img {
    padding: 0 20px 20px 20px;
    max-width: 150px;
    max-height: 100px
}
@media only screen and (max-width: 768px) {
    .footer-item--logos ul li>div img,
    .footer-item--logos ul li a img {
        padding: 0 10px 10px 10px
    }
}
.footer-item--logos.text-right ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.footer-item--logos.text-center ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media only screen and (max-width: 768px) {
    .footer-item--logos ul {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
    .footer-item--logos ul li {
        width: 50%
    }
}
.contact-list {
    margin: 0;
    padding: 0;
    list-style: none
}
.contact-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px
}
.contact-list li i {
    position: absolute;
    left: 0;
    top: 2px
}
.contact-list li:last-child {
    margin-bottom: 0
}
.text-center .contact-list li,
.text-right .contact-list li {
    padding-left: 0
}
.text-center .contact-list li i,
.text-right .contact-list li i {
    position: static;
    margin-right: 3px
}
@media only screen and (max-width: 768px) {
    .footer .contact-list {
        text-align: center
    }
    .footer .contact-list li {
        padding-left: 0
    }
    .footer .contact-list li i {
        position: static
    }
}
.social-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.social-nav li {
    margin: 0 10px 10px 0
}
.social-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05)
}
@media only screen and (max-width: 768px) {
    .social-nav {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }
}
.text-right .social-nav {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.text-right .social-nav li {
    margin: 0 0 10px 10px
}
.text-center .social-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.text-center .social-nav li {
    margin: 0 5px 10px
}
.footer--light .social-nav li a {
    background: rgba(0, 0, 0, 0.05)
}
.opening-hours {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left
}
.opening-hours li {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 10px
}
.opening-hours li:first-child {
    border-top: 0;
    padding-top: 0
}
.opening-hours li .time {
    float: right
}
@media only screen and (max-width: 768px) {
    .opening-hours {
        margin-bottom: 30px;
        font-size: 16px
    }
}
.footer--light .opening-hours li {
    border-top-color: #e6e6e6
}
.footer-bottom-info {
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.4)
}
.footer-bottom-info a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline
}
.footer-bottom-info a:hover {
    color: #ffffff
}
.footer--light .footer-bottom-info {
    color: rgba(0, 0, 0, 0.4)
}
.footer--light .footer-bottom-info a {
    color: rgba(0, 0, 0, 0.6)
}
.footer--light .footer-bottom-info a:hover {
    color: #000000
}
.to-top {
    position: fixed;
    bottom: -40px;
    right: 20px;
    background: #272D31;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    color: white;
    z-index: 99
}
@media only screen and (max-width: 768px) {
    .to-top {
        width: 30px;
        height: 30px;
        font-size: 13px
    }
}
.to-top.to-top--light {
    background: white;
    color: #272D31;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15)
}
.to-top.to-top--light:hover {
    -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05)
}
.to-top.to-top--theme {
    color: white
}
.scroll .to-top {
    bottom: 20px
}
.hero {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #272D31;
    padding: 6vh 0 0;
    max-width: 100%
}

.hero.hero--25 {
    min-height: 25vh
}
.hero.hero--50 {
    min-height: 50vh
}
.hero.hero--75 {
    min-height: 75vh
}
.hero.hero--100 {
    min-height: 100vh
}
.hero .hero-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1
}
.hero .hero-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%
}

.hero.hero--50 .hero-inner .hero-text img {
    max-height: 50vh;
}

.hero .hero-inner .hero-text img {
	max-height: 25vh;
}

.hero.overlay--light {
    background: white
}
.browser-explorer.browser-version-9 .hero .hero-inner,
.browser-explorer.browser-version-10 .hero .hero-inner,
.browser-explorer.browser-version-11 .hero .hero-inner {
    overflow: hidden;
    padding: 10px 0
}
.browser-explorer.browser-version-9 .hero.hero--25,
.browser-explorer.browser-version-10 .hero.hero--25,
.browser-explorer.browser-version-11 .hero.hero--25 {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    height: 25vh
}
.browser-explorer.browser-version-9 .hero.hero--50,
.browser-explorer.browser-version-10 .hero.hero--50,
.browser-explorer.browser-version-11 .hero.hero--50 {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    height: 50vh
}
.browser-explorer.browser-version-9 .hero.hero--75,
.browser-explorer.browser-version-10 .hero.hero--75,
.browser-explorer.browser-version-11 .hero.hero--75 {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    height: 75vh
}
.browser-explorer.browser-version-9 .hero.hero--100,
.browser-explorer.browser-version-10 .hero.hero--100,
.browser-explorer.browser-version-11 .hero.hero--100 {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    height: 100vh
}
@media only screen and (max-width: 768px) {
    .browser-safari .top+.hero.hero--100 {
        min-height: 90vh
    }
}
.hero-inner {
    position: relative;
    z-index: 3
}
.hero-inner h1,
.hero-inner h2,
.hero-inner h3 {
    margin-bottom: 0
}
.hero-inner h1,
.hero-inner h2 {
    font-size: 60px
}
.hero-inner h3 {
    font-size: 40px
}
.hero-inner .hero-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0 0
}
.hero.hero--50 .hero-inner .hero-text {
    margin: 0
}
.hero-inner .hero-text p:last-of-type {
    margin-bottom: 0
}
.hero-inner .button-wrap {
    margin-top: 30px
}
.hero-inner .button-wrap .button+.button {
    margin-left: 10px
}
@media only screen and (max-width: 768px) {
    .hero-inner h1,
    .hero-inner h2 {
        font-size: 36px
    }
    .hero-inner h3 {
        font-size: 26px
    }
    .hero-inner .hero-text {
        font-size: 16px;
        line-height: 22px
    }
}
.hero-inner.animate-in {
    opacity: 0;
    -webkit-transform: translateY(25px) translateZ(0);
    transform: translateY(25px) translateZ(0);
    -webkit-transition: all .8s ease .5s;
    -o-transition: all .8s ease .5s;
    transition: all .8s ease .5s
}
.hero-inner.animate-in .button-wrap .button {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: opacity .5s ease .8s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .8s;
    transition: opacity .5s ease .8s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .8s;
    -o-transition: opacity .5s ease .8s, transform .5s ease .8s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease .8s, transform .5s ease .8s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease .8s, transform .5s ease .8s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .8s
}
.hero-inner.animate-in .button-wrap .button:nth-child(2) {
    -webkit-transition: opacity .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s;
    transition: opacity .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s;
    -o-transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease .9s, transform .5s ease .9s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease .9s
}
.hero-inner.animate-in .button-wrap .button:nth-child(3) {
    -webkit-transition: opacity .5s ease 1s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease 1s;
    transition: opacity .5s ease 1s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease 1s;
    -o-transition: opacity .5s ease 1s, transform .5s ease 1s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease 1s, transform .5s ease 1s, background .3s ease 0s, color .3s ease 0s;
    transition: opacity .5s ease 1s, transform .5s ease 1s, background .3s ease 0s, color .3s ease 0s, -webkit-transform .5s ease 1s
}
.page-loaded .hero-inner.animate-in {
    opacity: 1;
    -webkit-transform: translateY(0px) translateZ(0);
    transform: translateY(0px) translateZ(0)
}
.page-loaded .hero-inner.animate-in .button-wrap .button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}
.row--center .hero-inner {
    text-align: center
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #272D31;
    opacity: .3;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}
.overlay.overlay--light {
    background: #fff
}
.icon-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    color: white;
    z-index: 4;
    width: 30px;
    text-align: center;
    margin-left: -15px;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll
}
.icon-scroll.overlay--light {
    color: #272D31
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    80% {
        opacity: 0;
        -webkit-transform: translateY(36px) scale(0.5);
        transform: translateY(36px) scale(0.5)
    }
    81% {
        opacity: 0;
        -webkit-transform: translateY(-5px) scale(0.9);
        transform: translateY(-5px) scale(0.9)
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }
    80% {
        opacity: 0;
        -webkit-transform: translateY(36px) scale(0.5);
        transform: translateY(36px) scale(0.5)
    }
    81% {
        opacity: 0;
        -webkit-transform: translateY(-5px) scale(0.9);
        transform: translateY(-5px) scale(0.9)
    }
}
.block {
    padding: 100px 0
}
@media only screen and (max-width: 992px) {
    .block {
        padding: 50px 0
    }
}
@media only screen and (max-width: 768px) {
    .block {
        padding: 30px 0
    }
}
.block-header {
    text-align: left;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px
}
.block-header .block-header-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px
}
.block-header .block-header-text p:last-of-type {
    margin-bottom: 0
}
.block-header h1,
.block-header h2,
.block-header h3 {
    margin-bottom: 0
}
.block-header h1+.block-header-text,
.block-header h2+.block-header-text,
.block-header h3+.block-header-text {
    margin-top: 15px
}
@media only screen and (max-width: 768px) {
    .block-header .block-header-text {
        font-size: 16px;
        line-height: 22px
    }
}
.block-header+.block-body {
    margin-top: 60px
}
@media only screen and (max-width: 768px) {
    .block-header+.block-body {
        margin-top: 30px
    }
}
.block-body+.button-wrap {
    margin-top: 60px
}
@media only screen and (max-width: 768px) {
    .block-body+.button-wrap {
        margin-top: 20px
    }
}
.block-header+.button-wrap {
    margin-top: 30px
}
.block .button-wrap {
    padding: 0 20px;
    text-align: center
}
.block .button-wrap .button+.button {
    margin-left: 10px
}
.block-text-col {
    padding-left: 0px;
    padding-right: 0px
}
.block-text-col.block-text-col--2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}
.block-text-col.block-text-col--3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}
.block-text-col+.block-text-col {
    margin-top: 2em
}
.block.form {
    background: #4dc0a1;
    color: white
}
.block.form h1,
.block.form h2,
.block.form h3,
.block.form h4,
.block.form h5,
.block.form h6 {
    color: white
}
.block.form label {
    color: white
}
.gallery,
.gallery-simple {
    padding: 5px
}
.gallery-simple .gallery-item,
.gallery .gallery-item {
    display: block;
    padding: 5px
}
.gallery-simple .gallery-item img,
.gallery .gallery-item img {
    width: 100%;
    display: block
}
.gallery-simple.gallery .gallery-item,
.gallery-simple .instagram-image-link,
.gallery.gallery .gallery-item,
.gallery .instagram-image-link {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.gallery-simple.gallery .gallery-item img,
.gallery-simple .instagram-image-link img,
.gallery.gallery .gallery-item img,
.gallery .instagram-image-link img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0px) translate3d(0, 0, 0);
    transform: translateY(0px) translate3d(0, 0, 0)
}
.gallery-simple.gallery .gallery-item:hover,
.gallery-simple .instagram-image-link:hover,
.gallery.gallery .gallery-item:hover,
.gallery .instagram-image-link:hover {
    z-index: 2
}
.gallery-simple.gallery .gallery-item:hover img,
.gallery-simple .instagram-image-link:hover img,
.gallery.gallery .gallery-item:hover img,
.gallery .instagram-image-link:hover img {
    -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
    transform: translateY(-3px) translate3d(0, 0, 0);
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4)
}
.gallery-simple .gallery-instagram .gallery-item,
.gallery .gallery-instagram .gallery-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%
}
.gallery-simple .gallery-instagram .gallery-item figure,
.gallery .gallery-instagram .gallery-item figure {
    position: relative
}
.gallery-simple .gallery-instagram .gallery-item .instagram-user-link,
.gallery .gallery-instagram .gallery-item .instagram-user-link {
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    display: block;
    padding: 10px;
    line-height: 1;
    border-radius: 100%;
    z-index: 3
}
.gallery+.gallery,
.gallery+.gallery-simple {
    padding-top: 0
}
.browser-explorer.browser-version-10 .gallery,
.gallery-simple .gallery-instagram .gallery-item {
    display: block
}
.animate-in {
    opacity: 0;
    -webkit-transition: all .8s ease .3s;
    -o-transition: all .8s ease .3s;
    transition: all .8s ease .3s;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}
.page-loaded .animate-in {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}
.feed {
    background: #f9f9f9
}
.feed .col-33 {
    margin-bottom: 30px
}
@media only screen and (max-width: 768px) {
    .feed .col-33 {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
}
.feed .feed-post {
    background: white;
    height: 100%;
    -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
    display: block
}
.feed .feed-post img {
    display: block
}
.feed .feed-post .feed-post-text {
    padding: 30px;
    position: relative
}
.feed .feed-post .feed-post-text h4 {
    font-size: 20px
}
.feed .feed-post .feed-post-text h4 a {
    color: inherit
}
.feed .feed-post .feed-post-text h4 a i {
    font-size: 60%
}
.feed .feed-post .feed-post-text .feed-post-meta {
    font-size: 11px;
    color: #999;
    line-height: 14px;
    padding: 0 0 5px;
    text-transform: uppercase
}
.feed .feed-post .feed-post-text p {
    margin-bottom: 0;
    font-size: 14px
}
.feed .feed-post:hover {
    -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.15)
}
@media only screen and (max-width: 768px) {
    .feed .feed-post {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .feed .feed-post .feed-post-image {
        width: 25%
    }
    .feed .feed-post img {
        -webkit-box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.6);
        box-shadow: 0 12px 23px -15px rgba(0, 0, 0, 0.6)
    }
    .feed .feed-post .feed-post-text {
        padding: 5px 0 0 15px;
        width: 75%
    }
    .feed .feed-post .feed-post-text h4 {
        font-size: 18px
    }
    .feed .feed-post:hover {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
ul.pager {
    margin: 0;
    padding: 0;
    list-style: none
}
ul.pager li {
    display: inline-block;
    margin: 0 3px 6px
}
ul.pager li a {
    display: block;
    line-height: 1;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 13px;
    background: white;
    border-radius: 4px;
    color: #272D31;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.15)
}
ul.pager li a:hover {
    -webkit-box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 6px 14px -6px rgba(0, 0, 0, 0.05)
}
ul.pager li.selected a {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #e6e6e6
}
.post-image {
    max-width: 1100px;
    margin: 0 auto 40px
}
.post-image img {
    display: block;
    margin: 0 auto;
	max-height: 41vh
}
.post-meta {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin: 15px 0
}
.post-body {
    max-width: 850px;
    padding: 0 20px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px
}
.post-body img {
    height: auto!important
}
.share {
    text-align: center;
    margin-top: 80px
}
.share h6 {
    margin-bottom: 20px
}
@media only screen and (max-width: 768px) {
    .share {
        margin-top: 20px
    }
}
ul.share-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
ul.share-list li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 6px
}
ul.share-list li a {
    display: block;
    color: white;
    line-height: 1;
    font-size: 20px;
    padding: 15px 0;
    border-radius: 4px
}
@media only screen and (max-width: 768px) {
    ul.share-list li a {
        font-size: 16px;
        padding: 10px 0
    }
}
ul.share-list li a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}
ul.share-list li.share-facebook a {
    background: #3b5998
}
ul.share-list li.share-facebook a:hover {
    background: #4264aa
}
ul.share-list li.share-twitter a {
    background: #4099FF
}
ul.share-list li.share-twitter a:hover {
    background: #5aa7ff
}
ul.share-list li.share-google a {
    background: #dd4b39
}
ul.share-list li.share-google a:hover {
    background: #e15f4f
}
ul.share-list li.share-linkedin a {
    background: #007bb5
}
ul.share-list li.share-linkedin a:hover {
    background: #008ccf
}
ul.tags+.share {
    margin-top: 30px
}
.block-header ul.tags {
    margin-top: 20px
}
ul.tags {
    list-style: none;
    padding: 0;
    margin: 40px 0 0
}
ul.tags li {
    display: inline-block
}
ul.tags li a {
    display: block;
    background: #f1f1f1;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase
}
ul.tags li a i {
    position: relative;
    bottom: -1px;
    margin: 0 0px 0 5px
}
ul.tags li a:hover {
    background: #272D31;
    color: white
}
ul.tags li a.active {
    background: #272D31;
    color: white
}
ul.tags li a.active:hover {
    background: #f1f1f1;
    color: #666
}
.map {
    min-height: 200px
}
.map.map--25 {
    height: 25vh
}
.map.map--50 {
    height: 50vh
}
.map.map--75 {
    height: 75vh
}
.map.map--100 {
    height: 100vh
}
.map .map-canvas {
    height: 100%;
    width: 100%
}
.map.map--split {
    height: auto;
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.map.map--split.map--25 {
    min-height: 25vh
}
.map.map--split.map--50 {
    min-height: 50vh
}
.map.map--split.map--75 {
    min-height: 75vh
}
.map.map--split.map--100 {
    min-height: 100vh
}
.map.map--split .map-content {
    background: #272D31;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white
}
.map.map--split .map-content h1,
.map.map--split .map-content h2,
.map.map--split .map-content h3,
.map.map--split .map-content h4,
.map.map--split .map-content h5,
.map.map--split .map-content h6 {
    color: white
}
.map.map--split .map-content .map-content-inner {
    padding: 100px 40px;
    max-width: 650px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px
}
.map.map--split .map-canvas {
    width: 60%;
    height: auto
}
@media only screen and (max-width: 992px) {
    .map.map--split {
        height: auto;
        display: block
    }
    .map.map--split .map-content {
        width: 100%
    }
    .map.map--split .map-content .map-content-inner {
        padding: 40px 20px
    }
    .map.map--split .map-canvas {
        width: 100%
    }
    .map.map--split.map--25 .map-canvas {
        height: 25vh
    }
    .map.map--split.map--50 .map-canvas {
        height: 50vh
    }
    .map.map--split.map--75 .map-canvas {
        height: 75vh
    }
    .map.map--split.map--100 .map-canvas {
        height: 100vh
    }
}
@media only screen and (max-width: 768px) {
    .map.map--split .map-content .map-content-inner {
        font-size: 16px;
        line-height: 22px
    }
}
.map .opening-hours li {
    border-top-color: #e6e6e6
}
.map .button-wrap,
.map .contact-list,
.map .opening-hours {
    margin-top: 30px
}
.browser-explorer .map.map--split.map--25 .map-canvas {
    min-height: 25vh
}
.browser-explorer .map.map--split.map--50 .map-canvas {
    min-height: 50vh
}
.browser-explorer .map.map--split.map--75 .map-canvas {
    min-height: 75vh
}
.browser-explorer .map.map--split.map--100 .map-canvas {
    min-height: 100vh
}
.top+.split {
    padding-top: 70px
}
@media only screen and (max-width: 992px) {
    .top+.split {
        padding-top: 50px
    }
}
.split {
    min-height: -webkit-min-content;
    min-height: -moz-min-content;
    min-height: min-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}
.split.split--25 {
    min-height: 25vh
}
.split.split--50 {
    min-height: 50vh
}
.split.split--75 {
    min-height: 75vh
}
.split.split--100 {
    min-height: 100vh
}
.split.split--text-right .split-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}
.split.split--text-right .split-image {
    border: 5px solid #fff;
    border-right: 0
}
@media only screen and (max-width: 768px) {
    .split.split--text-right .split-image {
        border: 5px solid #fff
    }
}
.split .split-text {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.split .split-text .split-text-inner {
    padding: 100px 40px;
    max-width: 650px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px
}
.split .split-text .button-wrap {
    margin-top: 30px
}
.split .split-text .button-wrap .button+.button {
    margin-left: 10px
}
@media only screen and (max-width: 768px) {
    .split .split-text {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .split .split-text .split-text-inner {
        padding: 40px 20px
    }
    .split .split-text .split-text-inner p {
        font-size: 16px;
        line-height: 22px
    }
}
.split .split-image {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border: 5px solid #fff;
    border-left: 0
}
.split .split-image .split-image-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 5px solid #fff
}
.split .split-image.split-image--2 .split-image-item {
    width: 50%
}
.split .split-image.split-image--3 .split-image-item {
    width: 50%;
    min-height: 50%
}
.split .split-image.split-image--3 .split-image-item:first-child {
    width: 100%
}
.split .split-image.split-image--4 .split-image-item {
    width: 50%;
    min-height: 50%
}
.split .split-image.split-image--5 .split-image-item:first-child,
.split .split-image.split-image--5 .split-image-item:nth-child(2) {
    width: 50%;
    min-height: 60%
}
.split .split-image.split-image--5 .split-image-item {
    width: 33.3333333%;
    min-height: 40%
}
.split .split-image.split-image--6 .split-image-item {
    width: 33.3333333%;
    min-height: 50%
}
@media only screen and (max-width: 768px) {
    .split .split-image {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-height: 400px;
        border: 5px solid #fff
    }
}
.browser-explorer .split.split--25 .split-image {
    min-height: 25vh
}
.browser-explorer .split.split--50 .split-image {
    min-height: 50vh
}
.browser-explorer .split.split--75 .split-image {
    min-height: 75vh
}
.browser-explorer .split.split--100 .split-image {
    min-height: 100vh
}
.tag {
    color: white;
    font-size: 11px;
    padding: 3px 5px;
    float: left;
    line-height: 1;
    position: relative;
    top: 2px;
    margin-right: 5px
}
.tag.tag--dark {
    background: #111;
    color: white
}
.tag.tag--light {
    background: #f1f1f1;
    color: #111
}
@media only screen and (max-width: 768px) {
    .tag {
        top: 0
    }
}
.menu-list-wrap {
    margin-bottom: 30px
}
h5.menu-list-header {
    padding: 10px 15px;
    line-height: 1;
    margin-bottom: 0;
    background: #f9f9f9;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.08em
}
.menu.menu--list article {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 15px
}
.menu.menu--list article:last-child {
    border: 0
}
.menu.menu--list article .menu-info h5 {
    margin-bottom: 5px
}
.menu.menu--list article .menu-info p {
    color: #999;
    font-size: 14px;
    margin-bottom: 0
}
.menu.menu--list article .menu-price {
    text-align: right;
    font-weight: bold
}
.menu.menu--list article.menu-image {
    padding: 0;
    margin-bottom: 30px
}
.menu.menu--list article.menu-image .row {
    padding: 15px 20px
}
@media only screen and (max-width: 768px) {
    .menu.menu--list article.menu-image .row {
        padding: 15px 15px
    }
}
@media only screen and (max-width: 768px) {
    .menu.menu--list {
        padding: 0
    }
}
.menu-block .button-wrap {
    margin-top: 30px
}
@media only screen and (max-width: 768px) {
    .menu-block .button-wrap {
        margin-top: 0
    }
}
.cards.cards--alt-bg {
    background-color: #f9f9f9
}
.card {
    margin-bottom: 30px
}
@media only screen and (max-width: 768px) {
    .card {
        margin-bottom: 15px
    }
}
.card .card-image img {
    display: block
}
.card .card-text {
    padding: 15px
}
.card .card-text h4 {
    font-size: 20px
}
.card .card-text h4 a {
    color: inherit
}
.card .card-text h4 a i {
    font-size: 60%
}
.card .card-text h4 a:hover {
    color: #4dc0A1
}
.card .card-text p:last-of-type {
    margin-bottom: 0
}
.card.card--bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 400px
}
.card.card--bg .card-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    color: white
}
.card.card--bg .card-text h4 {
    font-size: 24px;
    color: white
}
.card.card--bg .card-text h4 a i {
    color: white
}
.card.card--bg .card-text h4 a:hover {
    color: white
}
.card.card--bg .card-text p {
    font-size: 16px
}
.card.card--bg.card--linked {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transform: translateY(0) translate3d(0, 0, 0)
}
.card.card--bg.card--linked .card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}
.card.card--bg.card--linked:hover {
    -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
    transform: translateY(-3px) translate3d(0, 0, 0);
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4)
}
.image-block {
    display: block;
    margin: 0 auto
}
.image-block.image-block--spaceing {
    padding: 70px 0
}
.image-block img {
    display: block;
    margin: 0 auto
}
.image-block.image-block--small {
    max-width: 660px
}
.image-block.image-block--large {
    max-width: 1240px
}
.image-block.image-block--full {
    max-width: 100%
}
.image-block.image-block--full img {
    width: 100%
}
.newsletter {
    padding: 80px 0;
    background-color: #f9f9f9
}
@media only screen and (max-width: 768px) {
    .newsletter {
        padding: 40px 0
    }
}
.newsletter .newsletter-inner {
    max-width: 680px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px
}
@media only screen and (max-width: 768px) {
    .newsletter .newsletter-inner {
        font-size: 16px;
        line-height: 22px
    }
}
.newsletter form {
    margin: 30px 0 20px;
    background: white;
    padding: 6px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.newsletter form input {
    margin: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}
@media only screen and (max-width: 768px) {
    .newsletter form input {
        padding: 15px
    }
}
.newsletter form button {
    font-size: 18px;
    max-width: 70px
}
.newsletter .subtext {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #999
}
.flickity-enabled {
    position: relative
}
.flickity-enabled:focus {
    outline: none
}
.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}
.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media only screen and (max-width: 768px) {
    .flickity-prev-next-button {
        display: none
    }
}
.flickity-prev-next-button:hover {
    background: white
}
.flickity-prev-next-button:hover .arrow {
    fill: #111
}
.flickity-prev-next-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #09F;
    box-shadow: 0 0 0 5px #09F
}
.flickity-prev-next-button:active {
    opacity: 0.6
}
.flickity-prev-next-button.previous {
    left: 10px
}
.flickity-prev-next-button.next {
    right: 10px
}
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 20px
}
.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 20px
}
.flickity-prev-next-button:disabled {
    opacity: 0;
    cursor: auto
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%
}
.flickity-prev-next-button .arrow {
    fill: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}
@media only screen and (max-width: 768px) {
    .flickity-page-dots {
        bottom: 15px
    }
}
.flickity-rtl .flickity-page-dots {
    direction: rtl
}
.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer
}
@media only screen and (max-width: 768px) {
    .flickity-page-dots .dot {
        margin: 0 4px;
        width: 5px;
        height: 5px
    }
}
.flickity-page-dots .dot.is-selected {
    opacity: 1
}
.slider {
    background: #111
}
.slider .hero {
    width: 100%
}
.grid {
    padding: 80px 0 50px
}
@media only screen and (max-width: 992px) {
    .grid {
        padding: 60px 0 40px
    }
}
@media only screen and (max-width: 768px) {
    .grid {
        padding: 30px 0 45px
    }
}
.grid.block--alt-bg {
    background: #f9f9f9
}
.box {
    background: #ccc;
    height: 60px
}
.grid-item {
    margin-bottom: 30px
}
.grid-item img {
    height: auto!important
}
@media only screen and (max-width: 992px) {
    .grid-item {
        margin-bottom: 20px
    }
}
@media only screen and (max-width: 768px) {
    .grid-item {
        margin-bottom: 15px
    }
}
@media only screen and (max-width: 480px) {
    .grid-item {
        margin-bottom: 15px
    }
}
.row--flat .grid-item {
    margin-bottom: 0
}
.grid-item--boxed {
    padding: 30px;
    background: white;
    -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.15);
    color: #272D31
}
.grid-item--boxed h1,
.grid-item--boxed h2,
.grid-item--boxed h3,
.grid-item--boxed h4,
.grid-item--boxed h5,
.grid-item--boxed h6 {
    color: #272D31!important
}
.block--open-padding .grid-item--boxed {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 22px 43px -20px rgba(0, 0, 0, 0.05);
    color: #272D31
}
.block--open-padding .grid-item--boxed h1,
.block--open-padding .grid-item--boxed h2,
.block--open-padding .grid-item--boxed h3,
.block--open-padding .grid-item--boxed h4,
.block--open-padding .grid-item--boxed h5,
.block--open-padding .grid-item--boxed h6 {
    color: #272D31!important
}
.grid-item--header {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px
}
.grid-item--header p:last-of-type {
    margin-bottom: 0
}
@media only screen and (max-width: 768px) {
    .grid-item--header {
        font-size: 16px;
        line-height: 22px
    }
}
.grid-item--image img {
    display: block;
    margin: 0 auto
}
.grid-item--image figcaption {
    color: #999;
    text-align: center;
    font-style: italic;
    font-size: 14px;
    padding-top: 5px
}
.grid-item--quote blockquote {
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 26px;
    padding-top: 50px
}
.grid-item--quote blockquote:before {
    top: 0;
    line-height: 1;
    font-size: 80px
}
.grid-item--quote blockquote cite {
    margin-top: 10px;
    font-weight: normal;
    font-size: 13px;
    color: #999
}
.grid-item--card>a,
.grid-item--card>div {
    display: block;
    height: 380px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}
.grid-item--card>a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transform: translateY(0) translate3d(0, 0, 0)
}
.grid-item--card>a:hover {
    -webkit-transform: translateY(-3px) translate3d(0, 0, 0);
    transform: translateY(-3px) translate3d(0, 0, 0);
    -webkit-box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.4)
}
.grid-item--card .gid-text-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4))
}
.grid-item--card .gid-text-wrap>span {
    display: block;
    width: 100%
}
.grid-item--card .gid-text-wrap.gid-text-wrap--center {
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.grid-item--card .gid-header {
    color: white;
    font-size: 24px;
    display: block;
    margin-bottom: 10px
}
.grid-item--card .gid-text {
    display: block;
    color: rgba(255, 255, 255, 0.85)
}
.grid-item--service .gis-text {
    margin-top: 10px
}
img.color_flip {
	filter: url(filters.png#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .5s ease-in-out;
}

img.color_flip:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
}

.game-pod {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.pod-image {
    grid-area: 1 /1 /5 /5;
}

.pod-overlay {
    grid-area: 1 /1 /5 /5;
}

.post {
    background: white;
}