@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=04daa5f6-35e9-4079-9230-696eac714e8c");

@font-face {
    font-family: "Neo Sans W01 Medium";
    src: url("/scripts/fonts/85c8556d-8a76-4037-a2e2-0f5fd9dabc03.eot?#iefix");
    src: url("/scripts/fonts//85c8556d-8a76-4037-a2e2-0f5fd9dabc03.eot?#iefix") format("eot"),url("/scripts/fonts/f056e9e7-3bb5-4f21-b861-ed2a47a0700b.woff2") format("woff2"),url("/scripts/fonts/b0eddbbb-9e8e-4e08-bde1-965bb945f73a.woff") format("woff"),url("/scripts/fonts/b2931674-c992-42a0-aa22-e9cb15d3383d.ttf") format("truetype");
}

@font-face {
    font-family: 'Neo Sans W01 Medium';
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
}

body {
    /*font:200 18px/27px 'Neo Sans W01 Medium', Arial, sans-serif;*/
    font: 400 18px/27px 'Roboto', Arial, sans-serif;
    min-width: 320px;
    color: #333;
    background-color: #051522;
}

img {
    border-style: none;
}

a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: inherit;
    text-decoration: none;
}

    a:active,
    a:focus,
    a:hover {
        /*outline: none;*/
        text-decoration: none;
        color: inherit;
    }

    a:hover {
        color: #0a5081;
    }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*outline: none;*/
}

    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

::-moz-placeholder,
:-moz-placeholder {
    opacity: 1;
}

::-moz-placeholder {
    color: #4a4a4a;
}

:-ms-input-placeholder {
    color: #4a4a4a;
}

::-webkit-input-placeholder {
    color: #4a4a4a;
}

#wrapper {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    background-color: #fff;
}

h1 {
    font: 54px/58px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 20px;
    color: #0a5081;
}

h2 {
    font: 44px/48px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 15px;
    color: #0a5081;
}

h3 {
    font: 34px/38px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 15px;
    color: #0a5081;
}

h4 {
    font: 30px/34px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 15px;
    color: #0a5081;
}

h5 {
    font: 28px/32px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 15px;
    color: #0a5081;
}

h6 {
    font: 26px/30px 'Neo Sans W01 Medium', Arial, sans-serif;
    margin: 0 0 15px;
}

.btn-submit, .btn {
    vertical-align: top;
    /*outline: 0 !important;*/
    font: 700 20px/24px 'Neo Sans W01 Medium', Arial, sans-serif;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 1px;
}

.btn-submit {
    color: #FFF;
    width: 250px;
}

.historic-slider .btn-submit {
    margin-top: 20px;
}

.historic-slider a.btn-submit:hover {
    color: #FFF;
}

.btn-submit,
.btn-danger {
    background-color: #cc092f;
}

    .btn-submit:active {
        width: 250px;
    }

.visual-slider .btn-submit {
    margin: 10px 0px 20px 0px;
}

    .visual-slider .btn-submit:hover {
        color: #FFF;
    }

.btn-submit:active,
.btn-danger:active,
.btn-submit.active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger:focus,
.btn-danger.focus,
.btn-submit:active:hover,
.btn-danger:active:hover,
.btn-submit.active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-submit:active:focus,
.btn-danger:active:focus,
.btn-submit.active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-submit.focus:active,
.btn-danger.focus:active,
.btn-submit.active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
.btn-submit:hover,
.btn-danger:hover {
    background-color: #bd161d;
}

.btn-warning {
    /* background-color:#cc092f; */
    background-color: #e6a700;
    color: #444;
    font-size: 18px;
    font-family: 'Neo Sans W01 Medium', sans-serif;
    font-weight: 700;
}

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning,
    .btn-warning:focus,
    .btn-warning.focus,
    .btn-warning:active:hover,
    .btn-warning.active:hover,
    .open > .dropdown-toggle.btn-warning:hover,
    .btn-warning:active:focus,
    .btn-warning.active:focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .btn-warning.focus:active,
    .btn-warning.active.focus,
    .open > .dropdown-toggle.btn-warning.focus,
    .btn-warning:hover {
        /* background-color:#e6a700;*/
        background-color: #cc092f;
        color: #444;
    }

.flex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flex-row:after,
    .flex-row:before {
        display: none;
    }

.flex-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

    .flex-box > * {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.btn-search {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: 20px;
    color: #9b9b9b;
    cursor: pointer;
    text-align: center;
}

    .btn-search:before,
    .btn-search:after {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .btn-search:before {
        background: url(/images/2018/ico-search.png) no-repeat 50% 50%;
        background-size: 18px 18px;
        content: "";
    }

    .btn-search:after {
        font: normal normal normal 18px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: 0;
        content: "\f00d";
    }

.btn-grad {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 19px;
    font: 26px/30px 'Neo Sans W01 Medium', sans-serif;
    letter-spacing: .5px;
    color: #fff;
    background: #d41f28;
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(170,17,63,1) 50%); */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5YjEwNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjdhYTA0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNmOGE1MDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3JSIgc3RvcC1jb2xvcj0iI2YyOWUwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjglIiBzdG9wLWNvbG9yPSIjZjc5ODBhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmNjk0MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNlZjk1MGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMSUiIHN0b3AtY29sb3I9IiNmMjhmMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNlYThlMDUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNlYzhhMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxOCUiIHN0b3AtY29sb3I9IiNlYTgwMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiNlMjc1MTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNyUiIHN0b3AtY29sb3I9IiNlMjZjMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMSUiIHN0b3AtY29sb3I9IiNkYTVlMTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNkYjVjMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiNkODU4MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNyUiIHN0b3AtY29sb3I9IiNkNjUwMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNkMjUxMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNkMjRmMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkNTRhMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOSUiIHN0b3AtY29sb3I9IiNkMzQ3MjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiNjZTQ4MjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNjOTRjMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MiUiIHN0b3AtY29sb3I9IiNkMTQyMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNjODQ0MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiNkNzM5MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNjNDNkMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9IiNjNTNiMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0NyUiIHN0b3AtY29sb3I9IiNkMTMzMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OCUiIHN0b3AtY29sb3I9IiNjOTMyMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0OSUiIHN0b3AtY29sb3I9IiNjOTMyMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiNjNzJhMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNjNDJhMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNjMzIwMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNjNDIxMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNjNDIwMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MiUiIHN0b3AtY29sb3I9IiNjNDFlMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NCUiIHN0b3AtY29sb3I9IiNjNDIwMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNjMTIwMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNjYjFjMjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiNjNDIxMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNjNDIxMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNjNzFmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NyUiIHN0b3AtY29sb3I9IiNjNzFkMmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OCUiIHN0b3AtY29sb3I9IiNjNzFlMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3OSUiIHN0b3AtY29sb3I9IiNiZjI0MWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNjNjFmMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNiZjIzMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiNjNDIxMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzQyMTI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -webkit-gradient(linear,  left top, right top,  from(#f9b107),color-stop(2%, #f7aa04),color-stop(4%, #f8a507),color-stop(7%, #f29e08),color-stop(8%, #f7980a),color-stop(9%, #f6940b),color-stop(11%, #ef950d),color-stop(11%, #f28f0d),color-stop(15%, #ea8e05),color-stop(15%, #ec8a0d),color-stop(18%, #ea8010),color-stop(23%, #e27510),color-stop(27%, #e26c15),color-stop(31%, #da5e16),color-stop(32%, #db5c19),color-stop(33%, #d85817),color-stop(37%, #d6501b),color-stop(38%, #d25118),color-stop(38%, #d24f19),color-stop(39%, #d54a23),color-stop(39%, #d34723),color-stop(40%, #ce4822),color-stop(41%, #c94c1c),color-stop(42%, #d1421a),color-stop(44%, #c8441e),color-stop(45%, #d7391e),color-stop(46%, #c43d1f),color-stop(46%, #c53b21),color-stop(47%, #d13328),color-stop(48%, #c93229),color-stop(49%, #c9321d),color-stop(52%, #c72a25),color-stop(53%, #c42a22),color-stop(55%, #c32025),color-stop(60%, #c42126),color-stop(60%, #c4201f),color-stop(62%, #c41e2a),color-stop(64%, #c42021),color-stop(65%, #c12028),color-stop(67%, #cb1c21),color-stop(68%, #c42126),color-stop(75%, #c42126),color-stop(75%, #c71f1f),color-stop(77%, #c71d2a),color-stop(78%, #c71e25),color-stop(79%, #bf241f),color-stop(80%, #c61f29),color-stop(82%, #bf2324),color-stop(83%, #c42126),to(#c42126));
	background: linear-gradient(to right,  #f9b107 0%,#f7aa04 2%,#f8a507 4%,#f29e08 7%,#f7980a 8%,#f6940b 9%,#ef950d 11%,#f28f0d 11%,#ea8e05 15%,#ec8a0d 15%,#ea8010 18%,#e27510 23%,#e26c15 27%,#da5e16 31%,#db5c19 32%,#d85817 33%,#d6501b 37%,#d25118 38%,#d24f19 38%,#d54a23 39%,#d34723 39%,#ce4822 40%,#c94c1c 41%,#d1421a 42%,#c8441e 44%,#d7391e 45%,#c43d1f 46%,#c53b21 46%,#d13328 47%,#c93229 48%,#c9321d 49%,#c72a25 52%,#c42a22 53%,#c32025 55%,#c42126 60%,#c4201f 60%,#c41e2a 62%,#c42021 64%,#c12028 65%,#cb1c21 67%,#c42126 68%,#c42126 75%,#c71f1f 75%,#c71d2a 77%,#c71e25 78%,#bf241f 79%,#c61f29 80%,#bf2324 82%,#c42126 83%,#c42126 100%);*/
}
/*.btn-grad:hover,
.btn-grad:focus {
	opacity:.8;
	color:#fff;
}*/
.btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 54px;
    height: 54px;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate(-4%, 5%);
    transform: translate(-4%, 5%);
}

    .btn-play:hover {
        opacity: .8;
    }

    .btn-play:before {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -13px 0 0 -6px;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-left: 19px solid #fff;
        content: "";
    }

.bg-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

    .bg-img > img {
        display: none !important;
    }

.button-play {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 57px;
    height: 57px;
    border-radius: 100%;
    border: solid 3px #fff;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 19px 0 0;
}

    .button-play.button-play-md {
        margin: 1px 0 0;
        width: 42px;
        height: 42px;
    }

    .button-play:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }

    .button-play:before {
        content: '';
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        width: 25px;
        height: 29px;
        background: url(/images/2018/ico-play-white-00001.svg) no-repeat;
        background-size: 25px 29px;
        margin: -14px 0 0 -9px;
    }

    .button-play.button-play-md:before {
        width: 17px;
        height: 20px;
        background-size: 17px 20px;
        margin: -10px 0 0 -6px;
    }
/* header */
#header {
    position: relative;
    z-index: 150;
    color: #fff;
    background: #051522;
}

    #header .container-fluid {
        padding: 0 169px 0 250px;
    }

    #header .logo,
    #header .logoLondon,
    #header .logoCosford,
    #header .logoSupportUs {
        /* position: absolute;
	left: 38px;
	top: 48px;
	width: 190px;
	height: 120px;
	background: url(/images/2018/logo.png) no-repeat;
	background-size: 100% 100%;
	background-color: #fff; */
        width: 190px;
        height: 120px;
        background: url(/images/2018/logo.png) no-repeat;
        background-color: rgba(0, 0, 0, 0);
        background-size: auto auto;
        background-size: 100% 100%;
        background-color: #fff;
        display: block;
    }

    #header .logoLondon {
        background: url(/images/2018/london.png) no-repeat;
        background-size: 100% 100%;
        width: 304px;
        height: 120px;
    }

    #header .logoCosford {
        background: url(/images/2018/cosford.png) no-repeat;
        background-size: auto auto;
        background-size: 100% 100%;
        width: 304px;
        margin: 5px 0 0 0;
    }

    #header .logoSupportUs {
        background: url(/images/2018/support-us.jpg) no-repeat;
        background-size: auto auto;
        background-size: 100% 100%;
        width: 304px;
        margin: 5px 0 0 0;
    }

    #header .logo a {
        display: block;
        height: 100%;
    }

    #header .lbl {
        position: absolute;
        top: 0;
        right: 30px;
        border: solid #fff;
        border-width: 0 2px 2px;
    }

        #header .lbl img {
            vertical-align: top;
        }
/*.menu-hover .top-nav a,
.menu-hover .main-nav > ul > li > a,
.menu-hover .add-nav a { color:rgba(255,255,255,.4); }*/
/* header-top */
.header-top {
    padding: 6px 0 5px;
    text-align: right;
    background: #f3f3f3;
    color: #444444;
    /* background: rgb(57,74,89); */
    /* background: linear-gradient(90deg, rgba(57,74,89,0.5144432773109244) 10%, rgba(57,74,89,1) 10%); */
    /*background: #0b2b42;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMmI0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAxMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear,  left top, right top,  from(#0b2b42),to(#000103));
	background: linear-gradient(to right,  #0b2b42 0%,#000103 100%);*/
}

.alert-block {
    background-color: #CC1920;
    text-align: center;
    padding: 25px 5px 25px 5px;
    color: #FFF;
    font-weight: bold;
}

    .alert-block .slick-slide {
        padding: 0 0 2px;
    }

        .alert-block .slick-slide .block-admission {
            font: 28px/30px 'Neo Sans W01 Medium', Arial, sans-serif;
        }

/* top-nav */
.top-nav {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .top-nav li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 19px;
        font: 15px/19px 'Neo Sans W01 Medium', sans-serif;
        text-transform: uppercase;
    }

        .top-nav li:before {
            position: absolute;
            top: 50%;
            right: 0;
            width: 2px;
            height: 26px;
            margin-top: -13px;
            background: rgba(255,255,255,.25);
            content: "";
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }

    .top-nav a:hover,
    .top-nav a:focus {
        /*color:rgba(255,255,255,.4);*/
        color: #CC1920;
    }
