﻿/*!-----------------------------------------------------------------------------------

    Theme Name: Casa Fabbrini
    Theme URI: ...
    Description: Casa Fabbrini Theme
    Author: Secretkey
    Author URI: http://www.secretkey.it
    Tags: HTML5, CSS3, JS

    Version: 1.0

    Text Domain: fabbrini

-------------------------------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
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 {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 1024px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1024px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 1024px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: "geometria";
    src: url("_include/fonts/geometria-extralight-webfont.woff2") format("woff2"), url("_include/fonts/geometria-extralight-webfont.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "geometria";
    src: url("_include/fonts/geometria-light-webfont.woff2") format("woff2"), url("_include/fonts/geometria-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "geometria";
    src: url("_include/fonts/geometria-webfont.woff2") format("woff2"), url("_include/fonts/geometria-webfont.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "geometria";
    src: url("_include/fonts/geometria-medium-webfont.woff2") format("woff2"), url("_include/fonts/geometria-medium-webfont.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "geometria";
    src: url("_include/fonts/geometria-bold-webfont.woff2") format("woff2"), url("_include/fonts/geometria-bold-webfont.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "skicon";
    src: url("_include/fonts/icon/skicon.eot");
    src: url("_include/fonts/icon/skicon.eot#iefix") format("embedded-opentype"), url("_include/fonts/icon/skicon.ttf") format("truetype"), url("_include/fonts/icon/skicon.woff") format("woff"),
        url("_include/fonts/icon/skicon.svg#skicon") format("svg");
    font-weight: normal;
    font-style: normal;
}
.sk-icon {
    font-family: "skicon" !important;
    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;
}
.sk-icon-plus:before {
    content: "\f067";
}
.sk-icon-minus:before {
    content: "\f068";
}
.sk-icon-check:before {
    content: "\f00c";
}
.sk-icon-close:before {
    content: "\f00d";
}
body,
input,
button,
select,
textarea {
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body,
input,
button,
select,
textarea {
    color: #1b1b1b;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    margin: 40px 0 10px 0;
}
h1 {
    font-size: 4.8rem;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.5rem;
}
h5 {
    font-size: 2rem;
}
h6 {
    font-size: 1.6rem;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
    padding: 44px 44px 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    vertical-align: top;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color 0.2s;
    vertical-align: top;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
    display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}
.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke 0.1s;
}
.fancybox-close-small:focus {
    outline: none;
}
.fancybox-close-small:hover svg {
    opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0;
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1;
}
.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: "";
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x > ul {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px);
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.sk-animate-content,
.sk-animate-module-content {
    opacity: 0;
    visibility: hidden;
}
.sk-animate-content.animated,
.sk-animate-module-content.animated {
    opacity: 1;
    visibility: visible;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.no-anim .sk-animate-content,
.no-anim .sk-animate-module-content {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
}
@media (max-width: 1024px) {
    .sk-animate-content,
    .sk-animate-module-content {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownSmall {
    -webkit-animation-name: fadeInDownSmall;
    animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}
@-webkit-keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.lazy-bg {
    opacity: 0;
}
.lazy-bg.initial,
.lazy-bg.loaded,
.lazy-bg.error {
    opacity: 1;
}
.lazy-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}
.lazy-aspect-bg {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lazy-aspect-bg a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.lazy-aspect-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: none;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.lazy-aspect-bg img:not([src]) {
    visibility: hidden;
}
.lazy-aspect-bg img.initial,
.lazy-aspect-bg img.loaded,
.lazy-aspect-bg img.error {
    opacity: 1;
}
.lazy-aspect-bg.no-lazy img {
    opacity: 1;
}
.lazy-aspect-bg.o-img {
    background: transparent;
}
::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #999999;
}
.no-user-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html,
body {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
html {
    font-size: 10px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.no-scroll,
.modal-no-scroll {
    overflow: hidden;
}
.container,
.container-fluid {
    position: relative;
    padding: 0 30px;
    z-index: 20;
}
a,
a:focus {
    outline: none !important;
}
a {
    cursor: pointer;
    color: #1b1b1b;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: trans-prefix(color, 0.25s ease, webkit);
    transition: color 0.25s ease;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    color: #1b1b1b;
    text-decoration: none;
}
a img {
    border: none;
}
b,
strong {
    font-weight: bold;
}
p {
    padding: 0.75em 0;
    margin: 0;
}
ul,
ol {
    margin: 10px 30px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li {
    line-height: 30px;
}
.hidden {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
img.full-img-responsive {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}
.svg-data {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    line-height: 1;
    vertical-align: baseline;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
img.alignleft {
    float: left;
    margin: 20px 25px 20px 0;
}
img.alignright {
    display: block;
    margin: 20px 0 20px 25px;
}
img.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}
img.alignnone {
    display: block;
    margin: 20px 0;
}
.wp-caption {
    margin: 10px 20px 20px 20px;
    max-width: 100%;
    text-align: center;
    font-style: italic;
}
.wp-caption.aligncenter {
    margin: 20px auto;
}
.wp-caption.alignleft {
    margin-left: 0;
}
.wp-caption.alignright {
    margin-right: 0;
}
.wp-caption.alignnone {
    margin-left: 0;
}
.wp-caption img,
.wp-caption img a {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption-text {
    font-size: 1.2rem;
    margin: 0;
    padding: 5px;
    color: #9993a8;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 13px;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: bold;
    font-style: italic;
    border: 0 none;
    color: #9a9a9a;
    padding: 60px;
    margin: 0;
}
blockquote > p:first-of-type {
    quotes: "\201C""\201D";
}
blockquote > p:first-of-type:before,
blockquote > p:first-of-type:after {
    font-size: 1em;
    vertical-align: 0;
    line-height: 0;
}
blockquote > p:first-of-type:before {
    content: open-quote;
    margin-right: 6px;
}
blockquote > p:first-of-type:after {
    content: close-quote;
    margin-left: 6px;
}
blockquote cite {
    font-size: 1.3rem;
    font-style: normal;
}
blockquote cite:before,
blockquote cite:after {
    content: "-";
    margin: 0 9px;
}
@media (max-width: 480px) {
    blockquote {
        font-size: 2rem;
        line-height: 3.5rem;
        padding: 30px;
    }
}
address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 24px;
}
abbr[title],
acronym[title],
dfn[title] {
    border-bottom: 1px dotted #666;
    cursor: help;
}
.through {
    text-decoration: line-through;
}
code,
pre {
    padding: 0 3px 2px;
    border-radius: 3px;
    color: #232527;
    font-size: 12px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    border: 1px solid #dde4e9;
    background-color: #f6f6f6;
    color: #232527;
    white-space: nowrap;
}
pre {
    display: block;
    margin: 20px 0 0 0;
    padding: 25px !important;
    border: 1px solid #dde4e9;
    border-radius: 4px;
    background-color: #fcfcfc;
    background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
    background-size: 50px 50px;
    white-space: pre;
    word-wrap: normal;
    word-break: break-all;
    font-size: 12px;
    line-height: 25px;
    overflow-x: visible;
    overflow-y: hidden;
}
pre code {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
}
table {
    width: 100%;
    border: 1px solid #efefef;
    text-align: left;
}
table thead h4 {
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
table tr {
    border-top: 1px solid #efefef;
}
table thead tr {
    border-top: none;
}
table th,
table td {
    min-height: 41px;
    padding: 10px 14px 8px;
    border-right: 1px solid #efefef;
}
.pre-scrollable {
    overflow-y: scroll;
    max-height: 340px;
}
.gallery-caption {
    margin-left: 0;
    font-style: italic;
}
iframe,
object,
embed {
    max-width: 100%;
    border: none;
}
.sticky,
.bypostauthor {
    content: "";
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
input,
button,
select,
textarea,
input:focus,
textarea:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 0;
}
input,
textarea {
    width: 100%;
    padding: 15px;
    margin: 0;
    background: transparent;
    border: 2px solid #1b1b1b;
    border-radius: 0;
    box-shadow: none;
    resize: none;
    -webkit-appearance: none;
    -webkit-transition: trans-prefix(border, 0.215s ease-in-out 0s, webkit);
    transition: border 0.215s ease-in-out 0s;
}
input:focus,
textarea:focus {
    border-radius: 0;
    box-shadow: none;
}
textarea {
    overflow: auto;
    resize: vertical;
}
input[type="checkbox"],
input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    text-align: center;
    line-height: normal;
    border-radius: 0px;
    color: #1b1b1b;
    -webkit-appearance: none;
}
input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
    font-family: "skicon";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 1.2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"] {
    border-radius: 100%;
}
input[type="radio"]:focus {
    border-color: #efefef;
}
input[type="radio"]:checked:before {
    content: "•";
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #1b1b1b;
    top: 0;
}
input[type="checkbox"]:checked:before {
    content: "\f00c";
    color: #1b1b1b;
}
input[type="checkbox"]:focus {
    border-color: #1b1b1b;
}
input[type="password"] {
    width: 50%;
}
input[type="submit"] {
    position: relative;
    background: transparent;
    width: auto;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 20px 30px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    overflow: visible;
    -webkit-appearance: none;
}
@media (max-width: 1024px) {
    input[type="submit"] {
        font-size: 1.4rem;
    }
}
select {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #efefef;
    outline: none;
    padding: 14px 12px;
    border-radius: 0;
    line-height: normal;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgNTAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNMjIuNiw4YzAtMC4xLDAtMC4yLDAuMS0wLjJsMC41LTAuNWMwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjIsMCwwLjIsMC4xbDMuNywzLjdsMy43LTMuN2MwLjEtMC4xLDAuMS0wLjEsMC4yLTAuMXMwLjIsMCwwLjIsMC4xTDMyLDcuOEMzMiw3LjksMzIuMSw4LDMyLjEsOGMwLDAuMSwwLDAuMi0wLjEsMC4ybC00LjQsNC40Yy0wLjEsMC4xLTAuMSwwLjEtMC4yLDAuMXMtMC4yLDAtMC4yLTAuMWwtNC40LTQuNEMyMi43LDguMiwyMi42LDguMSwyMi42LDh6Ii8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="range"] {
    -webkit-appearance: slider-horizontal;
}
#sk-main,
.sk-main-wrapper,
.sk-main-content,
.sk-wrap-content {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}
.sk-content {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 120px;
    z-index: 11;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
@media (max-width: 1024px) {
    .sk-content {
        padding-right: 0;
    }
}
.sk-main-content {
    background: #fff;
    z-index: 10;
}
@media (max-width: 1024px) {
    #sk-main .sk-main-content {
        margin-top: 90px;
    }
}
.sk-element-wrapper {
    position: relative;
    float: left;
    width: 100%;
    display: block;
}
.sk-element-wrapper > *:first-child:not(.sk-button) {
    margin-top: 0;
    padding-top: 0;
}
.sk-element-wrapper > *:last-child:not(.sk-button) {
    margin-bottom: 0;
    padding-bottom: 0;
}
.no-mrg-pdg {
    margin: 0;
    padding: 0;
}
.pdg-l-r {
    padding-left: 70px;
    padding-right: 70px;
}
@media (max-width: 1024px) {
    .pdg-l-r {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1024px) {
    .row [class*="col-md"] {
        float: left;
        width: 100%;
        left: auto;
        right: auto;
    }
    .row .col-vertical-space:not(:first-child) {
        margin-top: 30px;
    }
}
.sk-section,
.sk-section-mobile {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 120px 0;
}
@media (max-width: 480px) {
    .sk-section,
    .sk-section-mobile {
        padding: 60px 0;
    }
}
.sk-section.bg-accent,
.sk-section-mobile.bg-accent {
    background: #1b1b1b;
}
.sk-section.bg-grey,
.sk-section-mobile.bg-grey {
    background: #f9f9f9;
}
.sk-section .sk-section-wrap-bg,
.sk-section-mobile .sk-section-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.sk-section .sk-section-wrap-bg .section-bg-img,
.sk-section-mobile .sk-section-wrap-bg .section-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: trans-prefix(transform, 0.1s linear 0s, webkit);
    transition: transform 0.1s linear 0s;
}
.sk-section .sk-section-wrap-bg .section-bg-img.animate-bg,
.sk-section-mobile .sk-section-wrap-bg .section-bg-img.animate-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: trans-prefix(transform, 10s linear 0s, webkit);
    transition: transform 10s linear 0s;
}
.sk-section .sk-section-wrap-bg .section-mask,
.sk-section-mobile .sk-section-wrap-bg .section-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.5);
}
.sk-section .sk-column-wrap-bg,
.sk-section-mobile .sk-column-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.sk-section .sk-column-wrap-bg .column-bg-img,
.sk-section-mobile .sk-column-wrap-bg .column-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sk-section .sk-column-wrap-bg .column-mask,
.sk-section-mobile .sk-column-wrap-bg .column-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.2);
}
.sk-section .row.equals-height .equal-col,
.sk-section-mobile .row.equals-height .equal-col {
    padding: 5%;
    min-height: 500px;
}
@media (max-width: 1024px) {
    .sk-section .row.equals-height .equal-col,
    .sk-section-mobile .row.equals-height .equal-col {
        padding: 70px 30px;
    }
}
@media (max-width: 480px) {
    .sk-section .row.equals-height .equal-col,
    .sk-section-mobile .row.equals-height .equal-col {
        min-height: 350px;
    }
}
.sk-wrap-page .row.equals-height .equal-col.col-txt {
    background: #f9f9f9;
}
.sk-dove-siamo .row.equals-height .equal-col.col-dv.bg-grey {
    background: #f9f9f9;
}
.sk-dove-siamo .row.equals-height .equal-col.col-dv.bg-accent {
    background: #1b1b1b;
}
.sk-dove-siamo .row.equals-height .equal-col.col-dv.bg-accent * {
    color: #fff;
}
.sk-dove-siamo .row.equals-height .equal-col.col-dv .pre-table-cell {
    vertical-align: top;
}
.widCOE {
    margin: 0 auto 50px !important;
}
.max-c-1240 {
    max-width: 1240px;
}
.max-c-980 {
    max-width: 980px;
}
.max-c-820 {
    max-width: 820px;
}
.pre-table {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}
.pre-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.txt-uppercase {
    text-transform: uppercase;
}
.txt-lowercase {
    text-transform: lowercase;
}
.txt-capitalize {
    text-transform: capitalize;
}
.txt-grey {
    color: #b2b2b2;
}
.txt-heading {
    font-size: 5rem;
    letter-spacing: 4px;
}
@media (max-width: 768px) {
    .txt-heading {
        font-size: 4rem;
        letter-spacing: 3px;
    }
}
@media (max-width: 480px) {
    .txt-heading {
        font-size: 3.2rem;
        letter-spacing: 2px;
    }
}
.txt-subheading {
    font-size: 3rem;
    letter-spacing: 2px;
}
@media (max-width: 768px) {
    .txt-subheading {
        font-size: 2.5rem;
        letter-spacing: 1px;
    }
}
@media (max-width: 480px) {
    .txt-subheading {
        font-size: 2.2rem;
        letter-spacing: 0px;
    }
}
.txt-fw-100 {
    font-weight: 100;
}
.txt-fw-200 {
    font-weight: 200;
}
.txt-fw-300 {
    font-weight: 300;
}
.txt-fw-400 {
    font-weight: 400;
}
.txt-fw-500 {
    font-weight: 500;
}
.txt-fw-600 {
    font-weight: 600;
}
.txt-fw-700 {
    font-weight: 700;
}
.txt-fw-800 {
    font-weight: 800;
}
.txt-fw-900 {
    font-weight: 900;
}
.txt-ls-100 {
    letter-spacing: 1px;
}
.txt-ls-200 {
    letter-spacing: 2px;
}
.sk-mrg-t-0 {
    margin-top: 0;
}
.sk-mrg-t-5 {
    margin-top: 5px;
}
.sk-mrg-t-10 {
    margin-top: 10px;
}
.sk-mrg-t-15 {
    margin-top: 15px;
}
.sk-mrg-t-20 {
    margin-top: 20px;
}
.sk-mrg-t-25 {
    margin-top: 25px;
}
.sk-mrg-t-30 {
    margin-top: 30px;
}
.sk-mrg-t-35 {
    margin-top: 35px;
}
.sk-mrg-t-40 {
    margin-top: 40px;
}
.sk-mrg-t-45 {
    margin-top: 45px;
}
.sk-mrg-t-50 {
    margin-top: 50px;
}
.sk-mrg-t-55 {
    margin-top: 55px;
}
.sk-mrg-t-60 {
    margin-top: 60px;
}
.sk-mrg-t-65 {
    margin-top: 65px;
}
.sk-mrg-t-70 {
    margin-top: 70px;
}
.sk-mrg-t-75 {
    margin-top: 75px;
}
.sk-mrg-t-80 {
    margin-top: 80px;
}
.sk-mrg-t-85 {
    margin-top: 85px;
}
.sk-mrg-t-90 {
    margin-top: 90px;
}
.sk-mrg-t-95 {
    margin-top: 95px;
}
.sk-mrg-t-100 {
    margin-top: 100px;
}
.sk-mrg-t-105 {
    margin-top: 105px;
}
.sk-mrg-t-110 {
    margin-top: 110px;
}
.sk-mrg-t-115 {
    margin-top: 115px;
}
.sk-mrg-t-120 {
    margin-top: 120px;
}
.sk-mrg-b-0 {
    margin-bottom: 0;
}
.sk-mrg-b-5 {
    margin-bottom: 5px;
}
.sk-mrg-b-10 {
    margin-bottom: 10px;
}
.sk-mrg-b-15 {
    margin-bottom: 15px;
}
.sk-mrg-b-20 {
    margin-bottom: 20px;
}
.sk-mrg-b-25 {
    margin-bottom: 25px;
}
.sk-mrg-b-30 {
    margin-bottom: 30px;
}
.sk-mrg-b-35 {
    margin-bottom: 35px;
}
.sk-mrg-b-40 {
    margin-bottom: 40px;
}
.sk-mrg-b-45 {
    margin-bottom: 45px;
}
.sk-mrg-b-50 {
    margin-bottom: 50px;
}
.sk-mrg-b-55 {
    margin-bottom: 55px;
}
.sk-mrg-b-60 {
    margin-bottom: 60px;
}
.sk-mrg-b-65 {
    margin-bottom: 65px;
}
.sk-mrg-b-70 {
    margin-bottom: 70px;
}
.sk-mrg-b-75 {
    margin-bottom: 75px;
}
.sk-mrg-b-80 {
    margin-bottom: 80px;
}
.sk-mrg-b-85 {
    margin-bottom: 85px;
}
.sk-mrg-b-90 {
    margin-bottom: 90px;
}
.sk-mrg-b-95 {
    margin-bottom: 95px;
}
.sk-mrg-b-100 {
    margin-bottom: 100px;
}
.sk-mrg-b-105 {
    margin-bottom: 105px;
}
.sk-mrg-b-110 {
    margin-bottom: 110px;
}
.sk-mrg-b-115 {
    margin-bottom: 115px;
}
.sk-mrg-b-120 {
    margin-bottom: 120px;
}
.sk-pdg-t-0 {
    padding-top: 0;
}
.sk-pdg-t-5 {
    padding-top: 5px;
}
.sk-pdg-t-10 {
    padding-top: 10px;
}
.sk-pdg-t-15 {
    padding-top: 15px;
}
.sk-pdg-t-20 {
    padding-top: 20px;
}
.sk-pdg-t-25 {
    padding-top: 25px;
}
.sk-pdg-t-30 {
    padding-top: 30px;
}
.sk-pdg-t-35 {
    padding-top: 35px;
}
.sk-pdg-t-40 {
    padding-top: 40px;
}
.sk-pdg-t-45 {
    padding-top: 45px;
}
.sk-pdg-t-50 {
    padding-top: 50px;
}
.sk-pdg-t-55 {
    padding-top: 55px;
}
.sk-pdg-t-60 {
    padding-top: 60px;
}
.sk-pdg-t-65 {
    padding-top: 65px;
}
.sk-pdg-t-70 {
    padding-top: 70px;
}
.sk-pdg-t-75 {
    padding-top: 75px;
}
.sk-pdg-t-80 {
    padding-top: 80px;
}
.sk-pdg-t-85 {
    padding-top: 85px;
}
.sk-pdg-t-90 {
    padding-top: 90px;
}
.sk-pdg-t-95 {
    padding-top: 95px;
}
.sk-pdg-t-100 {
    padding-top: 100px;
}
.sk-pdg-t-105 {
    padding-top: 105px;
}
.sk-pdg-t-110 {
    padding-top: 110px;
}
.sk-pdg-t-115 {
    padding-top: 115px;
}
.sk-pdg-t-120 {
    padding-top: 120px;
}
.sk-pdg-b-0 {
    padding-bottom: 0;
}
.sk-pdg-b-5 {
    padding-bottom: 5px;
}
.sk-pdg-b-10 {
    padding-bottom: 10px;
}
.sk-pdg-b-15 {
    padding-bottom: 15px;
}
.sk-pdg-b-20 {
    padding-bottom: 20px;
}
.sk-pdg-b-25 {
    padding-bottom: 25px;
}
.sk-pdg-b-30 {
    padding-bottom: 30px;
}
.sk-pdg-b-35 {
    padding-bottom: 35px;
}
.sk-pdg-b-40 {
    padding-bottom: 40px;
}
.sk-pdg-b-45 {
    padding-bottom: 45px;
}
.sk-pdg-b-50 {
    padding-bottom: 50px;
}
.sk-pdg-b-55 {
    padding-bottom: 55px;
}
.sk-pdg-b-60 {
    padding-bottom: 60px;
}
.sk-pdg-b-65 {
    padding-bottom: 65px;
}
.sk-pdg-b-70 {
    padding-bottom: 70px;
}
.sk-pdg-b-75 {
    padding-bottom: 75px;
}
.sk-pdg-b-80 {
    padding-bottom: 80px;
}
.sk-pdg-b-85 {
    padding-bottom: 85px;
}
.sk-pdg-b-90 {
    padding-bottom: 90px;
}
.sk-pdg-b-95 {
    padding-bottom: 95px;
}
.sk-pdg-b-100 {
    padding-bottom: 100px;
}
.sk-pdg-b-105 {
    padding-bottom: 105px;
}
.sk-pdg-b-110 {
    padding-bottom: 110px;
}
.sk-pdg-b-115 {
    padding-bottom: 115px;
}
.sk-pdg-b-120 {
    padding-bottom: 120px;
}
.sk-page-element a:not(.sk-button) {
    font-weight: bold;
    border-bottom: 2px solid transparent;
    -webkit-transition: trans-prefix(border, 0.25s ease, webkit);
    transition: border 0.25s ease;
}
.sk-page-element a:not(.sk-button):active,
.sk-page-element a:not(.sk-button):focus,
.sk-page-element a:not(.sk-button):hover {
    border-color: #1b1b1b;
}
.sk-page-element ul li {
    margin-top: 10px;
}
.sk-page-element ul li:first-child {
    margin-top: 0;
}
.sk-button {
    position: relative;
    background: transparent;
    font-size: 1.8rem;
    font-weight: 400 !important;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 20px 30px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
    -webkit-transition: trans-prefix(background, 0.25s ease 0s, color, 0.25s ease 0s, webkit);
    transition: background 0.25s ease 0s, color 0.25s ease 0s;
}
.sk-button.btn-disabled {
    pointer-events: none;
}
.sk-button.btn-border {
    background-color: transparent;
    border: 2px solid #1b1b1b;
    color: #1b1b1b;
}
.sk-button.btn-fill {
    background-color: #1b1b1b;
    color: #fff;
}
.sk-button.w-icon .svg-data {
    position: relative;
    top: 5px;
    width: 24px;
    margin-right: 20px;
    padding-bottom: 6px;
}
.sk-button:hover {
    background-color: #1b1b1b;
    color: #fff;
}
.sk-button.btn-white.btn-border {
    border-color: #fff;
    color: #fff;
}
.sk-button.btn-white.btn-border:hover {
    background-color: #fff;
    color: #1b1b1b;
}
@media (max-width: 1024px) {
    .sk-button {
        font-size: 1.4rem;
        padding: 16px 30px;
    }
}
.sk-section.sk-box-img {
    padding: 5%;
}
.sk-section .sk-box-wrap {
    padding: 90px;
    background: rgba(26, 36, 48, 0.8);
}
.sk-section .sk-box-wrapper {
    max-width: 730px;
    margin: 0 auto;
}
.sk-section .sk-box-wrapper .txt-heading,
.sk-section .sk-box-wrapper .txt-subheading,
.sk-section .sk-box-wrapper p {
    color: #fff;
}
.sk-section .sk-box-wrapper .sk-button {
    border-color: #fff;
    color: #fff;
}
.sk-section .sk-box-wrapper .sk-button:hover {
    background-color: #fff;
    color: #1b1b1b;
}
@media (max-width: 1024px) {
    .sk-section.sk-box-img,
    .sk-section .sk-box-wrap {
        padding: 30px;
    }
}
.sk-section.sk-txt-gallery .box-txt {
    width: 50%;
    padding: 70px 30px 0 70px;
}
.sk-section.sk-txt-gallery .box-gallery {
    width: 50%;
    padding: 0 0 0 30px;
}
.sk-section.sk-txt-gallery .box-gallery .box-img-g {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.sk-section.sk-txt-gallery .box-gallery .box-img-g a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border: 0 none;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
.sk-section.sk-txt-gallery .box-gallery .box-img-g a:hover {
    opacity: 0.7;
}
.sk-section.sk-txt-gallery .box-gallery .box-img-g .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sk-section.sk-txt-gallery .img-w-1 {
    width: 100%;
    height: 400px;
    padding-right: 70px;
}
.sk-section.sk-txt-gallery .img-w-2 {
    float: left;
    width: 50%;
    height: 400px;
    padding-top: 30px;
}
.sk-section.sk-txt-gallery .img-w-3 {
    float: right;
    width: 50%;
    height: 330px;
    padding: 30px 0 0 30px;
}
.sk-section.sk-txt-gallery.box-reverse .col-left {
    left: 50%;
}
.sk-section.sk-txt-gallery.box-reverse .col-right {
    right: 50%;
}
.sk-section.sk-txt-gallery.box-reverse .box-gallery {
    padding-left: 0;
    padding-right: 0;
}
.sk-section.sk-txt-gallery.box-reverse .img-w-1 {
    float: right;
    padding-left: 70px;
    padding-right: 0px;
}
.sk-section.sk-txt-gallery.box-reverse .img-w-2 {
    float: right;
}
.sk-section.sk-txt-gallery.box-reverse .img-w-3 {
    float: left;
    padding: 30px 30px 0 0;
}
@media (max-width: 1200px) {
    .sk-section.sk-txt-gallery .box-txt {
        width: 100%;
        padding: 0 30px;
    }
    .sk-section.sk-txt-gallery .box-gallery {
        width: 100%;
        padding: 0;
        margin-top: 60px;
    }
    .sk-section.sk-txt-gallery .img-w-1 {
        float: left;
        width: 50%;
        height: 600px;
        padding: 30px 30px 0 0;
    }
    .sk-section.sk-txt-gallery .img-w-2 {
        float: right;
        width: 50%;
        height: 300px;
        padding-top: 0;
    }
    .sk-section.sk-txt-gallery .img-w-3 {
        float: left;
        width: 50%;
        height: 330px;
        padding: 30px 30px 30px 0;
    }
    .sk-section.sk-txt-gallery.box-reverse .col-left {
        left: 0;
    }
    .sk-section.sk-txt-gallery.box-reverse .col-right {
        right: 0;
    }
    .sk-section.sk-txt-gallery.box-reverse .img-w-1 {
        padding: 30px 0 0 30px;
    }
    .sk-section.sk-txt-gallery.box-reverse .img-w-2 {
        float: left;
    }
    .sk-section.sk-txt-gallery.box-reverse .img-w-3 {
        padding: 30px 0 30px 30px;
    }
}
@media (max-width: 480px) {
    .sk-section.sk-txt-gallery .img-w-1 {
        height: 300px;
        padding: 15px 15px 0 0;
    }
    .sk-section.sk-txt-gallery .img-w-2 {
        height: 150px;
    }
    .sk-section.sk-txt-gallery .img-w-3 {
        height: 165px;
        padding: 15px 15px 15px 0;
    }
    .sk-section.sk-txt-gallery.box-reverse .img-w-1 {
        padding: 15px 0 0 15px;
    }
    .sk-section.sk-txt-gallery.box-reverse .img-w-3 {
        padding: 15px 0 15px 15px;
    }
}
.sk-section.sk-box-gallery .box-gallery .box-img-g {
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 2;
}
.sk-section.sk-box-gallery .box-gallery .box-img-g a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    border: 0 none;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
.sk-section.sk-box-gallery .box-gallery .box-img-g a:hover {
    opacity: 0.7;
}
.sk-section.sk-box-gallery .box-gallery .box-img-g .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sk-section.sk-box-gallery .img-w-1 {
    width: 40%;
    height: 693px;
    padding: 70px 0 0 70px;
}
.sk-section.sk-box-gallery .img-w-2 {
    width: 30%;
    height: 467px;
    padding: 0 0 0 30px;
}
.sk-section.sk-box-gallery .img-w-3 {
    width: 30%;
    height: 327px;
    padding: 70px 70px 0 30px;
}
.sk-section.sk-box-gallery .img-w-4 {
    width: 30%;
    height: 310px;
    padding: 30px 0 0 30px;
}
.sk-section.sk-box-gallery .img-w-5 {
    width: 40%;
    height: 410px;
    padding: 30px 0 0 0;
    clear: left;
}
.sk-section.sk-box-gallery .img-w-6 {
    width: 30%;
    height: 636px;
    padding: 30px 0 70px 30px;
    margin-top: -226px;
}
.sk-section.sk-box-gallery .img-w-7 {
    width: 30%;
    height: 466px;
    padding: 30px 70px 0 30px;
    margin-top: -56px;
}
@media (max-width: 1200px) {
    .sk-section.sk-box-gallery .img-w-1 {
        width: 50%;
        height: 600px;
        padding: 30px 0 0 0;
    }
    .sk-section.sk-box-gallery .img-w-2 {
        width: 50%;
        height: 300px;
        padding: 0 0 0 30px;
    }
    .sk-section.sk-box-gallery .img-w-3 {
        width: 50%;
        height: 300px;
        padding: 30px 30px 0 30px;
    }
    .sk-section.sk-box-gallery .img-w-4 {
        width: 50%;
        height: 300px;
        padding: 30px 0 0 30px;
    }
    .sk-section.sk-box-gallery .img-w-5 {
        width: 50%;
        height: 300px;
        padding: 30px 0 0 0;
    }
    .sk-section.sk-box-gallery .img-w-6 {
        width: 50%;
        height: 600px;
        padding: 30px 0 0 30px;
        margin-top: -300px;
    }
    .sk-section.sk-box-gallery .img-w-7 {
        width: 100%;
        height: 500px;
        padding: 30px 30px 0;
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .sk-section.sk-box-gallery .img-w-1 {
        height: 300px;
        padding: 15px 0 0 0;
    }
    .sk-section.sk-box-gallery .img-w-2 {
        height: 150px;
        padding: 0 0 0 15px;
    }
    .sk-section.sk-box-gallery .img-w-3 {
        height: 150px;
        padding: 15px 15px 0 15px;
    }
    .sk-section.sk-box-gallery .img-w-4 {
        height: 150px;
        padding: 15px 0 0 15px;
    }
    .sk-section.sk-box-gallery .img-w-5 {
        height: 150px;
        padding: 15px 0 0 0;
    }
    .sk-section.sk-box-gallery .img-w-6 {
        height: 300px;
        padding: 15px 0 0 15px;
        margin-top: -150px;
    }
    .sk-section.sk-box-gallery .img-w-7 {
        height: 250px;
        padding: 15px 15px 0;
    }
}
.sk-related-sites .txt-heading {
    margin-top: 0;
}
.sk-related-sites .txt-subheading {
    margin-bottom: 0;
}
.sk-related-sites .related-title {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
}
.sk-related-sites .related-label {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.sk-related-sites .col-wrap {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}
.sk-related-sites .bg-grey {
    background: #f9f9f9;
}
@media (max-width: 1024px) {
    .sk-related-sites .equal-col {
        min-height: auto !important;
    }
}
.sk-related-sites .equal-col .column-mask {
    -webkit-transition: trans-prefix(background, 0.25s ease 0s, webkit);
    transition: background 0.25s ease 0s;
}
.sk-related-sites .equal-col.sk-bl:hover .column-mask {
    background-color: rgba(26, 42, 48, 0.5);
}
.sk-related-sites .equal-col.sk-pl:hover .column-mask {
    background-color: rgba(26, 42, 48, 0.5);
}
.sk-related-sites .equal-col.sk-cm:hover .column-mask {
    background-color: rgba(202, 74, 58, 0.5);
}
.sk-related-sites .equal-col.sk-vd:hover .column-mask {
    background-color: rgba(181, 171, 161, 0.5);
}
.sk-related-sites a {
    border: 0 none !important;
}
.sk-related-sites .txt-heading {
    font-size: 4rem;
}
.sk-related-sites .txt-subheading {
    font-size: 2.5rem;
}
@media (max-width: 1600px) {
    .sk-related-sites .txt-heading {
        font-size: 3rem;
    }
    .sk-related-sites .txt-subheading {
        font-size: 2rem;
    }
    .sk-related-sites .related-title {
        font-size: 5rem;
    }
}
@media (max-width: 1400px) {
    .sk-related-sites .related-title {
        font-size: 4rem;
    }
}
@media (max-width: 1024px) {
    .sk-related-sites .equal-col {
        height: 400px !important;
        min-height: 400px !important;
    }
    .sk-related-sites .equal-col.first-clm {
        height: 300px !important;
        min-height: 300px !important;
    }
    .sk-related-sites .related-title {
        font-size: 4rem;
    }
    .sk-related-sites .related-label {
        width: 260px;
    }
}
.single-offerte .single-offer-price {
    padding: 120px 0;
    text-align: center;
}
@media (max-width: 1024px) {
    .single-offerte .single-offer-price {
        padding: 60px 0;
    }
}
.single-offerte .single-offer-price .sk-item-price {
    font-size: 8rem;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
}
.single-offerte .single-offer-price .sk-item-price .prefix {
    font-size: 2.5rem;
    font-weight: 300;
}
.single-offerte .single-offer-boxes {
    text-align: center;
}
.single-offerte .single-offer-boxes .single-offer-box {
    min-width: 220px;
    margin: 0 25px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 880px) {
    .single-offerte .single-offer-boxes .single-offer-box {
        display: block;
        margin-top: 30px;
    }
    .single-offerte .single-offer-boxes .single-offer-box:first-child {
        margin-top: 0;
    }
}
.single-offerte .single-offer-boxes .single-offer-box a {
    border: 0 none !important;
}
.single-offerte .single-offer-boxes .single-offer-box .offer-svg {
    width: 64px;
    height: 64px;
}
.single-offerte .single-offer-boxes .single-offer-box .offer-box-label,
.single-offerte .single-offer-boxes .single-offer-box .offer-tel-label {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 7px;
}
.single-offerte .single-offer-boxes .single-offer-box .offer-tel-label {
    font-weight: 300;
}
.single-offerte #sk-request-form {
    display: none;
}
.single-offerte #sk-request-form .wpcf7-form-control-wrap {
    display: block;
}
.single-offerte .ui-datepicker {
    top: auto !important;
    left: auto !important;
    z-index: 20000 !important;
    border: 0px !important;
    width: 100%;
}
.single-offerte .ui-datepicker-header {
    position: relative;
    float: left;
    color: #fff;
    width: 100%;
    line-height: 15px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #1b1b1b;
    margin-bottom: 0;
}
.single-offerte .ui-datepicker-header .ui-datepicker-title {
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.single-offerte .ui-datepicker-calendar {
    clear: both;
    float: none !important;
    margin-top: 0;
    top: 0;
    border: 0 none;
    width: 100%;
    background: #1b1b1b;
    border-color: transparent;
}
.single-offerte .ui-datepicker-calendar thead th {
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
    border-right: 1px solid #424242;
}
.single-offerte .ui-datepicker-calendar thead th:last-child {
    border-color: transparent;
}
.single-offerte .ui-datepicker-calendar tr {
    background: #1b1b1b;
    border-top: 1px solid #424242;
}
.single-offerte .ui-datepicker-calendar tr td {
    border-right: 1px solid #424242;
    padding: 13px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 24px;
}
.single-offerte .ui-datepicker-calendar tr td:last-child {
    border-color: transparent;
}
.single-offerte .ui-datepicker-calendar tr td a {
    color: #fff;
}
.single-offerte .ui-datepicker-calendar tr td.ui-datepicker-current-day {
    background-color: rgba(255, 255, 255, 0.15);
}
.single-offerte .ui-datepicker-calendar tr td.ui-state-disabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: default;
}
.single-offerte .ui-datepicker-prev,
.single-offerte .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
.single-offerte .ui-datepicker-prev {
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.single-offerte .ui-datepicker-prev span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -15px;
    background: transparent url(_include/img/drop_arrow.svg) center no-repeat;
    background-size: 24px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}
.single-offerte .ui-datepicker-next {
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.single-offerte .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -15px;
    background: transparent url(_include/img/drop_arrow.svg) center no-repeat;
    background-size: 24px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}
.sk-404 .sk-section {
    height: 100vh;
}
@media (max-width: 1024px) {
    .sk-404 .sk-section {
        height: calc(100vh - 90px);
    }
}
.sk-404 .sk-404-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    padding: 5%;
}
.sk-404 .sk-404-wrapper .txt-heading {
    color: #fff;
    font-size: 6rem;
    font-weight: 200;
}
@media (min-width: 320px) {
    .sk-404 .sk-404-wrapper .txt-heading {
        font-size: calc(60px + (160 - 60) * ((100vw - 320px) / (1600 - 320)));
    }
}
@media (min-width: 1600px) {
    .sk-404 .sk-404-wrapper .txt-heading {
        font-size: 16rem;
    }
}
.sk-404 .sk-404-wrapper .txt-subheading {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 200;
    text-transform: uppercase;
}
@media (min-width: 320px) {
    .sk-404 .sk-404-wrapper .txt-subheading {
        font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (1024 - 320)));
    }
}
@media (min-width: 1024px) {
    .sk-404 .sk-404-wrapper .txt-subheading {
        font-size: 2.4rem;
    }
}
.sk-404 .sk-404-wrapper .sk-button {
    margin-top: 10%;
}
.sk-media .sk-element-wrapper {
    padding: 0 30px;
}
#sk-header .sk-top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    padding: 0 120px 0 0;
    background: transparent;
    z-index: 90;
}
#sk-header .sk-top-header .site-logo {
    position: relative;
    float: left;
    top: 50%;
    left: 70px;
    line-height: normal;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sk-header .sk-top-header .site-logo .top-logo-svg {
    width: 170px;
    height: auto;
    fill: #fff;
    -webkit-transition: trans-prefix(all, 0.2s ease 0s, webkit);
    transition: all 0.2s ease 0s;
}
#sk-header .sk-top-header .site-logo .top-logo-svg svg {
    position: relative;
    left: -5px;
}
#sk-header .sk-top-header .site-booking {
    position: relative;
    float: right;
    top: 50%;
    right: 70px;
    line-height: normal;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sk-header .sk-top-header .site-booking .modal-booking {
    background: #fff;
    color: #1b1b1b;
    border: 0 none;
    font-size: 1.4rem;
    padding: 20px 0;
    width: 160px;
    -webkit-transition: trans-prefix(all, 0.2s ease 0s, webkit);
    transition: all 0.2s ease 0s;
}
#sk-header .sk-top-header .site-booking .modal-booking.mobile {
    display: none;
}
@media (max-width: 1024px) {
    #sk-header .sk-top-header .site-booking .modal-booking {
        display: none;
    }
    #sk-header .sk-top-header .site-booking .modal-booking.mobile {
        display: block;
    }
}
#sk-header .sk-top-header .site-booking .modal-booking .calendar-svg {
    width: 28px;
    height: 28px;
    display: none;
    margin-top: -6px;
}
#sk-header .sk-top-header .site-booking .modal-booking .calendar-label.mobile {
    display: none;
    font-weight: 700;
    margin-top: 5px;
}
#sk-header .sk-top-header.light .site-logo .top-logo-svg {
    fill: #fff;
}
#sk-header .sk-top-header.light .site-booking .modal-booking {
    background: #fff;
    color: #1b1b1b;
}
#sk-header .sk-top-header.dark .site-logo .top-logo-svg {
    fill: #1b1b1b;
}
#sk-header .sk-top-header.dark .site-booking .modal-booking {
    background: #1b1b1b;
    color: #fff;
}
#sk-header .sk-side-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 120px;
    height: 100%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
}
#sk-header .sk-lang-switcher {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 56px 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #1b1b1b;
    display: block;
    -webkit-transition: trans-prefix(opacity, 0.2s ease 0.001s, visibility, 0.2s ease 0.001s, webkit);
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s;
}
#sk-header .sk-lang-switcher.is-hidden {
    opacity: 0;
    visibility: hidden;
}
#sk-header .sk-lang-switcher .lang {
    position: relative;
    margin: 0 25px 0 0;
    font-weight: bold;
}
#sk-header .sk-lang-switcher .lang:after {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    width: 2px;
    height: 24px;
    background: #1b1b1b;
}
#sk-header .sk-lang-switcher .lang:last-child {
    margin-right: 0;
}
#sk-header .sk-lang-switcher .lang:last-child:after {
    display: none;
}
#sk-header .sk-lang-switcher .lang a {
    opacity: 0.4;
    font-weight: 400;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
#sk-header .sk-lang-switcher .lang a:hover {
    opacity: 0.6;
}
#sk-header .sk-menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 40px 20px;
    cursor: pointer;
    display: block;
    -webkit-transition: trans-prefix(opacity, 0.2s ease 0.001s, visibility, 0.2s ease 0.001s, webkit);
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s;
}
#sk-header .sk-menu-trigger.is-hidden {
    opacity: 0;
    visibility: hidden;
}
#sk-header .sk-menu-trigger .lines {
    position: relative;
    top: -6px;
    left: 0;
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #1b1b1b;
    -webkit-transition: trans-prefix(all, 0.25s ease 0s, webkit);
    transition: all 0.25s ease 0s;
}
#sk-header .sk-menu-trigger .lines:before,
#sk-header .sk-menu-trigger .lines:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    background: #1b1b1b;
    -webkit-transform-origin: 11px center;
    transform-origin: 11px center;
    -webkit-transition: trans-prefix(all, 0.25s ease 0s, webkit);
    transition: all 0.25s ease 0s;
}
#sk-header .sk-menu-trigger .lines:before {
    top: 9px;
}
#sk-header .sk-menu-trigger .lines:after {
    top: -9px;
}
#sk-header .sk-menu-trigger .txt-label {
    position: relative;
    top: 1px;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b1b1b;
}
#sk-header .sk-menu-trigger .txt-label.open {
    display: block;
}
#sk-header .sk-menu-trigger .txt-label.close {
    display: none;
}
#sk-header .sk-menu-trigger.is-open .lines {
    background: transparent !important;
    left: -5px;
}
#sk-header .sk-menu-trigger.is-open .lines:before,
#sk-header .sk-menu-trigger.is-open .lines:after {
    top: 0;
    left: 5px;
    width: 30px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
#sk-header .sk-menu-trigger.is-open .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
#sk-header .sk-menu-trigger.is-open .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
#sk-header .sk-menu-trigger.is-open .txt-label.open {
    display: none;
}
#sk-header .sk-menu-trigger.is-open .txt-label.close {
    display: block;
}
#sk-header .sk-side-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 92;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
#sk-header .sk-side-navigation .sk-menu-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 91;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
#sk-header .sk-side-navigation .sk-menu-navigation .sk-menu-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 30px 120px 30px 30px;
    display: table;
    z-index: 90;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sk-menu-table .sk-menu-table-cell {
    display: table-cell;
    vertical-align: middle;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li {
    position: relative;
    display: block;
    line-height: normal;
    padding: 30px 0 0 0;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li a {
    font-size: 3.6rem;
    font-weight: 300;
    text-transform: uppercase;
    opacity: 0;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li.current > a {
    font-weight: 500;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li:first-child {
    padding-top: 0;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu-icon {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    background-image: url(_include/img/drop_arrow_dark.svg);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    display: inline-block;
    margin: -13px 0 0 10px;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu {
    margin: 0;
    padding: 30px 0 0 0;
    display: none;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu li a {
    font-size: 3rem;
    opacity: 1;
}
#sk-header .sk-side-navigation .sk-menu-navigation .sk-lang-switcher {
    display: none;
}
#sk-header .sk-side-navigation .sk-menu-bg-fx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    background: #fff;
    z-index: 89;
}
#sk-header .sk-side-navigation .sk-menu-bg-fx .bg-fx-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.015);
    transform: scale(1.015);
    -webkit-transition: trans-prefix(opacity, 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform, 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, webkit);
    transition: opacity 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
#sk-header .sk-side-navigation .sk-menu-bg-fx .bg-fx-img.is-visible {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
#sk-header .sk-menu-structure {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 120px;
    padding: 26px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
    cursor: pointer;
    display: block;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: trans-prefix(opacity, 0.2s ease 0.001s, visibility, 0.2s ease 0.001s, webkit);
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s;
}
@media (max-width: 1024px) {
    #sk-header .sk-menu-structure {
        display: none;
    }
}
#sk-header .sk-menu-structure.is-hidden {
    opacity: 0;
    visibility: hidden;
}
#sk-header .sk-menu-structure.is-open .str-label {
    display: none;
}
#sk-header .sk-menu-structure.is-open .str-label.close {
    display: block;
}
#sk-header .sk-menu-structure .str-label {
    color: #1b1b1b;
    font-size: 1.2rem;
    word-wrap: break-word;
    text-transform: uppercase;
}
#sk-header .sk-menu-structure .str-label span {
    display: block;
    margin-top: 10px;
}
#sk-header .sk-menu-structure .str-label.close {
    display: none;
    margin-top: 33px;
}
#sk-header .sk-menu-structure .dog-svg {
    width: 34px;
    height: 21px;
    display: block;
    margin: 0 auto 5px;
}
#sk-header .sk-menu-structure-mobile {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    display: block;
    background: #1b1b1b;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    display: none;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: trans-prefix(opacity, 0.2s ease 0.001s, visibility, 0.2s ease 0.001s, webkit);
    transition: opacity 0.2s ease 0.001s, visibility 0.2s ease 0.001s;
}
@media (max-width: 1024px) {
    #sk-header .sk-menu-structure-mobile {
        display: block;
    }
}
#sk-header .sk-menu-structure-mobile.is-hidden {
    opacity: 0;
    visibility: hidden;
}
#sk-header .sk-menu-structure-mobile.is-open .str-label {
    display: none;
}
#sk-header .sk-menu-structure-mobile.is-open .str-label.close {
    display: inline-block;
}
#sk-header .sk-menu-structure-mobile .str-label {
    color: #fff;
    font-size: 1.2rem;
    word-wrap: break-word;
    text-transform: uppercase;
}
#sk-header .sk-menu-structure-mobile .str-label span:first-child {
    margin-right: 5px;
}
#sk-header .sk-menu-structure-mobile .str-label.close {
    display: none;
}
#sk-header .sk-menu-structure-mobile .dog-svg {
    position: relative;
    top: 3px;
    width: 30px;
    height: 16px;
    margin-right: 15px;
}
#sk-header .sk-menu-structure-mobile .dog-svg svg path {
    fill: #fff !important;
}
#sk-header .sk-structure-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-right: 120px;
    z-index: 92;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(100%) translateZ(0);
    transform: translateX(100%) translateZ(0);
}
#sk-header .sk-structure-navigation .sk-structure-layer {
    position: relative;
    float: left;
    width: 33.3333333%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #000;
}
#sk-header .sk-structure-navigation .sk-structure-layer a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-wrap {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
}
#sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box {
    position: relative;
    overflow: hidden;
}
#sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .structure-title {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
}
@media (max-width: 1650px) {
    #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .structure-title {
        font-size: 6rem;
    }
}
@media (max-width: 1460px) {
    #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .structure-title {
        font-size: 5rem;
    }
}
@media (max-width: 1350px) {
    #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .structure-title {
        font-size: 4rem;
    }
}
#sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .label-menu {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
@media (max-width: 1024px) {
    #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .label-menu {
        max-width: 270px;
    }
}
@media (max-width: 1300px) {
    #sk-header .sk-structure-navigation .sk-structure-layer {
        width: 100%;
        height: 33.3333333%;
    }
}
@media (max-width: 1024px) {
    #sk-header .sk-top-header {
        height: 90px;
        background: #fff;
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.125);
        padding-right: 85px;
        overflow: hidden;
    }
    #sk-header .sk-top-header .site-logo {
        left: 30px;
    }
    #sk-header .sk-top-header .site-logo .top-logo-svg {
        width: 120px;
        fill: #1b1b1b;
    }
    #sk-header .sk-top-header .site-booking {
        right: 5px;
    }
    #sk-header .sk-top-header .site-booking .modal-booking {
        font-size: 1.2rem;
        color: #fff;
        background: #1b1b1b;
        border: 0 none;
        padding: 32px 0;
        width: 140px;
    }
    #sk-header .sk-side-header {
        width: 90px;
        height: 90px;
        background: transparent;
        box-shadow: none;
    }
    #sk-header .sk-side-header .sk-lang-switcher {
        display: none;
    }
    #sk-header .sk-menu-trigger {
        height: 90px;
        padding: 20px;
    }
    #sk-header .sk-side-navigation {
        z-index: 89;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sk-menu-table {
        padding: 120px 30px 30px 30px;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sk-lang-switcher {
        position: relative;
        display: block;
        opacity: 0;
        margin-top: 45px;
        padding: 25px 0 0 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        -webkit-transition: trans-prefix(opacity, 0.2s linear 0, transform, 0.2s linear 0s, webkit);
        transition: opacity 0.2s linear 0, transform 0.2s linear 0s;
    }
    #sk-header .sk-side-navigation.is-open .sk-menu-navigation .sk-lang-switcher {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: trans-prefix(opacity, 0.35s linear 1s, transform, 0.35s linear 1s, webkit);
        transition: opacity 0.35s linear 1s, transform 0.35s linear 1s;
    }
    #sk-header .sk-structure-navigation {
        padding-right: 0;
        padding-bottom: 50px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #sk-header .sk-structure-navigation .sk-structure-layer {
        min-height: 200px;
    }
}
@media (max-width: 768px) {
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li {
        padding-top: 20px;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li a {
        font-size: 2.5rem;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu-icon {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
        margin-top: -11px;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu {
        padding-top: 20px;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu li a {
        font-size: 2rem;
    }
}
@media (max-width: 480px) {
    #sk-header .sk-top-header .site-booking .modal-booking {
        width: 90px;
        padding: 24px 0;
    }
    #sk-header .sk-top-header .site-booking .modal-booking .calendar-label {
        display: none;
    }
    #sk-header .sk-top-header .site-booking .modal-booking .calendar-label.mobile {
        display: block;
    }
    #sk-header .sk-top-header .site-booking .modal-booking .calendar-svg {
        display: inline-block;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li a {
        font-size: 2rem;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu-icon {
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        margin-top: -9px;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li .sub-menu li a {
        font-size: 1.8rem;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sk-lang-switcher {
        font-size: 1.6rem;
        margin-top: 15px;
    }
}
@media (max-width: 375px) {
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li a {
        font-size: 1.8rem;
    }
    #sk-header .sk-side-navigation .sk-menu-navigation .sf-menu li a .sub-menu li a {
        font-size: 1.6rem;
    }
}
@media (max-width: 374px) {
    #sk-header .sk-top-header .site-logo .top-logo-svg {
        width: 90px;
    }
}
#sk-footer {
    position: relative;
    float: left;
    width: 100%;
    background: #1b1b1b;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#sk-footer a {
    color: #fff;
    opacity: 1;
    -webkit-transition: trans-prefix(opacity, 0.25s linear, webkit);
    transition: opacity 0.25s linear;
}
#sk-footer a:hover {
    opacity: 0.55;
}
#sk-footer.foo-default {
    padding: 50px 120px 55px 0;
}
@media (max-width: 1024px) {
    #sk-footer.foo-default {
        padding-right: 0;
    }
}
#sk-footer.foo-default .sep {
    margin: 0 20px;
}
#sk-footer.foo-default p {
    float: left;
    padding: 0;
}
#sk-footer.foo-default p.f-left {
    width: 70%;
    margin-top: 3px;
    text-align: left;
}
#sk-footer.foo-default p.f-right {
    width: 30%;
    text-align: right;
}
@media (max-width: 860px) {
    #sk-footer.foo-default p {
        text-align: center !important;
    }
    #sk-footer.foo-default p.f-left {
        width: 100%;
    }
    #sk-footer.foo-default p.f-right {
        width: 100%;
        padding-top: 30px;
    }
}
@media (max-width: 560px) {
    #sk-footer.foo-default .lbl {
        display: block;
        margin-top: 12px;
    }
    #sk-footer.foo-default .lbl:first-child {
        margin-top: 0;
    }
    #sk-footer.foo-default .sep {
        display: none;
    }
}
#sk-footer.foo-default .logo-sk-svg {
    position: relative;
    top: 4px;
    width: 88px;
    height: 30px;
    margin-left: 10px;
}
#sk-footer .row {
    margin: 0;
}
#sk-footer .sk-footer-widgets {
    padding: 60px 0 90px 0;
}
@media (max-width: 1024px) {
    #sk-footer .sk-footer-widgets {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}
#sk-footer .sk-footer-widgets .foo-label {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}
#sk-footer .sk-footer-widgets .foo-label:first-child {
    margin-top: 40px;
}
#sk-footer .sk-footer-widgets .foo-label a {
    font-weight: bold;
}
#sk-footer .sk-footer-widgets .foo-logo {
    width: 170px;
    height: auto;
    fill: #fff;
}
#sk-footer .sk-footer-widgets .foo-label-social {
    display: block;
    margin: 10px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
}
#sk-footer .sk-footer-widgets .foo-social {
    position: relative;
    top: -9px;
    width: 36px;
    height: 36px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
#sk-footer .sk-footer-widgets .col-foo:nth-child(1n) {
    text-align: left;
}
#sk-footer .sk-footer-widgets .col-foo:nth-child(2n),
#sk-footer .sk-footer-widgets .col-foo:nth-child(3n) {
    text-align: center;
}
#sk-footer .sk-footer-widgets .col-foo:nth-child(4n) {
    text-align: right;
}
@media (max-width: 1330px) {
    #sk-footer .sk-footer-widgets .col-foo {
        font-size: 1.2rem;
    }
}
@media (max-width: 1024px) {
    #sk-footer .sk-footer-widgets .col-foo {
        font-size: 1.6rem;
        padding-top: 60px;
        text-align: center !important;
    }
    #sk-footer .sk-footer-widgets .col-foo:first-child {
        padding-top: 0;
    }
    #sk-footer .sk-footer-widgets .col-foo .foo-label:first-child {
        margin-top: 0;
    }
    #sk-footer .sk-footer-widgets .col-foo .foo-label-social {
        margin-top: 0;
    }
    #sk-footer .sk-footer-widgets .col-foo .foo-social {
        margin: 10px;
    }
}
@media (max-width: 375px) {
    #sk-footer .sk-footer-widgets .col-foo {
        font-size: 1.4rem;
    }
}
#sk-footer .sk-footer-widgets .col-foo-social h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#sk-hero-home {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 800px;
    padding-right: 120px;
    overflow: hidden;
    background: #000;
}
#sk-hero-home.hero-home-child {
    min-height: 400px;
}
@media (max-width: 1024px) {
    #sk-hero-home {
        padding-right: 0;
    }
}
#sk-hero-home .hero-home-body {
    position: relative;
    width: 100%;
    height: 100%;
}
#sk-hero-home .hero-item {
    position: relative;
    float: left;
    width: 50%;
    height: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#sk-hero-home .hero-item.cm {
    z-index: 1;
}
#sk-hero-home .hero-item.cm .hero-item-box:after {
    background-color: rgba(202, 74, 58, 0.8);
}
#sk-hero-home .hero-item.vd {
    z-index: 2;
}
#sk-hero-home .hero-item.vd .hero-item-box:after {
    background-color: rgba(181, 171, 161, 0.8);
}
#sk-hero-home .hero-item.pl {
    z-index: 3;
}
#sk-hero-home .hero-item.pl .hero-item-box:after {
    background-color: rgba(26, 42, 48, 0.8);
}
#sk-hero-home .hero-item.bl {
    z-index: 3;
}
#sk-hero-home .hero-item.bl .hero-item-box:after {
    background-color: rgba(26, 42, 48, 0.8);
}
#sk-hero-home .hero-item .hero-item-link {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
#sk-hero-home .hero-item .hero-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#sk-hero-home .hero-item .hero-item-wrap {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    opacity: 1;
}
#sk-hero-home .hero-item .hero-item-wrap .hero-item-box {
    position: relative;
    max-width: 420px;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 30px;
}
@media (min-width: 1199px) {
    #sk-hero-home .hero-item .hero-item-wrap .hero-item-box {
        margin-top: 93px;
        -webkit-transition: trans-prefix(margin, 0.2s ease 0s, webkit);
        transition: margin 0.2s ease 0s;
    }
    #sk-hero-home .hero-item .hero-item-wrap .hero-item-box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: -1;
        -webkit-transition: trans-prefix(all, 0.3s ease 0s, webkit);
        transition: all 0.3s ease 0s;
    }
}
#sk-hero-home .hero-item .hero-item-wrap .hero-title {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
}
@media (max-width: 1650px) {
    #sk-hero-home .hero-item .hero-item-wrap .hero-title {
        font-size: 5rem;
    }
}
@media (max-width: 1460px) {
    #sk-hero-home .hero-item .hero-item-wrap .hero-title {
        font-size: 4rem;
    }
}
@media (max-width: 1350px) {
    #sk-hero-home .hero-item .hero-item-wrap .hero-title {
        font-size: 3rem;
    }
}
#sk-hero-home .hero-item .hero-item-wrap .label-home {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 30px;
}
#sk-hero-home .hero-item .hero-item-wrap .hero-btn {
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.4rem;
    padding: 16px 30px;
    margin: 40px 0 0 0;
    opacity: 0;
}
#sk-hero-home .hero-item .hero-item-wrap .hero-btn:hover {
    background-color: transparent;
}
@media (min-width: 1199px) {
    #sk-hero-home .hero-item:hover .hero-item-wrap .hero-item-box {
        margin-top: 0;
    }
    #sk-hero-home .hero-item:hover .hero-item-wrap .hero-item-box:after {
        left: 0%;
        opacity: 1;
    }
    #sk-hero-home .hero-item:hover .hero-item-wrap .hero-btn {
        height: auto;
        opacity: 1;
        -webkit-transition: trans-prefix(all, 0.3s ease 0.2s, webkit);
        transition: all 0.3s ease 0.2s;
    }
}
#sk-hero-home .hero-scroll-btn {
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
    display: block;
    z-index: 25;
}
#sk-hero-home .hero-scroll-btn .hero-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: bounceArrow 0.35s ease 0s alternate infinite;
    animation: bounceArrow 0.35s ease 0s alternate infinite;
}
#sk-hero-home .hero-scroll-btn .hero-arrow svg {
    fill: #fff;
}
@-webkit-keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}
@keyframes bounceArrow {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}
.no-anim #sk-hero-home .hero-item {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
@media (max-width: 1199px) {
    #casa-fabbrini #sk-hero-home {
        height: auto !important;
    }
    #sk-hero-home .hero-item {
        width: 100%;
        height: auto;
    }
    #sk-hero-home .hero-item .hero-item-wrap .hero-item-box {
        padding-left: 0;
        padding-right: 0;
    }
    #sk-hero-home .hero-item .hero-item-wrap .hero-item-box:after {
        display: none;
    }
    #sk-hero-home .hero-item .hero-item-wrap .hero-btn {
        display: none;
    }
    #sk-hero-home .hero-item .hero-item-wrap .label-home {
        max-width: 270px;
    }
}
.sk-section-gallery-home {
    height: 100%;
    height: 100vh;
    margin-bottom: 60px;
}
.sk-section-gallery-home .box-gallery-text {
    width: 100%;
    padding: 0 10% 0 44%;
}
.sk-section-gallery-home .box-gallery-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 65px;
    text-align: center;
}
.sk-section-gallery-home .box-img-g {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}
.sk-section-gallery-home .box-img-g a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
.sk-section-gallery-home .box-img-g a:hover {
    opacity: 0.7;
}
.sk-section-gallery-home .box-img-g .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sk-section-gallery-home .box-gallery-magic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sk-section-gallery-home .img-w-1 {
    top: 150px;
    left: 0;
    width: 40%;
    height: 600px;
    padding: 0 0 0 70px;
}
.sk-section-gallery-home .img-w-2 {
    top: 750px;
    left: 0;
    width: 40%;
    height: 450px;
    padding: 30px 0 0 0;
}
.sk-section-gallery-home .img-w-3 {
    top: 1200px;
    left: 0;
    width: 40%;
    height: 450px;
    padding: 30px 0 0 70px;
}
.sk-section-gallery-home .img-w-4 {
    top: 0;
    left: 40%;
    width: 30%;
    height: 650px;
    padding: 70px 0 0 30px;
}
.sk-section-gallery-home .img-w-5 {
    top: 650px;
    left: 40%;
    width: 30%;
    height: 500px;
    padding: 30px 0 0 30px;
}
.sk-section-gallery-home .img-w-6 {
    top: 0;
    left: 70%;
    width: 30%;
    height: 350px;
    padding: 100px 0 0 30px;
}
.sk-section-gallery-home .img-w-7 {
    top: 350px;
    left: 70%;
    width: 30%;
    height: 500px;
    padding: 30px 70px 0 30px;
}
@media (max-width: 1240px) {
    .sk-section-gallery-home {
        height: auto !important;
    }
    .sk-section-gallery-home .box-gallery-text {
        padding: 0 30px 70px;
    }
    .sk-section-gallery-home .box-img-g {
        position: relative;
        float: left;
        top: 0 !important;
    }
    .sk-section-gallery-home .box-gallery-magic {
        position: relative;
        top: 0 !important;
        float: left;
    }
    .sk-section-gallery-home .img-w-1 {
        top: 0;
        left: 0;
        width: 50%;
        height: 660px;
        padding: 30px 0 0 0;
    }
    .sk-section-gallery-home .img-w-2 {
        top: 0;
        left: 0;
        width: 50%;
        height: 330px;
        padding: 30px 0px 0 30px;
    }
    .sk-section-gallery-home .img-w-3 {
        top: 0;
        left: 0;
        width: 50%;
        height: 330px;
        padding: 30px 30px 0 30px;
    }
    .sk-section-gallery-home .img-w-4 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 660px;
        padding: 30px 0 0 30px;
    }
    .sk-section-gallery-home .img-w-5 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 300px;
        padding: 30px 0px 0 30px;
    }
    .sk-section-gallery-home .img-w-6 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 360px;
        padding: 30px 0 0 0;
    }
    .sk-section-gallery-home .img-w-7 {
        top: 0;
        left: 0;
        width: 100%;
        height: 500px;
        padding: 30px 30px 0;
    }
    .sk-section-gallery-home .box-gallery-btn {
        position: relative;
        float: left;
        top: 0;
        left: 0;
        bottom: 0;
        margin-top: 60px;
        margin-bottom: 10px;
    }
}
@media (max-width: 480px) {
    .sk-section-gallery-home .img-w-1 {
        height: 330px;
        padding: 15px 0 0 0;
    }
    .sk-section-gallery-home .img-w-2 {
        height: 165px;
        padding: 15px 0px 0 15px;
    }
    .sk-section-gallery-home .img-w-3 {
        height: 165px;
        padding: 15px 15px 0 15px;
    }
    .sk-section-gallery-home .img-w-4 {
        height: 330px;
        padding: 15px 0 0 15px;
    }
    .sk-section-gallery-home .img-w-5 {
        height: 150px;
        padding: 15px 0px 0 15px;
    }
    .sk-section-gallery-home .img-w-6 {
        height: 180px;
        padding: 15px 0 0 0;
    }
    .sk-section-gallery-home .img-w-7 {
        height: 250px;
        padding: 15px 15px 0;
    }
    .sk-section-gallery-home .box-gallery-btn {
        margin-top: 30px;
    }
}
.sk-section-gallery-home-child {
    height: 100%;
    height: 100vh;
}
.sk-section-gallery-home-child .box-gallery-text {
    width: 100%;
    padding: 0 10% 0 44%;
}
.sk-section-gallery-home-child .box-img-g {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}
.sk-section-gallery-home-child .box-img-g a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
.sk-section-gallery-home-child .box-img-g a:hover {
    opacity: 0.7;
}
.sk-section-gallery-home-child .box-img-g .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sk-section-gallery-home-child .box-gallery-magic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sk-section-gallery-home-child .img-w-1 {
    top: 150px;
    left: 0;
    width: 40%;
    height: 600px;
    padding: 0 0 0 70px;
}
.sk-section-gallery-home-child .img-w-2 {
    top: 750px;
    left: 0;
    width: 40%;
    height: 450px;
    padding: 30px 0 0 0;
}
.sk-section-gallery-home-child .img-w-3 {
    top: 0;
    left: 40%;
    width: 30%;
    height: 680px;
    padding: 70px 0 0 30px;
}
.sk-section-gallery-home-child .img-w-4 {
    top: 0;
    left: 70%;
    width: 30%;
    height: 300px;
    padding: 30px 0 0 30px;
}
.sk-section-gallery-home-child .img-w-5 {
    top: 300px;
    left: 70%;
    width: 30%;
    height: 330px;
    padding: 30px 70px 0 30px;
}
@media (max-width: 1240px) {
    .sk-section-gallery-home-child {
        height: auto !important;
    }
    .sk-section-gallery-home-child .box-gallery-text {
        padding: 0 30px 70px;
    }
    .sk-section-gallery-home-child .box-img-g {
        position: relative;
        float: left;
        top: 0 !important;
    }
    .sk-section-gallery-home-child .box-gallery-magic {
        position: relative;
        top: 0 !important;
        float: left;
    }
    .sk-section-gallery-home-child .img-w-1 {
        top: 0;
        left: 0;
        width: 50%;
        height: 660px;
        padding: 30px 0 0 0;
    }
    .sk-section-gallery-home-child .img-w-2 {
        top: 0;
        left: 0;
        width: 50%;
        height: 660px;
        padding: 30px 0px 0 30px;
    }
    .sk-section-gallery-home-child .img-w-3 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 660px;
        padding: 30px 0 0 30px;
    }
    .sk-section-gallery-home-child .img-w-4 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 300px;
        padding: 30px 0px 0 30px;
    }
    .sk-section-gallery-home-child .img-w-5 {
        float: right;
        top: 0;
        left: 0;
        width: 50%;
        height: 360px;
        padding: 30px 0 0 0;
    }
}
@media (max-width: 480px) {
    .sk-section-gallery-home-child .img-w-1 {
        height: 330px;
        padding: 15px 0 0 0;
    }
    .sk-section-gallery-home-child .img-w-2 {
        height: 330px;
        padding: 15px 0px 0 15px;
    }
    .sk-section-gallery-home-child .img-w-3 {
        height: 330px;
        padding: 15px 0 0 15px;
    }
    .sk-section-gallery-home-child .img-w-4 {
        height: 150px;
        padding: 15px 0px 0 15px;
    }
    .sk-section-gallery-home-child .img-w-5 {
        height: 180px;
        padding: 15px 0 0 0;
    }
}
.sk-section-offer .sk-item-offer {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 60px !important;
    min-height: 600px !important;
}
@media (max-width: 1024px) {
    .sk-section-offer .sk-item-offer {
        height: 600px !important;
    }
}
@media (max-width: 768px) {
    .sk-section-offer .sk-item-offer {
        padding: 30px !important;
        height: 500px !important;
        min-height: 500px !important;
    }
}
@media (max-width: 480px) {
    .sk-section-offer .sk-item-offer {
        height: 400px !important;
        min-height: 400px !important;
    }
}
.sk-section-offer .sk-item-offer > a {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.sk-section-offer .sk-item-box-offer-secret {
    position: relative;
    padding: 30px;
    text-align: center;
}
@media (max-width: 480px) {
    .sk-section-offer .sk-item-box-offer-secret {
        padding: 0;
    }
}
.sk-section-offer .sk-item-box-offer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
}
.sk-section-offer .sk-item-box-offer .sk-item-title {
    position: relative;
    color: inherit;
    font-size: 5rem;
    letter-spacing: 4px;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
    display: block;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-title {
        font-size: 4rem;
        letter-spacing: 3px;
    }
}
.sk-section-offer .sk-item-box-offer .sk-item-label {
    position: relative;
    color: inherit;
    font-size: 2rem;
    font-weight: 500;
    margin: 15px 0 0 0;
    text-transform: uppercase;
    display: inline-block;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-label {
        font-size: 1.5rem;
    }
}
.sk-section-offer .sk-item-box-offer .sk-item-label:after,
.sk-section-offer .sk-item-box-offer .sk-item-label:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 50px;
    height: 2px;
    margin-top: -1px;
}
.sk-section-offer .sk-item-box-offer .sk-item-label:after {
    right: -60px;
}
.sk-section-offer .sk-item-box-offer .sk-item-label:before {
    left: -60px;
}
.sk-section-offer .sk-item-box-offer .sk-item-price {
    position: relative;
    color: inherit;
    font-size: 5rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 15px;
    display: block;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-price {
        font-size: 4rem;
    }
}
@media (max-width: 768px) {
    .sk-section-offer .sk-item-box-offer .sk-item-price {
        margin-top: 0;
    }
}
.sk-section-offer .sk-item-box-offer .sk-item-price .prefix {
    font-size: 2.5rem;
    font-weight: 300;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-price .prefix {
        font-size: 2rem;
    }
}
.sk-section-offer .sk-item-box-offer .sk-item-desc {
    position: relative;
    color: #1b1b1b;
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: trans-prefix(all, 0.25s ease 0s, webkit);
    transition: all 0.25s ease 0s;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-desc {
        font-size: 1.4rem;
    }
}
.sk-section-offer .sk-item-box-offer .sk-item-desc p {
    padding: 0;
}
.sk-section-offer .sk-item-box-offer .sk-item-desc .sk-button {
    margin-top: 40px;
}
.sk-section-offer .sk-item-box-offer.front-layer {
    background: transparent;
    color: #fff;
    opacity: 1;
    z-index: 1;
}
.sk-section-offer .sk-item-box-offer.front-layer .sk-item-label:after,
.sk-section-offer .sk-item-box-offer.front-layer .sk-item-label:before {
    background: #fff;
}
.sk-section-offer .sk-item-box-offer.front-layer .sk-item-desc {
    display: none;
}
.sk-section-offer .sk-item-box-offer.back-layer {
    background: #fff;
    color: #1b1b1b;
    opacity: 0;
    display: none;
    z-index: 2;
}
.sk-section-offer .sk-item-box-offer.back-layer .sk-item-label:after,
.sk-section-offer .sk-item-box-offer.back-layer .sk-item-label:before {
    background: #1b1b1b;
}
@media (max-width: 1400px) {
    .sk-section-offer .sk-item-box-offer .sk-item-title {
        font-size: 4rem;
        letter-spacing: 3px;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-label {
        font-size: 1.5rem;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-price {
        font-size: 4rem;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-price .prefix {
        font-size: 2rem;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-desc {
        font-size: 1.4rem;
    }
    .sk-section-offer .sk-item-box-offer .sk-button {
        font-size: 1.4rem;
        padding: 16px 30px;
    }
}
@media (max-width: 1024px) {
    .sk-section-offer .sk-item-box-offer.front-layer {
        opacity: 1 !important;
        display: table !important;
    }
    .sk-section-offer .sk-item-box-offer.front-layer .sk-item-desc {
        display: block;
    }
    .sk-section-offer .sk-item-box-offer.front-layer .sk-item-desc p {
        display: none;
    }
    .sk-section-offer .sk-item-box-offer.front-layer .sk-item-desc .sk-button {
        color: #fff;
        border-color: #fff;
    }
    .sk-section-offer .sk-item-box-offer.front-layer .sk-item-desc .sk-button:hover {
        color: #1b1b1b;
        background-color: #fff;
    }
    .sk-section-offer .sk-item-box-offer.back-layer {
        opacity: 0 !important;
        display: none !important;
    }
}
@media (max-width: 480px) {
    .sk-section-offer .sk-item-box-offer {
        padding: 0;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-title {
        font-size: 3.2rem;
        letter-spacing: 2px;
    }
    .sk-section-offer .sk-item-box-offer .sk-item-label {
        font-size: 1.2rem;
    }
}
.sk-section-reserve {
    padding: 5%;
}
@media (max-width: 1024px) {
    .sk-section-reserve {
        padding: 30px;
    }
}
@media (max-width: 768px) {
    .sk-section-reserve {
        padding: 0 !important;
    }
}
.sk-section-reserve .sk-reserve-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    padding: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box {
    padding: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .txt-heading {
    margin-top: 0;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .txt-subheading {
    margin-top: 10px;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list {
    max-width: 600px;
    margin: 70px auto 0 auto;
    padding: 0;
    list-style: none;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list li {
    position: relative;
    margin: 0 0 20px 0;
    padding-left: 45px;
    font-weight: 300;
    display: block;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list li:last-child {
    margin-bottom: 0;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 0;
    background: url(_include/img/list_arrow.svg) no-repeat;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-button {
    margin-top: 60px;
}
.sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-button.modal-off {
    display: none;
}
@media (max-width: 1024px) {
    .sk-section-reserve {
        padding: 30px;
    }
    .sk-section-reserve .sk-reserve-wrap {
        padding: 30px;
    }
    .sk-section-reserve .sk-reserve-wrap .sk-reserve-box {
        padding: 30px;
    }
    .sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list {
        margin-top: 40px;
    }
    .sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-reserve-list li {
        font-size: 1.6rem;
    }
    .sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-button {
        margin-top: 40px;
        display: none;
    }
    .sk-section-reserve .sk-reserve-wrap .sk-reserve-box .sk-button.modal-off {
        display: inline-block;
    }
    .sk-section-reserve .txt-heading {
        font-size: 3rem;
    }
    .sk-section-reserve .txt-subheading {
        font-size: 2rem;
    }
}
.sk-section-home-slider {
    padding: 0;
    height: 100vh;
    min-height: 600px;
}
.sk-section-home-slider .swiper-container {
    width: 100%;
    height: 100%;
}
.sk-section-home-slider .swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sk-section-home-slider .swiper-container .swiper-slide {
    height: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.sk-section-home-slider .slider-box {
    position: relative;
    width: auto;
    max-width: 660px;
    height: 100%;
    left: 70px;
    z-index: 10;
}
.sk-section-home-slider .slider-box .slider-box-text {
    position: relative;
    padding: 70px;
    color: #fff;
}
.sk-section-home-slider .slider-box .slider-box-text.cm {
    background-color: rgba(202, 74, 58, 0.8);
}
.sk-section-home-slider .slider-box .slider-box-text.vd {
    background-color: rgba(181, 171, 161, 0.8);
}
.sk-section-home-slider .slider-box .slider-box-text.pl {
    background-color: rgba(26, 42, 48, 0.8);
}
.sk-section-home-slider .slider-box .slider-box-text .txt-heading {
    color: #fff;
    margin: 0;
}
.sk-section-home-slider .slider-box .slider-box-text .txt-subheading {
    color: #fff;
    margin: 10px 0 35px 0;
}
.sk-section-home-slider .slider-box .slider-box-text .foot {
    margin-top: 25px;
}
.sk-section-home-slider .slider-box .slider-box-text .foot a {
    color: #fff;
}
.sk-section-home-slider .swiper-button-prev,
.sk-section-home-slider .swiper-button-next {
    background-image: none;
    top: auto;
    bottom: 70px;
    margin-top: 0;
    width: 300px;
    height: auto;
}
.sk-section-home-slider .swiper-button-prev .slide-label,
.sk-section-home-slider .swiper-button-next .slide-label {
    position: absolute;
    top: -5px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.sk-section-home-slider .swiper-button-prev .slide-label:first-child,
.sk-section-home-slider .swiper-button-next .slide-label:first-child {
    display: block;
}
.sk-section-home-slider .swiper-button-prev {
    left: 70px;
    text-align: left;
}
.sk-section-home-slider .swiper-button-prev .arrow {
    position: relative;
}
.sk-section-home-slider .swiper-button-prev .arrow .slider-arrow {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-section-home-slider .swiper-button-prev .arrow .slider-arrow svg {
    fill: #fff;
}
.sk-section-home-slider .swiper-button-prev .slide-label {
    left: 40px;
}
.sk-section-home-slider .swiper-button-next {
    right: 70px;
    text-align: right;
}
.sk-section-home-slider .swiper-button-next .arrow {
    position: relative;
}
.sk-section-home-slider .swiper-button-next .arrow .slider-arrow {
    width: 24px;
    height: 24px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sk-section-home-slider .swiper-button-next .arrow .slider-arrow svg {
    fill: #fff;
}
.sk-section-home-slider .swiper-button-next .slide-label {
    right: 40px;
}
.sk-section-home-slider .swiper-container-vertical {
    overflow: "auto";
    -webkit-overflow-scrolling: touch;
}
.sk-section-home-slider .swiper-container-vertical > .swiper-pagination-bullets {
    right: 70px;
}
.sk-section-home-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 29px;
    height: 10px;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    margin: 2px 0;
    padding: 8px 0;
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: trans-prefix(transform, 0.2s ease 0s, webkit);
    transition: transform 0.2s ease 0s;
}
.sk-section-home-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}
.sk-section-home-slider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
@media (max-width: 1024px) {
    .sk-section-home-slider .swiper-button-prev,
    .sk-section-home-slider .swiper-button-next {
        bottom: 30px;
    }
    .sk-section-home-slider .swiper-button-prev .slide-label,
    .sk-section-home-slider .swiper-button-next .slide-label {
        font-size: 1.2rem;
    }
    .sk-section-home-slider .swiper-button-prev {
        left: 30px;
    }
    .sk-section-home-slider .swiper-button-next {
        right: 30px;
    }
    .sk-section-home-slider .swiper-container-vertical > .swiper-pagination-bullets {
        right: 30px;
    }
}
@media (max-width: 480px) {
    .sk-section-home-slider .swiper-button-prev .slide-label,
    .sk-section-home-slider .swiper-button-next .slide-label {
        display: none !important;
    }
}
.sk-section-home-slider-mobile {
    display: none;
}
.sk-section-home-slider-mobile .slide-mobile {
    display: none;
}
@media (max-width: 1280px) {
    .sk-section-home-slider .slider-box .txt-heading {
        font-size: 4rem;
    }
    .sk-section-home-slider .slider-box .txt-subheading {
        font-size: 2.5rem;
    }
    .sk-section-home-slider .slider-box p {
        font-size: 1.6rem;
    }
}
@media (max-width: 1024px) {
    .sk-section-home-slider {
        height: 50vh;
        min-height: auto;
    }
    .sk-section-home-slider .slider-box {
        display: none;
    }
    .sk-section-home-slider-mobile {
        display: block;
    }
    .sk-section-home-slider-mobile .slide-mobile {
        display: block;
    }
}
#sk-hero-home {
    height: 100vh !important;
}
@media (max-width: 1024px) {
    #sk-hero-home {
        height: 60vh !important;
    }
}
#sk-hero-home .swiper-container {
    width: 100%;
    height: 100%;
}
#sk-hero-home .swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#sk-hero-home .swiper-container .swiper-slide {
    height: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sk-hero-home .hero-slide-title {
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.1;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    z-index: 2;
}
#sk-hero-home .slide-label {
    width: 100%;
    height: auto;
    margin-top: 10px;
}
#sk-hero-home .home-slider-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
#sk-hero-home .home-slider-box .home-slider-box-wrap {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}
#sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 29px;
    height: auto;
    top: 50%;
    left: 70px;
    bottom: auto;
    z-index: 13;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
#sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 29px;
    height: 10px;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    margin: 2px 0;
    padding: 8px 0;
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: trans-prefix(transform, 0.2s ease 0s, webkit);
    transition: transform 0.2s ease 0s;
}
#sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
}
#sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
@media (max-width: 1024px) {
    #sk-hero-home .hero-slide-title {
        font-size: 6rem;
    }
    #sk-hero-home .home-slider-box .home-slider-box-wrap {
        max-width: 320px;
        margin: 0 auto;
        text-align: center;
    }
    #sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
        left: 30px;
    }
}
@media (max-width: 768px) {
    #sk-hero-home .hero-slide-title {
        font-size: 5rem;
    }
    #sk-hero-home .home-slider-box .home-slider-box-wrap {
        max-width: 240px;
    }
}
@media (max-width: 480px) {
    #sk-hero-home .hero-slide-title {
        font-size: 4rem;
    }
    #sk-hero-home .swiper-container-horizontal > .swiper-pagination-bullets {
        display: none;
    }
}
.sk-section-home-child-slider {
    padding: 0;
    height: 100vh;
    min-height: 600px;
}
.sk-section-home-child-slider .swiper-container {
    width: 100%;
    height: 100%;
}
.sk-section-home-child-slider .swiper-container .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sk-section-home-child-slider .swiper-container .swiper-slide {
    height: 100% !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
}
.sk-section-home-child-slider .slider-child-box {
    position: relative;
    width: auto;
    max-width: 660px;
    height: 100%;
    left: 70px;
    z-index: 10;
}
.sk-section-home-child-slider .slider-child-box .slider-child-box-wrap {
    position: relative;
    padding: 70px;
    color: #fff;
    background-color: rgba(26, 42, 48, 0.8);
}
.sk-section-home-child-slider .slider-child-box .slider-child-box-wrap .txt-heading {
    color: #fff;
    margin: 0;
}
.sk-section-home-child-slider .slider-child-box .slider-child-box-wrap .txt-subheading {
    color: #fff;
    margin: 10px 0 10px 0;
}
.sk-section-home-child-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 29px;
    height: auto;
    top: 50%;
    left: auto;
    right: 70px;
    bottom: auto;
    z-index: 13;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.sk-section-home-child-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 29px;
    height: 10px;
    background-color: transparent;
    border-radius: 0;
    opacity: 1;
    margin: 2px 0;
    padding: 8px 0;
    display: block;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: trans-prefix(transform, 0.2s ease 0s, webkit);
    transition: transform 0.2s ease 0s;
}
.sk-section-home-child-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: transparent;
    -webkit-transform: translateX(-12px);
    transform: translateX(-12px);
}
.sk-section-home-child-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
.sk-section-home-child-slider-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .sk-section-home-child-slider {
        height: 40vh;
        min-height: auto;
    }
    .sk-section-home-child-slider .slider-child-box {
        display: none;
    }
    .sk-section-home-child-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        right: 30px;
    }
    .sk-section-home-child-slider-mobile {
        display: block;
    }
}
#casa-fabbrini .sk-dove-siamo .col-dv {
    color: #fff;
    text-align: center;
    min-height: auto !important;
}
@media (max-width: 1024px) {
    #casa-fabbrini .sk-dove-siamo .col-dv {
        padding: 90px 30px;
    }
}
#casa-fabbrini .sk-dove-siamo .col-dv.bl {
    background: #1a2a30;
}
#casa-fabbrini .sk-dove-siamo .col-dv.cm {
    background: #ca4a3a;
}
#casa-fabbrini .sk-dove-siamo .col-dv.pl {
    background: #1a2a30;
}
#casa-fabbrini .sk-dove-siamo .col-dv.vd {
    background: #b5aba1;
}
#casa-fabbrini .sk-dove-siamo .col-dv .svg-data {
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 10px 0 0 0;
}
@media (max-width: 480px) {
    #casa-fabbrini .sk-dove-siamo .col-dv p {
        font-size: 1.6rem;
    }
}
#casa-fabbrini .sk-dove-siamo .col-dv p a {
    color: #fff;
    font-weight: 400;
    border-color: transparent;
    display: inline-block;
}
#casa-fabbrini .sk-dove-siamo .col-dv p a:hover {
    border-color: #fff;
}
#casa-fabbrini .sk-dove-siamo .col-dv p span {
    display: block;
    margin-top: 15px;
}
#casa-fabbrini .sk-dove-siamo .col-dv p span:first-child {
    margin-top: 25px;
}
.sk-dove-siamo-child .mappa_indicazioni,
.sk-dove-siamo-child .container_map {
    position: relative;
}
.sk-dove-siamo-child .mappa_indicazioni {
    background: #1b1b1b;
    text-align: center;
}
.sk-dove-siamo-child .mappa_indicazioni h2,
.sk-dove-siamo-child .mappa_indicazioni h3 {
    color: #fff;
}
.sk-dove-siamo-child .inner_indicazioni {
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
}
.sk-dove-siamo-child .container_map {
    padding: 0 !important;
}
@media (max-width: 1024px) {
    .sk-dove-siamo-child .container_map {
        height: 350px !important;
    }
}
.sk-dove-siamo-child .cgmp-centering-container-handle {
    width: 100%;
    height: 100%;
}
.sk-dove-siamo-child .google-map-placeholder {
    width: 100% !important;
    height: 100% !important;
    border: 0 none !important;
}
.sk-dove-siamo-child .direction-controls-placeholder {
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 100% !important;
    height: 100%;
    background: transparent !important;
    color: #fff;
    padding: 0 !important;
    display: block !important;
    margin: 0 !important;
    border: 0 none !important;
}
.sk-dove-siamo-child .direction-controls-placeholder #dir_controls {
    padding: 0 !important;
}
.sk-dove-siamo-child .direction-controls-placeholder input[type="text"] {
    color: #fff !important;
}
.sk-dove-siamo-child .direction-controls-placeholder input {
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1.6rem !important;
}
.sk-dove-siamo-child .direction-controls-placeholder .dir-wp .dir-wp-hl {
    position: relative;
    padding: 15px 0 !important;
}
.sk-dove-siamo-child .kd-buttonbar {
    text-align: center;
}
.sk-dove-siamo-child .kd-buttonbar a.kd-button {
    float: none !important;
    display: inline-block;
}
.sk-dove-siamo-child .kd-buttonbar .pull-left {
    float: none !important;
    display: inline-block;
    top: -6px;
    position: relative;
    margin: 0 20px 0 6px;
}
.sk-dove-siamo-child #dir_wps {
    margin: 35px 0 !important;
}
.sk-dove-siamo-child .dir-tm {
    margin: 0 !important;
}
.sk-dove-siamo-child .dir-tm a.kd-button {
    top: 0;
    left: 0;
    width: 20px !important;
    height: 20px !important;
    min-width: auto !important;
    margin: 0 5px 0 15px !important;
    padding: 0 !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    background: transparent;
}
.sk-dove-siamo-child .dir-tm a.kd-button.selected {
    background: #fff;
}
.sk-dove-siamo-child .dir-tm a.kd-button img {
    display: none !important;
}
.sk-dove-siamo-child .dir-m {
    top: 50% !important;
    left: 0 !important;
    width: auto !important;
    height: 30px !important;
    font-size: 3rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sk-dove-siamo-child #dir_m_0.dir-m img,
.sk-dove-siamo-child #dir_m_1.dir-m img {
    display: none;
}
.sk-dove-siamo-child #dir_m_0.dir-m:before {
    content: "A";
    color: #fff;
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sk-dove-siamo-child #dir_m_1.dir-m:before {
    content: "B";
    color: #fff;
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.sk-dove-siamo-child .dir-sub-cntn {
    height: auto !important;
    text-align: center !important;
}
.sk-dove-siamo-child .pnf_d_sub.btn_more {
    position: relative;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400 !important;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 20px 30px;
    cursor: pointer;
    display: inline-block;
    width: auto;
    -webkit-appearance: none;
}
@media (max-width: 1024px) {
    .sk-dove-siamo-child .pnf_d_sub.btn_more {
        font-size: 1.4rem;
        padding: 16px 30px;
    }
}
.sk-dove-siamo-child .kd-input-text {
    width: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    resize: none !important;
    -webkit-appearance: none;
}
.sk-dove-siamo-child .content_road > div {
    width: 100% !important;
    height: auto !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 70px !important;
    background: #f9f9f9;
}
@media (max-width: 1024px) {
    .sk-dove-siamo-child .content_road > div {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}
.sk-dove-siamo-child .d_close-wrapper,
.sk-dove-siamo-child .dir-rev-wrapper,
.sk-dove-siamo-child .d_links,
.sk-dove-siamo-child #d_options,
.sk-dove-siamo-child #d_sub,
.sk-dove-siamo-child #print_sub {
    display: none !important;
}
#sk-hero .hero-body {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    padding-right: 120px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
#sk-hero .hero-body.normal-h {
    height: 60vh;
    min-height: 60vh;
}
#sk-hero .hero-body.full-h {
    height: 100%;
    height: 100vh;
}
@media (max-width: 1024px) {
    #sk-hero .hero-body {
        padding-right: 0;
    }
}
#sk-hero .hero-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #000;
}
#sk-hero .hero-wrapper .hero-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#sk-hero .hero-wrapper .hero-media.hero-bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sk-hero .hero-wrapper .hero-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(0, 0, 0, 0.2);
}
#sk-hero .hero-wrap-texts {
    position: relative;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    z-index: 8;
}
#sk-hero .hero-wrap-texts .hero-title {
    font-size: 8rem;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
@media (max-width: 1024px) {
    #sk-hero .hero-wrap-texts .hero-title {
        font-size: 6rem;
    }
}
@media (max-width: 768px) {
    #sk-hero .hero-wrap-texts .hero-title {
        font-size: 5rem;
    }
}
@media (max-width: 480px) {
    #sk-hero .hero-wrap-texts .hero-title {
        font-size: 4.5rem;
    }
}
#sk-hero .hero-wrap-texts .hero-subtitle {
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
#sk-hero.hero-map .sk-map {
    width: 100%;
    height: 60vh;
}
#sk-hero.hero-map .sk-map .zoom-controls {
    left: 70px !important;
}
@media (max-width: 1024px) {
    #sk-hero.hero-map .sk-map .zoom-controls {
        display: none;
    }
}
#sk-hero.hero-map .sk-map #cd-zoom-in,
#sk-hero.hero-map .sk-map #cd-zoom-out {
    position: relative;
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin: 1px 0 0 0;
    background-color: #1b1b1b;
    opacity: 0.3;
    -webkit-transition: trans-prefix(opacity, 0.2s ease-in-out 0s, webkit);
    transition: opacity 0.2s ease-in-out 0s;
}
#sk-hero.hero-map .sk-map #cd-zoom-in:hover,
#sk-hero.hero-map .sk-map #cd-zoom-out:hover {
    opacity: 1;
}
#sk-hero.hero-map .sk-map #cd-zoom-in i,
#sk-hero.hero-map .sk-map #cd-zoom-out i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    margin: -7px 0 0 -6px;
    color: #fff;
}
#sk-hero.hero-map .sk-map .gm-style .gm-style-iw {
    width: 100%;
    text-align: center;
}
#sk-hero.hero-map .sk-map .info-window-content {
    padding: 10px 10px 5px;
}
#sk-hero.hero-map .sk-map .info-window-content h6 {
    font-weight: 500;
    text-transform: uppercase;
}
#sk-hero.hero-map .sk-map .info-window-content > *:first-child {
    padding: 0;
    margin: 0;
}
#sk-hero.hero-map .sk-map .gmnoprint img {
    width: 100% !important;
}
#sk-newsletter .sk-newsletter-form input::-webkit-input-placeholder {
    color: #1b1b1b;
}
#sk-newsletter .sk-newsletter-form input::-moz-placeholder {
    color: #1b1b1b;
}
#sk-newsletter .sk-newsletter-form input:-ms-input-placeholder {
    color: #1b1b1b;
}
#sk-newsletter .sk-newsletter-form input[type="text"] {
    color: #1b1b1b;
    border-color: #1b1b1b;
    font-size: 1.8rem;
}
#sk-newsletter .sk-newsletter-form label.checkbox {
    top: -1px;
    display: inline;
    font-size: 1.4rem;
}
#sk-newsletter .sk-newsletter-form.error-form .error-field {
    border-color: red;
}
@media (max-width: 480px) {
    #sk-newsletter .sk-newsletter-form .sk-button {
        width: 100%;
    }
}
.sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50,
.sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-100 {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50 {
    width: 50%;
}
.sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.first {
    padding-right: 10px;
}
.sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.last {
    padding-left: 10px;
}
@media (max-width: 480px) {
    .sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50 {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.first {
        padding-top: 0;
        padding-right: 0;
    }
    .sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.last {
        padding-left: 0;
    }
    .sk-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-100.align-center {
        text-align: left;
    }
}
.sk-trip-newsletter-section #sk-tripadvisor {
    text-align: center;
}
.sk-trip-newsletter-section #sk-tripadvisor .trip-rvw {
    margin: 45px 0;
    text-align: center;
}
.sk-trip-newsletter-section #sk-tripadvisor .trip-rvw div {
    position: relative;
    display: inline;
    font-size: 2rem;
    font-weight: bold;
    color: #1b1b1b;
    margin: 0 20px;
}
.sk-trip-newsletter-section #sk-tripadvisor .trip-rvw div:first-child:before {
    content: "";
    position: absolute;
    top: -8px;
    right: -22px;
    width: 2px;
    height: 38px;
    background: #1b1b1b;
}
.sk-trip-newsletter-section #sk-tripadvisor .trip-rvw div .svg-data {
    position: relative;
    top: 6px;
    width: 36px;
    height: auto;
    margin-right: 18px;
}
@media (max-width: 1024px) {
    .sk-trip-newsletter-section #sk-tripadvisor .trip-img img {
        max-width: 50%;
    }
}
.sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50 {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.first {
    padding-top: 0;
}
@media (max-width: 480px) {
    .sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50 {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.first {
        padding-top: 0;
        padding-right: 0;
    }
    .sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.last {
        padding-left: 0;
    }
    .sk-trip-newsletter-section #sk-newsletter .sk-newsletter-form .sk-field-50.align-center {
        text-align: left;
    }
}
.sk-media:nth-child(2n) {
    background: #f9f9f9;
}
.sk-media-gallery-module {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    padding: 0 70px;
    margin-top: 120px;
}
.sk-media-gallery-module .sk-media-gallery-wrap {
    margin-top: -30px;
    margin-left: -30px;
}
.sk-media-gallery-module .sk-media-gallery {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    margin-left: 30px;
}
.sk-media-gallery-module .sk-media-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    padding-right: 30px;
}
.sk-media-gallery-module .sk-media-item a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: trans-prefix(opacity, 0.25s ease 0s, webkit);
    transition: opacity 0.25s ease 0s;
}
.sk-media-gallery-module .sk-media-item a:hover {
    opacity: 0.7;
}
.sk-media-gallery-module .sk-media-item img {
    width: 100%;
    max-width: none;
}
.sk-media-gallery-module .grid-sizer,
.sk-media-gallery-module .sk-media-item {
    width: 25%;
}
@media (max-width: 1300px) {
    .sk-media-gallery-module .grid-sizer,
    .sk-media-gallery-module .sk-media-item {
        width: 33.333%;
    }
}
@media (max-width: 1024px) {
    .sk-media-gallery-module {
        padding: 0 30px;
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .sk-media-gallery-module .grid-sizer,
    .sk-media-gallery-module .sk-media-item {
        width: 50%;
    }
}
@media (max-width: 375px) {
    .sk-media-gallery-module .grid-sizer,
    .sk-media-gallery-module .sk-media-item {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .sk-contact-page .col-ct {
        min-height: auto !important;
    }
    .sk-contact-page .col-ct:first-child {
        text-align: center;
        padding-bottom: 0 !important;
    }
}
.sk-contact-page .col-dv {
    color: #fff;
    text-align: center;
    min-height: auto !important;
}
@media (max-width: 1024px) {
    .sk-contact-page .col-dv {
        padding: 90px 30px;
    }
}
.sk-contact-page .col-dv.bl {
    background: #1a2a30;
}
.sk-contact-page .col-dv.cm {
    background: #ca4a3a;
}
.sk-contact-page .col-dv.pl {
    background: #1a2a30;
}
.sk-contact-page .col-dv.vd {
    background: #b5aba1;
}
.sk-contact-page .col-dv .svg-data {
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 10px 0 0 0;
}
@media (max-width: 1300px) {
    .sk-contact-page .col-dv p {
        font-size: 1.8rem;
    }
}
@media (max-width: 1100px) {
    .sk-contact-page .col-dv p {
        font-size: 1.4rem;
    }
}
@media (max-width: 1024px) {
    .sk-contact-page .col-dv p {
        font-size: 1.6rem;
    }
}
.sk-contact-page .col-dv p a {
    color: #fff;
    font-weight: 400;
    border-color: transparent;
    display: inline-block;
}
.sk-contact-page .col-dv p a:hover {
    border-color: #fff;
}
.sk-contact-page .col-dv p span {
    display: block;
    margin-top: 15px;
}
.sk-contact-page .col-dv p span:first-child {
    margin-top: 25px;
}
.sk-contact-page .wpcf7 input::-webkit-input-placeholder,
.sk-contact-page .wpcf7 textarea::-webkit-input-placeholder {
    color: #1b1b1b;
}
.sk-contact-page .wpcf7 input::-moz-placeholder,
.sk-contact-page .wpcf7 textarea::-moz-placeholder {
    color: #1b1b1b;
}
.sk-contact-page .wpcf7 input:-ms-input-placeholder,
.sk-contact-page .wpcf7 textarea:-ms-input-placeholder {
    color: #1b1b1b;
}
.sk-contact-page .wpcf7 input,
.sk-contact-page .wpcf7 textarea {
    color: #1b1b1b;
    border-color: #1b1b1b;
    font-size: 1.8rem;
}
.sk-contact-page .wpcf7 select {
    background-color: transparent;
    color: #1b1b1b;
    border-width: 2px;
    border-color: #1b1b1b;
}
.sk-contact-page .wpcf7 input[type="checkbox"] {
    float: left;
    font-size: 1.4rem;
}
.sk-contact-page .wpcf7 input[type="checkbox"]:checked:before {
    color: #1b1b1b;
}
.sk-contact-page .wpcf7 input[type="submit"] {
    width: 100%;
    color: #1b1b1b;
    border-color: #1b1b1b;
}
.sk-contact-page .wpcf7 .accept-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}
.sk-contact-page .wpcf7 .accept-checkbox .wpcf7-list-item label {
    width: 100%;
    margin: 0;
}
.sk-contact-page .wpcf7 .accept-checkbox .wpcf7-list-item-label {
    width: 80%;
    float: left;
    display: inline-block;
    font-size: 1.4rem;
    color: #1b1b1b;
    margin: 0 0 0 15px;
}
.sk-contact-page .wpcf7 .accept-checkbox .wpcf7-not-valid input[type="checkbox"] {
    border-color: red;
}
.sk-contact-page .wpcf7 .wpcf7-inline-field,
.sk-contact-page .wpcf7 .wpcf7-inline-field-full {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
}
.sk-contact-page .wpcf7 .wpcf7-inline-field {
    width: 50%;
}
.sk-contact-page .wpcf7 .wpcf7-inline-field.first {
    padding-right: 10px;
}
.sk-contact-page .wpcf7 .wpcf7-inline-field.last {
    padding-left: 10px;
}
.sk-contact-page .wpcf7 .wpcf7-inline-field-full.last {
    padding-bottom: 0;
}
.sk-contact-page .wpcf7 .wpcf7-not-valid {
    border-color: red;
}
.sk-contact-page .wpcf7 .wpcf7-not-valid-tip {
    display: none !important;
}
.sk-contact-page .wpcf7 .wpcf7-response-output {
    position: relative;
    float: left;
    width: 100%;
    border: 0 none;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    color: #1b1b1b;
    margin: 0;
    padding: 20px 0 0 0;
}
.sk-contact-page .wpcf7 .ajax-loader {
    display: none;
    width: 32px;
    height: 32px;
    margin: 0 0 0 -3px;
    background-image: url(_include/img/loader_spinner.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center left;
}
.sk-contact-page .wpcf7 .ajax-loader.is-active {
    display: inline-block;
}
@media (max-width: 480px) {
    .sk-contact-page .wpcf7 .wpcf7-inline-field {
        width: 100%;
        padding: 0 0 30px 0;
    }
    .sk-contact-page .wpcf7 .wpcf7-inline-field.first {
        padding-right: 0;
    }
    .sk-contact-page .wpcf7 .wpcf7-inline-field.last {
        padding-left: 0;
    }
}
#sk-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}
#sk-preloader .loader-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
#sk-preloader .loader-content .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: auto;
    margin-left: -150px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sk-preloader .loader-content .loader-wrap #casaFabbriniLoader {
    width: 220px;
    margin: 0 auto;
}
#sk-preloader .loader-content .loader-wrap #caseFabbriniLoaderText {
    font-size: 3rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #7c7266;
    display: block;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
}
@media (max-width: 480px) {
    #sk-preloader .loader-content .loader-wrap #caseFabbriniLoaderText {
        font-size: 2rem;
    }
}
.no-anim #sk-preloader {
    display: none !important;
}
#simple-booking {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: trans-prefix(opacity, 0.3s ease-in-out 0.001s, visibility, 0.3s ease-in-out 0.001s, webkit);
    transition: opacity 0.3s ease-in-out 0.001s, visibility 0.3s ease-in-out 0.001s;
}
#simple-booking.is-open {
    opacity: 1;
    visibility: visible;
}
#simple-booking form {
    padding: 30px 0;
}
#simple-booking .simple-book-layer-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#simple-booking .close-booking {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    padding: 10px;
}
#simple-booking .close-booking i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 26px;
    margin: -13px 0 0 -11px;
    color: #fff;
}
#simple-booking .simple-booking-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
#simple-booking .booking-form-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
#simple-booking .sbf_elem {
    position: relative;
    margin: 0 auto 50px;
}
#simple-booking .sbf_elem.persons-rooms,
#simple-booking .sbf_elem.rooms-adults-kids {
    vertical-align: top;
    display: inline-block;
    padding: 0 25px;
    width: 230px;
    height: 107px;
    z-index: 20;
}
#simple-booking .sbf_elem.persons-rooms label,
#simple-booking .sbf_elem.rooms-adults-kids label {
    margin-bottom: 5px;
}
#simple-booking .sbf_elem.button-search {
    margin-bottom: 0;
}
#simple-booking .sbf_elem.button-search span {
    margin: 50px 0 0 0;
    color: #fff;
    border-color: #fff;
}
#simple-booking .sbf_elem.button-search span:hover {
    background-color: #fff;
    color: #1b1b1b;
}
#simple-booking .sbf_elem.structure .aida_drop {
    width: 250px;
}
#simple-booking .sbf_elem.structure .aida_drop_option {
    padding: 15px;
}
#simple-booking .sbf_elem .aida_drop {
    position: relative;
    width: 150px;
    margin: 0 auto;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding: 15px;
    background: transparent url(_include/img/drop_arrow.svg) right 10px center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 10;
}
#simple-booking .sbf_elem .aida_drop_button {
    width: 100%;
    z-index: 1;
    cursor: pointer;
    display: block;
    text-align: center;
}
#simple-booking .sbf_elem .aida_drop_list {
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    width: 100% !important;
    background-color: #1b1b1b;
    list-style: none;
}
#simple-booking .sbf_elem .aida_option {
    cursor: pointer;
}
#simple-booking .sbf_elem .aida_drop_fake {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
#simple-booking .sbf_elem .aida_drop_option {
    border-bottom: 1px solid #424242;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 5px 15px;
    -webkit-transition: trans-prefix(background, 0.2s ease 0s, webkit);
    transition: background 0.2s ease 0s;
}
#simple-booking .sbf_elem .aida_drop_option:hover,
#simple-booking .sbf_elem .aida_drop_option.selected {
    background-color: rgba(255, 255, 255, 0.15);
}
#simple-booking .sbf_elem .aida_drop_option:last-child {
    border-bottom: 0 none;
}
#simple-booking .sbf_elem input[type="text"] {
    color: #fff;
    max-width: 210px;
    cursor: pointer;
    border: 0 none;
    border-bottom: 2px solid #fff;
    background: transparent url(_include/img/drop_arrow.svg) right 10px center no-repeat;
    background-size: 20px;
}
#simple-booking .sbf_elem label {
    font-family: "geometria", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin-bottom: 30px;
    color: #fff;
}
#simple-booking .hasDatepicker {
    position: absolute;
    width: 450px;
    margin: 0;
    left: 50%;
    z-index: 21;
    overflow: hidden;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#simple-booking .hasDatepicker .ui-datepicker {
    z-index: 20000 !important;
    border: 0px !important;
}
#simple-booking .hasDatepicker .ui-datepicker-header {
    position: relative;
    float: left;
    color: #ffffff;
    width: 100%;
    line-height: 15px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #1b1b1b;
    margin-bottom: 0;
}
#simple-booking .hasDatepicker .ui-datepicker-header .ui-datepicker-title {
    color: #fff;
    font-size: 1.6rem;
    text-transform: uppercase;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar {
    clear: both;
    float: none !important;
    margin-top: 0;
    top: 0;
    border: 0 none;
    width: 100%;
    background: #1b1b1b;
    border-color: transparent;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar thead th {
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    color: #fff;
    border-right: 1px solid #424242;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar thead th:last-child {
    border-color: transparent;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr {
    background: #1b1b1b;
    border-top: 1px solid #424242;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr td {
    border-right: 1px solid #424242;
    padding: 13px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 24px;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr td:last-child {
    border-color: transparent;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr td a {
    color: #fff;
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day {
    background-color: rgba(255, 255, 255, 0.15);
}
#simple-booking .hasDatepicker .ui-datepicker-calendar tr td.ui-state-disabled {
    color: rgba(255, 255, 255, 0.4);
    cursor: default;
}
#simple-booking .hasDatepicker .ui-datepicker-prev,
#simple-booking .hasDatepicker .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
}
#simple-booking .hasDatepicker .ui-datepicker-prev {
    left: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#simple-booking .hasDatepicker .ui-datepicker-prev span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -15px;
    background: transparent url(_include/img/drop_arrow.svg) center no-repeat;
    background-size: 24px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}
#simple-booking .hasDatepicker .ui-datepicker-next {
    right: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#simple-booking .hasDatepicker .ui-datepicker-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin: -20px 0 0 -15px;
    background: transparent url(_include/img/drop_arrow.svg) center no-repeat;
    background-size: 24px;
    cursor: pointer;
    display: block;
    text-indent: -9999px;
}
.sk-social-wall-page input::-webkit-input-placeholder {
    color: #1b1b1b;
}
.sk-social-wall-page input::-moz-placeholder {
    color: #1b1b1b;
}
.sk-social-wall-page input:-ms-input-placeholder {
    color: #1b1b1b;
}
.sk-social-wall-page .load_btn {
    margin: 40px 0 0 0;
    padding: 60px 0 0 0;
    background: #f9f9f9;
    z-index: 4;
}
.sk-social-wall-page .btn-groups .sk-button {
    margin: 0 25px;
}
@media (max-width: 599px) {
    .sk-social-wall-page .btn-groups .sk-button {
        margin-top: 25px;
    }
    .sk-social-wall-page .btn-groups .sk-button:first-child {
        margin-top: 0;
    }
}
.sk-social-wall-page .filtra_mese,
.sk-social-wall-page .filtra_ricerca {
    display: none;
    margin: 50px 0 0 0 !important;
}
.sk-social-wall-page .filtra_mese .filter-field,
.sk-social-wall-page .filtra_ricerca .filter-field {
    padding: 0 30px;
    display: inline-block;
}
.sk-social-wall-page .filtra_ricerca input {
    max-width: 220px;
}
.sk-social-wall-page .filtra_ricerca .btn_ricerca_wall {
    padding: 18px;
    vertical-align: top;
}
.sk-social-wall-page .filtra_ricerca .close_ricerca {
    display: block;
    margin-top: 25px;
}
.sk-social-wall-page .filtra_ricerca .close_ricerca span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}
.sk-social-wall-page .filtra_ricerca .close_ricerca i {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
}
.sk-social-wall-page .filter-label {
    font-size: 1.4rem;
    text-transform: uppercase;
}
.sk-social-wall-page .oggi_box {
    font-weight: bold;
}
.sk-social-wall-page .aida_drop {
    position: relative;
    width: 180px;
    margin: 0 auto;
    color: #1b1b1b;
    border-bottom: 2px solid #1b1b1b;
    padding: 15px;
    background: transparent url(_include/img/drop_arrow_dark.svg) right 10px center no-repeat;
    background-size: 20px;
    cursor: pointer;
    z-index: 10;
}
.sk-social-wall-page .aida_drop_button {
    width: 100%;
    z-index: 1;
    cursor: pointer;
    display: block;
    text-align: center;
}
.sk-social-wall-page .aida_drop_list {
    position: absolute;
    top: 60px;
    left: 0;
    margin: 0;
    padding: 0;
    display: none;
    width: 100% !important;
    background-color: #1b1b1b;
    list-style: none;
}
.sk-social-wall-page .aida_option {
    cursor: pointer;
}
.sk-social-wall-page .aida_drop_fake {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 4;
    cursor: pointer;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.sk-social-wall-page .aida_drop_option {
    color: #fff;
    border-bottom: 1px solid #424242;
    cursor: pointer;
    font-size: 1.4rem;
    padding: 5px 15px;
    -webkit-transition: trans-prefix(background, 0.2s ease 0s, webkit);
    transition: background 0.2s ease 0s;
}
.sk-social-wall-page .aida_drop_option:hover,
.sk-social-wall-page .aida_drop_option.selected {
    background-color: rgba(255, 255, 255, 0.15);
}
.sk-social-wall-page .aida_drop_option:last-child {
    border-bottom: 0 none;
}
.social-wall {
    position: relative;
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    padding: 0 70px;
}
.social-wall:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #1b1b1b;
    z-index: 2;
}
.social-wall .single-feed-item {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin: 50px 0;
    z-index: 3;
}
.social-wall .single-feed-item.feed_0 .single-feed-wrap {
    float: right;
}
.social-wall .single-feed-item.feed_0 .single-feed-wrap:after {
    left: 50px;
    border-right: 25px solid #fff;
}
.social-wall .single-feed-item.feed_0 .single-feed-source {
    padding: 0 20px 0 0;
    text-align: right;
}
.social-wall .single-feed-item.feed_0 .single-feed-bg {
    float: left;
}
.social-wall .single-feed-item.feed_0 .single-feed-data {
    right: -15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.social-wall .single-feed-item.feed_1 .single-feed-wrap {
    float: left;
}
.social-wall .single-feed-item.feed_1 .single-feed-wrap:after {
    right: 50px;
    border-left: 25px solid #fff;
}
.social-wall .single-feed-item.feed_1 .single-feed-source {
    padding: 0 0 0 20px;
    text-align: left;
}
.social-wall .single-feed-item.feed_1 .single-feed-bg {
    float: right;
}
.social-wall .single-feed-item.feed_1 .single-feed-data {
    left: -15px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.social-wall .single-feed-wrap {
    position: relative;
    width: 50%;
    height: 100%;
    padding: 0 70px;
}
.social-wall .single-feed-wrap a {
    position: relative;
    width: 100%;
    display: block;
}
.social-wall .single-feed-wrap:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    margin-top: -24px;
}
.social-wall .single-feed-wrap p {
    padding: 0 0 30px 0;
}
.social-wall .single-feed-wrap .single-feed-bg {
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1400px) {
    .social-wall .single-feed-wrap .single-feed-bg {
        height: 300px;
    }
}
@media (max-width: 1024px) {
    .social-wall .single-feed-wrap .single-feed-bg {
        height: 200px;
    }
}
.social-wall .single-feed-wrap .single-feed-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px;
    font-size: 1.6rem;
    color: #1b1b1b;
    background: #fff;
    overflow: hidden;
}
.social-wall .single-feed-wrap .single-feed-type {
    position: absolute;
    right: 15px;
    bottom: 10px;
    width: 25px;
    height: 25px;
    background: red;
}
.social-wall .single-feed-wrap .profile-page {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 500;
}
.social-wall .single-feed-data {
    position: absolute;
    top: 50%;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transform-origin: 50% center;
    transform-origin: 50% center;
}
.social-wall .social-feed-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -17px;
    border: 1px solid #1b1b1b;
    background: #f9f9f9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.social-wall .social-feed-icon .wall_facebook {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
    background: url(_include/img/social_facebook_dark.svg) no-repeat;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.social-wall .social-wall-btn {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
    background: #f9f9f9;
    text-align: center;
    z-index: 3;
}
.social-wall .social-wall-btn a {
    position: relative;
}
.social-wall .social-wall-btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -17px;
    border: 1px solid #1b1b1b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.social-wall .social-wall-btn a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 16px;
    margin: -8px 0 0 -6px;
    color: #1b1b1b;
}
.social-wall .social-wall-btn a .lf,
.social-wall .social-wall-btn a .rf {
    position: relative;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.social-wall .social-wall-btn a .lf {
    left: -30px;
}
.social-wall .social-wall-btn a .rf {
    left: 50px;
}
@media (max-width: 1024px) {
    .social-wall {
        padding: 0 30px;
    }
    .social-wall:after {
        left: 50px;
    }
    .social-wall .single-feed-item .single-feed-wrap {
        width: 100%;
        padding: 0 30px 0 80px;
    }
    .social-wall .single-feed-item.feed_0 .single-feed-wrap {
        float: left;
    }
    .social-wall .single-feed-item.feed_0 .single-feed-wrap:after {
        left: 60px;
    }
    .social-wall .single-feed-item.feed_0 .single-feed-data {
        right: -45px;
    }
    .social-wall .single-feed-item.feed_1 .single-feed-wrap {
        float: left;
    }
    .social-wall .single-feed-item.feed_1 .single-feed-wrap:after {
        right: auto;
        left: 60px;
        border-left: 0 none;
        border-right: 25px solid #fff;
    }
    .social-wall .single-feed-item.feed_1 .single-feed-source {
        padding: 0 20px 0 0;
        text-align: right;
    }
    .social-wall .single-feed-item.feed_1 .single-feed-bg {
        float: left;
    }
    .social-wall .single-feed-item.feed_1 .single-feed-data {
        right: -45px;
        left: auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .social-wall .social-feed-icon {
        left: 20px;
    }
}
.sk-verifica .sk-button {
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.4rem;
    padding: 16px 30px;
    margin: 40px 0 0 0;
}
.sk-verifica .sk-button:hover {
    background-color: transparent;
}
.sk-verifica .sk-bl:hover .sk-button {
    color: #1a2a30;
    background: #fff;
}
.sk-verifica .sk-cm:hover .sk-button {
    color: #ca4a3a;
    background: #fff;
}
.sk-verifica .sk-vd:hover .sk-button {
    color: #b5aba1;
    background: #fff;
}
@media (max-width: 1024px) {
    #casa-fabbrini #sk-footer.foo-default {
        padding-bottom: 95px;
    }
}
#bocca-di-leone.home .sk-section-reserve,
#piccola-londra.home .sk-section-reserve,
#val-dorcia.home .sk-section-reserve,
#campo-marzio.home .sk-section-reserve {
    padding-bottom: 0;
}
@media (max-width: 1024px) {
    #bocca-di-leone #sk-footer.foo-default,
    #piccola-londra #sk-footer.foo-default,
    #val-dorcia #sk-footer.foo-default,
    #campo-marzio #sk-footer.foo-default {
        padding-bottom: 95px;
    }
}
#casa-fabbrini.page-template-template-offerte .sk-section-reserve {
    padding-bottom: 0;
}
#casa-fabbrini.page-template-template-dove-siamo .pre-table-cell {
    vertical-align: middle !important;
}
#casa-fabbrini #sk-header .sk-structure-navigation .sk-structure-layer {
    width: 50%;
    height: 50%;
    float: left;
}
@media (max-width: 1460px) {
    #casa-fabbrini #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .label-menu {
        width: 250px;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    #casa-fabbrini #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .label-menu {
        width: 200px;
    }
    #casa-fabbrini #sk-header .sk-structure-navigation .sk-structure-layer .sk-structure-box .structure-title {
        font-size: 3rem;
    }
}
@media (max-width: 1024px) {
    #casa-fabbrini #sk-header .sk-structure-navigation {
        overflow-y: auto;
        overflow-x: hidden;
    }
    #casa-fabbrini #sk-header .sk-structure-navigation .sk-structure-layer {
        width: 100%;
        height: 30%;
        min-height: 200px;
    }
}
@media (max-width: 1024px) {
    #casa-fabbrini #sk-header .sk-structure-navigation {
        padding-bottom: 50px;
    }
}
#casa-fabbrini.page-id-411 .sk-section.sk-txt-gallery,
#casa-fabbrini.page-id-512 .sk-section.sk-txt-gallery {
    padding-bottom: 0;
}
#casa-fabbrini.page-id-411 .sk-section.sk-txt-gallery:last-child,
#casa-fabbrini.page-id-512 .sk-section.sk-txt-gallery:last-child {
    padding-bottom: 120px;
}
#piccola-londra.page-id-16 .sk-section.sk-txt-gallery + .sk-section.sk-box-gallery,
#piccola-londra.page-id-316 .sk-section.sk-txt-gallery + .sk-section.sk-box-gallery {
    padding-top: 0;
}
@media (max-width: 1200px) {
    #piccola-londra.page-id-16 .sk-section.sk-txt-gallery,
    #piccola-londra.page-id-316 .sk-section.sk-txt-gallery {
        padding-bottom: 0;
    }
    #piccola-londra.page-id-16 .sk-section.sk-box-gallery .img-w-1,
    #piccola-londra.page-id-316 .sk-section.sk-box-gallery .img-w-1 {
        padding-top: 0;
    }
}
#piccola-londra.page-id-14 .sk-section.sk-box-gallery,
#piccola-londra.page-id-344 .sk-section.sk-box-gallery {
    padding-top: 0;
}
#piccola-londra.page-id-28 .sk-section.sk-section-reserve,
#piccola-londra.page-id-347 .sk-section.sk-section-reserve {
    padding-bottom: 0;
}
#campo-marzio.page-id-219 .sk-section.sk-txt-gallery + .sk-section.sk-box-gallery,
#campo-marzio.page-id-320 .sk-section.sk-txt-gallery + .sk-section.sk-box-gallery {
    padding-top: 0;
}
@media (max-width: 1200px) {
    #campo-marzio.page-id-219 .sk-section.sk-txt-gallery,
    #campo-marzio.page-id-320 .sk-section.sk-txt-gallery {
        padding-bottom: 0;
    }
    #campo-marzio.page-id-219 .sk-section.sk-box-gallery .img-w-1,
    #campo-marzio.page-id-320 .sk-section.sk-box-gallery .img-w-1 {
        padding-top: 0;
    }
}
#val-dorcia.page-id-281 .sk-box-gallery {
    padding-top: 0;
}
#bocca-di-leone.page-id-670 .sk-section.sk-txt-gallery + .sk-section.sk-box-gallery {
    padding-top: 0;
}
@media (max-width: 1200px) {
    #bocca-di-leone.page-id-670 .sk-section.sk-txt-gallery {
        padding-bottom: 0;
    }
    #bocca-di-leone.page-id-670 .sk-section.sk-box-gallery .img-w-1 {
        padding-top: 0;
    }
}
#bocca-di-leone.page-id-671 .sk-section.sk-box-gallery {
    padding-top: 0;
}
#bocca-di-leone.page-id-672 .sk-section.sk-section-reserve {
    padding-bottom: 0;
}
body#val-dorcia.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="619"],
body#val-dorcia.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="645"] {
    font-weight: 500;
}
body#campo-marzio.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="502"],
body#campo-marzio.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="488"] {
    font-weight: 500;
}
body#piccola-londra.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="521"],
body#piccola-londra.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="527"] {
    font-weight: 500;
}
body#bocca-di-leone.single-offerte #sk-header .sk-side-navigation .sf-menu li a[data-menu="692"] {
    font-weight: 500;
}
.anr_captcha_field {
    float: left;
    margin-bottom: 26px;
}
/*# sourceMappingURL=style.css.map */
