@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    to {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes fancybox-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes scale {
    0% {

        transform: scale(0, 1);
    }

    100% {

        transform: scale(1, 1);
    }
}

@font-face {
    font-family: 'icomoon';
    src: url(/fonts/icomoon.eot?nksp4f);
    src: url(/fonts/icomoon.eot?nksp4f#iefix) format("embedded-opentype"), url(/fonts/icomoon.ttf?nksp4f) format("truetype"), url(/fonts/icomoon.woff?nksp4f) format("woff"), url(/fonts/icomoon.svg?nksp4f#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" ico-"],
[class^=ico-] {
    /* font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale */
    display: flex;
    align-items: center;
    justify-content: center;

}

[class*=" ico-"] svg,
[class^=ico-] svg {
    display: block;
    stroke: #FFFF;
    fill: none;
    stroke-width: 2px;
    stroke-miterlimit: 10px;
    stroke-linecap: round;
}

.ico-tick:before {
    content: "\e910"
}

.ico-triangle:before {
    content: "\e911"
}

/* .ico-smartcity:before {
    content: "\e912"
} */

.ico-close:before {
    content: "\e90f"
}

.ico-zoom:before {
    content: "\e90e"
}

.ico-arrow-left:before {
    content: "\e90d"
}

.ico-arrow-right:before {
    content: "\e90c"
}

/* .ico-camera:before {
    content: "\e900"
} */

.map-label.ico-camera:before {
    color: #656b70
}

/* .ico-construction:before {
    content: "\e901"
} */

.ico-info:before {
    content: "\e902"
}

.ico-mail:before {
    content: "";
    width: 20px;
    height: 16px;
    background-image: url('/images/icons/mail.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .ico-management:before {
    content: "\e904"
} */
/* 
.ico-need:before {
    content: "\e905"
} */

/* .ico-parking:before {
    content: "\e906"
} */

.ico-phone:before {
    content: "";
    width: 20px;
    height: 18px;
    background-image: url('/images/icons/tel.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .ico-press:before {
    content: "\e908"
} */

/* .ico-questions:before {
    content: "\e909"
} */

.ico-search:before {
    content: "\e90a"
}

/* .ico-traffic-lights:before {
    content: "\e90b"
} */

.sans {
    font-family: 'Open Sans', sans-serif
}

.icomoon {
    font-family: 'icomoon';
    line-height: 1
}

.transSearchSiteInput {
    -webkit-transition: width .5s ease-in-out, opacity .5s ease-in-out, border-color .5s ease-in-out;
    transition: width .5s ease-in-out, opacity .5s ease-in-out, border-color .5s ease-in-out
}

.trans1 {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.trans2 {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out
}

.trans3 {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

#logo img,
.c-list .image img,
.parking-info .image img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none;
    height: 0
}

.js .jsHide,
[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
    font-family: sans-serif
}

.mfp-figure figure,
body,
figure,
form {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 100%
}

code,
pre {
    word-wrap: break-word
}

code {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    border-radius: 3px;
    margin: 0;
    padding: 0 5px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #cfcfcf
}

pre {
    white-space: pre-wrap
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

fieldset,
legend {
    border: 0;
    padding: 0
}

fieldset {
    margin: 0
}

legend {
    white-space: normal;
    *margin-left: -7px
}

input[type=password],
input[type=text],
textarea {
    -webkit-appearance: none;
    -webkit-transition: border .25s ease-in-out;
    transition: border .25s ease-in-out
}

button,
input,
select {
    vertical-align: baseline
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    *vertical-align: middle;
    border-radius: none;
    box-shadow: none
}

button,
input {
    line-height: normal
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

button[disabled],
input[disabled],
label {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 0 30px;
    border: 0
}

caption {
    caption-side: top
}

caption,
table,
th {
    text-align: left
}

.left {
    float: left
}

.right {
    float: right
}

.clear {
    height: 0 !important;
    font-size: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important
}

.out {
    position: absolute;
    left: -999em
}

.main-row:after,
.main-row:before {
    content: '';
    display: table
}

.main-row:after {
    clear: both
}

.main-row {
    zoom: 1
}

.img-before,
.img:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.img {
    text-align: center
}

.img img {
    vertical-align: middle
}

::-webkit-input-placeholder {
    color: #7d7d7d;
    font-style: normal;
    opacity: 1
}

:-moz-placeholder {
    color: #7d7d7d;
    font-style: normal;
    opacity: 1
}

::-moz-placeholder {
    color: #7d7d7d;
    font-style: normal;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7d7d7d;
    font-style: normal;
    opacity: 1
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input::-ms-clear {
    display: none
}

.reset,
.reset>dd,
.reset>dt,
.reset>li {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none
}

.reset>dd,
.reset>dt,
.reset>li {
    float: none;
    width: auto;
    background: 0 0;
    list-style: none
}

.no-svg .reset>dd,
.no-svg .reset>dt,
.no-svg .reset>li,
.reset {
    background: 0 0
}

.video {
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    padding-bottom: 56.25%;
    height: 0
}

.video embed,
.video iframe,
.video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hide-svg {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden
}

body {
    min-width: 320px;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400
}

.section {
    box-sizing: border-box;
    width: 100%;
    max-width: 1320px;
    margin: auto
}

#content {
    padding: 0 0 20px;
    background-position: 100% 25%;
    background-size: cover;
    background-repeat: repeat;
    opacity: 1;
    background-image:url('/images/bg.png');
}

@media (max-width:1399px) {
    #content {
        background-image: none !important;
    }
}

#content .section {
    background: transparent
}


@media (max-width:1399px) {

    .homepage #content .section,
    body {
        background: #f7f5ef
    }
}

#holder {
    position: relative;
    float: right;
    width: 100%;
    background-color: #FFF;
}

#holder-content {
    padding: 20px
}

#main {
    position: relative
}

.glob-btn {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background: #231f20;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.glob-btn:focus,
.glob-btn:hover {
    background-color: #9c9d9e
}

a[href^=sms],
a[href^=tel] {
    color: #000;
    text-decoration: none
}

.red,
a.red {
    color: #e30512 !important
}

.green {
    color: #5cd322
}

.orange {
    color: #e37805
}

@media (min-width:1067px) {
    body {
        padding-top: 110px
    }

    #content {
        opacity: 0
    }

    #header {
        position: fixed;
        z-index: 6;
        top: 0;
        left: 0;
        width: 100%;
        background-color: white;
    }

    #holder {
        margin-left: -235px
    }

    #holder-content {
        margin-left: 235px;
        padding: 3% 4%
    }

    #holder-content #main h1 {
        position: relative;
        color: #E1131C;
    }

    #holder-content #main h1 span {
        position: relative;
        color: currentColor;
        background-color: #FFF;
        padding-right: 20px;
        z-index: 1;
    }

    #holder-content #main h1:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: currentColor;
        position: absolute;
        top: calc(50% - 14px);
        left: 0;
        transform-origin: left;

        /* animation of title line */
        /* transform: scale(0, 1);

        animation-name: scale;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards; */
    }

    .glob-btn.top {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        background-color: #FFF;
        color: #e30512;
        border: 1px solid #e30512;
    }

    .glob-btn.top:hover {
        background-color: #e30512;
        color: #FFF;
    }
}

