/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - BOOTSTRAP */
/* 02 - RESET */
/* 03 - TYPOGRAPHY */
/* 04 - HELP CLASSES */
/* 05 - HEADER */
/* 06 - BANNER */
/*--------------------------------------------------------------------------------------------------------------*/
/* 01 - BOOTSTRAP */
/*--------------------------------------------------------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #fff;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - RESET */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1px;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 300;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="submit"],
input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    cursor: pointer;
    z-index: 1;
}

/*--------------------------------------------------------------------------------------------------------------*/
/* 03 - TYPOGRAPHY */
/*--------------------------------------------------------------------------------------------------------------*/
html {
    font-size: 17px;
}

.text {
    font-size: 1rem;
}

h1,
.h1 {
    font-size: 4.53rem;
    line-height: 1.13em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.h1.smaller {
    font-size: 3.52rem;
}

h2,
.h2 {
    font-size: 2.82rem;
    /*48px*/
    line-height: 1.17em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h3,
.h3 {
    font-size: 2.35rem;
    /*40px*/
    line-height: 1.4em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h4,
.h4 {
    font-size: 1.88rem;
    /*32px*/
    line-height: 1.25em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h5,
.h5 {
    font-size: 1.76rem;
    /*30px*/
    line-height: 1.25em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

h6,
.h6 {
    font-size: 1.29rem;
    line-height: 1.45em;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.h6.smaller {
    font-size: 1.06rem;
}

@media screen and (max-width: 1499px) {

    h1,
    .h1 {
        font-size: 3.94rem;
        line-height: 1.07em;
    }

    .h1.smaller {
        font-size: 3.2rem;
    }
}

@media screen and (max-width: 1199px) {

    h5,
    .h5 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 3.52rem;
    }

    .h1.smaller {
        font-size: 3rem;
    }

    h3,
    .h3 {
        font-size: 1.88rem;
        line-height: 1.31em;
    }

    h4,
    .h4 {
        font-size: 1.65rem;
        line-height: 1.21em;
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2.59rem;
        line-height: 1.14em;
    }

    .h1.smaller {
        font-size: 2.3rem;
    }

    h2,
    .h2 {
        font-size: 2.12rem;
        line-height: 1.28em;
    }

    h3,
    .h3 {
        font-size: 1.76rem;
        line-height: 1.2em;
    }

    h4,
    .h4 {
        font-size: 1.29rem;
        line-height: 1.36em;
    }

    h5,
    .h5 {
        font-size: 1.18rem;
        line-height: 1.3em;
    }

    h6,
    .h6 {
        font-size: 1.06rem;
        line-height: 1.56em;
    }
}

/*--------------------------------------------------------------------------------------------------------------*/
/* 04 - HELP CLASSES */
/*--------------------------------------------------------------------------------------------------------------*/
#content-block {
    position: relative;
    overflow: hidden;
}

.relative {
    position: relative;
}

.full-size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body:not(.mobile)::-webkit-scrollbar,
body:not(.mobile) *::-webkit-scrollbar {
    width: 10px;
}

body:not(.mobile)::-webkit-scrollbar-track,
body:not(.mobile) *::-webkit-scrollbar-track {
    background: #cbcbd1;
}

body:not(.mobile)::-webkit-scrollbar-thumb,
body:not(.mobile) *::-webkit-scrollbar-thumb {
    background: #DFAD14;
}

body {
    line-height: 30px;
}

.container-custom {
    width: auto;
    max-width: 1465px;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-content {
    overflow: hidden;
}

.decor {
    height: 8px;
    width: 52px;
    background-color: #DFAD14;
    border-radius: 30px;
    margin: 60px 0px;
    display: block;
}

.decor.type2 {
    margin: 0;
}

.decor.type3 {
    margin: 30px 0 0;
}

.decor.width2 {
    width: 100px;
}

.decor.decor-small {
    width: 25px;
    height: 3px;
    margin: 0 auto;
}

.section {
    position: relative;
}

.vert-align {
    font-size: 0;
}

.vert-align *[class*="col-"] {
    display: inline-block;
    float: none;
    vertical-align: bottom;
}

.text-center {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .container.type2 {
        width: 930px;
    }
}

@media screen and (min-width: 1200px) {
    .container.type2 {
        width: 970px;
    }
}

@media screen and (min-width: 1499px) {
    .container.type3 {
        width: 1460px;
    }
}

@media screen and (max-width: 1499px) {
    .decor {
        margin: 45px 0px;
    }
}

@media screen and (max-width: 767px) {
    .decor {
        margin: 30px 0px;
    }
}

/*--------------------------------------------------------------------------------------------------------------*/
/* 05 - HEADER */
/*--------------------------------------------------------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header.scrolled {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

header.scrolled .header-content {
    padding: 15px 0;
}

header+* {
    margin-top: 147px;
}

nav {
    margin: 0 20px 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

nav>ul {
    margin-left: 25px;
}

nav ul li {
    display: inline-block;
    padding: 15px;
    position: relative;
}

nav>ul>li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #DFAD14;
    border-radius: 50%;
}

nav ul li:first-child {
    padding-left: 0;
}

nav ul li:last-child {
    padding-right: 0;
}

nav ul li:last-child:before {
    content: none;
}

nav ul a {
    color: #3E2A25;
    font-size: 1.06rem;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav ul a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
    height: 5px;
    width: 30px;
    background-color: #DFAD14;
    border-radius: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav ul a.active {
    font-weight: 600;
}

nav ul a.active:after {
    opacity: 1;
}

/**/

nav>ul>li>ul {
    position: fixed;
    top: 145px;
    width: 1465px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*pointer-events: none;*/
    font-size: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

nav>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -3000px;
    right: -3000px;
    height: 100%;
    top: 0;
    background-color: #dfad14;
}

nav>ul>li>ul:after {
    content: '';
    position: absolute;
    bottom: 100%;
    height: 45px;
    width: 100%;
    left: 0;
}

nav>ul>li>ul>li,
nav>ul>li>ul>li:first-child,
nav>ul>li>ul>li:last-child {
    padding: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav>ul>li>ul>li>a {
    display: inline-block;
    font-size: 1.06rem;
    font-weight: 400;
    padding: 15px 45px;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

nav>ul>li>ul>li>a:after {
    content: none;
}

nav>ul>li>ul>li>a {
    vertical-align: middle;
}

header.scrolled nav>ul>li>ul {
    top: 107px;
}

.inner-submenu {
    display: block;
    position: fixed;
    width: 1435px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 35px 45px 45px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: #3e2a25;
    background-color: #f8f8f8;
    border-radius: 0 0 55px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.inner-submenu-path {
    margin-bottom: 20px;
}

.inner-submenu-path li {
    font-size: 2.35rem;
    position: relative;
}

.inner-submenu-path li:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #DFAD14;
    border-radius: 50%;
}

.inner-submenu-path li.active {
    font-weight: 500;
}

.inner-submenu-content {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.inner-submenu-list {
    display: block;
    width: 600px;
    columns: 2;
}

.inner-submenu-list li {
    display: block;
    padding: 0;
}

.inner-submenu-list li.active a {
    font-weight: 600;
}

.inner-submenu-list li a {
    display: inline-block;
    font-weight: 300;
    padding-left: 24px;
    -webkit-transition: 0s;
    transition: 0s;
}

.inner-submenu-list li a:after {
    width: 8px;
    height: 8px;
    left: 0;
    background: none;
    border-top: 2px solid #dfad14;
    border-right: 2px solid #dfad14;
    border-radius: 0;
    opacity: 1;
    margin: 0;
    top: 0.4em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.inner-submenu-list li a {
    color: #3e2a25;
}

.inner-submenu-text {
    width: 280px;
    margin-right: 200px;
}

.inner-submenu-text .button {
    margin-top: 10px;
}

.inner-submenu img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    max-width: 225px;
    height: auto;
}

.submenu-open {
    display: none;
}

@media (max-width: 1499px) {

    nav>ul>li>ul,
    .inner-submenu {
        width: 100%;
    }
}

@media (min-width: 1300px) {
    nav>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        /*pointer-events: auto;*/
    }

    nav>ul>li>ul>li:hover {
        background-color: #f8f8f8;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    }

    nav>ul>li>ul>li:hover>a {
        color: #3e2a25;
    }

    nav>ul>li>ul>li:hover>a:after {
        opacity: 0;
    }

    nav>ul>li>ul>li>a:hover:after {
        opacity: 1;
    }

    li:hover>.inner-submenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .inner-submenu-list li a:hover {
        font-weight: 600;
    }
}

/**/

.toggle-block {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.toggle-block-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.links-wrapper {
    margin: 0 20px;
}

.links-wrapper a {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    color: #3E2A25;
    font-size: 0.94rem;
    font-weight: 300;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.links-wrapper a:first-child {
    margin-left: 0;
}

.links-wrapper a:last-child {
    margin-right: 0;
}

.links-wrapper .number span {
    width: 16px;
    height: 16px;
    display: inline-block;
    color: #fff;
    background-color: #941E57;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -14px;
    font-size: 0.65rem;
    line-height: 1.63em;
    text-align: center;
    font-weight: 300;
}

.contact-link {
    color: #3E2A25;
    font-size: 0.94rem;
    font-weight: 300;
    position: relative;
    padding-left: 35px;
    margin-left: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contact-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("../img/phone.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-button {
    color: #3E2A25;
    font-size: 0.94rem font-weight: 300;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.search-button img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.search-button span {
    display: inline-block;
    vertical-align: middle;
}

.search-wrapper {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 100%;
    z-index: 100;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    padding: 30px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.search-wrapper .search-icon-inline {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 14px;
}

.search-wrapper .search-icon-inline img {
    width: 100%;
}

.search-wrapper form {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.search-wrapper.active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.change-font {
    margin-left: 15px;
}

.change-font .change-font-item {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #000;
    display: inline-block;
    margin: 0 3px;
    font-weight: 600;
}

.change-font .change-font-item.small {
    font-size: 12px;
}

.change-font .change-font-item.normal {
    font-size: 14px;
}

.change-font .change-font-item.big {
    font-size: 16px;
}

.header-content {
    max-width: 1435px;
    margin: 0 auto;
    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;
    padding: 35px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header-content .tel {
    font-size: 1.06rem;
    line-height: 30px;
    letter-spacing: 0.7px;
    color: #3E2A25;
    padding: 0px 20px 0px 45px;
    position: relative;
    display: inline-block;
    font-weight: 400;
}

.header-content .tel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header-content .link {
    font-size: 1.06rem;
    letter-spacing: 0.7px;
    color: #3E2A25;
    padding-left: 25px;
    position: relative;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
}

.header-content .link:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DFAD14;
}

#logo {
    width: 250px;
    display: inline-block;
}

#logo img {
    width: 100%;
}

.hamburger {
    display: none;
}

.toggle-block-content>.button {
    margin-left: 20px;
}

@media screen and (min-width: 1500px) {
    nav ul a {
        font-size: 1.29rem;
    }

    .nav-ul-right>li>a {
        font-size: 1.18rem;
    }
}

@media screen and (min-width: 1300px) {
    nav ul li:hover>a:after {
        opacity: 1;
    }

    .links-wrapper a:hover {
        color: #DFAD14;
    }

    .contact-link:hover {
        color: #DFAD14;
    }

    .search-button:hover {
        color: #DFAD14;
    }

    .change-font .change-font-item:hover {
        color: #DFAD14;
    }
}


@media screen and (max-width: 1299px) {
    header+* {
        margin-top: 93px;
    }

    .header-content {
        padding: 35px 15px;
        max-width: 100%;
    }

    #logo {
        width: 200px;
    }

    nav {
        margin: 0 10px;
    }

    nav ul li {
        padding: 10px;
    }

    nav ul a {
        font-size: 0.94rem;
    }

    .links-wrapper {
        margin: 0 15px;
    }

    .contact-link {
        padding-left: 30px;
        margin-left: 10px;
    }

    .search-button {
        margin-left: 15px;
    }

    .change-font {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1299px) {
    .links-wrapper .number span {
        position: relative;
        top: -12px;
        right: 0px;
    }

    .header-search {
        position: relative;
    }

    #logo {
        width: 195px;
        z-index: 10;
    }

    .header-content {
        padding: 15px 0;
    }

    header.type2 .hamburger {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 10;
    }

    header.type2 .hamburger span {
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        background-color: #3E2A25;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    header.type2 .hamburger span:nth-child(1) {
        top: 5px;
    }

    header.type2 .hamburger span:nth-child(2) {
        top: 14px;
    }

    header.type2 .hamburger span:nth-child(3) {
        top: 14px;
    }

    header.type2 .hamburger span:nth-child(4) {
        bottom: 5px;
    }

    header.type2 .toggle-block {
        position: fixed;
        background: #fff;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        padding: 100px 15px 30px 15px;
        -webkit-transform: translateY(+100%);
        transform: translatey(+100%);
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    header.open-menu .toggle-block {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    header.open-menu .hamburger span:nth-child(1) {
        top: 14px;
        opacity: 0;
    }

    header.open-menu .hamburger span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    header.open-menu .hamburger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    header.open-menu .hamburger span:nth-child(4) {
        bottom: 14px;
        opacity: 0;
    }

    header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: 1;
    }

    nav {
        margin: 0 -15px 10px;
        display: block;
    }

    nav>ul {
        margin-left: 0;
        padding: 0 15px;
    }

    nav ul li {
        display: block;
        padding: 0;
        margin-bottom: 15px;
    }

    nav ul li:before {
        content: none;
    }

    nav ul a:after {
        content: none;
    }

    .links-wrapper {
        margin: 0 15px 10px;
    }

    .links-wrapper a {
        display: block;
        margin: 0;
        margin-bottom: 15px;
    }

    .toggle-block-content {
        display: block;
    }

    .contact-link {
        margin-left: 15px;
        margin-bottom: 25px;
        margin-top: 20px;
        display: block;
    }

    .search-button {
        margin: 20px 15px;
    }

    .change-font {
        margin: 20px 15px;
    }

    .submenu-open {
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50%;
        color: currentColor;
        border: 1px solid currentColor;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .submenu-open:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        margin-top: -2px;
        width: 12px;
        height: 12px;
        border-bottom: 2px solid currentColor;
        border-right: 2px solid currentColor;
    }

    .submenu-open.active {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    nav>ul>li>ul .submenu-open {
        color: #fff;
    }

    nav>ul>li>ul,
    .inner-submenu {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
        display: none;
        -webkit-transition: 0s;
        transition: 0s;
    }

    nav>ul>li>ul:before,
    nav>ul>li>ul:after {
        content: none;
    }

    /*nav>ul>li>ul>li>a {*/
    /*    color: #3e2a25;*/
    /*}*/

    nav>ul>li>ul {
        padding: 15px 15px 5px;
        margin: 15px -15px;
        background-color: #DFAD14;
    }

    nav>ul>li>ul>li>a {
        padding: 0;
    }

    .inner-submenu {
        margin-top: 15px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 15px;
    }

    .inner-submenu-path {
        display: none;
    }

    .inner-submenu li>a:after {
        content: '';
        top: 0.6em;
    }

    .inner-submenu img {
        display: none;
    }

    .inner-submenu-text {
        margin-right: 0;
        width: auto;
    }




    
}
/*1488*/
@media screen and (max-width: 767px) {
    header+* {
        margin-top: 70px;
    }

    #logo {
        width: 145px;
    }

    .header-content {
        padding: 10px 0px;
    }

    header.type1 .header-content {
        padding-top: 40px;
    }

    header.type1 .header-content .link {
        text-align: center;
        top: 5px;
        position: absolute;
        left: 0;
        width: 100%;
        padding-left: 0;
    }

    header.type1 .header-content .link:before {
        content: none;
    }

    header.type1 .header-content .tel {
        font-size: 0.94rem;
        padding-right: 0;
        padding-left: 25px;
        line-height: 20px;
    }

    header.type1 .header-content .tel:before {
        width: 20px;
        height: 20px;
    }

    .inner-submenu-content {
        display: block;
    }

    .inner-submenu-list {
        width: auto;
        columns: 1;
        margin-bottom: 5px;
    }

    .inner-submenu-list li {
        margin-bottom: 10px;
    }

}

/*--------------------------------------------------------------------------------------------------------------*/
/* 06 - BANNER */
/*--------------------------------------------------------------------------------------------------------------*/
.banner {
    min-height: 730px;
}

.banner .swiper-main-wrapper {
    min-height: inherit;
}

.banner .swiper-container {
    min-height: inherit;
}

.banner .swiper-wrapper {
    min-height: inherit;
}

.banner .swiper-slide {
    min-height: inherit;
}

.banner-video {
    overflow: hidden;
}

.bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    transition: .3s;
}

.bg video.active {
    opacity: 1;
}

.banner .bg:not(.bg-no-overlay):before,
.bg.bg-gradient-blured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/gradient.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-video:before {
    z-index: 1;
}

.bg.bg-gradient-blured-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(62, 42, 37, 0);
    background: -moz-linear-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%);
    background: -webkit-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%));
    background: -webkit-linear-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%);
    background: -o-linear-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%);
    background: -ms-linear-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%);
    background-image: linear-gradient(100deg, #3e2a25 0%, #3e2a25 26%, rgba(62, 42, 37, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .73;
}

.bg.bg-gradient-opacity-half:before {
    opacity: .5;
}

.bg.bg-gradient-blured.type-half-opacity:before {
    opacity: .53;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    display: none;
}

.banner.type2 {
    position: relative;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    min-height: 530px;
}

.banner.type2 .banner-content {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

.banner.type2 .banner-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 60px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.banner.type2 .decor {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: 0;
    margin-top: -4px;
    margin-left: -26px;
}

.banner .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #B90742;
    font-size: 1.06rem;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner .date .date-item {
    position: relative;
    padding: 0 12px;
}

.banner .date .date-item:before {
    content: '';
    position: absolute;
    top: 12px;
    right: -3px;
    width: 5px;
    height: 5px;
    background-color: #B90742;
    border-radius: 50%;
}

.banner .date .date-item:first-child {
    padding-left: 0;
}

.banner .date .date-item:last-child {
    padding-right: 0;
}

.banner .date .date-item:last-child:before {
    content: none;
}

.banner .link {
    font-weight: 400;
    font-size: 1.06rem;
    line-height: 45px;
    color: #8B8B8B;
    display: inline-block;
    position: relative;
    padding-left: 65px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner .link span {
    display: inline-block;
    margin-top: 3px;
}

.banner .link i {
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
}

.banner .link i:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 19px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.banner-content {
    max-width: 1185px;
    margin: 0 auto;
    position: relative;
    min-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 15px;
    z-index: 1;
}

.banner-content h1.h3 {
    font-weight: 600;
}

.banner-content .h3 {
    color: #3E2A25;
    font-weight: 300;
    margin-bottom: 30px;
}

.banner-content .h1 {
    font-weight: 700;
    max-width: 300px;
    position: relative;
    color: #3E2A25;
}

.banner-content .h1 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #00B2A9;
    border-radius: 50%;
}

.swiper-main-wrapper {
    position: relative;
}

.bg.colored-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #941e57;
    background: -moz-linear-gradient(left, #941e57 0%, #991b54 9%, #9e1851 17%, #a3154f 27%, #a7134c 38%, #ab104a 49%, #af0e48 58%, #b20c46 68%, #b50a44 77%, #b80842 88%, #b90741 96%, #b90741 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #941e57), color-stop(9%, #991b54), color-stop(17%, #9e1851), color-stop(27%, #a3154f), color-stop(38%, #a7134c), color-stop(49%, #ab104a), color-stop(58%, #af0e48), color-stop(68%, #b20c46), color-stop(77%, #b50a44), color-stop(88%, #b80842), color-stop(96%, #b90741), color-stop(100%, #b90741));
    background: -webkit-linear-gradient(left, #941e57 0%, #991b54 9%, #9e1851 17%, #a3154f 27%, #a7134c 38%, #ab104a 49%, #af0e48 58%, #b20c46 68%, #b50a44 77%, #b80842 88%, #b90741 96%, #b90741 100%);
    background: -o-linear-gradient(left, #941e57 0%, #991b54 9%, #9e1851 17%, #a3154f 27%, #a7134c 38%, #ab104a 49%, #af0e48 58%, #b20c46 68%, #b50a44 77%, #b80842 88%, #b90741 96%, #b90741 100%);
    background: -ms-linear-gradient(left, #941e57 0%, #991b54 9%, #9e1851 17%, #a3154f 27%, #a7134c 38%, #ab104a 49%, #af0e48 58%, #b20c46 68%, #b50a44 77%, #b80842 88%, #b90741 96%, #b90741 100%);
    background: linear-gradient(to right, #941e57 0%, #991b54 9%, #9e1851 17%, #a3154f 27%, #a7134c 38%, #ab104a 49%, #af0e48 58%, #b20c46 68%, #b50a44 77%, #b80842 88%, #b90741 96%, #b90741 100%);
    opacity: .95;
}

.cell-view {
    display: table-cell;
    vertical-align: middle;
    width: 10000px;
}

.simple-banner {
    position: relative;
}

.simple-banner .cell-view {
    height: 340px;
    vertical-align: bottom;
    padding: 80px 0 30px;
}

@media (min-width: 768px) {
    .simple-banner.simple-banner-bigger .cell-view {
        height: 400px;
    }
}

.simple-banner .cell-view.align-center {
    vertical-align: middle;
}

.simple-banner .breadcrumbs-wrap {
    margin-top: 50px;
}

.simple-banner .title-list i {
    color: #00B2A9;
}

.simple-banner .swiper-main-wrapper .cell-view {
    padding-bottom: 240px;
}

.simple-banner .swiper-main-wrapper .swiper-pagination {
    bottom: 120px;
}

@media screen and (min-width: 992px) {
    .banner .link:hover {
        color: #DFAD14;
    }

    .banner .link:hover i:before {
        border-top-color: #DFAD14;
        border-left-color: #DFAD14;
    }
}

@media screen and (max-width: 1499px) {
    .banner {
        min-height: 630px;
    }
}

@media screen and (max-width: 991px) {
    .banner {
        min-height: 100%;
    }

    .banner.type2 {
        display: block;
        min-height: 100%;
    }

    .banner.type2 .banner-image {
        position: relative;
        width: 100%;
        height: 350px;
        border-bottom-right-radius: 0;
    }

    .banner.type2 .banner-content {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .banner.type2 .decor {
        top: 350px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .banner-content {
        padding: 70px 30px 100px;
        max-width: 750px;
    }

    .banner-content .h1 {
        max-width: 250px;
    }
}

@media screen and (max-width: 767px) {
    .banner-content {
        padding: 50px 15px 70px;
        max-width: 100%;
    }

    .banner-content .h1 {
        max-width: 100%;
    }

    .banner-content .h5 {
        margin-bottom: 15px;
    }

    .banner.type2 .banner-content {
        padding: 30px 0;
    }

    .simple-banner .breadcrumbs-wrap {
        margin-top: 30px;
    }
}

.button {
    position: relative;
    padding: 11px 23px;
    background-color: #00B2A9;
    color: #fff;
    font-size: 1.18rem;
    display: inline-block;
    border-radius: 30px;
    font-weight: 600;
    border: 1px solid #00B2A9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
    line-height: 1;
}

.banner,
.bg,
.main-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear 0.3s;
    transition: all 0.3s linear 0.3s;
}

/*# sourceMappingURL=small-style.css.map */