/* search-holder */
.search-holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 1px 0 23px;
    font-size: 0;
    line-height: 0;
}

    .search-holder .search-wrap {
        position: absolute;
        top: -11px;
        right: 100%;
        z-index: 10;
        width: 279px;
        margin-right: 10px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.search-form {
    position: relative;
    overflow: hidden;
    padding: 0 40px 0 0;
    border-radius: 6px;
    border-bottom: 1px solid #9B9B9B;
    border-radius: 0;
}

    .search-form .row {
        margin: 0;
    }

    .search-form .mark,
    .search-form label {
        display: none;
    }

    .search-form .form-control {
        height: 36px;
        background: none;
        color: #CC1920;
        padding: 7px 20px;
        border: none;
        border-radius: 0;
        font: 500 17px/22px 'Neo Sans W01 Medium', Arial, sans-serif;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-appearance: none;
    }

    .search-form input[type="text"]::-moz-placeholder {
        color: #CC1920;
        opacity: 1;
    }

    .search-form input[type="text"]:-ms-input-placeholder {
        color: #CC1920;
    }

    .search-form input[type="text"]::-webkit-input-placeholder {
        color: #CC1920;
    }

    .search-form .button {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 36px;
        font-size: 0;
        line-height: 0;
        border: none;
        padding: 0;
        background: url(/images/2018/ico-search.png) no-repeat 0 50%;
        background-size: 18px 18px;
    }

        .search-form .button:hover {
            opacity: .8;
        }

.search-opened .search-holder .search-wrap {
    visibility: visible;
    opacity: 1;
}

.search-opened .btn-search:before {
    opacity: 0;
}

.search-opened .btn-search:after {
    opacity: 1;
}

.search-opened .top-nav {
    visibility: hidden;
    opacity: 0;
}
/* header-bottom */
.header-bottom {
    padding: 40px 0 45px;
    height: 55px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: right;
    background: #FFF;
    /*background: #0b2a3f;
	background: -webkit-gradient(linear,  left top, left bottom,  from(#0b2a3f),to(#051522));
	background: linear-gradient(to bottom,  #0b2a3f 0%,#051522 100%);*/
}

    .header-bottom .container-fluid a.site-logo {
        float: left;
        position: absolute;
        left: 0;
        top: 38px;
        display: block;
        background: #fff;
        padding: 0px;
        padding-left: 20px;
        height: 50px;
    }
/* main-nav */
.main-nav {
    display: inline-block;
    vertical-align: middle;
    color: #444;
    /* color:#002e5f; */
}

    .main-nav > ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

        .main-nav > ul > li {
            display: inline-block;
            vertical-align: top;
            font: 22px/25px 'Neo Sans W01 Medium', sans-serif;
            letter-spacing: .5px;
        }

        .main-nav > ul > .has-drop:nth-child(3n+3) {
            color: #4e4e4e;
            font-weight: normal;
            font: 22px/26px 'Neo Sans W01 Medium', sans-serif;
        }

        .main-nav > ul > .has-drop:hover {
            margin-bottom: -65px;
            padding-bottom: 65px;
        }

        .main-nav > ul > li:hover > .dropdown-block {
            visibility: visible;
            opacity: 1;
        }

        .main-nav > ul > li > a {
            display: inline-block;
            vertical-align: top;
            position: relative;
            padding: 0 31px;
        }

        .main-nav > ul > .has-drop > a:before {
            position: absolute;
            left: 50%;
            bottom: -60px;
            margin-left: -13px;
            border-left: 13px solid transparent;
            border-right: 13px solid transparent;
            border-bottom: 17px solid #0c2c43;
            visibility: hidden;
            opacity: 0;
            cursor: default;
            content: "";
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .main-nav > ul > .has-drop:hover > a:before {
            visibility: visible;
            opacity: 1;
        }

        .main-nav > ul > li > a:after {
            position: absolute;
            top: 50%;
            left: 0;
            width: 2px;
            height: 42px;
            margin-top: -20px;
            /* background:rgba(255,255,255,.25); */
            /* background: #4a4a4a; */
            background: #eee;
            cursor: default;
            pointer-events: none;
            content: "";
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .main-nav > ul > li:first-child > a:after {
            display: none;
        }

        .main-nav > ul > li > a:hover,
        .main-nav > ul > li > a:focus {
            /*color:rgba(255,255,255,.4);*/
            color: #002e5f;
        }

        .main-nav > ul > li:hover > a {
            /*color:#fff;*/
            color: #002e5f;
        }
/* dropdown-block */
.dropdown-block {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    background: #0c2c43;
    font: 16px/24px 'Roboto', sans-serif;
    text-align: left;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/* dropdown-tabs */
.dropdown-tabs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

    .dropdown-tabs .row {
        margin: 0 -30px;
    }

    .dropdown-tabs [class*="col-"] {
        padding: 0 30px;
    }

    .dropdown-tabs .tab-nav {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: 251px;
        list-style: none;
        margin: 0;
        padding: 0;
        background: #0a5081;
        font-size: 23px;
        line-height: 27px;
        color: #fff;
    }

        .dropdown-tabs .tab-nav li {
            position: relative;
            margin: 0 0 -2px;
        }

            .dropdown-tabs .tab-nav li:last-child {
                margin: 0;
            }

            .dropdown-tabs .tab-nav li + li:before {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                height: 2px;
                background: rgba(255,255,255,.2);
                content: "";
            }

        .dropdown-tabs .tab-nav a {
            display: table-cell;
            vertical-align: middle;
            position: relative;
            z-index: 5;
            width: 1%;
            height: 93px;
            padding: 10px 32px;
        }

            .dropdown-tabs .tab-nav a:hover,
            .dropdown-tabs .tab-nav a:focus,
            .dropdown-tabs .tab-nav .active a {
                background: #0c2c43;
                color: inherit;
            }

        .dropdown-tabs .tab-nav .active a {
            font-weight: 700;
        }

    .dropdown-tabs .tab-content {
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        color: rgba(255,255,255,.6);
    }

    .dropdown-tabs .tab-pane {
        padding: 56px 104px 0 60px;
    }

        .dropdown-tabs .tab-pane a:hover,
        .dropdown-tabs .tab-pane a:focus {
            color: rgba(255,255,255,.4);
        }

    .dropdown-tabs h4 {
        padding: 0 0 14px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        font-size: 22px;
        line-height: 26px;
        color: #fff;
    }

        .dropdown-tabs h4 + h4,
        .dropdown-tabs p + h4 {
            margin-top: 48px;
        }

    .dropdown-tabs p + h5 {
        margin-top: 37px;
    }

    .dropdown-tabs h5 + h5 {
        margin-top: 34px;
    }

    .dropdown-tabs h5 {
        padding: 0 0 15px;
        border-bottom: 1px solid rgba(255,255,255,.2);
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #fff;
    }

    .dropdown-tabs p {
        margin: 0;
    }

    .dropdown-tabs .block {
        margin: 26px -47px 26px 86px;
        font-size: 18px;
        line-height: 22px;
        color: #fff;
    }

        .dropdown-tabs .block .row {
            margin: 0 -10px;
        }

        .dropdown-tabs .block [class*="col-"] {
            padding: 0 10px;
        }

    .dropdown-tabs h3 {
        margin: 0 0 22px;
        font-size: 40px;
        line-height: 44px;
        text-transform: uppercase;
        color: #fff;
    }

    .dropdown-tabs .contact-list {
        list-style: none;
        margin: 0 0 24px;
        padding: 0;
        font-size: 24px;
        line-height: 30px;
    }

    .dropdown-tabs .block a {
        text-decoration: underline;
    }

        .dropdown-tabs .block a:hover,
        .dropdown-tabs .block a:focus {
            text-decoration: none;
            color: #fff;
        }

    .dropdown-tabs .schedule-list {
        list-style: none;
        margin: 0 0 0 25px;
        padding: 7px 10px 21px 18px;
        font: 500 16px/25px 'Roboto', Arial, sans-serif;
        /* background: #df0156;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZGYwMTU2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVkMjA1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: linear-gradient(45deg,  #df0156 0%,#5d2059 100%); */
        background: #d41f28;
    }
/* add-nav */
.add-nav {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: -3px -30px 0 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

    .add-nav li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 30px;
        font: 22px/26px 'Neo Sans W01 Medium', sans-serif;
        letter-spacing: .5px;
        color: #002e5f;
        font-weight: bold;
    }

        .add-nav li:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 2px;
            height: 42px;
            margin-top: -20px;
            /* background:rgba(255,255,255,.25); */
            background: #eee;
            content: "";
            -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
        }

    .add-nav a {
        color: #4e4e4e;
        font-weight: normal;
    }

    .add-nav .ico {
        display: inline-block;
        vertical-align: middle;
        margin: -5px 12px 0 0;
        opacity: .5;
    }

    .add-nav a:hover,
    .add-nav a:focus {
        /*color:rgba(255,255,255,.4);*/
        color: #002e5f;
    }
/* video-box */
.video-box {
    position: relative;
    height: 349px;
    margin: -56px -104px 0 -10px;
    background-position: 50% 50%;
    background-size: cover;
}

    .video-box:before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 29.54%;
        content: "";
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBjMmM0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYzJjNDMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, right top, from(rgba(12,44,67,1)),to(rgba(12,44,67,0)));
        background: linear-gradient(to right, rgba(12,44,67,1) 0%,rgba(12,44,67,0) 100%);
    }

    .video-box > img {
        display: none;
    }

/*events-area*/
.events-area .holder {
    margin-bottom: 20px;
}

.events-area .events-post,
.block-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .events-area .events-post li,
    .block-posts .post {
        margin-bottom: 20px;
        min-height: 118px;
        padding-left: 0;
    }

        .block-posts .post img {
            min-height: 123px;
        }

        .events-area .events-post li:after {
            content: '';
            clear: both;
            display: block;
        }

        .events-area .events-post li .img,
        .block-posts .post .img-holder {
            float: left;
            border: 1px solid #c6d0d9;
            padding: 2px;
            margin-right: 19px;
            width: 30.6%;
        }

        .block-posts .post h3 {
            margin-bottom: 0px;
            font-size: 26px;
        }

.content a {
    color: rgb(10, 80, 129);
    text-decoration: underline;
}

    .content a:hover {
        color: rgb(10, 80, 129);
        text-decoration: none;
    }

.content .text-holder {
    margin: 0px;
    padding: 0px;
}

.content .text a {
    color: #0a5081;
    text-decoration: none;
}

    .content .text a:hover {
        color: #fff;
        text-decoration: none;
    }

.content .events-post .text a:hover {
    color: #0a5081;
    text-decoration: underline;
}

.content .block-posts h2 {
    font-size: 22px;
    margin: 0px;
}

.content .block-posts p {
    font-size: 15px;
}

.events-area .events-post li .img img,
.block-posts .post .img-holder img {
    width: 100%;
    vertical-align: top;
}

.events-area .events-post li .text,
.block-posts .post .img .text {
    overflow: hidden;
}

#content .events-area .events-post li p,
.content .events-area .events-post li p,
.events-area .events-post li p {
    margin: 0;
}

.events-area .events-post .btn-submit {
    display: none;
}

.events-area .events-post h3 {
    color: #0B507F;
    font-size: 21px;
    line-height: 23px;
    margin: -2px 0 2px;
}

.events-area .events-post time {
    font-weight: 200;
    display: block;
    margin-bottom: 3px;
}

.events-area .columns:after {
    content: '';
    clear: both;
    display: block;
}

.events-area .columns .col {
    float: left;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .events-area .columns .col.large {
        width: 68%;
        padding-right: 23px;
    }

.events-area .widget-blockquote {
    margin-bottom: 35px;
}

    .events-area .widget-blockquote:before {
        right: 34px;
    }

.content .events-area p,
#content .events-area p {
    margin-bottom: 16px;
}

/* visit-section */
.visit-section {
    position: relative;
    z-index: 5;
    padding: 87px 0 101px;
}

    .visit-section:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        z-index: -1;
        height: 170px;
        content: "";
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.15)),to(rgba(0,0,0,0)));
        background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%);
    }

    .visit-section .row {
        position: relative;
    }

    .visit-section h2 {
        margin: 0 0 36px;
        font-size: 54px;
        line-height: 58px;
        font-weight: 400;
        letter-spacing: 1px;
        text-align: center;
    }

        .visit-section h2 strong {
            font-weight: 700;
        }

    .visit-section .lead {
        margin: 0 0 22px;
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
    }

    .visit-section p {
        margin: 0 0 19px;
    }

    .visit-section .video-block {
        margin: 14px -21px 0 0;
    }

    .visit-section .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: .6;
        background-position: 100% 100%;
        /*background-size: 1600px auto;*/
        background-repeat: no-repeat;
    }

        .visit-section .bg > img {
            display: none;
        }
/* side-ttl */
.side-ttl {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 216px;
    white-space: nowrap;
}

    .side-ttl h3 {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 6px 0 0 2px;
        font-weight: 400;
        letter-spacing: .5px;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
    }
/* video-block */
.video-block {
    position: relative;
    height: 336px;
    background-position: 50% 50%;
    background-size: cover;
}

    .video-block:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,.3);
        content: "";
    }

    .video-block > img {
        display: none;
    }

    .video-block .play {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 10;
        font-size: 70px;
        color: #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .video-block .play:hover {
            opacity: .8;
        }

    .video-block figcaption {
        position: relative;
        z-index: 10;
        overflow: hidden;
        padding: 13px 19px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
    }

    .video-block .list {
        float: right;
        list-style: none;
        margin: 2px 2px 0 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
    }

        .video-block .list li {
            display: inline-block;
            vertical-align: middle;
            padding: 0 6px;
        }

        .video-block .list img {
            vertical-align: top;
        }

        .video-block .list a:hover {
            opacity: .8;
        }

    .video-block h4 {
        overflow: hidden;
        margin: 0;
        font: 18px/22px 'Roboto', sans-serif;
        color: #fff;
    }
/* visual-slider */
.visual-slider {
    background: #001b2e;
    color: #fff;
}

    .visual-slider .container,
    .visual-slider .slick-dots {
        width: 1470px;
        max-width: 100%;
        padding-left: 35px;
        padding-right: 35px;
    }

    .visual-slider .holder {
        display: table-cell;
        vertical-align: bottom;
        width: 1%;
        height: 720px;
        padding-top: 40px;
        padding-bottom: 240px;
    }

    .visual-slider h1,
    .visual-slider h2 {
        margin-top: 0;
        margin-bottom: 15px;
        color: inherit;
        font-weight: 400;
        font-size: 70px;
        line-height: .82em;
        font-family: 'Neo Sans W01 Medium', Arial, sans-serif;
        text-transform: uppercase;
        letter-spacing: .02em;
    }

    .visual-slider .str {
        display: block;
        margin-left: -.05em;
    }

    .visual-slider .str-2 {
        /*font-size: 138px;
	line-height: .83em;
	letter-spacing: .045em;*/
        font-size: 70px;
        line-height: .95em;
        letter-spacing: .04em;
        margin-left: -.07em;
    }

    .visual-slider .str-3 {
        font-size: 70px;
        line-height: .95em;
        letter-spacing: .04em;
        margin-left: -.07em;
    }

    .visual-slider .slick-dots {
        left: 0;
        right: 0;
        bottom: 212px;
        margin-left: auto;
        margin-right: auto;
    }
/* quote-section */
.quote-section {
    position: relative;
    z-index: 10;
    padding: 60px 0 89px;
}

    .quote-section .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background-position: 50% 50%;
        background-size: cover;
        content: "";
    }

        .quote-section .bg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            bottom: 73%;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
            background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
        }

        .quote-section .bg > img {
            display: none;
        }

    .quote-section .container {
        position: relative;
    }

    .quote-section .side-ttl {
        left: 100%;
        right: auto;
    }

        .quote-section .side-ttl h3 {
            margin: 6px 0 0 -4px;
        }

    .quote-section blockquote {
        margin: 0;
        padding: 59px 0 0;
        border: none;
    }

        .quote-section blockquote q {
            display: block;
            margin: 0 0 2px;
            font: 54px/54px 'Neo Sans W01 Medium', sans-serif;
            letter-spacing: 1px;
            color: #0a5081;
            quotes: none;
        }

            .quote-section blockquote q:before,
            .quote-section blockquote q:after {
                color: #F5A623;
            }

            .quote-section blockquote q:before {
                content: "\201c";
            }

            .quote-section blockquote q:after {
                content: "\201d";
            }

    .quote-section cite {
        display: block;
        padding: 0 0 0 7px;
        font-size: 18px;
        line-height: 27px;
        font-style: normal;
        letter-spacing: .5px;
        color: #000;
        font-weight: bold;
    }

        .quote-section cite:before {
            margin-right: 5px;
            content: "\2014";
        }

    .quote-section .info-item {
        font: 16px/25px 'Roboto', Arial, sans-serif;
    }

        .quote-section .info-item .text {
            vertical-align: top;
            height: 200px;
        }

        .quote-section .info-item .text-inner {
            max-height: 137px;
        }

        .quote-section .info-item h3 {
            margin: 0 0 19px;
            font-family: 'Neo Sans W01 Medium', Arial, sans-serif;
        }
/* info-item */
.info-item {
    background: #fff;
    font: 18px/26px 'Roboto', sans-serif;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .info-item .img {
        position: relative;
        overflow: hidden;
    }

        .info-item .img:before {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 5;
            opacity: 0;
            content: "";
            /* background: #e30252;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTMwMjUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwMjE1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: linear-gradient(45deg,  #e30252 0%,#602158 100%); */
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .info-item .img-inner {
        height: 0;
        padding-bottom: 72.2%;
        background-position: 50% 50%;
        background-size: cover;
        -webkit-transition: all .6s;
        transition: all .6s;
    }

        .info-item .img-inner > img {
            display: none;
        }

    .info-item .img .share {
        position: absolute;
        top: 19px;
        right: 19px;
        z-index: 10;
        opacity: 0;
    }

    .info-item .date {
        position: absolute;
        left: 30px;
        bottom: 20px;
        z-index: 10;
        padding: 3px 8px;
        font: 700 14px/18px 'Roboto', Arial, sans-serif;
        letter-spacing: .5px;
        background: #fff;
        color: #0a5081;
    }

        .info-item .date .sep {
            margin: 0 4px;
        }

    .info-item figcaption {
        position: relative;
        z-index: 10;
        padding: 0 30px;
    }

        .info-item figcaption:before {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            opacity: 0;
            content: "";
            background: #0A5081;
            /*background: #e30252;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTMwMjUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwMjE1OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: linear-gradient(45deg,  #e30252 0%,#602158 100%);*/
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .info-item .text {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        height: 173px;
        padding: 10px 0;
    }

    .info-item .text-inner {
        max-height: 102px;
    }

    .info-item h3 {
        margin: 0 0 8px;
        line-height: 34px;
    }

        .info-item h3 a:hover,
        .info-item h3 a:focus {
            color: inherit;
        }

    .info-item p {
        margin: 0;
    }

    .info-item footer {
        position: relative;
        z-index: 10;
        margin: 0 -30px;
        padding: 13px 60px 13px 30px;
        font-size: 16px;
        line-height: 20px;
        color: #fff;
    }

        .info-item footer:before {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
            content: "";
            background: #0A5081;
            /* background:#002e5f; */
            /*background: #de0353;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFmNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear,  left top, right top,  from(#de0353),to(#5e1f58));
	background: linear-gradient(to right,  #de0353 0%,#5e1f58 100%);*/
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .info-item footer:after {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            height: 1px;
            background: #fff;
            opacity: 0;
            content: "";
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .info-item footer .share {
            top: 50%;
            right: 30px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .info-item .share {
        position: absolute;
        font-size: 20px;
        color: #fff;
    }

        .info-item .share:hover,
        .info-item .share:focus,
        .info-item:hover .img .share:hover,
        .info-item:hover .img .share:focus {
            color: #fff;
            opacity: .8;
        }

    .info-item:hover .img-inner {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .info-item:hover {
        color: #fff;
    }

        .info-item:hover a {
            color: #fff;
        }

        .info-item:hover .img:before {
            opacity: .6;
        }

        .info-item:hover .img .share,
        .info-item:hover figcaption:before {
            opacity: 1;
        }

        .info-item:hover footer:before {
            opacity: 0;
        }

        .info-item:hover footer:after {
            opacity: .3;
        }

        .info-item:hover h3 {
            color: #fff;
        }
/* scroll-section */
.scroll-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: #f5f1ee;
}

    .scroll-section.white-bg,
    .scroll-section.white-bg .scroll-frame:before {
        background-color: #fff;
    }

        .scroll-section.white-bg .info-item {
            background-color: #f4f1ee;
        }

    .scroll-section .container {
        position: relative;
    }

    .scroll-section .side-ttl {
        z-index: 30;
    }

        .scroll-section .side-ttl h3 {
            margin: -33px 0 0 1px;
        }
/* scroll-frame */
.scroll-frame {
    position: relative;
}

    .scroll-frame:before {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 0;
        z-index: 20;
        width: 9999px;
        background: #f5f1ee;
        content: "";
    }

    .scroll-frame .row {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
    }

        .scroll-frame .row:before,
        .scroll-frame .row:after {
            display: none;
        }

    .scroll-frame [class*="col-"] {
        width: auto;
    }

    .scroll-frame .mCustomScrollBox {
        overflow: visible;
    }

    .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
        margin-bottom: 0;
        padding-bottom: 52px;
    }

    .scroll-frame .mCSB_scrollTools {
        opacity: 1;
    }

        .scroll-frame .mCSB_scrollTools.mCSB_scrollTools_horizontal {
            height: 5px;
        }

            .scroll-frame .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
            .scroll-frame .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
                height: 100%;
                margin: 0;
            }

        .scroll-frame .mCSB_scrollTools .mCSB_draggerRail {
            background: #dcdcdc;
        }

        .scroll-frame .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            background: #0c507f;
        }

    .scroll-frame .info-item {
        width: 277px;
    }
/* slick-dots */
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
}

    .slick-dots > li {
        display: inline-block;
        vertical-align: top;
        font-size: 15px;
        line-height: 1em;
        letter-spacing: 0;
        margin: 0 23px 0 0;
    }

    .slick-dots button {
        display: block;
        width: 17px;
        height: 17px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 50%;
        font-size: 0;
        line-height: 0;
        background: #fff;
        opacity: .3;
    }

        .slick-dots button:hover,
        .slick-dots .slick-active button {
            opacity: 1;
        }
/* specific-bar */
.specific-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}

    .specific-bar > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        min-width: 50%;
        max-width: 50%;
        margin-top: 4px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
    }

    .specific-bar.cols-3 > * {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%;
    }

    .specific-bar.cols-4 > * {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        min-width: 25%;
        max-width: 25%;
    }

.btn-visit {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 180px;
    padding: 10px 15px 10px 45px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Neo Sans W01 Medium', Arial, sans-serif;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

    .btn-visit:before,
    .btn-visit:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        mix-blend-mode: multiply;
    }

    .btn-visit:before {
        background-color: rgba(0,0,0, .3);
        opacity: 0;
    }

    .btn-visit:hover {
        color: #fff;
        text-decoration: none;
    }

    .btn-visit > img {
        display: none;
    }

    .btn-visit .city-name {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        background: rgba(255,255,255, .2);
        color: #fff;
        width: 44px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        line-height: 21px;
    }

    .btn-visit.purple .city-name {
        background: #dd4c53;
    }

    .btn-visit .city-name p {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        width: 178px;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 13px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .btn-visit .hold {
        position: relative;
        z-index: 5;
        text-align: center;
        min-width: 100%;
    }

    .btn-visit h3 {
        color: inherit;
        font-weight: 700;
        font-size: 60px;
        line-height: 63px;
        letter-spacing: .025em;
        margin-top: 9px;
        margin-bottom: 12px;
    }

    .btn-visit ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        letter-spacing: -6px;
    }

    .btn-visit li {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        line-height: 23px;
        letter-spacing: .02em;
    }

        .btn-visit li + li:before {
            content: '|';
            position: relative;
            top: -1px;
            margin-left: 19px;
            margin-right: 19px;
        }

    .btn-visit.purple:after {
        /*background: #e50151;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1MDE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iIzVjMWY1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YzFmNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#e50151),color-stop(59%, #5c1f57),to(#5c1f57));
	background: linear-gradient(to right, #e50151 0%,#5c1f57 59%,#5c1f57 100%);*/
        /* background: rgb(0,46,95);
	background: linear-gradient(90deg, rgba(0,46,95,1) 25%, rgba(0,46,95,1) 74%); */
        background: #dd4c53;
    }

    .btn-visit.red:after {
        /*background: #fdb801;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkYjgwMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2MyMjAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMjIwMjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#fdb801),color-stop(59%, #c22025),to(#c22025));
	background: linear-gradient(to right, #fdb801 0%,#c22025 59%,#c22025 100%);*/
        /* background: rgb(110,153,212);
	background: linear-gradient(90deg, rgba(110,153,212,1) 25%, rgba(110,153,212,1) 74%); */
        background: #0A5081;
    }

    .btn-visit.red .city-name {
        background: #3b5667;
    }

    .btn-visit:hover:before,
    .btn-visit:hover:before {
        opacity: 1;
    }