@media (max-width:1066px) {
    body {
        padding-top: 0 !important
    }
}

@media (min-width:1067px) {
    #holder-content {
        padding: 3% 9%
    }
}

p {
    margin: 0;
    padding: 0 0 20px;
    overflow: hidden
}

strong {
    font-weight: 700
}

a,
ul.breadcrumb-2 li a:hover {
    color: #e30512;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

a:focus {
    text-decoration: none
}

a:active {
    text-decoration: none
}

h1 {
    margin: 0;
    padding: 0 0 30px;
    font-size: 32px;
    line-height: 1.2
}

.main-article .content h1 {
    font-size: 24px;
    line-height: 1.3;
    padding: 0 0 25px
}

h2 {
    padding: 0 0 20px;
    font-size: 22px
}

.main-article .content h2 {
    font-size: 18px;
    padding: 5px 0 20px
}

h2.links-title {
    font-size: 16px;
    padding: 30px 0 20px 30px;
    float: left;
    color: #808182;
    text-transform: uppercase
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

h2,
h3 {
    margin: 0;
    line-height: 1.3
}

h3 {
    padding: 5px 0 20px;
    font-size: 20px
}

h4,
h5,
h6 {
    font-size: 16px;
    line-height: 1.4
}

h4,
h5,
h6,
ol,
ul {
    margin: 0;
    padding: 0 0 15px
}

ul li {
    margin: 0 0 0 20px;
    list-style: disc
}

ol li p,
ul li p {
    padding: 0
}

ol ol,
ul ul {
    padding: 2px 0 3px 15px
}

ol li,
ol ul li,
ul li {
    padding: 0 0 10px
}

ol li {
    margin: 0 0 0 18px;
    list-style: decimal outside
}

ol ul {
    padding: 10px 0 0;
    margin-bottom: -10px
}

ol ul li {
    list-style: disc
}

dl {
    padding: 10px 0 5px;
    line-height: 16px
}

dd,
dl,
dt {
    margin: 0
}

dt {
    padding: 0 0 5px;
    font-weight: 700
}

dd {
    padding: 0 0 5px 5px
}

table td,
table th,
table thead td {
    padding: 12px 20px 12px 0;
    border-bottom: 1px solid #cfcfcf
}

table th,
table thead td {
    background: #fff;
    font-weight: 700;
    text-align: left;
    vertical-align: middle
}

table td {
    vertical-align: top
}

table tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0
}

table p {
    padding-bottom: 0
}

cite,
table.width-100 {
    width: 100%
}

table.no-border {
    border: 0
}

table.no-border td,
table.no-border th {
    padding: 3px 10px 3px 0;
    border: 0
}

cite {
    box-sizing: border-box;
    float: left;
    clear: both;
    margin: 9px 0;
    padding: 10px 0 5px 10px;
    border-left: 2px solid #e30512
}

#header .section,
blockquote {
    position: relative;
    background: #fff
}

blockquote {
    margin: 10px 0;
    padding: 46px 16px 5px
}

blockquote:after {
    content: '“';
    position: absolute;
    top: 18px;
    left: 50%;
    width: 28px;
    height: 19px;
    margin-left: -14px;
    color: #e30512;
    font-family: Georgia, serif;
    font-size: 56px;
    line-height: 38px;
    font-weight: 700;
    text-align: center
}

img.left,
img.right {
    display: block;
    margin: 5px 30px 10px 0
}

img.right {
    margin: 5px 0 10px 30px
}

@media (max-width:767px) {

    img.left,
    img.right {
        float: none;
        margin: 6px auto 10px
    }

    img.right {
        margin: 12px auto 10px
    }

    h1 {
        font-size: 23px;
        padding: 0 0 20px
    }

    h2 {
        font-size: 20px;
        line-height: 22px
    }

    h3 {
        font-size: 18px;
        line-height: 20px
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
        line-height: 18px
    }
}

#header .section {
    padding: 0;
    height: 64px;
    border-bottom: 1px solid #dcdcdc
}

#logo {
    float: left;
    margin: 0;
    padding: 27px 0 0
}

#mobile-nav {
    -webkit-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out;
    overflow: hidden;
    float: left;
    width: 100%;
    max-height: 0;
    background: #303335
}

.nav-open #mobile-nav {
    max-height: 1000px
}

.search-site {
    position: absolute;
    top: 9px;
    right: 150px
}

.search-site input[type=text] {
    -webkit-transition: width .5s ease-in-out, opacity .5s ease-in-out, border-color .5s ease-in-out;
    transition: width .5s ease-in-out, opacity .5s ease-in-out, border-color .5s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 40px 0 12px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    outline: 0
}

.search-site input[type=text]:focus {
    border-color: #b6b6b6
}

.search-site .trigger {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    cursor: pointer
}

.search-site input[type=submit] {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family: 'icomoon';
    line-height: 1;
    position: absolute;
    top: 4px;
    right: 1px;
    width: 38px;
    height: 38px;
    background: 0 0;
    border: 0;
    font-size: 21px;
    outline: 0;
    color: #e30512
}

.search-site input[type=submit]:hover {
    color: #9c9d9e
}

.header-top .items {
    margin: auto
}

.header-top a {
    color: #000
}

.cam-list li a:hover .txt,
.header-top .ico,
.multiselect .items .selected label:before {
    color: #e30512
}

.wf-active .search-site input[type=text] {
    font-family: 'Open Sans', sans-serif
}

.social-links {
    position: absolute;
    top: 20px;
    margin: -8px;
    display: flex;
    right: 80px
}

.social-links__link {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 8px;
    height: 24px;
    width: 24px;
    text-indent: -9999px;
    opacity: .4;
    z-index: 3
}

.social-links__link:hover {
    opacity: .6
}

.social-links__link--fb {
    background-image: url(/images/icon-fb.png)
}

.social-links__link--twitter {
    background-image: url(/images/icon-x.png)
}

@media (min-width:1066px) {
    .social-links {
        right: 300px;
        top: 23px;
        margin: -5px
    }

    .social-links__link {
        height: 18px;
        margin: 5px;
        width: 18px
    }
}

@media (min-width:1280px) {
    .social-links {
        right: 30px
    }
}