.not-support-mix-blend-mode .btn-visit:after {
    opacity: .6;
}
/* exhibition-slider */
.exhibition-slider {
    position: relative;
    padding-top: 87px;
}

    .exhibition-slider .slider {
        position: static;
        margin-left: -2px;
        margin-right: -2px;
    }

    .exhibition-slider .slick-arrow {
        position: absolute;
        top: 13.5vw;
        z-index: 20;
        width: 108px;
        height: 108px;
        margin: -54px 0 0;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: #F5A623;
        color: #4e4e4e;
        font-size: 0;
        line-height: 0;
    }

        .exhibition-slider .slick-arrow:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            width: 26px;
            height: 26px;
            border-style: solid;
            border-width: 6px 6px 0 0;
        }

    .exhibition-slider .slick-prev {
        left: -54px;
    }

        .exhibition-slider .slick-prev:before {
            left: 50%;
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

    .exhibition-slider .slick-next {
        right: -54px;
    }

        .exhibition-slider .slick-next:before {
            right: 50%;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

    .exhibition-slider .slick-arrow:hover {
        color: #000;
    }

    .exhibition-slider .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .exhibition-slider .slick-track:before,
        .exhibition-slider .slick-track:after {
            display: none;
        }

    .exhibition-slider .slide-item {
        padding-left: 2px;
        padding-right: 2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: auto;
    }

.exhibition-item {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #444;
    background: #fff;
}

a.exhibition-item {
    text-decoration: none;
    color: #0a5081;
}

    a.exhibition-item p {
        text-decoration: none;
        color: #333;
    }

.exhibition-item:hover {
    text-decoration: none;
    color: #444;
    background-color: #e8e8e8;
}

.exhibition-item .hold {
    overflow: hidden;
    position: relative;
    padding-bottom: 69.27%;
}

    .exhibition-item .hold .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.exhibition-item:hover .hold .bg-img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.exhibition-item .descr {
    position: relative;
    padding: 36px 20px 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 100%;
}

.exhibition-item .lbl {
    position: absolute;
    bottom: 100%;
    margin-right: 20px;
    margin-bottom: 19px;
    padding: 3px 8px 4px;
    background: #fff;
    color: #0a5081;
    text-transform: uppercase;
    letter-spacing: .03em;
    font: 700 14px/17px 'Roboto', Arial, sans-serif;
}

.exhibition-item .descr h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    letter-spacing: .025em;
    margin-top: 0;
    margin-bottom: 16px;
    color: #0a5081;
}

.exhibition-item .descr p {
    margin: 0;
    letter-spacing: .025em;
}
/* historic-slider */
.historic-slider {
    color: #fff;
    background: #000;
    font-family: 'Roboto', Arial, sans-serif;
    z-index: 5;
}

    .historic-slider .slick-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 133px;
        z-index: 20;
        text-align: center;
    }

        .historic-slider .slick-dots > li {
            margin-left: 10px;
            margin-right: 10px;
        }

        .historic-slider .slick-dots button {
            width: 14px;
            height: 14px;
        }

    .historic-slider .slick-list {
        overflow: visible;
    }

    .historic-slider .slide-item {
        position: relative;
    }

    .historic-slider .bg-img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .historic-slider .bg-img:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: .6;
            /*background: #0b2c42;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMmM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, from(#0b2c42),to(#000000));
	background: linear-gradient(to bottom, #0b2c42 0%,#000000 100%);*/
            /* background: rgb(170,17,63); */
            /* background: linear-gradient(90deg, rgba(170,17,63,1) 0%, rgba(9,1,37,1) 62%); */
            background: #0B2C42;
        }

    .historic-slider .container {
        position: relative;
        z-index: 5;
        max-width: 940px;
    }

    .historic-slider .cell {
        display: table-cell;
        vertical-align: bottom;
        text-align: center;
        width: 1%;
        height: 500px;
        padding: 20px 0 172px;
    }

    .historic-slider h3 {
        color: inherit;
        text-transform: uppercase;
        letter-spacing: .04em;
        font-weight: 700;
        font-size: 54px;
        line-height: 1em;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .historic-slider .name-str {
        display: block;
        margin-bottom: 18px;
        font-weight: 400;
        font-size: 34px;
        line-height: 37px;
        text-transform: uppercase;
        letter-spacing: .02em;
    }

    .historic-slider .descr {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
    }

        .historic-slider .descr .holder {
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
            padding: 0 37px 35px;
            width: 460px;
        }

        .historic-slider .descr h4 {
            color: inherit;
            font-weight: 700;
            font-size: 34px;
            line-height: 37px;
            letter-spacing: .025em;
            margin-top: 0;
            margin-bottom: 6px;
        }

        .historic-slider .descr .label {
            border-radius: 0;
            font-weight: 700;
            font-size: 14px;
            line-height: 1em;
            text-transform: uppercase;
            padding: 5px 11px;
            margin-right: 15px;
        }

    .historic-slider .tags-list {
        display: inline-block;
        vertical-align: top;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        letter-spacing: -6px;
    }

        .historic-slider .tags-list > li {
            display: inline-block;
            vertical-align: top;
            font-size: 18px;
            line-height: 21px;
            letter-spacing: .025em;
            padding: 4px 0;
        }

            .historic-slider .tags-list > li + li:before {
                content: '|';
                position: relative;
                top: -1px;
                margin-left: 7px;
                margin-right: 7px;
            }

    .historic-slider .triangle-wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        overflow: hidden;
        width: 597px;
    }

    .historic-slider .triangle-holder {
        position: relative;
        top: 40%;
        overflow: hidden;
        width: 150%;
        height: 100%;
        margin-left: -50%;
        /*background: #c22025;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyMjAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ2JSIgc3RvcC1jb2xvcj0iI2MyMjAyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmJlMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, right top, from(#c22025),color-stop(46%, #c22025),to(#ffbe00));
	background: linear-gradient(to right, #c22025 0%,#c22025 46%,#ffbe00 100%);*/
        /* background: rgb(170,17,63);  */
        /* background: linear-gradient(90deg, rgba(170,17,63,1) 0%, rgba(9,1,37,1) 62%); */
        /* background: #0B2C42; */
        background: #D41F28;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
        opacity: .8;
    }

    .historic-slider .photo-wrap {
        position: absolute;
        top: -60px;
        left: 0;
        bottom: 0;
        z-index: 4;
        overflow: hidden;
        width: 250px;
    }

    .historic-slider .photo,
    .historic-slider .bg-decor {
        position: absolute;
        right: 100%;
        bottom: 150px;
        z-index: 3;
        margin-right: -231px;
        border-radius: 232px;
        overflow: hidden;
        text-align: right;
        width: 630px;
        height: 466px;
    }

        .historic-slider .photo img {
            position: absolute;
            right: 0;
            bottom: 0;
            max-width: 54%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .historic-slider .bg-decor {
        background: #d41f28;
    }
/* numbers-section */
.numbers-section {
    padding: 84px 0 80px;
    position: relative;
    background: #fff;
    display: none;
}

    .numbers-section .bg-img {
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        width: 46%;
        opacity: .33;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

        .numbers-section .bg-img:before {
            content: '';
            position: absolute;
            z-index: 2;
            bottom: 0;
            top: 0;
            right: 0;
            width: 55%;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),to(rgba(255,255,255,1)));
            background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        }

        .numbers-section .bg-img > img {
            display: none;
        }

    .numbers-section .container {
        position: relative;
        z-index: 3;
    }

    .numbers-section .side-ttl {
        left: 100%;
        right: auto;
    }

        .numbers-section .side-ttl h3 {
            margin: 6px 0 0 -4px;
        }

.numbers-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
    text-align: center;
}

    .numbers-list li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 20px 20px;
        font: 400 20px/28px 'Roboto', Arial, sans-serif;
    }

    .numbers-list h3 {
        font: 700 120px/80px 'Neo Sans W01 Medium', Arial, sans-serif;
        color: #0a5081;
        margin: 0 0 39px;
    }

    .numbers-list span {
        display: block;
        font-size: 36px;
        line-height: 34px;
        margin-bottom: 8px;
    }

    .numbers-list p {
        margin: 0 0 20px;
    }

    .numbers-list .btn {
        text-transform: uppercase;
    }
/* elements */
.visual-section {
    margin: 0;
    position: relative;
    min-height: 198px;
}

    .visual-section .img {
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

    .visual-section [class^="slick"] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .visual-section.slideshow figcaption {
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 0;
    }

    .visual-section.slideshow.fade-in figcaption {
        opacity: 1;
    }

    .visual-section .img:before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #0A5081;
        /* background: rgb(17,175,160);
	-webkit-gradient(linear, left top, right top, from(rgba(17,175,160,1)),to(rgba(4,82,136,1)));
	background: linear-gradient(to right, rgba(17,175,160,1) 0%,rgba(4,82,136,1) 100%); */
        mix-blend-mode: multiply;
    }

.not-support-mix-blend-mode .visual-section .img:before {
    opacity: 0.8;
}

.visual-section .img > img {
    display: none;
}

.visual-section figcaption {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    height: 198px;
    position: relative;
    z-index: 20;
}

    .visual-section figcaption .container-fluid {
        padding: 20px 71px 25px;
    }

    .visual-section figcaption h1 {
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        font: 700 90px/94px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 2.5px;
    }

.info-boxes {
    font-size: 0;
    line-height: 0;
    padding: 3px 0 0;
    position: relative;
    z-index: 10;
}

    .info-boxes > .row {
        margin-left: -2px;
        margin-right: -2px;
    }

        .info-boxes > .row > div[class^="col-"] {
            padding-left: 2px;
            padding-right: 2px;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

.info-box {
    position: relative;
    min-height: 178px;
    padding: 0 0 0 44px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .info-box .img {
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
    }

        .info-box .img:before {
            content: '';
            position: absolute;
            z-index: 5;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            mix-blend-mode: multiply;
        }

    .info-box.color-purple .img:before {
        background: #D41F28;
    }

    .info-box.color-blue .img:before {
        background: #0A5081;
    }

    .info-box.color-black .img:before {
        background: #4a4a4a;
    }

    .info-box.color-black .img.remove-bg:before {
        background: none;
    }

.not-support-mix-blend-mode .info-box .img:before {
    opacity: 0.8;
}

.info-box .img > img {
    display: none;
}

.info-box .side-title {
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;
    width: 44px;
    background: rgba(238, 238, 238, 0.2);
    overflow: hidden;
    font: 700 18px/22px 'Neo Sans W01 Medium', Arial, sans-serif;
    letter-spacing: 0.2px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.info-box.color-blue .side-title {
    background: rgba(238, 238, 238, 0.2);
}

.info-box.color-green .side-title {
    background: rgba(12, 44, 67, 0.2);
}

.info-box .side-title > span,
.info-box .side-title > p {
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    margin: 0 0 0 10px;
}

.info-box .box-body {
    position: relative;
    z-index: 15;
    color: #fff;
    font: 24px/30px 'Neo Sans W01 Medium', Arial, sans-serif;
    text-align: center;
    padding: 15px 10px;
    width: 100%;
}

    .info-box .box-body a:hover {
        color: white;
        text-decoration: underline;
    }

.info-box .schedule-title {
    display: block;
    color: #fff;
    font: 500 16px/20px 'Neo Sans W01 Medium', sans-serif;
    letter-spacing: 0.3px;
    padding: 0 0 10px;
    margin: -8px 0 0;
}

.info-box .schedule-val {
    display: block;
    color: #fff;
    font-size: 41px;
    line-height: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 0 3px;
}

.info-box .schedule-note {
    display: block;
    color: #fff;
    opacity: 0.5;
    font: 500 16px/20px 'Neo Sans W01 Medium', sans-serif;
    letter-spacing: 0.3px;
}

.info-box .title {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 2px 0 1px;
}

.info-box p {
    margin: 0 0 5px;
    padding: 0 20px;
    letter-spacing: 0.5px;
}

.info-box .link-row {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

    .info-box .link-row a {
        color: #fff;
        text-decoration: none;
    }

        .info-box .link-row a:hover {
            color: #fff;
            text-decoration: none;
            opacity: 0.75;
        }

.social-box {
    min-height: 178px;
    padding: 23px 30px;
    background: #0A5081;
    /* background: rgb(228,161,3);
	background: -webkit-gradient(linear, left top, right top, from(rgba(228,161,3,1)),color-stop(50%, rgba(196,47,32,1)),to(rgba(194,32,37,1)));
	background: linear-gradient(to right, rgba(228,161,3,1) 0%,rgba(196,47,32,1) 50%,rgba(194,32,37,1) 100%); */
}

    .social-box h3 {
        color: #fff;
        margin: 0 0 22px;
        font: 700 34px/38px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 0.5px;
    }

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

    .social-list > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 18px 0 0;
    }

        .social-list > li:last-child {
            padding-right: 0;
        }

    .social-list a {
        display: inline-block;
        vertical-align: top;
        width: 44px;
        height: 44px;
        position: relative;
        font-size: 0;
        line-height: 0;
        border-radius: 100%;
        color: #fff;
        text-decoration: none;
    }

    .social-list .youtube {
        background: #ce1312;
    }

    .social-list .facebook {
        background: #3b5998;
    }

    .social-list .instagram {
        background: url(/images/2018/bg-instagram-00001.png) no-repeat;
        background-size: cover;
    }

    .social-list .twitter {
        background: #55acee;
    }

    .social-list .tripadvisor {
        background: #00ba9a;
    }

    .social-list a:hover {
        color: #fff;
        text-decoration: none;
    }

    .social-list a:before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 100%;
        background: #000;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .social-list a:hover:before {
        opacity: 0.1;
    }

    .social-list a:after {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        font: 22px/24px 'FontAwesome';
    }

    .social-list .youtube:after {
        content: '\f16a';
        margin: -12px 0 0 -11px;
    }

    .social-list .facebook:after {
        content: '\f09a';
        font-size: 24px;
        line-height: 26px;
        margin: -12px 0 0 -7px;
    }

    .social-list .instagram:after {
        content: '\f16d';
        font-size: 28px;
        line-height: 30px;
        margin: -15px 0 0 -12px;
    }

    .social-list .twitter:after {
        content: '\f099';
        font-size: 25px;
        line-height: 27px;
        margin: -14px 0 0 -10px;
    }

    .social-list .tripadvisor:after {
        content: '\f262';
        font-size: 21px;
        line-height: 23px;
        margin: -12px 0 0 -13px;
    }

.main {
    position: relative;
    background: #fff;
    z-index: 5;
}

    .main:before,
    .main:after {
        content: '';
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        height: 130px;
        opacity: 0.15;
    }

    .main:before {
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    }

    .main:after {
        bottom: 100%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1)));
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    }

    .main .container {
        padding-top: 30px;
        padding-bottom: 40px;
        position: relative;
        z-index: 20;
    }

        .main .container > .row {
            margin-left: -59px;
            margin-right: -59px;
        }

            .main .container > .row > div[class^="col-"] {
                padding-left: 59px;
                padding-right: 59px;
            }

                .main .container > .row > div[class^="col-"]:nth-child(1) {
                    width: 69.2%;
                }

                .main .container > .row > div[class^="col-"]:nth-child(2) {
                    width: 30.8%;
                }

.content {
    position: relative;
}

    .breadcrumb,
    .content .breadcrumb {
        list-style: none;
        margin: 0;
        padding: 0 0 22px;
        font-size: 0;
        line-height: 0;
        background: none;
        border-radius: 0;
    }

        .breadcrumb > li,
        .content .breadcrumb > li {
            display: inline-block;
            vertical-align: top;
            color: #3d3d3d;
            font: 400 15px/22px 'Roboto', sans-serif;
            position: relative;
            padding: 0;
        }

        .breadcrumb > .active,
        .content .breadcrumb > .active {
            color: #3d3d3d;
        }

        .breadcrumb > li + li,
        .content .breadcrumb > li + li {
            padding-left: 27px;
        }

        .breadcrumb > li:before,
        .content .breadcrumb > li:before {
            content: '';
            padding: 0;
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 2px;
            height: 16px;
            background: #3c3c3c;
            margin: 5px 0 0 13px;
        }

        .breadcrumb > li:first-child:before,
        .content .breadcrumb > li:first-child:before {
            display: none;
        }

        .breadcrumb a {
            text-decoration: none;
            color: #3d3d3d;
        }

            .breadcrumb a:hover {
                text-decoration: none;
                color: #0a4f7f;
            }

    .content .headings {
        padding: 0 0 26px;
    }

    .content h1 {
        letter-spacing: 1px;
        margin: 0 0 11px;
    }

    .content h2 {
        letter-spacing: 1px;
        margin: 0 0 20px;
    }

    .content h3 {
        letter-spacing: 0.6px;
        margin: 0 0 25px;
    }

    .content h4 {
        letter-spacing: 0.5px;
        margin: 0 0 18px;
    }

    .content h5 {
        letter-spacing: 0.4px;
    }

.social-widget {
    position: relative;
    overflow: hidden;
    margin: 0 0 37px;
}

    .social-widget img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
    }

.video-widget {
    position: relative;
    overflow: hidden;
    margin: 0 0 38px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 52.7% 0 0;
}

    .video-widget > img {
        display: none;
    }

.content p {
    margin: 0 0 27px;
    letter-spacing: 0.3px;
}

.content ul {
    list-style: none;
    margin: 0;
    padding: 12px 0 26px;
}

    .content ul li {
        padding: 0 0 0 20px;
        position: relative;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

        .content ul li:before {
            content: '';
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            margin: 11px 0 0 2px;
            width: 5px;
            height: 5px;
            background: #676767;
            border-radius: 100%;
        }

    .content ul.events-post li:before {
        display: none;
    }

.content ol {
    margin: 0;
    padding: 0 0 20px;
    list-style: none;
    counter-reset: section;
}

    .content ol li {
        padding: 0 0 0 27px;
        position: relative;
        font-family: 'Roboto', Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.3px;
    }

        .content ol li:before {
            content: counter(section, decimal) ".";
            counter-increment: section;
            position: absolute;
            top: 0;
            left: 0;
            width: 25px;
        }

.table-section {
    padding: 0 0 45px;
}

    .table-section h4 {
        margin-bottom: 23px;
    }

.table-block {
    position: relative;
}

    .table-block .table-holder {
        position: relative;
    }

.content table {
    width: 100%;
    border-collapse: collapse;
}

    .content table th {
        text-align: left;
        color: #555;
        font: 700 21px/25px 'Roboto', Arial, sans-serif;
        vertical-align: top;
        padding: 0 20px 14px;
        width: 34%;
    }

        .content table th:last-child {
            width: auto;
        }

    .content table td {
        vertical-align: middle;
        padding: 15px 20px 13px;
        font: 18px/22px 'Roboto', Arial, sans-serif;
        color: #555;
    }

    .content table tr:nth-child(even) td {
        background: #eee;
    }

.sidebar {
    position: relative;
}

.second-nav {
    list-style: none;
    margin: -10px 0 0;
    padding: 0 0 11px;
}

    .second-nav ul {
        margin: 0;
        padding: 0 0 16px 34px;
        list-style: none;
    }

        .second-nav ul ul {
            padding-left: 31px;
            padding-bottom: 0;
        }

    .second-nav li {
        font-size: 18px;
        line-height: 22px;
        font-weight: 300;
        letter-spacing: 0.4px;
        position: relative;
    }

    .second-nav > li + li {
        border-top: solid 3px #e2e2e2;
    }

    .second-nav ul li {
        font-size: 15px;
        line-height: 20px;
    }

    .second-nav li a {
        color: #444;
        display: block;
        position: relative;
        padding: 11px 0 24px;
        text-decoration: none;
    }

    .second-nav li.has-drop.opened > a {
        padding-right: 30px;
        padding-bottom: 14px;
    }

    .second-nav ul li.has-drop.opened > a {
        padding-bottom: 9px;
    }

    .second-nav ul a {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .second-nav li a:hover {
        text-decoration: none;
        color: #0a5081;
    }

    .second-nav li.active > a {
        font-weight: 700;
        color: #0a5081;
    }

    .second-nav .opener {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        right: 0;
        width: 30px;
        height: 30px;
        margin: -10px -7px 0 0;
    }

        .second-nav .opener:before {
            content: '\f107';
            position: absolute;
            z-index: 20;
            top: 50%;
            left: 50%;
            font: 25px/27px 'FontAwesome';
            color: #6f6f6f;
            margin: -14px 0 0 -7px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all .3s;
            transition: all .3s;
        }

    .second-nav .opened > a .opener:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.info-widget {
    color: #fff;
    padding: 13px 26px 29px;
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 23px;
    background: rgb(254,187,1);
    background: -moz-linear-gradient(45deg, rgba(254,187,1,1) 0%, rgba(202,52,32,1) 60%, rgba(194,32,37,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(254,187,1,1) 0%,rgba(202,52,32,1) 60%,rgba(194,32,37,1) 100%);
    background: linear-gradient(45deg, rgba(254,187,1,1) 0%,rgba(202,52,32,1) 60%,rgba(194,32,37,1) 100%);
}

    .info-widget h3 {
        color: #fff;
        margin: 0 0 18px;
        font: 700 28px/32px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 0.5px;
    }

    .info-widget p {
        margin: 0;
        letter-spacing: 0.3px;
    }

.inform-box {
    margin: 0 0 30px;
    background: #f4f1ee;
}

    .inform-box .img {
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover;
        padding: 71.7% 0 0;
    }

        .inform-box .img > img {
            display: none;
        }

    .inform-box figcaption {
        padding: 18px 28px 24px;
        color: #444;
        font: 18px/25px 'Roboto', Arial, sans-serif;
    }

        .inform-box figcaption h3 {
            color: #0a5081;
            font: 700 22px/28px 'Neo Sans W01 Medium', Arial, sans-serif;
            letter-spacing: 0.5px;
            margin: 0 0 12px;
        }

            .inform-box figcaption h3 a {
                text-decoration: none;
                color: #0a5081;
            }

                .inform-box figcaption h3 a:hover {
                    text-decoration: none;
                    color: #c22025;
                }

        .inform-box figcaption p {
            margin: 0;
            letter-spacing: 0.4px;
        }

.news-widget {
    background: #f4f1ee;
    padding: 29px 29px 8px;
    margin: 0 0 30px;
}

    .news-widget h3 {
        color: #0a5081;
        margin: 0 0 15px;
        font: 700 22px/28px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 0.4px;
    }

.news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .news-list > li {
        padding: 0 0 17px;
        font: 700 18px/22px 'Roboto', Arial, sans-serif;
        letter-spacing: 0.3px;
    }

        .news-list > li + li {
            padding-top: 16px;
            border-top: solid 2px #dedede;
        }

    .news-list a {
        text-decoration: none;
        color: #444;
    }

        .news-list a:hover {
            text-decoration: none;
            color: #0a5081;
        }

.inform-box a {
    color: #cc092f;
    font-weight: bold;
}

    .inform-box a:hover {
        color: #cc092f;
        font-weight: bold;
        text-decoration: underline;
    }

.testimonial-widget {
    margin: 0 0 26px;
    padding: 23px 0 30px;
    border: solid #eee;
    border-width: 2px 0;
}

    .testimonial-widget q {
        display: block;
        padding: 0 0 11px;
        color: #0a5081;
        font: 34px/39px 'Roboto', Arial, sans-serif;
        letter-spacing: 0.6px;
        quotes: none;
    }

        .testimonial-widget q:before,
        .testimonial-widget q:after {
            color: #cc092f;
        }

        .testimonial-widget q:before {
            content: '"';
        }

        .testimonial-widget q:after {
            content: '"';
        }

        .testimonial-widget q strong {
            font-weight: 700;
        }

    .testimonial-widget cite {
        display: block;
        color: #444;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: 0.3px;
        font-style: normal;
        position: relative;
        padding: 0 0 0 23px;
    }

        .testimonial-widget cite:before {
            content: '';
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            margin: 9px 0 0 6px;
            width: 13px;
            height: 1px;
            background: #444;
        }

.events-widget {
    background: #f4f1ee;
    padding: 29px 29px 13px;
    margin: 0 0 30px;
}

    .events-widget h3 {
        color: #0a5081;
        margin: 0 0 15px;
        font: 700 22px/28px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 0.4px;
    }

.events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .events-list > li {
        padding: 0 0 17px;
        font: 700 18px/22px 'Roboto', Arial, sans-serif;
    }

        .events-list > li + li {
            padding-top: 14px;
            border-top: solid 2px #dedede;
        }

    .events-list p {
        margin: 0 0 9px;
        letter-spacing: 0.4px;
    }

        .events-list p a {
            text-decoration: none;
            color: #444;
        }

            .events-list p a:hover {
                text-decoration: none;
                color: #0a5081;
            }

    .events-list .date {
        display: block;
        color: #444;
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.5px;
    }
/* end elements */
/* footer */
#footer {
    padding: 82px 0;
    color: #fff;
    background: #0b2b42;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b42),to(#051522));
    background: linear-gradient(to bottom, #0b2b42 0%,#051522 100%);
    letter-spacing: 0.2px;
}

    #footer a:hover {
        color: #d41f28;
    }

    #footer h3 {
        font: 700 30px/34px 'Neo Sans W01 Medium', Arial, sans-serif;
        text-transform: uppercase;
        color: inherit;
        margin: 0 0 27px;
    }

    #footer address {
        line-height: inherit;
        margin: 0 0 30px;
    }

        #footer address > * {
            display: block;
        }

    #footer .schedule {
        margin: 0;
        padding: 0;
        list-style: none;
        color: rgba(255, 255, 255, 0.5);
        margin: 0 0 28px;
    }

        #footer .schedule strong {
            color: #fff;
        }

    #footer dl {
        margin: 0;
        overflow: hidden;
    }

        #footer dl dt {
            float: left;
            padding: 0 14px 0 0;
            color: rgba(255, 255, 255, 0.5);
            line-height: inherit;
        }

        #footer dl dd {
            margin: 0;
            line-height: inherit;
        }

    #footer .links {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #footer .links li + li {
            margin-top: 16px;
        }

.newsletter-form label {
    margin: -4px 0 60px;
    display: block;
    font-weight: normal;
}

.newsletter-form .mark {
    display: none;
}

.newsletter-form .form-control {
    display: block;
    margin: 0 0 20px;
    border: 0;
    border-radius: 5px;
    height: 45px;
    background: #fff;
    font: 500 18px/23px 'Neo Sans W01 Medium', Arial, sans-serif;
    padding: 11px 18px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #444;
}

    .newsletter-form .form-control::-moz-placeholder {
        color: #a0a0a0;
    }

    .newsletter-form .form-control:-ms-input-placeholder {
        color: #a0a0a0;
    }

    .newsletter-form .form-control::-webkit-input-placeholder {
        color: #a0a0a0;
    }

.newsletter-form .btn {
    display: block;
    width: 100%;
    font-size: 18px;
}

#footer .bottom-area {
    padding: 50px 0 0;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    margin: 60px 0 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
}

    #footer .bottom-area a {
        text-decoration: underline;
    }

.social {
    float: right;
    margin: 5px -10px 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    line-height: 0;
}

    .social li {
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }

    .social a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none !important;
    }

        .social a:hover {
            opacity: 0.8;
        }

        .social a em {
            float: left;
            width: 44px;
            height: 44px;
            border-radius: 50%;
            color: #fff;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            font-size: 24px;
            padding: 10px;
            text-align: center;
        }

            .social a em.fa-facebook {
                background: #3b5997;
            }

            .social a em.fa-instagram {
                background: #5758c2;
                background: -webkit-gradient(linear, left top, left bottom, from(#5758c2),color-stop(50%, #d52d82),to(#ffc867));
                background: linear-gradient(to bottom, #5758c2 0%,#d52d82 50%,#ffc867 100%);
            }

            .social a em.fa-twitter {
                background: #58abf1;
            }

            .social a em.fa-youtube-play {
                background: #d41011;
            }

#footer p {
    margin: 0;
}

#footer nav ul {
    margin: 0 -11px;
    padding: 0;
    list-style: none;
}

    #footer nav ul li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 11px;
    }

        #footer nav ul li:before {
            position: absolute;
            content: '|';
            top: 0;
            left: -4px;
        }

        #footer nav ul li:first-child:before,
        #footer nav ul .first-in-row:before {
            display: none;
        }

#footer .logos {
    margin: 0 -25px;
    padding: 48px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    font-size: 0;
    line-height: 0;
}

    #footer .logos li {
        padding: 0 25px;
    }

    #footer .logos a {
        display: inline-block;
        vertical-align: top;
        text-decoration: none !important;
    }

        #footer .logos a:hover {
            opacity: 0.8;
        }

    #footer .logos img {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        height: auto;
    }

#footer .by {
    text-align: right;
    margin-right: -36px;
}
/* end footer */
/*support*/
.support {
    margin-bottom: 66px;
}

    .support > .container,
    .support > header {
        padding: 90px 0 41px;
    }

        .support > header > * {
            font-weight: 400;
            margin: 0;
            font-size: 54px;
            line-height: 58px;
        }

.membership {
    overflow: hidden;
    background: #f5f1ee;
}

    .membership .donate-box {
        padding: 100px 6.25vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .membership .donate-box > header {
            text-align: right;
            color: #fff;
            font-size: 27px;
            line-height: 1.185185185185185;
            margin-right: -2.625vw;
            padding-bottom: 33px;
        }

            .membership .donate-box > header > span {
                display: block;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .membership .donate-box > header h3 {
                color: #fff;
                font-size: 51px;
                line-height: 1.07843137254902;
                margin: 0;
                font-weight: 400;
                letter-spacing: 2px;
            }

                .membership .donate-box > header h3 b {
                    display: block;
                    font-size: 57px;
                    margin: -5px -2px 0 0;
                }

.donate-form {
    width: 100%;
}

    .donate-form .check-nav {
        list-style: none;
        padding: 0;
        margin: 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .donate-form .check-nav li {
            display: inline-block;
            vertical-align: top;
            font-family: 'Roboto', sans-serif;
            font-size: 22px;
            line-height: 30px;
            font-weight: 700;
        }

            .donate-form .check-nav li a {
                display: block;
                border-radius: 6px;
                background: rgba(255,255,255,.2);
                color: #fff;
                padding: 7px;
            }

                .donate-form .check-nav li a:hover {
                    background: #fff;
                    color: #58595b;
                }

            .donate-form .check-nav li.active > a {
                background: #cc092f;
                color: #58595b;
            }

    .donate-form .mark,
    .donate-form label {
        display: none;
    }

    .donate-form .form-info .row {
        margin: 0;
    }

    .donate-form .form-control {
        height: 44px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #444;
        font: 500 18px/24px 'Roboto', sans-serif;
        padding: 10px 15px;
        margin: 0 0 20px;
    }

        .donate-form .form-control::-moz-placeholder {
            color: #ccc;
            opacity: 1;
        }

        .donate-form .form-control:-ms-input-placeholder {
            color: #ccc;
        }

        .donate-form .form-control::-webkit-input-placeholder {
            color: #ccc;
        }

    .donate-form .btn {
        height: 44px;
        display: block;
        width: 172px;
        margin: 0 auto;
    }

.membership .text-block {
    padding: 105px 21.25vw 99px 7.25vw;
}

    .membership .text-block h2 {
        font-weight: 400;
        font-size: 54px;
        line-height: 1;
        margin: 0 0 20px;
    }

    .membership .text-block .subttl {
        margin: 0 0 29px;
        font-size: 24px;
        line-height: 1.25;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }

    .membership .text-block p {
        margin-bottom: 23px;
    }

    .membership .text-block .btn {
        margin-top: 37px;
    }

    .membership .text-block .image-right {
        position: absolute;
        top: 100px;
        bottom: 100px;
        left: 50%;
        margin-left: 21vw;
        width: 100%;
    }

        .membership .text-block .image-right img {
            vertical-align: top;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

.main-baner {
    color: #fff;
    background-color: #051522;
    text-align: right;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

    .main-baner:before {
        content: '';
        position: absolute;
        bottom: -209px;
        right: -120px;
        width: 1400px;
        height: 400px;
        background: rgb(110,153,212);
        background: -webkit-gradient(linear, left top, right top, from(rgba(110,153,212,1)),to(rgba(110,153,212,1)));
        background: linear-gradient(to right, rgba(110,153,212,1) 0%,rgba(110,153,212,1) 100%);
        mix-blend-mode: multiply;
        z-index: -1;
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        opacity: 0;
    }

/*.main-baner.no-photo-img:before {*/
/*background: none;*/
/*}*/
.fade-in .main-baner:before {
    opacity: 1;
}

.main-baner > img {
    display: none;
}

.main-baner .title {
    font-size: 36px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 8px -12px;
    text-shadow: 0 2px 5px #000;
    position: relative;
    z-index: 5;
}

.main-baner h1 {
    text-transform: uppercase;
    font-size: 180px;
    line-height: 1;
    margin: 0;
    font-weight: 700;
    color: inherit;
    letter-spacing: 6px;
    position: relative;
    z-index: 5;
}

.main-baner .container-fluid {
    padding: 20px 45px 50px;
    padding: 20px 45px 50px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fade-in .main-baner .container-fluid {
    opacity: 1;
}

.main-baner .cell {
    display: table-cell;
    vertical-align: bottom;
    height: 471px;
    width: 1%;
}

.main-baner .photo {
    width: 612px;
    height: 612px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -144px;
    right: -325px;
    z-index: 1;
    background: rgb(139,28,96);
    background: -webkit-gradient(linear, left top, right top, from(rgba(139,28,96,1)),to(rgba(92,31,87,1)));
    background: linear-gradient(to right, rgba(139,28,96,1) 0%,rgba(92,31,87,1) 100%);
}

    .main-baner .photo img {
        z-index: 1;
        position: absolute;
        bottom: -68px;
        left: 29px;
        max-width: 243px;
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 10px;
}

.bootstrap-select > .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    color: #444;
    outline: none !important;
    display: block;
    padding: 13px 1px 13px 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
}

    .bootstrap-select > .dropdown-toggle.bs-placeholder,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
    .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
        color: #444;
    }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    vertical-align: top;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin: 0;
    border: none;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/2018/icon-chevron-down-1.svg) no-repeat 0 50%;
    -webkit-background-size: 12px 8px;
    background-size: 12px 8px;
    width: 26px;
    height: 100%;
}

.search-collections .dropdown-menu {
    z-index: 20;
}

.bootstrap-select.btn-group .dropdown-menu li:before {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding: 0;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}
/*search-collections*/
.search-collections {
    color: #fff;
    margin: 0 0 27px;
    padding: 30px 28px 29px;
    /*background: rgb(228,161,3);
	background: -webkit-gradient(linear, left top, right top, from(rgba(228,161,3,1)),color-stop(50%, rgba(196,47,32,1)),to(rgba(194,32,37,1)));
	background: linear-gradient(to right, rgba(228,161,3,1) 0%,rgba(196,47,32,1) 50%,rgba(194,32,37,1) 100%);*/
    /* background: rgb(2,0,36); */
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(170,17,63,1) 50%); */
    background: #0A5081;
}

    .search-collections label,
    .search-collections .mark {
        display: none;
    }

    .search-collections h5 {
        color: #fff;
        margin: 5px 0 0;
    }

    .search-collections .col-1 {
        width: 34.6%;
    }

    .search-collections .col-2 {
        width: 45.1%;
    }

    .search-collections .col-3 {
        width: 20.3%;
    }

    .search-collections .row {
        margin: 0 -7px;
    }

        .search-collections .row.type2 {
            margin-left: 0 !important;
            margin-right: 0 !important;
        }

            .search-collections .row.type2 .search-collections-form {
                padding-left: 0;
                padding-right: 0;
            }

        .search-collections .row > div {
            padding-left: 7px;
            padding-right: 7px;
        }

    .search-collections .collapse-search:hover {
        color: #fff;
        opacity: .8;
    }

    .search-collections .collapse-search {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        margin: 11px 0 0;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0.4px;
        cursor: pointer;
        position: relative;
        padding-left: 10px;
    }

        .search-collections .collapse-search:after {
            content: '';
            position: absolute;
            top: 6px;
            left: -4px;
            width: 12px;
            height: 8px;
            background: rgb(11,44,66);
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBiMmM0MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAxMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(11,44,66,1)),to(rgba(0,1,2,1)));
            background: linear-gradient(to bottom, rgba(11,44,66,1) 0%,rgba(0,1,2,1) 100%);
            background: url(/images/2018/icon-chevron-top-2.svg) no-repeat 50% 50%;
            -webkit-background-size: 12px 8px;
            background-size: 12px 8px;
        }

        .search-collections .collapse-search:before {
            content: '';
        }

        .search-collections .collapse-search.collapsed:after {
            display: none;
        }

        .search-collections .collapse-search.collapsed:before {
            content: '+';
            position: absolute;
            top: 0;
            left: 0;
        }

    .search-collections .drop .row {
        padding-top: 21px;
    }

    .search-collections .drop {
        margin: 0 -8px;
    }

.search-collections-form {
    position: relative;
}

    .search-collections-form .btn-search input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background: none;
        border: none;
    }

    .search-collections-form .btn-search:hover {
        opacity: .9;
    }

    .search-collections-form .btn-search:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(/images/2018/icon-search-white01.png) no-repeat 50% 50%;
    }

    .search-collections-form .btn-search {
        position: absolute;
        border: none;
        padding: 0;
        top: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 44px;
        border-radius: 5px;
        background: rgb(11,44,66);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(11,44,66,1)),to(rgba(0,1,2,1)));
        background: linear-gradient(to bottom, rgba(11,44,66,1) 0%,rgba(0,1,2,1) 100%);
        font-size: 0;
        line-height: 0;
    }

    .search-collections-form .form-control {
        font-size: 15px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #000;
        height: 44px;
        border-radius: 5px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        padding: 9px 18px;
        width: 100%;
    }

        .search-collections-form .form-control::-moz-placeholder {
            color: #a0a0a0;
            opacity: 1;
        }

        .search-collections-form .form-control:-ms-input-placeholder {
            color: #a0a0a0;
        }

        .search-collections-form .form-control::-webkit-input-placeholder {
            color: #a0a0a0;
        }

.marker-map {
    position: absolute;
    top: 50%;
    left: 46%;
    width: 34px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .marker-map img {
        max-width: 100%;
        vertical-align: top;
    }

.search-collections.style2 {
    padding: 22px 30px;
    position: relative;
    z-index: 10;
    margin: 0;
}

    .search-collections.style2 h5 {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 8px;
    }

    .search-collections.style2 .search-collections-form .form-control {
        font-size: 18px;
    }

    .search-collections.style2 .collapse-search {
        font-size: 18px;
        margin: 8px 0 0;
    }

    .search-collections.style2 .drop .row {
        padding: 0 0 20px;
    }

        .search-collections.style2 .drop .row > div + div {
            margin-top: 10px;
        }

    .search-collections.style2 .drop {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        right: 0;
        padding: 0 30px;
        /* background: rgb(228,161,3);
	background: -webkit-gradient(linear, left top, right top, from(rgba(228,161,3,1)),color-stop(50%, rgba(196,47,32,1)),to(rgba(194,32,37,1)));
	background: linear-gradient(to right, rgba(228,161,3,1) 0%,rgba(196,47,32,1) 50%,rgba(194,32,37,1) 100%); */
        background: #0A5081;
    }
/*sample-widget*/
.sample-widget {
    /* background: rgb(226,1,81);
	background: -moz-linear-gradient(45deg, rgba(226,1,81,1) 0%, rgba(92,31,88,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(226,1,81,1) 0%,rgba(92,31,88,1) 100%);
	background: linear-gradient(45deg, rgba(226,1,81,1) 0%,rgba(92,31,88,1) 100%); */
    background: #D41F28;
    color: #fff;
    padding: 18px 39px 0;
    position: relative;
    z-index: 1;
}

    .sample-widget h3 {
        color: #fff;
        letter-spacing: 0.7px;
        font-family: 'Neo Sans W01 Medium', sans-serif;
    }

    .sample-widget .img-widget {
        position: absolute;
        top: 46px;
        right: -69px;
        width: 575px;
        z-index: -1;
    }

        .sample-widget .img-widget img {
            vertical-align: top;
            max-width: 100%;
        }

.sample-widget-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    padding: 0 37px 41px;
    right: 0;
}

.sample-widget h4 {
    color: inherit;
}

.sample-widget-footer h4 {
    color: inherit;
    font-weight: 700;
    font-size: 34px;
    line-height: 37px;
    letter-spacing: .025em;
    margin-bottom: 20px;
    font-family: 'Neo Sans W01 Medium', sans-serif;
}

.sample-widget-footer .label {
    border-radius: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 5px 11px;
    margin-right: 15px;
    background-color: #0a5081;
}

.sample-widget-footer .tags-list {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    letter-spacing: -6px;
}

    .sample-widget-footer .tags-list > li {
        display: inline-block;
        vertical-align: top;
        font-size: 18px;
        line-height: 21px;
        letter-spacing: .025em;
        padding: 4px 0;
    }

        .sample-widget-footer .tags-list > li + li:before {
            content: '|';
            position: relative;
            top: -1px;
            margin-left: 7px;
            margin-right: 7px;
        }