@media (max-width:1066px) {
    #logo {
        position: relative;
        z-index: 1;
        padding: 10px 0 0 20px;
        height: 54px
    }

    #logo img {
        width: 112px;
        height: 38px
    }

    .search-site {
        z-index: 0;
        width: 55%
    }

    .search-site.active {
        z-index: 2
    }

    .search-site input[type=text] {
        width: 0;
        float: right;
        border-color: #fff
    }

    .search-site input[type=submit] {
        color: #000
    }

    .search-site.active .trigger,
    .sub-page .header-top .items {
        display: none
    }

    .search-site.active input[type=text] {
        width: 100%;
        border-color: #cfcfcf
    }

    .search-site.active input[type=text]:focus {
        border-color: #b6b6b6
    }

    .search-site.active input[type=submit] {
        color: #e30512
    }

    .header-top {
        float: left;
        width: 100%;
        border-top: 1px solid #dcdcdc;
        text-align: center
    }

    .sub-page .header-top {
        border-top: 0
    }

    .header-top .item {
        box-sizing: border-box;
        position: relative;
        float: left;
        width: 33.3333%;
        padding: 15px 0 0;
        border-left: 1px solid #dcdcdc;
        font-size: 10px
    }

    .header-top .item:first-child {
        border-left: 0
    }

    .header-top .ico {
        font-size: 20px
    }

    .header-top .break {
        display: block;
        font-weight: 700;
        line-height: 14px
    }

    .header-top a:before,
    .header-top-nav a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .header-top a,
    .header-top-nav {
        font-size: 13px
    }

    .header-top-nav,
    .header-top-nav li,
    .header-top-nav ul {
        float: left;
        width: 100%
    }

    .header-top-nav li {
        box-sizing: border-box;
        border-top: 1px solid #dedede;
        font-weight: 800;
        text-transform: uppercase
    }

    .header-top-nav a {
        -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        transition: background-color .25s ease-in-out, color .25s ease-in-out;
        position: relative;
        display: block;
        padding: 13px 0 13px 60px;
        background: #d6d6d6;
        color: #000;
        text-decoration: none
    }

    .header-top-nav a:before {
        width: 42px;
        background: #b4b4b4
    }

    .header-top-nav .active a,
    .header-top-nav a:focus,
    .header-top-nav a:hover {
        background-color: #b4b4b4
    }

    .search-site input[type=text] {
        font-size: 12px
    }
}

@media (min-width:1067px) {
    #header .section {
        padding: 0 30px;
        height: 110px
    }

    #mobile-nav {
        width: 0;
        height: 0
    }

    .search-site {
        top: 10px;
        right: 0
    }

    .search-site .trigger {
        display: none
    }

    .header-top-nav {
        position: absolute;
        z-index: 2;
        top: 21px
    }

    .header-top-nav li {
        float: left;
        padding-left: 12px
    }

    .header-top-nav a {
        -webkit-transition: color .25s ease-in-out;
        transition: color .25s ease-in-out;
        color: #000;
        text-decoration: none
    }

    .header-top-nav a:focus,
    .header-top-nav a:hover,
    .header-top-nav li.active a {
        color: #e30512
    }

    .header-top-nav .lang {
        padding-left: 20px;
        text-transform: uppercase
    }

    .header-top-nav .lang a {
        color: #adadad
    }

    .header-top-nav .lang a:focus,
    .header-top-nav .lang a:hover {
        color: #b1040e
    }

    .header-top {
        position: relative;
        float: right;
        padding: 60px 0 0
    }

    .header-top .item {
        float: left
    }

    .header-top .item:first-child {
        padding-left: 0
    }

    .header-top .ico {
        float: left;
        padding-top: 4px;
        font-size: 15px
    }

    .header-top p {
        padding: 0
    }

    .header-top .txt {
        float: left;
        padding-left: 6px
    }

    .header-top .break {
        font-weight: 700
    }

    .header-top .item:last-child .break {
        display: none
    }

    .header-top .item:last-child .ico {
        position: relative;
        top: 2px;
        font-size: 12px
    }

    .search-site {
        width: 250px
    }

    .header-top-nav {
        right: 360px
    }

    .header-top .item {
        font-size: 15px;
        padding-left: 25px
    }
}

@media (min-width:1280px) {
    .search-site {
        top: 48px;
        left: -340px;
        width: 310px
    }

    .header-top-nav {
        right: 90px
    }

    .header-top .item {
        font-size: 16px
    }
}

#secondary-nav,
#secondary-nav li,
#secondary-nav ul,
.hp-grid ul {
    float: left;
    width: 100%
}

#secondary-nav li {
    box-sizing: border-box;
    border-top: 1px solid #E6E6E6;
    font-weight: 800;
    text-transform: uppercase
}

#secondary-nav li:first-child {
    border-top: 0
}

#secondary-nav a {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    position: relative;
    display: block;
    padding: 13px 0 13px 60px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    z-index: 10;
}

#secondary-nav a:before {
    content: "";
    display: block;
    background-color: #e30512;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-origin: left;
    transform: scale(0, 1);
    transition: 0.4s;
}

#secondary-nav ul li a .txt {
    position: relative;
    z-index: 20;
}

#secondary-nav .active a:before,
#secondary-nav a:focus:before,
#secondary-nav a:hover:before {
    transform: scale(1, 1);
}

#secondary-nav .ico,
.hp-grid .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

#secondary-nav .ico {
    width: 42px;
    background: #e30512
}

#secondary-nav .ico svg {
    width: 25px;
    max-height: 30px;
}

#secondary-nav .ico:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 18px;
    margin-top: -9px;
    font-size: 18px;
    text-align: center
}

#secondary-nav .reset li{
    position: relative;
}

#secondary-nav .reset li.active a .ico,
#secondary-nav .reset li a:hover .ico {
    background: #FFF;
}

#secondary-nav .reset li.active .ico svg,
#secondary-nav .reset li a:hover .ico svg {
    stroke: #E1131C;
}

@media (max-width:1066px) {
    .sticky-wrapper {
        height: auto !important
    }

    #secondary-nav {
        position: relative !important;
        width: 100% !important;
        top: auto !important
    }
}

@media (min-width:1067px) {
    #secondary-nav {
        background: #fff
    }

    #secondary-nav li {
        border-top-color: #E6E6E6
    }

    #secondary-nav a {
        height: 60px;
        padding: 0 10px 0 70px;
        color: #000;
        font-weight: 700
    }

    /* #secondary-nav .active a,
    #secondary-nav a:focus,
    #secondary-nav a:hover {
        background: #e30512;
        color: #fff
    } */

    #secondary-nav .ico {
        width: 60px
    }

    #secondary-nav .ico svg {
        width: 30px
    }

    #secondary-nav .ico:before {
        height: 22px;
        margin-top: -11px;
        color: #fff;
        line-height: 22px
    }

    #secondary-nav .txt {
        position: relative;
        top: 50%;
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 13px;
        line-height: 1.4
    }

    #secondary-nav .reset li.active a .txt,
    #secondary-nav .reset li a:hover .txt {
        color: #FFF;
    }
}

.hp-grid {
    float: left;
    width: 100%;
    margin: 0 0 10px;
    /* background: #d9d9d9; */
    opacity: 0
}

.hp-grid li {
    box-sizing: border-box;
    float: left;
    /* border-top: 1px solid #fff;
    border-left: 1px solid #fff; */
    background: #303335
}