.search-collections.style3 {
    margin: 0;
    position: relative;
    z-index: 10;
    border-top: 4px solid #fff;
    padding: 30px 41px;
    background: #D41F28;
}

    .search-collections.style3 h5 {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: 0.8px;
    }

    .search-collections.style3 .col-1 {
        width: 21.5%;
    }

    .search-collections.style3 .col-2 {
        width: 78.5%;
        padding-right: 150px;
    }
    /*.search-collections.style3 .search-collections-form{
	position: static;
}*/
    .search-collections.style3 .search-collections-form .btn-search:before {
        right: 0;
        left: auto;
        width: 34px;
        background-position: 0 50%;
    }

.search-opened .search-collections-form .btn-search:before {
    opacity: 1;
}

.search-collections-form .btn-search:after {
    display: none;
}

.search-collections.style3 .search-collections-form .form-control {
    height: 46px;
    padding: 10px 18px;
}

.search-collections.style3 .search-collections-form {
    float: left;
    width: 26.8%;
    padding-right: 10px;
    position: static;
}

.search-collections.style3 .drop {
    display: block;
    float: left;
    margin: 0;
    width: 73.2%;
}

    .search-collections.style3 .drop .row {
        padding: 0;
        margin: 0 -5px;
    }

        .search-collections.style3 .drop .row > div {
            padding: 0 5px;
        }

.search-collections.style3 .search-collections-form .btn-search {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    width: auto;
    padding: 12px 53px 12px 19px;
    bottom: auto;
    height: auto;
}

ul.TA_links {
    float: right;
}

    ul.TA_links li {
        list-style: none;
    }
/*collection*/
.collection {
    padding-top: 62px;
    position: relative;
    z-index: 1;
}

    .collection .video-widget {
        margin-bottom: 28px;
    }

.search-collections .bootstrap-select > .dropdown-toggle {
    padding-right: 32px;
}

.back-link {
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 17px;
    padding: 0 0 0 20px;
    letter-spacing: 0.3px;
}

    .back-link:before {
        content: '<';
        position: absolute;
        top: 0;
        left: 0;
    }

.content .table-border {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 53px;
}

    .content .table-border td:first-child {
        padding-left: 0;
        width: 31%;
    }

    .content .table-border td {
        padding: 18px 5px;
    }

    .content .table-border tr + tr td {
        border-top: 2px solid #eee;
    }

    .content .table-border tr:first-child th,
    .content .table-border tr:first-child td {
        border: none;
    }

    .content .table-border tr th,
    .content .table-border tr td {
        border-top-width: 2px;
        font-weight: 500;
    }

        .content .table-border tr td:first-child {
            font-weight: 700;
            color: #14527e;
        }

    .content .table-border tr:nth-child(2n) td {
        background: none;
    }

.comment-iframe {
    padding-top: 43px;
    padding-bottom: 9px;
}

    .comment-iframe > img {
        width: 100%;
        vertical-align: top;
    }

.info-item.orange-hover figcaption:before,
.info-item.orange-hover:hover .img:before {
    background: rgb(255,187,2);
    background: -moz-linear-gradient(45deg, rgba(255,187,2,1) 0%, rgba(193,32,37,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255,187,2,1) 0%,rgba(193,32,37,1) 100%);
    background: linear-gradient(45deg, rgba(255,187,2,1) 0%,rgba(193,32,37,1) 100%);
}
/* visit-section */
.visit-section.type2:before {
    z-index: 5;
}

.visit-section .container {
    position: relative;
    z-index: 10;
}

.visit-section.type2 {
    padding: 90px 0 107px;
}

    .visit-section.type2 .row {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

        .visit-section.type2 .row:before,
        .visit-section.type2 .row:after {
            display: none;
        }

    .visit-section.type2 .video-block {
        margin: 0 -21px 0 0;
    }

    .visit-section.type2 .lead {
        margin: 0 0 36px;
    }
/* scroll-section */
.scroll-section.type2 {
    background: #fff;
}

    .scroll-section.type2 .scroll-frame::before {
        background: #fff;
    }

    .scroll-section.type2 .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
        padding-bottom: 98px;
    }

.exhibition-slider + #footer {
    margin-top: 40px;
}
/* info-item */
.info-item.type2 {
    background: #f5f1ee;
}

    .info-item.type2 .date {
        left: 20px;
    }

    .info-item.type2 figcaption {
        padding: 0 20px;
    }

    .info-item.type2 .text {
        height: 174px;
    }

    .info-item.type2 .text-inner {
        max-height: 154px;
    }

    .info-item.type2 h3 {
        margin: 0;
        font-size: 26px;
        line-height: 34px;
    }