.hp-grid a {
    position: relative;
    display: block;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.hp-grid .bg {
    z-index: 0;
    width: 100%;
    background-size: cover
}

.hp-grid .bg.sharp {
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.hp-grid a:focus .bg.sharp,
.hp-grid a:hover .bg.sharp {
    opacity: 1;
    filter: alpha(opacity=100)
}

.hp-grid .ico {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-color: #e30512;
    z-index: 10;
}

.hp-grid .ico svg {
    width: 40px;
}

.hp-grid .ico:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20px;
    margin-top: -10px;
    font-size: 20px;
    text-align: center
}

.hp-grid .txt {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width:767px) {
    .hp-grid li {
        width: 50%
    }

    .hp-grid li:first-child,
    .hp-grid li:nth-child(2n+1) {
        border-left: 0
    }

    .hp-grid li:nth-of-type(1),
    .hp-grid li:nth-of-type(2) {
        border-top: 0
    }

    .hp-grid .ico svg {
        width: 25px;
        height: 30px;
    }

    .hp-grid .bg {
        display: none
    }

    .hp-grid .block {
        -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
        transition: background-color .25s ease-in-out, color .25s ease-in-out;
        position: relative;
        height: 44px;
        padding: 0 0 0 50px
    }

    .hp-grid a:focus,
    .hp-grid a:hover {
        background-color: #e30512
    }
}

@media (min-width:768px) {
    .hp-grid li {
        width: 33.333%
    }

    .hp-grid li:first-child,
    .hp-grid li:nth-child(3n+1) {
        border-left: 0
    }

    .hp-grid li:nth-of-type(1),
    .hp-grid li:nth-of-type(2),
    .hp-grid li:nth-of-type(3) {
        border-top: 0
    }

    .hp-grid a {
        height: 230px;
        padding: 0 80px;
        font-size: 16px;
        line-height: 1.4
    }

    .hp-grid .block {
        box-sizing: border-box;
        position: absolute;
        z-index: 3;
        top: 50%;
        left: 10%;
        width: 80%;
        height: 56px;
        padding: 0 0 0 70px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .hp-grid .block:after {
        content: "";
        display: block;
        height: 100%;
        width: 100%;
        background-color: red;
        position: absolute;
        top: 0;
        left: 0;
        transform: scale(0, 1);
        transition: 0.3s;
        transform-origin: left;
    }

    .hp-grid .ico {
        width: 56px;
        height: 56px;
    }

    .hp-grid .ico:before {
        height: 22px;
        margin-top: -11px;
        font-size: 22px
    }

    .hp-grid a:focus .block:after,
    .hp-grid a:hover .block:after {
        transform: scale(1, 1);
    }

    .hp-grid a:focus .block .ico,
    .hp-grid a:hover .block .ico {
        background-color: #FFF;
    }

    .hp-grid a:focus .block .ico svg,
    .hp-grid a:hover .block .ico svg {
        stroke: #E1131C;
    }
}

.hp-news {
    margin: 20px 0 10px;
    padding: 20px 0;
    background: #fff;
    text-align: center
}

.hp-news h2 {
    color: #e30512;
    font-size: 24px;
    padding: 0 0 25px
}

.hp-news,
.hp-news .carousel,
.hp-news .item,
.site-links ul {
    float: left;
    width: 100%
}

.hp-news .article {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 0 20px 10px;
    font-size: 14px
}

.hp-news .article p {
    padding: 0 0 10px
}

.hp-news .article .head {
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 700
}

.hp-news .article .head a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    color: #000;
    text-decoration: none
}

.hp-news .article .head a:focus,
.hp-news .article .head a:hover {
    color: #e30512
}

.hp-news .date {
    width: 115px;
    margin: 0 auto 10px;
    padding: 0 0 7px;
    border-bottom: 1px solid #e30512;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #666
}

.hp-news .slick-dots {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.hp-news .slick-dots li {
    display: inline-block;
    margin: 0;
    padding: 0 5px 5px;
    list-style: none
}

.hp-news .slick-dots button {
    overflow: hidden;
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #a2a2a2;
    border-radius: 50%;
    text-indent: 100px;
    outline: 0
}

.hp-news .slick-dots button:before {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #e30512;
    border-radius: 50%;
    opacity: 0;
    filter: alpha(opacity=0)
}

.hp-news .slick-dots .slick-active button:before,
.hp-news .slick-dots button:hover:before,
.toggle-list .active.toggle-all:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

@media (min-width:768px) {
    .hp-news {
        padding: 40px 0
    }
}

.toggle-list {
    padding: 10px 0 20px;
    opacity: 0
}

.toggle-list .toggle-all {
    position: relative;
    display: block;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 0 26px;
    color: #000;
    line-height: 20px;
    outline: 0
}

.toggle-list .toggle-all:after,
.toggle-list .toggle-all:before {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none
}

.toggle-list .toggle-all:before {
    content: '+';
    z-index: 1;
    background: #e30512;
    line-height: 20px
}

.toggle-list .toggle-all:after {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    content: '–';
    z-index: 2;
    background: #9c9d9e;
    line-height: 16px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.toggle-list .item {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 0 0 10px
}

.toggle-list .header,
.toggle-list .jsHide {
    box-sizing: border-box;
    float: left;
    width: 100%;
    background: #fff
}

.toggle-list .header {
    position: relative;
    height: 60px;
    padding: 0 10px 0 75px;
    cursor: pointer
}

.toggle-list.list-2 .header {
    padding-right: 45px
}

.toggle-list .header:before {
    content: '+';
    z-index: 1;
    left: 0;
    height: 60px;
    background: #e30512;
    font-size: 30px;
    line-height: 50px;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out
}

.toggle-list .header:hover:before {
    background: #9c9d9e
}

.site-links a:before,
.toggle-list .header:after,
.toggle-list .header:before {
    position: absolute;
    top: 0;
    width: 60px;
    color: #fff;
    text-align: center
}

.toggle-list .header:after {
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    content: '–';
    z-index: 2;
    left: 0;
    height: 60px;
    background: #9c9d9e;
    font-size: 30px;
    line-height: 44px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.toggle-list .open .header:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.toggle-list .header .info,
.toggle-list .header h2 {
    top: 50%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.toggle-list .header h2 {
    position: relative;
    font-weight: 400;
    line-height: 1.3;
    -webkit-filter: none;
    filter: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.site-links a:hover,
.toggle-list .header:hover h2,
.toggle-list .open .header h2 {
    color: #808182
}

.toggle-list .header .info {
    position: absolute;
    right: 10px;
    line-height: 14px
}

.toggle-list .jsHide {
    padding: 20px 20px 12px
}

@media (min-width:768px) {
    .toggle-list .item {
        padding-left: 60px
    }

    .toggle-list .header {
        height: 60px;
        padding-left: 25px;
        padding-right: 10px
    }

    .toggle-list.list-2 .header {
        padding-right: 80px
    }

    .toggle-list .header:after,
    .toggle-list .header:before {
        left: -60px;
        width: 60px;
        height: 60px;
        font-size: 36px;
        line-height: 60px
    }

    .toggle-list .header:after {
        line-height: 53px
    }

    .toggle-list .header h2 {
        font-size: 15px;
        line-height: 1.45;
        font-weight: 700
    }

    .toggle-list .header .info {
        right: 25px;
        font-size: 16px;
        line-height: 1.4
    }

    .toggle-list .jsHide {
        padding: 0 25px 12px
    }
}

@media (max-width:450px) {
    .toggle-list .header h2 {
        font-size: 13px
    }
}

.c-list {
    padding: 20px 0 0
}

.c-list .item,
.site-links a {
    padding: 10px 0 10px 130px;
    position: relative
}

.c-list .image {
    height: 82px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    left: 0
}

.c-list h3 {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 5px
}

@media (min-width:768px) {
    .c-list {
        padding: 10px 0
    }
}

.site-links {
    padding: 10px 0 0;
    opacity: 0
}

.site-links li {
    float: left;
    width: 100%;
    padding: 0 0 10px;
}

.site-links a {
    display: block;
    height: 60px;
    padding: 0 70px 0 10px;
    background: #F4F4F4;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.site-links a:before {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    font-family: 'icomoon';
    content: '\e90c';
    right: 0;
    height: 100%;
    background: #e30512;
    font-size: 14px;
    line-height: 60px
}

.cam-list a.detail-link-all:focus .detail-link,
.cam-list a.detail-link-all:hover .detail-link,
.main-article .back:focus,
.main-article .back:hover,
.site-links a:focus:before,
.site-links a:hover:before {
    background-color: #9c9d9e
}

.site-links a .date {
    color: #808182
}

.site-links .txt {
    position: relative;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:768px) {
    .site-links a {
        height: 60px;
        padding: 0 70px 0 30px;
        font-size: 15px;
        line-height: 1.45;
        font-weight: 700
    }

    .site-links a:before {
        width: 60px;
        font-size: 18px;
        line-height: 60px
    }
}

@media (max-width:450px) {
    .site-links a {
        font-size: 13px
    }
}

.site-links a.no-after:before {
    content: none
}

.main-article {
    margin: 10px 0
}

.main-article .header {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 0 0 60px;
    background: #fff
}

.main-article .back,
.main-article .back:before {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center
}

.main-article .back {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 100%;
    background: #e30512;
    color: #fff;
    text-decoration: none;
    text-indent: 100px
}

.main-article .back:before {
    font-family: 'icomoon';
    content: '\e90d';
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    text-indent: 0
}

.main-article .content {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding: 10px 20px;
    background: #fff
}

.article-bread {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.article-bread li {
    position: relative;
    float: left;
    padding: 0 8px 0 16px
}

.article-bread li:before {
    font-family: 'icomoon';
    line-height: 1;
    content: '\e90c';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    color: #b2b2b2;
    font-size: 10px
}

.article-bread li:first-child {
    padding-left: 0
}

.article-bread li:first-child:before {
    display: none
}

.article-bread a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    color: #000
}

.article-bread a:focus,
.article-bread a:hover,
.download a:focus,
.download a:hover {
    color: #e30512
}

@media (max-width:767px) {
    .article-bread li {
        display: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px
    }

    .article-bread li:first-child {
        display: block
    }

    .article-bread a {
        text-decoration: none
    }
}

@media (min-width:768px) {
    .main-article {
        padding-left: 0
    }

    .main-article .header {
        height: 60px;
        padding: 0 20px 0 80px;
        border-bottom: 1px solid #ccc
    }

    .main-article .back {
        left: 0;
        height: 60px;
        width: 60px
    }

    .main-article .back:before {
        font-size: 18px;
        line-height: 60px
    }

    .main-article .content {
        padding: 30px 40px
    }
}

.download {
    padding: 10px 0 0
}

.download h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    line-height: 15px
}

.download li {
    padding: 0 0 10px
}

.download a {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    position: relative;
    display: inline-block;
    min-height: 34px;
    padding: 0 0 0 38px;
    color: #000
}

.download .ico {
    position: absolute;
    top: 0;
    left: 0
}

.download .txt {
    display: block;
    padding-top: 10px
}

@media (min-width:768px) {
    .download h2 {
        margin-bottom: 20px;
        padding-bottom: 17px;
        font-size: 16px;
        line-height: 18px
    }
}

.article-list,
.article-list .item {
    float: left;
    width: 100%
}

.article-list .item {
    padding: 0 0 10px
}

.article-list h2 {
    padding-bottom: 15px;
    font-size: 13px;
    line-height: 15px
}

@media (min-width:768px) {
    .article-list h2 {
        font-size: 16px
    }
}

.contact-list {
    width: 100%;
    margin: 0 0 30px;
    background: #fff
}

.contact-list .contact-item {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 15px 5px 20px 50px;
    border-top: 1px solid #d6d6d7
}

.contact-list .contact-item:first-child {
    border-top: 0
}

.contact-list .ico {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #e30512;
    font-size: 18px
}

.contact-list .ico-time {
    background: url(/images/clock.svg) no-repeat 0 0;
    background-size: contain;
    width: 32px;
    height: 32px;
    display: block;
    text-indent: -9999px
}

@media (max-width:959px) {
    .contact-list .ico {
        top: 15px
    }

    .contact-list .ico-time {
        width: 21px;
        top: 15px
    }
}

.contact-list .head {
    padding: 0 0 5px;
    font-size: 15px;
    font-weight: 700
}

.contact-list ul {
    padding: 0 0 2px
}

.contact-list li {
    padding: 2px 0
}

.contact-list li strong {
    font-weight: 400;
    width: 22px;
    display: inline-block
}

@media (min-width:768px) and (max-width:959px) {
    .contact-list .contact-item {
        width: 50%;
        min-height: 140px;
        border-left: 1px solid #d6d6d7
    }

    .contact-list .contact-item:first-child,
    .contact-list .contact-item:nth-child(2n+1) {
        border-left: 0
    }

    .contact-list .contact-item:nth-of-type(2) {
        border-top: 0
    }

    .contact-list .contact-item:nth-child(2n+1) {
        clear: left
    }

    .contact-list .contact-item:nth-child(2n):after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #d6d6d7
    }

    .contact-list .contact-item:first-child:before,
    .contact-list .contact-item:nth-child(2n+1):before {
        content: '';
        position: absolute;
        bottom: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        background: #d6d6d7
    }
}

@media (min-width:960px) {
    .contact-list {
        margin: 0 0 25px;
        font-size: 15px;
        line-height: 1.3
    }

    .contact-list .contact-item {
        width: 33.3333%;
        min-height: 156px;
        padding: 20px 5px 16px 63px;
        border-top: 0
    }

    .contact-list .contact-item:nth-child(3n+1) {
        clear: left
    }

    .contact-list .contact-item:before {
        content: '';
        position: absolute;
        top: 15%;
        left: 0;
        width: 1px;
        height: 70%;
        background: #d6d6d7
    }

    .contact-list .contact-item:first-child:before,
    .contact-list .contact-item:nth-child(3n+1):before {
        display: none
    }

    .contact-list .ico {
        left: 20px;
        font-size: 30px
    }

    .contact-list .head {
        font-size: 15px;
        line-height: 1.3;
        padding-right: 20px
    }

    .contact-list li {
        padding: 4px 0
    }
}

.small-search {
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width:600px) {
    .small-search {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 0 30px
    }
}

.small-search .row {
    position: relative;
    float: left;
    width: 270px;
    max-width: 310px
}

.small-search input[type=search],
.small-search input[type=text] {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    background: #ebebeb;
    border: 1px solid #898989;
    border-radius: 8px;
    font-size: 14px;
    outline: 0
}

.small-search input[type=search]:focus,
.small-search input[type=text]:focus {
    background-color: #fdfdfd
}

.small-search input[type=submit] {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family: 'icomoon';
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    height: 100%;
    width: 40px;
    padding: 0;
    background: 0 0;
    border: 0;
    color: #e30512;
    font-size: 20px;
    outline: 0
}

.small-search input[type=submit]:hover {
    color: #9c9d9e
}

.wf-active .small-search input[type=search],
.wf-active .small-search input[type=text] {
    font-family: 'Open Sans', sans-serif
}

.parking-info {
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0
}

.parking-info .col {
    float: left;
    width: 100%;
    padding: 0 0 20px
}

.parking-info .col-2n {
    padding-bottom: 0
}

.parking-info .image {
    position: absolute;
    top: 10px;
    left: 0
}

.cam-list .image:before,
.parking-info .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/blank.gif) 0 0
}

.parking-info table {
    width: 100%;
    margin: 0 0 10px;
    border: 0;
    font-size: 13px
}

.parking-info table td {
    padding: 2px 10px;
    border: 0
}

.parking-info table td:first-child {
    font-weight: 700
}

.parking-info table tr:nth-child(2n) td {
    background: #e6e6e7
}

.parking-info p {
    line-height: 1.3;
    font-size: 13px
}

.parking-info .head {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 700
}

@media (max-width:767px) {
    .parking-info .image {
        display: none
    }

    .parking-info .col-2n table td:last-child {
        white-space: nowrap;
        text-align: right
    }
}

@media (min-width:768px) {
    .parking-info {
        padding-left: 180px
    }

    .parking-info .head {
        font-size: 14px
    }
}

@media (min-width:1152px) {
    .parking-info .col {
        float: left;
        width: 40%;
        padding-bottom: 0
    }

    .parking-info .col-2n {
        float: right;
        width: 55%
    }

    .parking-info .head {
        padding-bottom: 5px;
        border-bottom: 0;
        line-height: 1.3
    }
}

.cam-list {
    padding: 10px 0 0;
    opacity: 0
}

.cam-list .top,
.cam-list li,
.cam-list ul {
    float: left;
    width: 100%
}

.cam-list li {
    padding: 0;
    margin-bottom: 30px;
    position: relative
}

.cam-list li a,
.map-parking-content .link a {
    color: #000
}

.cam-list .top {
    box-sizing: border-box;
    padding: 17px 20px;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: block
}

.cam-list .txt {
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.cam-list .image {
    position: relative;
    float: left;
    width: 100%;
    display: block
}

.cam-list .bottom,
.cam-list .image img {
    display: block;
    width: 100%;
    height: auto
}

.cam-list .bottom {
    box-sizing: border-box;
    float: left;
    position: relative;
    padding: 0 50px 0 0;
    height: 55px;
    background: #fff
}

.cam-list .map-link {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    display: block;
    padding: 0 10px 0 20px;
    color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 55px;
    line-height: 55px
}

.cam-list .map-link:focus,
.cam-list .map-link:hover {
    color: #e30512
}

.cam-list .close-link,
.cam-list .detail-link,
.cam-list .detail-link:before {
    position: absolute;
    top: 0;
    height: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-decoration: none
}

.cam-list .close-link,
.cam-list .detail-link {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    overflow: hidden;
    right: 0;
    width: 50px;
    background: #e30512;
    white-space: nowrap;
    text-indent: 60px
}

.cam-list .detail-link:before {
    font-family: 'icomoon';
    content: '\e90e';
    left: 0;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.cam-list .close-link:focus,
.cam-list .close-link:hover {
    background-color: #9c9d9e
}

.cam-list .close-link:before,
.map-btn {
    position: absolute;
    color: #fff;
    text-decoration: none
}

.cam-list .close-link:before {
    font-family: 'icomoon';
    content: '\e90f';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    text-indent: 0
}

@media (min-width:480px) and (max-width:1023px) {
    .cam-list li {
        width: 40%;
        margin-left: 5%
    }

    .cam-list li:first-child,
    .cam-list li:nth-child(2n+1) {
        clear: left;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .cam-list .top {
        font-size: 16px;
        line-height: 18px
    }
}

@media (min-width:1066px) {
    .cam-list li {
        width: 30%;
        margin-left: 5%
    }

    .cam-list li:first-child,
    .cam-list li:nth-child(3n+1) {
        clear: left;
        margin-left: 0
    }
}

#map,
#map-holder {
    position: relative;
    height: 548px
}

#map {
    z-index: 1;
    width: 100%;
    height: 100%
}

.map-btn {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    z-index: 2;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    background: #e30512;
    text-transform: uppercase;
    font-weight: 700
}

.map-btn:focus,
.map-btn:hover {
    background-color: #9c9d9e
}

.map-label {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.map-label:before {
    font-size: 12px;
    position: relative
}

.infoBox {
    box-sizing: border-box;
    position: relative;
    width: 230px;
    height: 230px;
    background: #fff;
    padding: 20px
}

.infoBox .image:before,
.infoBox:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%
}

.infoBox:after {
    bottom: -16px;
    height: 16px;
    background: url(/images/infobox-bg.png) no-repeat 0 0
}

.infoBox>img {
    position: absolute !important;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px
}

.infoBox p {
    padding: 0;
    line-height: 1.3
}

.gm-style,
.infoBox p {
    font-size: 12px !important
}

.infoBox .image {
    position: relative;
    display: block;
    margin: 0 0 5px
}

.infoBox .image:before {
    top: 0;
    height: 100%;
    background: url(/images/blank.gif) 0 0
}

.infoBox .image img {
    display: block
}

.map-parking {
    float: left;
    width: 100%
}

.map-parking .image {
    float: left;
    width: 190px
}

.map-parking .image img {
    width: 190px
}

@media (min-width:1067px) {
    #map-holder {
        min-height: 548px;
        margin: 0 0 0 235px
    }
}

#aside,
#fixed-position {
    float: left;
    width: 235px
}

.homepage #aside,
.mfp-align-top .mfp-container:before {
    display: none
}

@media (max-width:1066px) {
    #aside {
        display: none
    }
}

#footer {
    position: relative;
    padding: 0 0 30px;
    text-align: center;
    z-index:100;
}

#footer .section {
    padding: 20px 10px;
    background: #fff;
    border-bottom: 3px solid #ddd
}

.footer-list {
    padding: 7px 0 0
}

.footer-list li {
    display: inline-block;
    padding: 0 7px 15px
}

@media (max-width:1066px) {

    #footer .left,
    #footer .right {
        width: 100%;
        font-size: 12px
    }

    #footer .break {
        display: block
    }
}

@media (min-width:1067px) {
    .footer-list {
        float: right
    }

    .footer-list li {
        display: inline-block;
        padding: 0 0 15px 14px
    }

    .footer-list li:first-child {
        padding-left: 0
    }

    #footer .left {
        text-align: left
    }
}

@media (min-width:960px) {
    #footer .section {
        padding: 25px 50px
    }
}

.mfpOverlayOpacity {
    opacity: .8;
    filter: alpha(opacity=80)
}

.galleryArrow {
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.mfpSprite {
    background-image: url(/images/magnific-popup.png);
    background-size: 160px 40px;
    background-color: transparent
}

.mfpSprite-old,
.no-backgroundsize .mfp-arrow-left:before,
.no-backgroundsize .mfp-arrow-right:before,
.no-backgroundsize button.mfp-close {
    background-image: url(/images/magnific-popup-ie.png);
    background-size: inherit;
    background-color: transparent
}

.mfp-bg {
    opacity: .8;
    filter: alpha(opacity=80);
    overflow: hidden;
    position: fixed;
    z-index: 100;
    background: #000
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    position: fixed;
    z-index: 101;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    box-sizing: border-box;
    position: absolute;
    padding: 0 8px;
    text-align: center
}

.mfp-container:before,
.mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-content {
    position: relative;
    z-index: 105;
    margin: 0 auto;
    text-align: left
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow,
button.mfp-close {
    overflow: hidden;
    z-index: 106;
    display: block;
    border: 0;
    -webkit-appearance: none;
    outline: 0;
    box-shadow: none;
    cursor: pointer;
    text-align: left;
    text-indent: -100px
}

button.mfp-arrow {
    padding: 0;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-counter,
button.mfp-close {
    position: absolute;
    top: 0;
    right: 0
}

button.mfp-close {
    background-image: url(/images/magnific-popup.png);
    background-size: 160px 40px;
    background-color: transparent;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    background-position: -40px 0
}

.mfp-close-btn-in .mfp-close {
    background-position: 0 0
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    width: 40px
}

.mfp-close-btn-in .mfp-iframe-holder .mfp-close,
.mfp-close-btn-in .mfp-image-holder .mfp-close {
    margin-right: -12px;
    background-position: -40px 0
}

.mfp-counter {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 200px;
    margin: -100px 0 0;
    padding: 0
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0
}

.mfp-arrow-left:before {
    background-image: url(/images/magnific-popup.png);
    background-size: 160px 40px;
    background-color: transparent;
    z-index: 2;
    top: 50%;
    display: block;
    background-position: -80px 0
}

.mfp-arrow-left:after {
    z-index: 1;
    text-indent: 50%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
    content: '';
    position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: -20px 0 0
}

.mfp-arrow-right:before {
    background-image: url(/images/magnific-popup.png);
    background-size: 160px 40px;
    background-color: transparent;
    z-index: 2;
    top: 50%;
    display: block;
    background-position: -120px 0
}

.mfp-arrow-right:after {
    z-index: 1;
    text-indent: 50%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50)
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure:after,
img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 40px 0
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 40px;
    bottom: 40px;
    background: #444;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure small {
    display: block;
    color: #bdbdbd;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -36px;
    cursor: auto
}

.mfp-title {
    padding-right: 36px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    word-wrap: break-word
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        box-sizing: border-box;
        position: fixed;
        top: auto;
        bottom: 0;
        margin: 0;
        padding: 3px 5px;
        background: rgba(0, 0, 0, .6)
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        position: fixed;
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        padding: 0;
        background: rgba(0, 0, 0, .6);
        line-height: 35px;
        text-align: center
    }
}

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

.mfp-fade.mfp-bg {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-bg.mfp-removing,
.mfp-fade.mfp-wrap .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    filter: alpha(opacity=0)
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: #fff
}

.hamburger a,
.transHamburger {
    -webkit-transition: all .25s;
    transition: all .25s
}

.hamburger {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 62px;
    height: 64px
}

.hamburger a {
    position: relative;
    display: block;
    width: 62px;
    height: 64px;
    background: #dcdcdc;
    outline: 0
}

.hamburger .lines,
.hamburger .lines:after,
.hamburger .lines:before {
    -webkit-transition: all .25s;
    transition: all .25s;
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000
}

.hamburger .lines {
    top: 50%;
    left: 50%;
    margin-left: -12px
}

.hamburger .lines:after,
.hamburger .lines:before {
    content: '';
    left: 0
}

.hamburger .lines:before {
    top: -8px
}

.hamburger .lines:after {
    bottom: -8px
}

.nav-open .hamburger a {
    background: #303335
}

.nav-open .hamburger .lines {
    background: 0 0 !important
}

.nav-open .hamburger .lines:after,
.nav-open .hamburger .lines:before {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff
}

.nav-open .hamburger .lines:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.nav-open .hamburger .lines:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

@media (min-width:1067px) {
    .hamburger {
        display: none
    }
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: '';
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}

[dir=rtl] .slick-slide {
    float: right
}

.multiselect .items input,
.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.multiselect.active .option,
.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.multiselect {
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 0;
    cursor: pointer;
    outline: 0 !important;
    text-decoration: none;
    text-align: left
}

.multiselect.active {
    z-index: 5
}

.multiselect .label,
.multiselect .text {
    overflow: hidden;
    float: left;
    width: 100%;
    font-size: 14px
}

.multiselect .label {
    box-sizing: border-box;
    padding: 0 30px 0 20px;
    background: #fff;
    font-weight: 700;
    outline: 0;
    cursor: pointer
}

.multiselect .text {
    white-space: nowrap;
    height: 45px;
    line-height: 45px;
    text-overflow: ellipsis
}

.multiselect .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 45px;
    cursor: pointer
}