/* events */
.visual-section.type2 .img:before {
    background: #de0353;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFmNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-gradient(linear, left top, right top, from(#de0353),to(#5e1f58));
    background: linear-gradient(to right, #de0353 0%,#5e1f58 100%);
}

.search-collections.style3.type2 .col-2 {
    left: -8px;
}

    .search-collections.style3.type2 .col-2 [class^="col"] {
        position: static;
    }

    .search-collections.style3.type2 .col-2 .search-collections-form {
        width: 100%;
        float: none;
    }

.events-section {
    padding: 69px 0 36px;
}

.filter-block {
    padding: 0 0 38px;
}

    .filter-block h2 {
        font-size: 34px;
        line-height: 37px;
        margin: 4px 0 0;
        font-weight: normal;
        color: #444;
    }

.filter-btns,
.content .filter-btns {
    margin: 0 0 0 -30px;
    padding: 0;
    list-style: none;
    float: right;
}

    .filter-btns li,
    .content .filter-btns li {
        padding: 0 0 20px 30px;
        float: left;
    }

        .content .filter-btns li:before {
            display: none;
        }

    .filter-btns a {
        float: left;
        font: 400 24px/25px 'Roboto', Arial, sans-serif;
        padding: 10px 21px;
        border-radius: 6px;
        background: #f2eeeb;
        position: relative;
        z-index: 1;
    }

        .filter-btns a:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: 6px;
            z-index: -1;
            background: #de0353;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFmNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, right top, from(#de0353),to(#5e1f58));
            background: linear-gradient(to right, #de0353 0%,#5e1f58 100%);
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            opacity: 0;
        }

        .filter-btns .current_page_item > a,
        .filter-btns a:hover {
            color: #fff;
        }

            .filter-btns .current_page_item > a:before,
            .filter-btns a:hover:before {
                opacity: 1;
            }

.events-section .info-item {
    background: #f5f1ee;
    margin-bottom: 20px;
}

ul.page-numbers,
.content ul.page-numbers {
    margin: 0;
    padding: 74px 0 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content ul.page-numbers {
    padding-top: 27px;
    margin-left: -9px;
    margin-bottom: 48px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-numbers > li,
.content .page-numbers > li {
    padding: 0 10px;
    letter-spacing: 0;
    font-family: inherit;
}

    .content .page-numbers > li:before {
        display: none;
    }

    .page-numbers > li > span,
    .page-numbers > li > a {
        display: block;
        height: 44px;
        min-width: 44px;
        text-align: center;
        position: relative;
        z-index: 1;
        font-size: 18px;
        line-height: 24px;
        padding: 10px;
        opacity: 0.5;
        color: #444;
    }

        .page-numbers > li > a:hover {
            opacity: 1;
        }

        .page-numbers > li > span:before,
        .page-numbers > li > a:before {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border-radius: 5px;
            z-index: -1;
            /* background: #de0353;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFmNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear,  left top, right top,  from(#de0353),to(#5e1f58));
	background: linear-gradient(to right,  #de0353 0%,#5e1f58 100%); */
            background: #f3a006;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlMDM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTFmNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -webkit-gradient(linear, left top, right top, from(#f3a006),to(#ca3322));
            background: linear-gradient(to right, #f3a006 0%,#ca3322 100%);
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            opacity: 0;
        }

    .page-numbers > li > .current {
        opacity: 1;
        color: #fff;
    }

        .page-numbers > li > .current:before {
            opacity: 1;
        }
/* collections */
.collections-area {
    position: relative;
    z-index: 5;
    background: #fff;
    padding: 0 0 100px;
}

    .collections-area > * {
        position: relative;
        z-index: 20;
    }

    .collections-area:before {
        content: '';
        position: absolute;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        height: 130px;
        opacity: 0.15;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
        background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    }

.intro-section {
    text-align: center;
    color: #444;
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

    .intro-section .container {
        padding-top: 89px;
        padding-bottom: 50px;
    }

    .intro-section p {
        margin: 0;
        letter-spacing: 0.3px;
    }

.collections-list {
    list-style: none;
    margin: 0 -2px;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

    .collections-list > li {
        display: inline-block;
        vertical-align: top;
        padding: 0 2px 22px;
        /*width: 25%;*/
        width: 20%;
    }

.widget-link {
    text-decoration: none;
    cursor: pointer;
}

    .widget-link:hover {
        text-decoration: none;
    }

.collection-item {
    margin: 0;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #FFF;
}

    .collection-item:hover {
        background: #f4f1ee;
        border: 1px solid #F4F1EF;
    }

    .collection-item .collection-image {
        position: relative;
        padding: 69.2% 0 0;
        overflow: hidden;
        /*background: #f4f1ee;*/
    }

        .collection-item .collection-image .img {
            position: absolute;
            z-index: 10;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            overflow: hidden;
            background-repeat: no-repeat;
            background-position: 50% 50%;
            background-size: cover;
        }

            .collection-item .collection-image .img > img {
                display: none;
            }

        .collection-item .collection-image .bottom {
            position: absolute;
            z-index: 20;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 0 80px 20px 40px;
        }

.image-label {
    display: inline-block;
    vertical-align: top;
    color: #0a5081;
    background: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
}

.collection-item .collection-image .image-label {
    float: left;
}

.btn-share {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    line-height: 0;
    width: 35px;
    height: 35px;
    color: #444;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .btn-share:hover {
        text-decoration: none;
        color: #0a5081;
    }

    .btn-share:before {
        content: '\f1e0';
        position: absolute;
        z-index: 20;
        top: 50%;
        left: 50%;
        font: 20px/22px 'FontAwesome';
        margin: -11px 0 0 -10px;
    }

.result {
    padding-left: 50px;
}

.collection-item .collection-image .btn-share {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    margin: 0 30px 17px 0;
}

.collection-item figcaption {
    padding: 36px 40px 20px;
}

.collection-item .heading-box {
    position: relative;
    padding: 0 0 18px;
}

    .collection-item .heading-box h2,
    .collection-item .heading-box h3 {
        color: #0a5081;
        font: 700 25px/36px 'Neo Sans W01 Medium', Arial, sans-serif;
        letter-spacing: 0.8px;
        margin: 0 -20px 0 0;
        min-height: 108px;
    }

.collection-item .collapse-box {
    position: relative;
}

.collection-item .table-block {
    padding: 0 0 15px;
}

.collection-features {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

    .collection-features th,
    .collection-features td {
        vertical-align: middle;
        border-top: solid 2px #eee;
        padding: 13px 0 25px;
        font-size: 18px;
        line-height: 22px;
    }

    .collection-features th {
        color: #0a5081;
        font-weight: 700;
        width: 78px;
    }

    .collection-features td {
        color: #444;
        font-weight: 500;
        padding-left: 5px;
        text-align: right;
    }

.collection-item .btn-row {
    position: relative;
}

.pagination-section {
    position: relative;
}

.page-numbers.type2 {
    padding: 34px 0 0;
}

    .page-numbers.type2 > li {
        padding: 0 10px;
    }

        .page-numbers.type2 > li > span,
        .page-numbers.type2 > li > a {
            border-radius: 5px;
            font-weight: 500;
            opacity: 1;
            color: #9c9a99;
            background: #f4f1ee;
        }

            .page-numbers.type2 > li > a:hover {
                color: #666;
            }

            .page-numbers.type2 > li > span:before,
            .page-numbers.type2 > li > a:before {
                background: rgb(251,179,2);
                background: linear-gradient(45deg, rgba(251,179,2,1) 0%,rgba(198,43,34,1) 100%);
            }

        .page-numbers.type2 > li > .current {
            color: #fff;
        }
/* main-form */
.ww {
    display: none;
}

.main-form {
    padding-top: 3px;
}

.ww {
    display: none;
}

.main-form .form-info {
    padding-top: 6px;
}

.main-form [class^="col"] {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-form label {
    font-weight: 200;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 14px;
    margin-top: 10px;
}

.main-form .labelWide label {
    width: 730px;
    padding-left: 10px;
}

.main-form label.error {
    float: right;
    padding-top: 5px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #b4232d;
    font-weight: normal;
    margin-left: auto;
    display: none;
}

.main-form .error label.error {
    display: block;
}

.main-form .text {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    font-family: inherit;
    padding: 15px 17px;
    margin: 0;
    height: 52px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #4b4b4b;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    order: 4;
}

main-form .error .text {
    border-color: #ad2730;
}

.main-form .text:focus {
    outline: none;
}

.main-form .text::-webkit-input-placeholder {
    color: #4b4b4b;
}

.main-form .text::-moz-placeholder {
    opacity: 1;
    color: #4b4b4b;
}

.main-form .text:-ms-input-placeholder {
    color: #4b4b4b;
}

.main-form textarea.text {
    overflow-y: auto;
    resize: none;
    height: 142px;
    line-height: 24px;
}

.main-form .valid:before {
    content: '';
    position: absolute;
    bottom: 23px;
    right: 32px;
    top: 0;
    right: 22px;
    bottom: 0;
    width: 12px;
    height: 7px;
    border: 1px solid #88ce2f;
    border-width: 0 0 3px 3px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.main-form .check-box,,
.main-form .radio-box {
    font-size: 15px;
    line-height: 19px;
}

    .main-form .check-box input,
    .main-form .radio-box input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
    }

        .main-form .check-box input + label,
        .main-form .radio-box input + label {
            padding-left: 37px;
            position: relative;
            font-weight: 400;
            margin-bottom: 0;
            font-size: 15px;
            line-height: 19px;
        }

            .main-form .check-box input + label:before,
            .main-form .radio-box input + label:before,
            .main-form .check-box input + label:after,
            .main-form .radio-box input + label:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
            }

            .main-form .check-box input + label:before,
            .main-form .radio-box input + label:before {
                width: 18px;
                height: 18px;
                border: 2px solid #9c9c9c;
                border-radius: 3px;
            }

            .main-form .check-box input + label:after,
            .main-form .radio-box input + label:after {
                opacity: 0;
                -webkit-transition: all .3s ease;
                transition: all .3s ease;
            }

        .main-form .check-box input:checked + label:after,
        .main-form .radio-box input:checked + label:after {
            opacity: 1;
        }

        .main-form .radio-box input + label:before,
        .main-form .radio-box input + label:after {
            border-radius: 50%;
        }

        .main-form .check-box input + label:after {
            width: 12px;
            height: 6px;
            margin-top: 3px;
            margin-left: 5px;
            border: 1px solid #4b4b4b;
            border-width: 0 0 3px 3px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .main-form .radio-box input + label:after {
            margin-top: 4px;
            margin-left: 4px;
            width: 10px;
            height: 10px;
            background: #4b4b4b;
        }

.main-form .mark {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 5px 0 0;
    margin-left: 10px;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    font-weight: normal;
    margin-left: auto;
    background: none;
}

.main-form .error .mark {
    display: none;
}
/* event-filter */
.event-filter {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

    .event-filter > ul {
        list-style: none;
        margin: 0 0 17px;
        padding: 0;
        display: inline-block;
        vertical-align: top;
        background: #c6d0d9;
    }

        .event-filter > ul > li {
            display: inline-block;
            vertical-align: top;
            position: relative;
            font-size: 22px;
            font-weight: bold;
            line-height: 17px;
            letter-spacing: 0;
            padding-left: 0;
            background-color: #f5f1ee;
        }

            .event-filter > ul > li:first-child:before {
                display: none;
            }

            .event-filter > ul > li + li {
                padding-left: 1px;
            }

            .event-filter > ul > li:before {
                background: rgba(255,255,255, .7);
                width: 1px;
                height: auto;
                position: absolute;
                top: 6px;
                bottom: 6px;
                margin: 0;
                border-radius: 0;
            }

            .event-filter > ul > li > a {
                display: block;
                padding: 9px 11px;
                color: #0d4e84;
                text-decoration: none;
            }

                .event-filter > ul > li > a:hover {
                    text-decoration: none;
                    background-color: #4f7fa3;
                    color: #fff;
                }

            .event-filter > ul > li.active > a,
            .event-filter > ul > li.active > a:hover {
                background-color: #0d4e84;
                color: #fff;
            }

.main .info-boxes {
    margin-bottom: 46px;
}
/* useful-links */
.useful-links {
    margin-bottom: 34px;
    line-height: 22px;
    font-family: 'Roboto', Arial, sans-serif;
}

    .useful-links h4 {
        margin-bottom: 10px;
    }

    .useful-links h5 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 17px;
    }

        .useful-links h5 + p {
            margin-top: -7px;
        }

    .useful-links .useful-item {
        padding-top: 17px;
        display: block;
    }

        .useful-links .useful-item:hover {
            text-decoration: none;
            color: inherit;
            background-color: #e8e8e8;
        }

        .useful-links .useful-item p {
            margin-bottom: 22px;
        }

    .useful-links a.useful-item {
        color: #0a5081;
        text-decoration: none;
    }

.content .social-list {
    padding-top: 0;
    padding-bottom: 0;
}

    .content .social-list > li {
        padding: 5px 18px 5px 0;
    }

        .content .social-list > li:before {
            display: none;
        }

.content .filter-block {
    padding-bottom: 26px;
}

    .content .filter-block:after {
        content: '';
        display: block;
        clear: both;
    }

.content .info-item {
    background-color: #f5f1ee;
    line-height: 23px;
    margin-bottom: 25px;
}

    .content .info-item a {
        text-decoration: none;
    }

        .content .info-item a:hover p {
            color: #FFF;
        }

    .content .info-item p {
        color: #444;
    }

    .content .info-item footer p {
        color: #FFF;
    }

    .content .info-item h3 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 4px;
    }

    .content .info-item p {
        margin: 0;
    }



/* media */
@media only screen and (max-width: 1599px) {
    /* side-ttl */
    .side-ttl {
        width: 105px;
    }
    /* elements */
    .social-box {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* end elements */
    /* collections */
    /*.collections-list > li{width: 33.33%;}*/
    .collections-list > li {
        width: 25%;
    }
    /* end collections */

    #header .logo {
        top: 38px;
        height: 120px;
    }
}

@media only screen and (max-width: 1499px) {
    .btn-grad {
        font-size: 20px;
        line-height: 24px;
    }
    /* header */
    #header .container-fluid {
        padding: 0 130px 0 200px;
    }

    .header-bottom {
        padding: 25px 0;
        height: 44px;
    }

    #header .logo, #header .logoLondon, #header .logoCosford, #header .logoSupportUs {
        top: 38px;
        left: 20px;
        /*width: 261px;
        height: 92px;*/
        width: 215px;
        height: 81px;
    }

    #header .logo {
        /*width: 153px;*/
        width: 131px;
    }

    #header .lbl {
        right: 20px;
    }

        #header .lbl img {
            max-width: 80px;
            height: auto;
        }

    .main-nav > ul > li {
        font-size: 20px;
        line-height: 24px;
    }

    .main-nav > ul > .has-drop:hover {
        margin-bottom: -40px;
        padding-bottom: 40px;
    }

    .main-nav > ul > li > a {
        padding: 0 20px;
    }

    .main-nav > ul > li > a {
        padding: 0 20px;
    }

        .main-nav > ul > li > a::after {
            height: 30px;
            margin-top: -15px;
        }

    .main-nav > ul > .has-drop > a::before {
        bottom: -35px;
    }

    .add-nav {
        margin: -3px -20px 0 0;
    }

        .add-nav li {
            padding: 0 20px;
            font-size: 18px;
            line-height: 22px;
        }

            .add-nav li::before {
                height: 30px;
                margin-top: -15px;
            }
    /* dropdown-block */
    .dropdown-tabs .tab-nav {
        width: 220px;
        font-size: 20px;
        line-height: 24px;
    }

        .dropdown-tabs .tab-nav a {
            padding: 10px 20px;
        }

    .dropdown-tabs .row {
        margin: 0 -10px;
    }

    .dropdown-tabs [class*="col-"] {
        padding: 0 10px;
    }

    .dropdown-tabs .tab-pane {
        padding: 56px 60px 0 30px;
    }

    .video-box {
        margin: -56px -60px 0 0;
    }

    .dropdown-tabs .block {
        margin: 26px -30px 0 0;
        font-size: 16px;
        line-height: 20px;
    }

    .dropdown-tabs h4 + h4,
    .dropdown-tabs p + h4,
    .dropdown-tabs p + h5,
    .dropdown-tabs h5 + h5 {
        margin-top: 30px;
    }

    .dropdown-tabs h3 {
        font-size: 36px;
        line-height: 40px;
    }

    .dropdown-tabs .contact-list {
        font-size: 20px;
        line-height: 24px;
    }

    .dropdown-tabs .schedule-list {
        margin: 0;
        font-size: 16px;
        line-height: 20px;
    }

    .numbers-section .side-ttl {
        display: none;
    }
}

@media screen and (max-width: 1479px) {
    /* historic-slider */
    .historic-slider .container {
        max-width: 700px;
    }

    .historic-slider h3 {
        font-size: 40px;
        line-height: 51px;
    }

    .search-collections.style3 h5 {
        font-size: 28px;
        line-height: 45px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 1399px) {
    .visit-section .side-ttl,
    .quote-section .side-ttl {
        display: none;
    }
    /* side-ttl */
    .side-ttl {
        left: 0;
        right: auto;
        width: 95px;
    }
    /* scroll-section */
    .scroll-section .container {
        padding-left: 95px;
    }
    /* elements */
    .visual-section figcaption .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-list > li {
        padding-right: 10px;
    }

        .social-list > li:last-child {
            padding-right: 0;
        }
    /* end elements */
}

@media only screen and (max-width: 1250px) {
    .search-collections.style3 .col-2 {
        width: 74.5%;
    }
}

@media only screen and (max-width: 1199px) {
    .btn-grad {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 22px;
    }
    /* header */
    #header .container-fluid {
        padding: 0 110px 0 160px;
    }

    #header .logo {
        top: 0px;
        width: 121px;
        height: 77px;
    }

    #header .logoLondon, #header .logoCosford, #header .logoSupportUs {
        top: 30px;
        width: 195px;
        height: 77px;
    }

    #header .lbl {
        right: 14px;
    }

    .main-nav > ul > li {
        font-size: 18px;
        line-height: 20px;
    }

        .main-nav > ul > li > a {
            padding: 0 15px;
        }

    .main-nav > ul > .has-drop > a::before {
        bottom: -36px;
    }

    .add-nav li {
        font-size: 16px;
        line-height: 20px;
    }

    .add-nav .ico {
        margin: -10px 10px 0 0;
    }
    /* dropdown-block */
    .dropdown-block {
        line-height: 22px;
    }

    .dropdown-tabs .tab-nav {
        width: 200px;
        font-size: 18px;
        line-height: 22px;
    }

    .dropdown-tabs .tab-pane {
        padding: 30px 60px 0 30px;
    }

    .dropdown-tabs .schedule-list {
        margin: 0 -10px 0 0;
        padding: 7px 10px 21px;
        font-size: 14px;
        line-height: 18px;
    }

    .dropdown-tabs .contact-list {
        font-size: 16px;
        line-height: 20px;
    }

    .dropdown-tabs h4 {
        margin: 0 0 10px;
        padding: 0 0 10px;
        font-size: 20px;
        line-height: 24px;
    }

        .dropdown-tabs h4 + h4,
        .dropdown-tabs p + h4,
        .dropdown-tabs p + h5,
        .dropdown-tabs h5 + h5 {
            margin-top: 20px;
        }

    .dropdown-tabs h5 {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .video-box {
        height: 300px;
        margin: -30px -60px 0 0;
    }
    /* slick-dots */
    .slick-dots button {
        width: 11px;
        height: 11px;
    }

    .slick-dots > li {
        font-size: 11px;
        margin-right: 15px;
    }
    /* visual-slider */
    .visual-slider .slick-dots {
        bottom: 60px;
    }

    .visual-slider .holder {
        height: 520px;
        padding-bottom: 75px;
    }

    .visual-slider h1,
    .visual-slider h2 {
        font-size: 45px;
        line-height: .9em;
    }

    .visual-slider .str-2 {
        font-size: 88px;
        line-height: .9em;
        margin-left: -.05em;
    }

    .visual-slider .str-3 {
        font-size: 54px;
        margin-left: -.02em;
    }

    .specific-bar {
        margin-left: 2px;
        margin-right: 2px;
    }
    /* btn-visit */
    .btn-visit {
        min-height: 120px;
        padding-left: 10px;
        padding-right: 10px;
    }

        .btn-visit h3 {
            font-size: 30px;
            line-height: 33px;
            margin-top: 0;
            margin-bottom: 2px;
        }

        .btn-visit li {
            font-size: 14px;
            line-height: 17px;
        }

            .btn-visit li + li:before {
                margin-left: 9px;
                margin-right: 9px;
            }

        .btn-visit .city-name {
            display: none;
        }
    /* visit-section */
    .visit-section h2 {
        font-size: 40px;
        line-height: 44px;
    }
    /* exhibition-item */
    .exhibition-item {
        font-size: 15px;
        line-height: 21px;
    }

        .exhibition-item .descr {
            padding-top: 17px;
            padding-bottom: 22px;
        }

        .exhibition-item .lbl {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 12px;
            padding: 2px 5px 3px;
        }

        .exhibition-item .descr h3 {
            font-size: 22px;
            line-height: 25px;
            margin-bottom: 5px;
        }

    .exhibition-slider .slider {
        margin-left: -31vw;
        margin-right: -31vw;
    }

    .exhibition-slider .slick-arrow {
        top: 11vw;
        margin-top: -37px;
        width: 74px;
        height: 74px;
    }

        .exhibition-slider .slick-arrow:before {
            width: 17px;
            height: 17px;
            border-width: 4px 4px 0 0;
        }

    .exhibition-slider .slick-prev {
        left: -37px;
    }

    .exhibition-slider .slick-next {
        right: -37px;
    }
    /* historic-slider */
    .historic-slider h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .historic-slider .name-str {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 11px;
    }

    .historic-slider .descr .holder {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 12px;
    }

    .historic-slider .descr .label {
        padding-top: 5px;
        padding-bottom: 3px;
        margin-right: 13px;
    }

    .historic-slider .descr h4 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .historic-slider .tags-list > li {
        font-size: 15px;
        line-height: 18px;
    }

    .historic-slider .container {
        max-width: 450px;
    }

    .historic-slider .cell {
        height: 380px;
        padding-bottom: 127px;
    }

    .historic-slider .photo,
    .historic-slider .bg-decor {
        bottom: 100px;
        margin-right: -180px;
        width: 440px;
        height: 350px;
    }

    .historic-slider .triangle-wrap {
        width: 460px;
    }

    .historic-slider .slick-dots {
        bottom: 90px;
    }

        .historic-slider .slick-dots > li {
            margin-left: 7px;
            margin-right: 7px;
        }

        .historic-slider .slick-dots button {
            width: 10px;
            height: 10px;
        }
    /* numbers-section */
    .numbers-section {
        padding: 50px 0 56px;
    }

    .numbers-list li {
        font-size: 18px;
        line-height: 24px;
    }

    .numbers-list h3 {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 30px;
    }

    .numbers-list span {
        display: block;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .numbers-list .btn {
        font-size: 18px;
        line-height: 22px;
    }
    /* elements */
    .info-boxes {
        padding-top: 2px;
    }

        .info-boxes > .row > div[class^="col-"] {
            padding-top: 2px;
            padding-bottom: 2px;
        }

    .social-list > li {
        padding-right: 20px;
    }

    .main .container > .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .main .container > .row > div[class^="col-"] {
            padding-left: 15px;
            padding-right: 15px;
        }

            .main .container > .row > div[class^="col-"]:nth-child(1) {
                width: 70%;
            }

            .main .container > .row > div[class^="col-"]:nth-child(2) {
                width: 30%;
            }

    .info-widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inform-box figcaption {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-widget {
        padding-left: 20px;
        padding-right: 20px;
    }

    .events-widget {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* end elements */
    /* footer */
    #footer .by {
        margin: 30px 0 0;
        text-align: center;
    }

    .membership .donate-box {
        padding: 100px 50px;
    }

        .membership .donate-box > header {
            margin-right: 0;
        }

    .membership .text-block {
        padding: 80px 100px 80px 30px;
    }

    .main-baner h1 {
        font-size: 140px;
    }

    .search-collections.style2 {
        padding: 17px 30px;
    }

        .search-collections.style2 h5 {
            font-size: 28px;
            line-height: 34px;
        }

    .sample-widget-footer {
        padding: 0 12px 33px 32px;
    }

        .sample-widget-footer .label {
            margin-right: 8px;
            font-size: 12px;
            padding: 5px 9px;
        }

        .sample-widget-footer h4 {
            font-size: 21px;
            line-height: 24px;
            margin-bottom: 27px;
        }

        .sample-widget-footer .tags-list > li {
            font-size: 15px;
            line-height: 18px;
        }

    .sample-widget {
        padding: 26px 33px 0;
    }

        .sample-widget .img-widget {
            width: 354px;
            top: 21%;
            right: 36px;
        }

        .sample-widget h3 {
            font-size: 20px;
            line-height: 26px;
        }

    .search-collections.style3 {
        padding: 29px 32px;
    }

        .search-collections.style3 h5 {
            margin: 2px 0 0;
        }

        .search-collections.style3 .search-collections-form {
            float: none;
            width: auto;
            position: relative;
            padding-right: 0;
        }

        .search-collections.style3 .drop {
            float: none;
            width: auto;
        }

        .search-collections.style3 .col-2 {
            padding-right: 7px;
            width: 45.9%;
        }

        .search-collections.style3 .collapse {
            display: none;
        }

            .search-collections.style3 .collapse.in {
                display: block;
            }
        /*.search-collections.style3 .search-collections-form{
		position: relative;
		padding-right: 0;
	}*/
        .search-collections.style3 .search-collections-form .btn-search:before {
            width: 100%;
            background-position: 50% 50%;
        }

        .search-collections.style3 .search-collections-form .btn-search {
            width: 44px;
            height: 100%;
            padding: 0;
            font-size: 0;
            line-height: 0;
        }

        .search-collections.style3 .col-1 {
            width: 34.4%;
        }

        .search-collections.style3 .search-collections-form .form-control {
            height: 44px;
            padding: 9px 18px;
        }

        .search-collections.style3 .col-3 {
            width: 19.4%;
        }

        .search-collections.style3 .drop .row {
            padding-top: 21px;
        }
        /* events */
        .search-collections.style3.type2 {
            padding-left: 0;
            padding-right: 0;
        }

            .search-collections.style3.type2 .col-2 {
                left: auto;
                width: 65.6%;
            }
    /* end events */
    /* collections */
    .collections-list > li {
        width: 50%;
    }
    /* end collections */
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 16px;
    }

    h1 {
        font-size: 44px;
        line-height: 48px;
    }

    h2 {
        font-size: 38px;
        line-height: 42px;
    }

    h3 {
        font-size: 30px;
        line-height: 34px;
    }

    h4 {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 18px;
        line-height: 22px;
    }

    h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .btn-grad {
        padding: 14px 20px;
    }

    .btn-menu {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 56px;
        height: 56px;
        margin: 0 0 0 26px;
        border: 3px solid #1D5080;
        border-radius: 50%;
        overflow: hidden;
        text-indent: -9999px;
        text-align: left;
        color: #1D5080;
    }

        .btn-menu:before,
        .btn-menu:after,
        .btn-menu span {
            position: absolute;
            left: 10px;
            right: 10px;
            height: 4px;
            border-radius: 2px;
            background: #1D5080;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .btn-menu:before,
        .btn-menu:after {
            content: "";
        }

        .btn-menu:before {
            top: 15px;
        }

        .btn-menu:after {
            bottom: 15px;
        }

        .btn-menu span {
            top: 23px;
        }

    .mm-wrapper_opening .btn-menu span {
        opacity: 0;
    }

    .mm-wrapper_opening .btn-menu:before {
        top: 23px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mm-wrapper_opening .btn-menu:after {
        bottom: 23px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .info-widget {
        padding: 16px 25px 1px;
    }

        .info-widget h3 {
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 13px !important;
        }
    /* header */
    #header .container-fluid {
        padding: 0 124px 0 180px;
    }

    .header-bottom {
        padding: 38px 0 38px;
    }

    #header .logo {
        left: 34px;
    }

    #header .lbl img {
        max-width: 78px;
    }
    /* mm-menu */
    .mm-page {
        z-index: auto !important;
    }

    .mm-menu_offcanvas {
        width: 343px;
        position: absolute;
        min-height: 100vh;
        height: 100%;
    }

    .mm-menu {
        top: 117px;
        z-index: 100 !important;
        background: #0c2c43;
        color: #fff;
    }

    .mm-panel_has-navbar {
        padding-top: 0;
    }

    .mm-panel::before {
        height: 16px;
    }

    .mm-panel {
        padding: 0 30px;
    }

    .mm-panel_has-navbar:first-child .mm-navbar {
        display: none;
    }

    .mm-navbar {
        position: relative;
        height: auto;
        padding: 0 60px;
        border-bottom: 4px solid rgba(255,255,255,.1);
    }

    .mm-menu .mm-navbar a,
    .mm-menu .mm-navbar > * {
        color: #fff;
    }

    .mm-navbar__title {
        padding: 21px 0 20px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        white-space: normal;
    }

    .mm-btn {
        top: 21px;
        width: auto;
        height: auto;
        padding: 0 0 0 15px;
        font-size: 17px;
        line-height: 21px;
        font-weight: 700;
        letter-spacing: -1px;
    }

    .mm-menu .mm-btn::before {
        border-color: #fff;
    }

    .mm-btn_prev::before {
        left: 0;
    }

    .mm-btn_prev::after {
        content: "Back";
    }

    .mm-panels > .mm-panel > .mm-listview:first-child,
    .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
        margin-top: 0;
    }

    .mm-listview {
        font: 700 20px/24px 'Roboto', sans-serif;
    }

    .mm-panels > .mm-panel > .mm-listview {
        margin: 0 -30px;
    }

    .mm-listitem::after {
        left: 30px;
        right: 30px;
        border-bottom-width: 4px;
        border-color: rgba(255,255,255,.1);
    }

    .mm-listview .add-item {
        font-weight: 400;
    }

    .mm-listitem:hover a {
        opacity: .4;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        position: relative;
        padding: 22px 20px 22px 30px;
        white-space: normal;
    }

    .mm-listview .add-item a {
        padding-left: 68px;
    }

    .mm-listview .ico {
        position: absolute;
        left: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .mm-listitem .mm-btn_next::before {
        display: none;
    }

    .mm-menu .mm-listview .mm-btn_next::after {
        border-color: #fff;
    }

    .mm-btn_next::after {
        right: 37px;
        width: 13px;
        height: 13px;
        border-width: 3px 0 0 3px;
    }

    .mm-panel + .mm-panel .mm-listview {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
    }

    .mm-panel + .mm-panel .mm-listitem > a,
    .mm-panel + .mm-panel .mm-listitem > span {
        padding: 18px 20px 17px 30px;
    }

    .mm-panel + .mm-panel .mm-listitem .mm-btn_next {
        padding: 0;
    }

    .mm-page__blocker {
        top: 117px;
        z-index: 50 !important;
        background: rgba(0,0,0,.59);
        opacity: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
        position: absolute;
    }

    .mm-wrapper_opening .mm-page__blocker {
        opacity: 1;
    }
    /* top-nav */
    .top-nav {
        display: block;
        margin: 0 -56px;
        padding: 27px 0 17px;
    }

        .top-nav li {
            padding: 0 56px 14px;
            font-size: 17px;
            line-height: 21px;
            text-transform: none;
        }

            .top-nav li::before {
                display: none;
            }
    /* search-form */
    .search-form .form-control {
        height: 44px;
        padding: 11px 20px;
    }

    .search-form .button {
        height: 44px;
    }
    /* visual-slider */
    .visual-slider .holder {
        height: 357px;
    }
    /* btn-visit */
    .btn-visit {
        min-height: 85px;
    }
    /* visit-section */
    .visit-section {
        padding: 47px 0 53px;
        line-height: 18px;
        text-align: center;
    }

        .visit-section::before {
            display: none;
        }

        .visit-section h2 {
            margin: 0 0 18px;
            font-size: 26px;
            line-height: 30px;
        }

        .visit-section .lead {
            margin: 0 0 29px;
            font-size: 19px;
            line-height: 22px;
        }

        .visit-section .video-block {
            max-width: 582px;
            margin: 0 auto 21px;
            text-align: left;
        }

        .visit-section p {
            margin: 0 0 29px;
        }

        .visit-section .btn {
            padding: 10px 26px;
            font-size: 16px;
            margin-bottom: 16px;
        }

        .visit-section .bg {
            background-size: 1040px auto;
        }
    /* video-block */
    .video-block {
        height: 329px;
    }

        .video-block .play {
            font-size: 80px;
        }

        .video-block figcaption {
            padding: 18px 19px;
        }

        .video-block .list {
            margin: 2px -2px 0 0;
        }

            .video-block .list li {
                padding: 0 8px;
            }

            .video-block .list img {
                -webkit-transform: scale(1.05);
                transform: scale(1.05);
            }

        .video-block h4 {
            font-size: 15px;
            line-height: 19px;
        }
    /* quote-section */
    .quote-section {
        padding: 45px 0 90px;
    }

        .quote-section blockquote {
            padding: 0;
        }

            .quote-section blockquote q {
                margin: 0 0 9px;
                font-size: 34px;
                line-height: 39px;
            }

        .quote-section cite {
            padding: 0;
            font-size: 14px;
            line-height: 18px;
        }

            .quote-section cite::before {
                margin-right: 2px;
            }
    /* scroll-section */
    .scroll-section {
        padding: 81px 0 61px;
    }

        .scroll-section .container {
            padding-left: 70px;
        }

    .scroll-frame .info-item {
        width: 220px;
    }

    .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
        padding-bottom: 57px;
    }
    /* info-item */
    .info-item {
        font-size: 16px;
        line-height: 20px;
    }

        .info-item .date {
            left: 20px;
            bottom: 10px;
            padding: 2px 6px 3px;
            font-size: 12px;
            line-height: 16px;
            letter-spacing: normal;
        }

        .info-item figcaption {
            padding: 0 20px;
        }

        .info-item .text {
            vertical-align: top;
            height: 144px;
            padding: 16px 0 10px;
        }

        .info-item .text-inner {
            max-height: 118px;
        }

        .info-item h3 {
            font-size: 22px;
            line-height: 25px;
        }

        .info-item footer {
            margin: 0 -20px;
            padding: 14px 50px 14px 20px;
            font-size: 14px;
            line-height: 18px;
        }

            .info-item footer .share {
                right: 23px;
            }
    /* side-ttl */
    .side-ttl {
        width: 60px;
    }

        .side-ttl h3 {
            margin: -33px 0 0 -10px;
            font-size: 24px;
            line-height: 28px;
        }

    .scroll-section .side-ttl h3 {
        margin: -33px 0 0 -10px;
    }
    /* historic-slider */
    .historic-slider .cell {
        height: 272px;
        padding-bottom: 94px;
    }

    .historic-slider .slick-dots {
        bottom: 70px;
    }

    .historic-slider .photo,
    .historic-slider .bg-decor {
        bottom: 79px;
        margin-right: -127px;
        width: 315px;
        height: 254px;
    }

    .historic-slider .triangle-wrap {
        width: 332px;
    }
    /* numbers-section */
    .numbers-list li {
        font-size: 15px;
        line-height: 20px;
        padding: 0 10px 15px;
    }

    .numbers-list h3 {
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 6px;
    }

    .numbers-list span {
        display: block;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .numbers-list p {
        margin: 0 0 15px;
    }

    .numbers-list .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 12px;
    }
    /* buttons */
    .button-play {
        width: 51px;
        height: 51px;
        margin: 17px 0 0;
    }

        .button-play:before {
            width: 21px;
            height: 24px;
            background-size: 21px 24px;
            margin: -12px 0 0 -7px;
        }
    /* end buttons */
    /* elements */
    .visual-section {
        min-height: 154px;
    }

        .visual-section figcaption {
            height: 154px;
        }

            .visual-section figcaption .container-fluid {
                padding: 23px 37px 20px;
            }

            .visual-section figcaption h1 {
                font-size: 65px;
                line-height: 69px;
                letter-spacing: 2.5px;
            }

    .info-boxes {
        padding: 2px 4px;
    }

    .info-box {
        min-height: 152px;
        padding-left: 45px;
    }

        .info-box .side-title {
            width: 45px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.2px;
        }

            .info-box .side-title > span {
                margin-left: 14px;
            }

        .info-box .box-body {
            font-size: 22px;
            line-height: 24px;
        }

        .info-box .schedule-title {
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0.3px;
            padding: 0 0 12px;
            margin: -5px 0 0;
        }

        .info-box .schedule-val {
            font-size: 35px;
            line-height: 39px;
            letter-spacing: 1px;
            padding: 0 0 10px;
        }

        .info-box .schedule-note {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.3px;
        }

        .info-box .title {
            font-size: 22px;
            line-height: 26px;
            letter-spacing: 0.5px;
            padding: 5px 0 4px;
        }

        .info-box p {
            margin: 0 0 11px;
            padding: 0 25px;
            letter-spacing: 0.3px;
        }

        .info-box .link-row {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.3px;
        }

    .social-box {
        min-height: 152px;
        padding: 16px 29px;
    }

        .social-box h3 {
            margin: 0 0 20px;
            font-size: 28px;
            line-height: 32px;
            letter-spacing: 0.5px;
        }

    .social-list > li {
        padding-right: 17px;
    }

        .social-list > li:last-child {
            padding-right: 0;
        }

    .main:before,
    .main:after {
        display: none;
    }

    .main .container {
        padding-top: 28px;
        padding-bottom: 40px;
        max-width: 715px;
    }

        .main .container > .row > div[class^="col-"]:nth-child(1),
        .main .container > .row > div[class^="col-"]:nth-child(2) {
            width: auto;
        }

        .main .container > .row > .pull-right {
            float: none !important;
        }

    .breadcrumb,
    .content .breadcrumb {
        padding: 0 0 31px;
    }

        .breadcrumb > li,
        .content .breadcrumb > li {
            font-size: 15px;
            line-height: 20px;
        }

            .breadcrumb > li + li,
            .content .breadcrumb > li + li {
                padding-left: 22px;
            }

            .breadcrumb > li:before,
            .content .breadcrumb > li:before {
                width: 2px;
                height: 14px;
                margin: 4px 0 0 10px;
            }

    .content .headings {
        padding: 0 0 28px;
    }

    .content h1 {
        margin: 0 0 16px;
    }

    .content h2 {
        margin: 0 0 25px;
    }

    .content h3 {
        margin: 0 0 31px;
    }

    .content h4 {
        margin: 0 0 27px;
    }

    .content h5 {
        letter-spacing: 0.2px;
    }

    .social-widget {
        margin: 0 0 38px;
    }

    .video-widget {
        margin: 0 0 29px;
        padding: 52.8% 0 0;
    }

    .content p {
        margin: 0 0 27px;
        letter-spacing: 0.3px;
    }

    .content ul {
        padding: 0 0 15px;
        position: relative;
        top: -2px;
    }

        .content ul li {
            padding: 0 0 0 15px;
            letter-spacing: 0.3px;
        }

            .content ul li:before {
                margin: 11px 0 0 -1px;
            }

    .content ol {
        padding: 0 0 26px;
    }

        .content ol li {
            padding: 0 0 0 17px;
            letter-spacing: 0.3px;
        }

            .content ol li:before {
                width: 20px;
                margin: 0 0 0 -4px;
            }

    .table-section {
        padding: 0 0 30px;
    }

        .table-section h4 {
            margin-bottom: 20px;
        }

    .content table th {
        font-size: 18px;
        line-height: 22px;
        padding: 0 17px 14px;
        width: 34%;
    }

        .content table th:last-child {
            width: auto;
        }

    .content table td {
        padding: 16px 18px 14px;
        font-size: 15px;
        line-height: 20px;
    }
    /* end elements */
    /* footer */
    #footer {
        padding: 36px 0;
        font-size: 15px;
    }

        #footer h3 {
            margin: 0 0 22px;
            font-size: 24px;
            line-height: 28px;
        }

        #footer address,
        #footer .schedule {
            margin: 0 0 13px;
        }

        #footer .links li + li {
            margin-top: 10px;
        }

        #footer dl {
            margin: 0 0 20px;
        }

    .newsletter-form {
        margin-top: 25px;
    }

        .newsletter-form label {
            margin: -5px 0 0;
            line-height: 17px;
        }

    #footer .bottom-area {
        margin: 21px 0 0;
        padding: 36px 0 0;
        font-size: 13px;
    }

    #footer nav ul {
        margin: 0 -8px;
    }

        #footer nav ul li {
            padding: 0 8px;
        }

    .social {
        margin: 5px -9px 0;
    }

        .social li {
            margin: 0 9px;
        }

    #footer .by {
        margin: 26px 0 0;
    }

    #footer .logos {
        padding: 33px 0 0;
    }

    .support {
        margin-bottom: 24px;
    }

        .support > header > * {
            font-size: 28px;
            line-height: 36px;
        }

        .support > header.container {
            padding-top: 39px;
            padding-bottom: 33px;
        }

    .membership .donate-box {
        padding: 46px 42px;
    }

        .membership .donate-box > header {
            margin-right: -8px;
            letter-spacing: 1.8px;
            font-size: 18px;
            padding-bottom: 11px;
        }

            .membership .donate-box > header h3 {
                font-size: 37px;
                letter-spacing: .7px;
            }

                .membership .donate-box > header h3 b {
                    font-size: 41px;
                    margin: -8px -2px 0 0;
                }

    .donate-form .check-nav {
        margin-bottom: 18px;
    }

        .donate-form .check-nav li {
            font-size: 15px;
        }

            .donate-form .check-nav li a {
                padding: 5px;
            }

    .donate-form .form-control {
        height: 40px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        margin-bottom: 17px;
    }

    .donate-form .btn {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        width: 156px;
    }

    .membership .text-block {
        padding: 36px 55px 29px 25px;
        line-height: 18px;
    }

        .membership .text-block h2 {
            font-size: 29px;
            margin-bottom: 16px;
        }

        .membership .text-block .subttl {
            font-size: 18px;
            line-height: 20px;
            margin-bottom: 11px;
        }

        .membership .text-block p {
            margin-bottom: 13px;
        }

        .membership .text-block .btn {
            margin-top: 21px;
            font-size: 15px;
        }

    .main-baner h1 {
        font-size: 85px;
        letter-spacing: 3px;
    }

    .main-baner .title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 300;
        margin: 0 8px -4px;
    }

    .main-baner .cell {
        height: 321px;
    }

    .main-baner .container-fluid {
        padding: 20px 32px 15px;
    }

    .main-baner:before {
        bottom: -346px;
    }

    .main-baner .photo {
        height: 400px;
        width: 400px;
        top: -95px;
        right: -216px;
    }

        .main-baner .photo img {
            max-width: 153px;
            bottom: -39px;
            left: 21px;
        }

    .search-collections {
        padding: 20px 23px 19px;
        margin: 0 0 27px;
    }

        .search-collections h5 {
            font-size: 28px;
            line-height: 32px;
            margin: 5px 0 0;
            letter-spacing: 0.7px;
        }

        .search-collections .col-1 {
            width: 37.1%;
        }

        .search-collections .col-2 {
            width: 43.5%;
        }

        .search-collections .col-3 {
            width: 19.4%;
        }

        .search-collections .drop .row {
            padding-top: 16px;
        }

            .search-collections .drop .row > div:nth-last-child(2),
            .search-collections .drop .row > div:last-child {
                margin-bottom: 0;
            }

            .search-collections .drop .row > div {
                margin-bottom: 15px;
            }

        .search-collections.style2 .drop .row > div {
            margin-bottom: 0;
        }

        .search-collections .collapse-search:after {
            width: 9px;
            height: 6px;
            background-size: 9px 6px;
            top: 7px;
        }

    .sample-widget .img-widget {
        width: 251px;
    }

    .collection p {
        margin-bottom: 16px;
    }

    .collection {
        padding-top: 4px;
        line-height: 25px;
        font-family: 'Roboto', sans-serif;
    }

        .collection .content .headings {
            padding-bottom: 0;
        }

        .collection .video-widget {
            margin-bottom: 20px;
        }

    .content .table-border td:first-child {
        width: 34%;
    }

    .content .table-border {
        margin-bottom: 25px;
    }

    .comment-iframe {
        padding-top: 18px;
        margin-bottom: 15px;
    }
    /* visit-section */
    .visit-section.type2 {
        padding: 41px 0 40px;
    }

        .visit-section.type2 [class*="col-"] {
            width: 100%;
        }

        .visit-section.type2 h2 {
            margin: 0 0 25px;
        }

        .visit-section.type2 .video-block {
            margin: 0 auto 21px;
        }

        .visit-section.type2 .lead {
            margin: 0 0 29px;
            font-size: 16px;
            line-height: 18px;
        }
    /* scroll-section */
    .scroll-section.type2 {
        padding: 71px 0 63px;
    }

        .scroll-section.type2 .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
            padding-bottom: 61px;
        }

    .exhibition-slider + #footer {
        margin-top: 19px;
    }
    /* info-item */
    .info-item.type2 figcaption {
        padding-right: 10px;
    }

    .info-item.type2 .text {
        vertical-align: top;
        height: 145px;
    }

    .info-item.type2 .text-inner {
        max-height: 100px;
    }

    .info-item.type2 h3 {
        font-size: 22px;
        line-height: 25px;
    }
    /* events */
    .events-section {
        padding: 10px 0 0;
    }

    .filter-block h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 12px 0 0;
    }

    .filter-btns,
    .content .filter-btns {
        margin-left: -40px;
    }

        .filter-btns li,
        .content .filter-btns li {
            padding-left: 25px;
        }

        .filter-btns a {
            font-size: 18px;
        }

    .filter-block {
        padding-bottom: 14px;
    }

    .page-numbers {
        padding: 22px 0 0;
    }

    .search-collections.style3.type2 {
        padding: 19px 0;
    }

        .search-collections.style3.type2 .col-1 {
            width: 30%;
        }

        .search-collections.style3.type2 .col-2 {
            width: 70%;
        }

        .search-collections.style3.type2 .bootstrap-select > .dropdown-toggle {
            line-height: 18px;
        }
    /* end events */
    /* collections */
    .collections-area {
        padding-bottom: 39px;
    }

        .collections-area:before {
            display: none;
        }

    .intro-section {
        font-size: 15px;
        line-height: 24px;
    }

        .intro-section .container {
            padding-top: 30px;
            padding-bottom: 33px;
        }

        .intro-section p {
            letter-spacing: 0.2px;
        }

    .collections-list {
        margin: 0;
        padding: 0 25px;
    }

        .collections-list > li {
            padding: 0 10px 12px;
            width: 50%;
        }

    .collection-item .collection-image {
        padding: 69.2% 0 0;
    }

        .collection-item .collection-image .bottom {
            padding: 0 50px 14px 20px;
        }

    .image-label {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.5px;
        padding: 3px 8px;
    }

    .collection-item .collection-image .btn-share {
        margin: 0 10px 7px 0;
    }

    .collection-item figcaption {
        padding: 23px 20px 20px;
    }

    .collection-item .heading-box {
        padding: 0 0 10px;
    }

        .collection-item .heading-box h2,
        .collection-item .heading-box h3 {
            font-size: 24px;
            line-height: 28px;
            letter-spacing: 0.8px;
            margin: 0;
            min-height: 1px;
        }

    .collection-item .table-block {
        padding: 0 0 15px;
    }

    .collection-features th,
    .collection-features td {
        padding-top: 11px;
        padding-bottom: 22px;
        font-size: 15px;
        line-height: 20px;
    }

    .collection-features th {
        width: 75px;
    }

    .collection-item .btn-row .btn {
        font-size: 15px;
        line-height: 20px;
        padding: 11px 15px;
    }

    .page-numbers.type2 {
        padding-top: 2px;
    }
    /* end collections */
    /* useful-links */
    .useful-links {
        margin-bottom: 19px;
    }

        .useful-links .useful-item {
            padding-top: 8px;
        }

    .content ul.page-numbers {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px), screen and (orientation: landscape) and (max-width: 767px), screen and (orientation: portrait ) and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
    }

    h3 {
        font-size: 26px;
        line-height: 30px;
    }

    h4 {
        font-size: 22px;
        line-height: 26px;
    }

    .btn-grad {
        vertical-align: top;
        padding: 7px 20px 8px;
        font-size: 15px;
        line-height: 20px;
        letter-spacing: normal;
        float: right;
        clear: both;
    }

    .btn-menu {
        vertical-align: top;
        width: 45px;
        height: 45px;
        margin: 13px 0 0;
        border-width: 2px;
        float: right;
        clear: both;
    }

        .btn-menu::before,
        .btn-menu::after,
        .btn-menu span {
            left: 8px;
            right: 8px;
            height: 3px;
        }

        .btn-menu::before {
            top: 12px;
        }

        .btn-menu::after {
            bottom: 12px;
        }

        .btn-menu span {
            top: 19px;
        }

    .mm-wrapper_opening .btn-menu:before {
        top: 19px;
    }

    .mm-wrapper_opening .btn-menu:after {
        bottom: 19px;
    }
    /* header */
    .header-bottom {
        padding: 0 0 24px;
        height: auto;
    }

    #header .container-fluid {
        padding: 0 75px 0 150px;
    }

    #header .logo {
        left: 33px;
        width: 107px;
        height: 68px;
    }

    #header .lbl {
        right: 12px;
    }

        #header .lbl img {
            max-width: 44px;
        }
    /* mm-menu */
    .mm-menu_offcanvas {
        width: 375px;
    }

    .mm-panel::before {
        display: none;
    }

    .top-nav {
        margin: 0 -69px;
    }

        .top-nav li {
            padding: 0 69px 14px;
        }
    /* slick-dots */
    .slick-dots {
        text-align: center;
    }

        .slick-dots > li {
            margin-left: 7px;
            margin-right: 8px;
        }
    /* visual-slider */
    .visual-slider .container,
    .visual-slider .slick-dots {
        padding-left: 30px;
        padding-right: 30px;
    }

    .visual-slider .holder {
        height: 247px;
        padding-bottom: 62px;
    }

    .visual-slider h1,
    .visual-slider h2 {
        font-size: 33px;
    }

    .visual-slider .str-2 {
        /*font-size: 65px;*/
        font-size: 33px;
    }

    .visual-slider .str-3 {
        /*font-size: 65px;*/
        font-size: 33px;
    }

    .visual-slider .slick-dots {
        bottom: 21px;
    }
    /* specific-bar */
    .specific-bar {
        margin-left: -2px;
        margin-right: -2px;
    }

        .specific-bar > *,
        .specific-bar.cols-3 > *,
        .specific-bar.cols-4 > * {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            min-width: 100%;
            max-width: 100%;
        }

    .btn-visit h3 {
        font-size: 28px;
        line-height: 31px;
    }
    /* visit-section */
    .visit-section {
        padding: 28px 0 107px;
    }

        .visit-section h2 {
            font-size: 22px;
            line-height: 25px;
        }

        .visit-section .lead {
            font-size: 16px;
            line-height: 18px;
        }

        .visit-section .video-block {
            margin-bottom: 24px;
        }

        .visit-section p {
            margin: 0 0 34px;
        }

        .visit-section .bg {
            background-size: 818px auto;
        }
    /* video-block */
    .video-block {
        height: 179px;
    }

        .video-block .play {
            font-size: 44px;
        }

        .video-block figcaption {
            padding: 16px 19px;
        }

        .video-block .list {
            margin: -10px -14px 0 0;
        }

            .video-block .list li {
                padding: 0;
            }

            .video-block .list img {
                -webkit-transform: scale(.7);
                transform: scale(.7);
            }
    /* quote-section */
    .quote-section {
        padding: 23px 0 173px;
        background-size: 100% auto;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        background-color: #f9f9f9;
    }

        .quote-section .bg {
            top: auto;
            height: 44.8vw;
        }

            .quote-section .bg:before {
                bottom: 65%;
                background: -webkit-gradient(linear, left top, left bottom, from(rgba(249,249,249,1)),to(rgba(249,249,249,0)));
                background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(249,249,249,0) 100%);
            }

        .quote-section blockquote q {
            margin: 0 0 1px;
            font-size: 28px;
            line-height: 34px;
        }
    /* scroll-section */
    .scroll-section {
        padding: 51px 0;
    }

    .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
        padding-bottom: 35px;
    }
    /* side-ttl */
    .side-ttl h3,
    .scroll-section .side-ttl h3 {
        margin: -27px 0 0 8px;
    }
    /* exhibition-item */
    .exhibition-slider .slider {
        margin-left: -63vw;
        margin-right: -35vw;
    }

    .exhibition-slider .slick-arrow {
        top: 24vw;
    }
    /* historic-slider */
    .historic-slider .descr .holder {
        display: none;
    }

    .historic-slider .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .historic-slider .cell {
        padding-bottom: 84px;
    }

    .historic-slider h3 {
        font-size: 25px;
        line-height: 28px;
    }

    .historic-slider .name-str {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 12px;
    }

    .historic-slider .slick-dots {
        bottom: 57px;
    }
    /* numbers-section */
    .numbers-section .bg-img {
        width: 100%;
        background-position: 0 9%;
    }

    .numbers-section {
        padding: 50px 0 57px;
    }

    .numbers-list {
        margin: 0 -30px;
    }

        .numbers-list li {
            padding: 0 9px;
        }
    /* buttons */
    .button-play {
        width: 23px;
        height: 23px;
        margin: 7px 0 0;
        border-width: 2px;
    }

        .button-play:before {
            width: 10px;
            height: 11px;
            background-size: 10px 11px;
            margin: -5px 0 0 -3px;
        }
    /* end buttons */
    /* elements */
    .visual-section {
        min-height: 129px;
    }

        .visual-section figcaption {
            height: 129px;
        }

            .visual-section figcaption .container-fluid {
                padding: 20px 32px 26px;
            }

            .visual-section figcaption h1 {
                font-size: 36px;
                line-height: 40px;
                text-transform: none;
                letter-spacing: 2.5px;
            }

    .info-boxes {
        padding: 3px 0 0;
    }

        .info-boxes > .row > div[class^="col-"] {
            display: block;
            padding-top: 0;
            padding-bottom: 3px;
        }

    .info-box {
        min-height: 152px;
        padding-left: 44px;
    }

        .info-box .side-title {
            width: 44px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.2px;
        }

            .info-box .side-title > span {
                margin-left: 13px;
            }

        .info-box .box-body {
            font-size: 22px;
            line-height: 24px;
        }

        .info-box .schedule-title {
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 0.3px;
            padding: 0 0 11px;
            margin: -4px 0 0;
        }

        .info-box .schedule-val {
            font-size: 35px;
            line-height: 39px;
            letter-spacing: 1px;
            padding: 0 0 10px;
        }

        .info-box .schedule-note {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0.3px;
        }

        .info-box .title {
            font-size: 22px;
            line-height: 26px;
            letter-spacing: 0.5px;
            padding: 7px 0 5px;
        }

        .info-box .link-row {
            font-size: 14px;
            line-height: 18px;
        }

    .social-box {
        min-height: 152px;
        padding: 18px 27px;
    }

        .social-box h3 {
            margin: 0 0 20px;
            font-size: 28px;
            line-height: 32px;
            letter-spacing: 0.5px;
        }

    .social-list > li {
        padding-right: 17px;
    }

        .social-list > li:last-child {
            padding-right: 0;
        }

    .main .container {
        padding-top: 37px;
        padding-bottom: 40px;
    }

    .content .headings {
        padding: 0 0 18px;
    }

    .content h1 {
        margin: 0 0 24px;
        letter-spacing: 0.7px;
    }

    .content h2 {
        margin: 0 0 30px;
        letter-spacing: 0.7px;
    }

    .content h3 {
        margin: 0 0 33px;
        letter-spacing: 0.5px;
    }

    .content h4 {
        margin: 0 0 27px;
        letter-spacing: 0.2px;
    }

    .social-widget {
        margin: 0 0 55px;
    }

    .video-widget {
        margin: 0 0 25px;
        padding: 53.8% 0 0;
    }

    .content p {
        margin: 0 0 27px;
        letter-spacing: 0.4px;
    }

    .content ul {
        padding: 8px 0 17px;
        top: auto;
    }

        .content ul li {
            padding: 0 0 0 19px;
            letter-spacing: 0.3px;
        }

            .content ul li:before {
                margin: 11px 0 0 2px;
            }

    .content ol {
        padding: 0 0 33px;
    }

        .content ol li {
            padding: 0 0 0 21px;
            letter-spacing: 0.3px;
        }

            .content ol li:before {
                width: 20px;
                margin: 0;
            }

    .table-section {
        padding: 0 0 15px;
    }

        .table-section h4 {
            margin-bottom: 19px;
        }

    .table-block {
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 10px;
        margin: 0 -30px 0 0;
    }

        .table-block .table-holder {
            padding-right: 30px;
            min-width: 724px;
        }

    .content table th {
        font-size: 18px;
        line-height: 22px;
        padding: 0 17px 15px;
        width: 34%;
    }

        .content table th:last-child {
            width: auto;
        }

    .content table td {
        padding: 16px 17px 14px;
        font-size: 15px;
        line-height: 20px;
    }
    /* end elements */
    /* footer */
    #footer {
        padding: 47px 0 13px;
        font-size: 14px;
        line-height: 27px;
    }

        #footer h3 {
            margin: 0 0 17px;
        }

        #footer dl {
            margin: 0 0 31px;
        }

        #footer .links {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -10px;
            padding: 3px 0 37px;
        }

            #footer .links li {
                width: 50%;
                padding: 0 10px;
            }

                #footer .links li,
                #footer .links li + li {
                    margin: 9px 0 0;
                }

    .newsletter-form {
        margin-top: 24px;
    }

        .newsletter-form label {
            margin: 0 0 21px;
            line-height: 16px;
        }

        .newsletter-form .btn {
            width: 160px;
        }

    #footer .bottom-area {
        margin: 31px 0 0;
        text-align: center;
    }

    .social {
        float: none;
        margin: 0 -10px 21px;
    }

        .social li {
            margin: 0 10px;
        }

    #footer nav ul {
        margin: 0 -8px 25px;
    }

    #footer .logos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

        #footer .logos li {
            width: 33.33%;
            padding: 0 30px 20px;
        }

    .support {
        margin-bottom: 0;
    }

        .support > header > * {
            font-size: 24px;
        }

        .support > header.container {
            padding-top: 32px;
            padding-bottom: 21px;
        }

    .membership .flex-row {
        display: block;
    }

    .membership .donate-box {
        padding: 125px 30px 40px;
    }

        .membership .donate-box > header {
            margin-right: 0;
            font-size: 21px;
            padding-bottom: 13px;
        }

            .membership .donate-box > header h3 {
                font-size: 40px;
                letter-spacing: 1px;
            }

                .membership .donate-box > header h3 b {
                    font-size: 45px;
                }

    .donate-form .check-nav {
        margin-bottom: 19px;
    }

        .donate-form .check-nav li {
            font-size: 18px;
        }

            .donate-form .check-nav li a {
                padding: 7px;
            }

    .donate-form .form-control {
        font-size: 15px;
        height: 44px;
        margin-bottom: 20px;
    }

    .donate-form .btn {
        height: 44px;
        font-size: 18px;
        width: 172px;
    }

    .membership .text-block {
        padding: 47px 30px 50px;
    }

        .membership .text-block h2 {
            margin-bottom: 28px;
        }

        .membership .text-block .subttl {
            font-size: inherit;
            line-height: inherit;
            margin-bottom: 17px;
        }

        .membership .text-block p {
            margin-bottom: 18px;
        }

        .membership .text-block .btn {
            margin-top: 31px;
        }

    .main-baner:before {
        bottom: -419px;
    }

    .main-baner h1 {
        font-size: 45px;
        letter-spacing: 1.8px;
    }

    .main-baner .title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 7px -1px;
    }

    .main-baner .container-fluid {
        padding: 25px 24px;
    }

    .main-baner .cell {
        height: 197px;
    }

    .main-baner .photo {
        width: 280px;
        height: 280px;
        top: -79px;
        right: -146px;
    }

        .main-baner .photo img {
            max-width: 109px;
            left: 19px;
        }

    .search-collections .col-1 {
        width: 100%;
    }

    .search-collections .col-2 {
        width: 100%;
    }

    .search-collections .col-3 {
        width: 100%;
    }

    .search-collections {
        margin: 0 -30px 27px;
        padding: 16px 30px 24px;
    }

        .search-collections h5 {
            margin: 0 0 10px;
        }

        .search-collections .text-center {
            text-align: left;
        }

        .search-collections .collapse-search {
            margin-top: 7px;
        }

        .search-collections .drop {
            margin: 0 -1px;
        }

            .search-collections .drop .row {
                padding: 23px 0 15px;
            }

                .search-collections .drop .row > div {
                    margin: 0;
                }

                    .search-collections .drop .row > div + div {
                        margin-top: 9px;
                    }

        .search-collections.style2 {
            margin: 0;
            padding: 17px 30px 22px;
        }

            .search-collections.style2 .search-collections-form .form-control {
                font-size: 15px;
            }

            .search-collections.style2 .collapse-search {
                font-size: 15px;
            }

            .search-collections.style2 .drop {
                position: static;
                background: none;
                padding: 0;
            }

                .search-collections.style2 .drop .row {
                    padding: 23px 0 15px;
                }

    .sample-widget {
        margin: 46px 0 17px;
        min-height: 273px;
        padding: 3px 28px 0;
    }

        .sample-widget:before {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 0;
            right: 0;
            height: 46px;
            background: #fff;
            z-index: -1;
        }

        .sample-widget h3 {
            font-size: 22px;
            line-height: 28px;
        }

        .sample-widget .img-widget {
            top: -34px;
            right: 14px;
        }

    .sample-widget-footer {
        padding: 0 12px 18px 30px;
    }

        .sample-widget-footer .label {
            margin-right: 4px;
        }

        .sample-widget-footer .tags-list > li {
            font-size: 15px;
        }

        .sample-widget-footer h4 {
            margin-bottom: 11px;
        }

    .search-collections.style3 {
        padding: 11px 30px 24px;
    }

        .search-collections.style3 .col-3,
        .search-collections.style3 .col-2,
        .search-collections.style3 .col-1 {
            width: auto;
            float: none;
        }

        .search-collections.style3 h5 {
            margin: 0 0 6px;
        }

    .back-link {
        font-size: 14px;
        padding: 0 0 0 18px;
    }

    .collection {
        padding-top: 0;
        font-size: 15px;
        line-height: 27px;
    }

        .collection p {
            margin-bottom: 27px;
        }

        .collection .container {
            padding-top: 25px;
        }

        .collection .social-widget {
            margin-bottom: 15px;
        }

        .collection h1 {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 13px;
        }

    .content .table-row {
        border-bottom: 2px solid #eee;
        margin: 0 0 24px;
    }

    .content .table-border {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 22px;
    }

        .content .table-border tr td:first-child {
            width: auto;
            font-size: 15px;
            line-height: 20px;
            letter-spacing: 1.1px;
            font-weight: 700;
            padding: 3px 0 8px;
        }

        .content .table-border tr td {
            display: block;
            padding: 0 10px 9px 0;
            letter-spacing: 0.4px;
        }

        .content .table-border tr + tr td {
            border: none;
        }
    /* visit-section */
    .visit-section.type2 {
        padding: 28px 0 47px;
    }

        .visit-section.type2 h2 {
            margin: 0 0 29px;
        }

        .visit-section.type2 .video-block {
            margin-bottom: 24px;
        }

        .visit-section.type2 .lead {
            margin: 0 0 34px;
        }
    /* scroll-section */
    .scroll-section.type2 {
        padding: 53px 0 48px;
    }

        .scroll-section.type2 .scroll-frame .mCSB_horizontal.mCSB_inside > .mCSB_container {
            padding-bottom: 34px;
        }
    /* info-item */
    .info-item.type2 h3 {
        font-size: 21px;
        line-height: 24px;
    }
    /* events */
    .events-section {
        padding: 0;
        margin: -10px 0 -11px;
    }

    .filter-block h2 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 18px;
    }

    .filter-btns,
    .content .filter-btns {
        margin: 0 -30px;
        padding: 0 30px;
        float: none;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
    }

        .filter-btns li,
        .content .filter-btns li {
            padding: 0 6px 0 0;
            float: none;
            display: inline-block;
            vertical-align: top;
        }

        .filter-btns a {
            font-size: 15px;
        }

    .filter-block {
        padding-bottom: 32px;
    }

    .events-section .items {
        margin: 0 -26px 0 -23px;
    }

        .events-section .items > [class^="col"] {
            padding: 0 3px;
        }

    .page-numbers {
        padding: 17px 0 0;
    }

    .events-section .info-item .date {
        font-size: 10px;
        left: 16px;
        bottom: 8px;
        line-height: 12px;
    }

    .events-section .info-item h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .events-section .info-item figcaption {
        padding: 0 16px;
    }

    .events-section .info-item .text {
        padding-top: 11px;
        font-size: 13px;
        line-height: 16px;
        height: 115px;
        padding-bottom: 5px;
    }

    .events-section .info-item footer {
        margin: 0 -16px;
        font-size: 11px;
        line-height: 14px;
        padding: 12px 50px 11px 15px;
    }

        .events-section .info-item footer .share {
            font-size: 15px;
        }

    .search-collections.style3.type2 {
        padding: 13px 0 31px;
    }

        .search-collections.style3.type2 .col-1 {
            width: 100%;
        }

        .search-collections.style3.type2 .col-2 {
            width: 100%;
        }

        .search-collections.style3.type2 h5 {
            font-size: 26px;
            margin-bottom: 5px;
        }

    .search-collections.style3 .search-collections-form {
        margin-bottom: 20px;
    }
    /* end events */
    /* collections */
    .collections-area {
        padding: 0 0 18px;
    }

    .intro-section {
        font-size: 15px;
        line-height: 24px;
    }

        .intro-section .container {
            padding-top: 30px;
            padding-bottom: 45px;
        }

        .intro-section p {
            letter-spacing: 0.2px;
        }

    .collections-list {
        margin: 0;
        padding: 0 32px;
    }

        .collections-list > li {
            display: block;
            padding: 0 0 19px;
            width: auto;
        }

    .collection-item {
        border-bottom: solid 2px #eee;
    }

        .collection-item.opened {
            border-bottom-color: transparent;
        }

        .collection-item .collection-image {
            padding: 62.6% 0 0;
        }

            .collection-item .collection-image .bottom {
                padding: 0 50px 13px 13px;
            }

    .image-label {
        font-size: 14px;
        line-height: 18px;
        padding: 3px 8px;
    }

    .collection-item .collection-image .btn-share {
        margin: 0 7px 8px 0;
    }

    .collection-item figcaption {
        padding: 24px 18px 0;
    }

    .collection-item .heading-box {
        padding: 0 35px 17px 0;
        position: relative;
    }

        .collection-item .heading-box h2,
        .collection-item .heading-box h3 {
            font-size: 24px;
            line-height: 26px;
            letter-spacing: 0.8px;
            min-height: 1px;
        }

    .collapse-opener {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        position: relative;
        font-size: 0;
        line-height: 0;
        overflow: hidden;
    }

        .collapse-opener:before,
        .collapse-opener:after {
            content: '';
            position: absolute;
            z-index: 20;
            top: 0;
            left: 0;
            width: 13px;
            height: 4px;
            background: #424242;
            -webkit-transition: all .3s;
            transition: all .3s;
            margin-top: 17px;
        }

        .collapse-opener:before {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-left: 11px;
        }

        .collapse-opener:after {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            margin-left: 18px;
        }

    .collection-item.opened .heading-box .collapse-opener:before,
    .collection-item.opened .heading-box .collapse-opener:after {
        margin-left: 9px;
        width: 23px;
    }

    .collection-item .heading-box .collapse-opener {
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        margin: -6px -17px 0 0;
    }

    .collection-item.opened .heading-box .collapse-opener {
        margin-top: -8px;
    }

    .collection-item .collapse-box {
        padding: 0 0 20px;
    }

    .collection-item .table-block {
        padding: 0 0 20px;
        margin: 0;
        overflow: visible;
    }

    .collection-features th,
    .collection-features td {
        padding-top: 7px;
        padding-bottom: 18px;
        font-size: 15px;
        line-height: 20px;
    }

    .collection-features th {
        width: 75px;
    }

    .collection-features tr:first-child th,
    .collection-features tr:first-child td {
        padding-top: 19px;
    }

    .collection-item .btn-row {
        text-align: center;
    }

        .collection-item .btn-row .btn {
            font-size: 15px;
            line-height: 20px;
            padding: 11px 25px;
        }

    .page-numbers.type2 {
        padding-top: 6px;
    }
    /* end collections */
    .main-form {
        padding-top: 8px;
    }

        .main-form h4 {
            margin-bottom: 10px;
        }

        .main-form .form-info {
            padding-top: 0;
        }

        .main-form label {
            font-size: 18px;
            line-height: 21px;
        }

        .main-form [class^="col"] {
            margin-bottom: 21px;
        }

        .main-form textarea.text {
            height: 233px;
        }

    .content .testimonial-widget {
        padding-top: 25px;
        padding-left: 5px;
        margin-bottom: 34px;
    }

        .content .testimonial-widget q {
            font-size: 28px;
            line-height: 36px;
            padding-bottom: 6px;
        }

        .content .testimonial-widget cite {
            font-size: 15px;
            line-height: 19px;
            letter-spacing: .025em;
        }
    /* useful-links */
    .useful-links {
        margin-bottom: 12px;
    }

        .useful-links h4 {
            margin-bottom: 19px;
        }

        .useful-links h5 {
            font-size: 21px;
            line-height: 24px;
            margin-bottom: 8px;
        }

            .useful-links h5 + p {
                margin-top: 0;
            }

    .scroll-mobile {
        overflow-x: auto;
        margin-right: -30px;
        padding-right: 10px;
    }

        .scroll-mobile .info-item {
            width: 220px;
        }

        .scroll-mobile .items {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

            .scroll-mobile .items > * {
                width: auto;
            }

    ul.page-numbers {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 374px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn-grad {
        padding: 7px 10px 8px;
        font-size: 14px;
    }
    /* header */
    #header .container-fluid {
        padding: 0 75px 0 120px;
    }

    #header .logo {
        left: 20px;
        width: 90px;
        height: 57px;
    }
    /* mm-menu */
    .mm-menu_offcanvas {
        width: 320px;
    }

    .mm-panel {
        padding: 0 20px;
    }

    .mm-panels > .mm-panel > .mm-listview {
        margin: 0 -20px;
    }

    .mm-listitem::after {
        left: 20px;
        right: 20px;
    }

    .mm-listitem > a,
    .mm-listitem > span {
        padding: 22px 20px 22px 20px;
    }

    .mm-btn_next::after {
        right: 26px;
    }

    .mm-listview .add-item a {
        padding-left: 58px;
    }

    .mm-listview .ico {
        left: 20px;
    }

    .mm-panel + .mm-panel .mm-listitem > a,
    .mm-panel + .mm-panel .mm-listitem > span {
        padding: 18px 20px 17px 20px;
    }
    /* elements */
    .info-box p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info-box .title {
        font-size: 20px;
        line-height: 24px;
    }

    .info-box .schedule-val {
        font-size: 28px;
        line-height: 32px;
    }

    .social-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .social-list > li {
        padding-right: 15px;
    }
    /* end elements */
    .membership .donate-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .membership .text-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sample-widget h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .sample-widget .img-widget {
        width: 220px;
    }
    /* events */
    .events-section .items {
        margin: 0 -3px;
    }

        .events-section .items > [class^="col"] {
            width: 100%;
        }

    .events-section .info-item .date {
        font-size: 12px;
        left: 20px;
        bottom: 10px;
        line-height: 14px;
    }

    .events-section .info-item h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .events-section .info-item figcaption {
        padding: 0 20px;
    }

    .events-section .info-item .text {
        padding-top: 16px;
        font-size: 15px;
        line-height: 20px;
        height: auto;
        padding-bottom: 20px;
    }

    .events-section .info-item footer {
        margin: 0 -20px;
        font-size: 13px;
        line-height: 16px;
        padding: 14px 50px 14px 20px;
    }

        .events-section .info-item footer .share {
            font-size: 18px;
        }

    .page-numbers > li {
        padding: 0 5px;
    }
    /* end events */
    /* collections */
    .collections-list {
        padding-left: 20px;
        padding-right: 20px;
    }
    /* end collections */
    .main-form label.error,
    .main-form .mark {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) {
    /* collections */
    .collection-item .collapse-box {
        display: block !important;
    }
    /* end collections */
    /* main-form */
    .main-form .gform_fields > .gfield:nth-child(1),
    .main-form .gform_fields > .gfield:nth-child(2),
    .main-form .gform_fields > .gfield:nth-child(4),
    .main-form .gform_fields > .gfield:nth-child(5) {
        width: calc(50% - 10px);
    }

    .main-form .gform_fields > .gfield:nth-child(1),
    .main-form .gform_fields > .gfield:nth-child(4) {
        float: left;
    }

    .main-form .gform_fields > .gfield:nth-child(2),
    .main-form .gform_fields > .gfield:nth-child(5) {
        float: right;
        clear: right;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-menu,
    .mm-page__blocker {
        display: none !important;
    }

    .mm-wrapper_blocking,
    .mm-wrapper_blocking body {
        overflow: visible !important;
    }

    #wrapper {
        min-height: 100vh !important;
    }
    /* exhibition-slider type2 */
    .exhibition-slider.type2 {
        overflow: hidden;
    }

        .exhibition-slider.type2 .slider {
            margin-left: 0;
            margin-right: 0;
        }

        .exhibition-slider.type2 .slick-arrow {
            top: 73px;
        }
}