.multiselect .arrow:before {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family: 'icomoon';
    content: '\e911';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #e30512;
    font-size: 6px;
    line-height: 45px;
    text-align: center
}

.multiselect .option {
    box-sizing: border-box;
    display: none;
    overflow: auto;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 2;
    max-height: 300px;
    min-height: 1em;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.multiselect .items {
    margin: 0;
    padding: 0
}

.multiselect .items li {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    float: none;
    margin: 1px 0 0;
    background: #fff;
    cursor: default
}

.multiselect .items li:first-child {
    margin-top: 0
}

.multiselect .items .selected {
    background-color: #eaedee
}

.multiselect .items label {
    float: none;
    position: relative;
    margin: 0;
    padding: 15px 10px 14px 45px;
    display: block;
    font-size: 14px;
    line-height: 16px
}

.multiselect .items label:before {
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    font-family: 'icomoon';
    line-height: 1;
    content: '\e910';
    position: absolute;
    top: 18px;
    left: 20px;
    color: #bdc1c3;
    font-size: 9px
}

.map-multiselect {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 19px;
    width: 290px !important;
    margin-left: -145px
}

.map-multiselect .multiselect .option {
    top: auto;
    bottom: 46px
}

@media (max-width:767px) {
    .map-multiselect {
        width: 260px
    }
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: block
}

* html .clearfix {
    height: 1%
}

a,
img {
    outline: 0 !important
}

.build ul {
    padding: 0 0 20px
}

.build ul li {
    padding: 0 0 11px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d6d6d7;
    list-style: none
}

.build ul li:last-child,
ul.search-results li:last-child {
    border-bottom: 0
}

.build h2 {
    font-size: 15px !important;
    padding: 3px 0 5px !important;
    margin: 0;
    font-weight: 700
}

.build p {
    padding: 0 0 3px;
    margin: 0
}

.gallery {
    padding: 5px 0 0
}

.gallery img {
    height: 150px;
    float: left;
    margin: 0 15px 15px 0
}

.contact-results {
    padding: 30px 30px 0;
    background: #fff;
    margin: 30px 0 20px
}

.contact-results h2 {
    padding: 0 0 5px
}

ul.search-results {
    padding-top: 20px
}

ul.search-results li {
    padding: 0 0 20px;
    margin: 0 0 19px;
    border-bottom: 1px solid #d6d6d7;
    list-style: none
}

ul.search-results li h3 {
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0;
    font-weight: 700
}

ul.search-results p {
    padding: 0;
    margin: 0
}

ul.search-results li span {
    background: #ff0
}

.pointer {
    cursor: pointer
}

.perex p {
    font-style: italic;
    font-size: 16px
}

.perex p:last-child {
    padding: 0 0 30px
}

.padTop10 {
    padding-top: 10px !important
}

#main>table {
    background: #fff;
    width: 100%;
    border: 1px solid #ebebeb
}

#main>table td {
    padding: 12px 20px;
    border: 1px solid #ebebeb
}

.content.contact ul {
    margin-top: -10px
}

.content.contact ul li {
    list-style-type: none;
    padding: 12px 0;
    margin: 0
}

.content.contact ul li:last-child {
    border-bottom: 0;
    padding-bottom: 5px
}

.content.contact h3 {
    padding: 30px 0 20px;
    margin-top: 10px;
    border-top: 1px solid #cfcfcf
}

.urgent {
    line-height: 1.3;
    background: #ca000c;
    text-align: center;
    width: 100%;
    max-width: 1320px;
    margin: auto;
    font-size: 14px;
    overflow: hidden;
    display: table;
    padding: 0 0 10px
}

div.urgent:first-child {
    padding-top: 10px
}

@media (max-width:450px) {
    .urgent {
        font-size: 13px
    }
}

.urgent p {
    padding: 0 20px;
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.urgent a {
    color: #fff;
    text-decoration: underline
}

.urgent a:hover {
    text-decoration: none
}

.legenda {
    display: block;
    padding: 0 0 0 45px;
    opacity: .5
}

.selected .legenda {
    opacity: 1
}

.legenda span {
    display: block;
    padding: 0 0 10px 55px;
    font-size: 13px
}

.legenda span.color1 {
    background: url(/images/legenda-color1.png) no-repeat 0 7px
}

.legenda span.color2 {
    background: url(/images/legenda-color2.png) no-repeat 0 7px
}

.legenda span.color3 {
    background: url(/images/legenda-color3.png) no-repeat 0 7px
}

.legenda span.color4 {
    background: url(/images/legenda-color4.png) no-repeat 0 7px
}

.parking-legend {
    text-align: right;
    font-size: 13px;
    font-style: italic;
    margin: -20px 0 0;
    opacity: .8
}

.towing-box {
    background: #fff;
    padding: 35px 40px 15px;
    font-size: 14px;
    margin: 10px 0 40px
}

@media (max-width:450px) {
    .towing-box {
        padding: 15px 20px 0;
        margin: 10px 0 30px
    }

    .towing-box .small-search .row {
        width: 220px
    }
}

.towing-box h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2
}