@media only screen and (min-width: 1200px) {
    .exhibition-slider.type2 .slick-arrow {
        width: 76px;
        height: 76px;
        top: 86px;
        margin-top: -38px;
    }

        .exhibition-slider.type2 .slick-arrow:before {
            width: 18px;
            height: 18px;
            border-width: 4px 4px 0 0;
        }

    .exhibition-slider.type2 .slick-prev {
        left: -43px;
    }

    .exhibition-slider.type2 .slick-next {
        right: -43px;
    }

    .exhibition-slider.type2 .exhibition-item {
        font-size: 18px;
        line-height: 22px;
    }

        .exhibition-slider.type2 .exhibition-item .descr {
            padding-top: 20px;
            padding-bottom: 12px;
        }

        .exhibition-slider.type2 .exhibition-item .lbl {
            font-size: 12px;
            line-height: 15px;
            margin-bottom: 14px;
        }

        .exhibition-slider.type2 .exhibition-item .descr h3 {
            font-size: 22px;
            line-height: 25px;
            margin-bottom: 10px;
        }

    .content .info-boxes {
        padding-top: 0;
    }

        .content .info-boxes .info-box,
        .content .info-boxes .social-box {
            margin-top: 3px;
        }

    .content .testimonial-widget {
        padding-top: 28px;
        padding-left: 8px;
        padding-bottom: 38px;
        margin-top: 23px;
        margin-bottom: 49px;
    }

        .content .testimonial-widget q {
            font-size: 36px;
            line-height: 54px;
            letter-spacing: .025em;
            padding-bottom: 14px;
        }

        .content .testimonial-widget cite {
            font-size: 18px;
            line-height: 21px;
            letter-spacing: .025em;
            padding-left: 28px;
        }

            .content .testimonial-widget cite:before {
                margin-top: 10px;
                width: 16px;
                height: 2px;
            }
}

.side-ttl h3 {
    color: #0A5081;
}