.towing-box h3,
.towing-box-red h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    line-height: 1.2
}

.towing-box h2,
.towing-box p,
.towing-box-red p {
    padding: 0 0 10px
}

.towing-box .small-search,
.towing-box-red .small-search {
    position: relative;
    padding: 15px 0 25px;
    margin: 0 !important
}

.towing-box .small-search input[type=search],
.towing-box .small-search input[type=text],
.towing-box-red .small-search input[type=search],
.towing-box-red .small-search input[type=text] {
    background: #fff
}

.parking-rel-box {
    position: relative
}

.parking-rel-box h2 {
    padding-top: 5px
}

.geolink {
    text-decoration: none
}

.camera-frame {
    width: inherit;
    height: auto
}

.u {
    color: #e30512
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0)
}

ul.breadcrumb-2 {
    padding: 10px;
    list-style: none;
    background-color: #fff
}

ul.breadcrumb-2 li {
    display: inline
}

ul.breadcrumb-2 li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb-2 li a {
    color: #e30512;
    text-decoration: none
}

.icon-info:after {
    content: url(/images/ico/info.svg);
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 5px
}

.tooltip {
    pointer-events: none !important
}

.tooltip-inner {
    max-width: 350px !important
}

#footer .right {
    max-width: 550px;
    text-align: left
}

.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(#e30512 60%, #fff 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30%;
    box-shadow: 0 0 25px 3px rgba(255, 0, 128, .8)
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 10;
    -webkit-transition: all 400ms cubic-bezier(.55, .055, .675, .19);
    transition: all 400ms cubic-bezier(.55, .055, .675, .19)
}

.play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;
    background: 0 0
}

.glob-btn-red {
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background: #e30512;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.towing-box-red {
    background: #fff;
    padding: 35px 40px 15px;
    font-size: 14px;
    margin: 10px 0 40px;
    border-left: 5px solid #e30512
}

@media (max-width:450px) {
    .towing-box-red {
        padding: 15px 20px 0;
        margin: 10px 0 30px
    }

    .towing-box-red .small-search .row {
        width: 220px
    }
}

.towing-box-red h2 {
    font-size: 20px;
    font-weight: 700;
    padding: 0 0 10px;
    line-height: 1.2
}

.dls__title {
    font-size: 1.3em;
    font-weight: 700;
    margin: 1.5em 0 .6em
}

.dls__blocks {
    display: flex;
    flex-wrap: wrap;
    margin: -8px
}

@media (min-width:990px) {
    .dls__blocks {
        margin: -1em
    }
}

.dls__block {
    font-size: 16px;
    margin: 8px;
    line-height: 1.2;
    width: calc(50% - 16px)
}

@media (min-width:990px) {
    .dls__block {
        font-size: inherit;
        margin: 1em;
        width: calc(33.33333% - 2em)
    }
}

.dls__image {
    display: block;
    background-size: cover;
    background-position: 50% 50%
}

.dls__image:after {
    content: "";
    display: block;
    padding-top: 75%
}

.dls__link {
    margin: .5em 0 0;
    display: block
}

@media (min-width:990px) {
    .dls__link {
        margin: .75em 0 0
    }
}

.main-row .media {
    margin-top: 4em;
    overflow: hidden
}

.media h2 {
    margin-bottom: 20px;
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid #ccc
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar {
    opacity: 0;
    position: absolute;
    z-index: 99997
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden
}

.fancybox-caption {
    opacity: 0;
    position: absolute
}

.fancybox-navigation .fancybox-button {
    z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 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;
    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;
    transform: translateZ(0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
    background: 0 0;
    left: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: visible;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    border: 0;
    height: 100%;
    margin: 0;
    max-height: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    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
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

.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, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
    color: #ccc
}

.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:hover {
    color: #fff
}

.fancybox-button:focus {
    outline: 0
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0
}

.fancybox-button div {
    height: 100%
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
    display: none
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px
}

.fancybox-navigation .fancybox-button div {
    padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right)
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

.fancybox-caption--separate {
    margin-top: -50px
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all
}

.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 {
    animation: fancybox-rotate 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

.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
}

.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;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    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: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    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__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1
}

@media all and (max-width:576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

#m img {
    max-width: unset;
    height: unset
}