@charset "UTF-8";

/*
* Trunk version 2.0.1
*/

a:focus,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0;
}

*:focus {
    outline: none;
}

blockquote {
    padding: 0;
    margin: 0;
}

input,
button,
select,
textarea {
    outline: none;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    display: block;
}

dl {
    margin: 0;
}

dt,
dd {
    line-height: inherit;
}

dt {
    font-weight: inherit;
}

dd {
    margin-bottom: 0;
}

cite {
    font-style: normal;
}

form {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0;
    border-left: 0;
}

address {
    margin-top: 0;
    margin-bottom: 0;
}

figure {
    margin-bottom: 0;
}

html p a:hover {
    text-decoration: none;
}


/*
* Main Styles
*/

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.71429;
    color: #9b9b9c;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

a {
    color: #00bd9d;
    text-decoration: none;
    transition: .25s;
}

a:focus {
    color: #00bd9d;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #00715d;
}

a[href*='callto'],
a[href*='tel'],
a[href*='mailto'] {
    white-space: nowrap;
}

.link-hover {
    color: #00715d;
}

.link-active {
    color: #00715d;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

p img {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    p img {
        float: left;
        max-width: 45%;
        min-width: 200px;
        margin-right: 20px;
    }
    p img.img-right {
        float: right;
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    p img {
        margin-right: 30px;
    }
    p img.img-right {
        margin-left: 30px;
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    p img {
        margin-right: 50px;
    }
    p img.img-right {
        margin-left: 50px;
    }
}

p * {
    display: inline;
}

p a {
    color: #00bd9d;
}

p [data-toggle='tooltip'] {
    padding-left: .25em;
    padding-right: .25em;
    color: #b7b7b7;
}


/*
*
* Typography
*/

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #151515;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.heading-1 a,
.heading-2 a,
.heading-3 a,
.heading-4 a,
.heading-5 a,
.heading-6 a {
    color: inherit;
    transition: .3s all ease;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.heading-1 a:hover,
.heading-2 a:hover,
.heading-3 a:hover,
.heading-4 a:hover,
.heading-5 a:hover,
.heading-6 a:hover {
    color: #00bd9d;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
.heading-1 *,
.heading-2 *,
.heading-3 *,
.heading-4 *,
.heading-5 *,
.heading-6 * {
    display: inline;
}

h1,
.heading-1 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -.025em;
}

@media (min-width: 768px) {
    h1,
    .heading-1 {
        font-size: 46px;
    }
}

@media (min-width: 992px) {
    h1,
    .heading-1 {
        font-size: 60px;
        line-height: 1.33333;
    }
}

h2,
.heading-2 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: .04em;
}

@media (min-width: 768px) {
    h2,
    .heading-2 {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media (min-width: 992px) {
    h2,
    .heading-2 {
        font-size: 30px;
        line-height: 1.26667;
    }
}

h3,
.heading-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.27;
}

@media (min-width: 768px) {
    h3,
    .heading-3 {
        font-size: 24px;
        line-height: 1.25;
    }
}

h4,
.heading-4 {
    font-size: 18px;
    line-height: 1.55556;
}

h5,
.heading-5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .02em;
}

h6,
.heading-6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857;
}

.heading-7 {
    letter-spacing: .05em;
    text-transform: uppercase;
}

.big {
    font-size: 16px;
    line-height: 1.7;
}

@media (min-width: 768px) {
    .big {
        font-size: 18px;
        line-height: 1.38889;
    }
}

.text-extra-large {
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
}

@media (min-width: 768px) {
    .text-extra-large {
        font-size: 140px;
    }
}

@media (min-width: 992px) {
    .text-extra-large {
        font-size: 180px;
    }
}

@media (min-width: 1200px) {
    .text-extra-large {
        font-size: 220px;
    }
}

small,
.small {
    display: block;
    font-size: 12px;
    line-height: 1.42857;
}

mark,
.mark {
    padding: 4px 5px;
    color: #ffffff;
    background: #00bd9d;
}

.text-block>* {
    margin-left: .125em;
    margin-right: .125em;
}

.text-style-1 {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55556;
    color: #151515;
}

.tag-inline {
    position: relative;
    top: -4px;
    display: inline-block;
    z-index: 0;
    padding: 5px 8px 3px 14px;
    margin: 0;
    min-width: 38px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
    letter-spacing: .1em;
}

.tag-inline svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    fill: #00bd9d;
}

.tag-inline span {
    position: relative;
    z-index: 2;
}

.safari-browser .tag-inline svg,
.ipad .tag-inline svg,
.iphone .tag-inline svg {
    top: -3px;
    bottom: 3px;
}

*+.tag-inline {
    margin-left: 8px;
}

hr {
    margin: 20px 0;
    border-top: 1px solid #9b9b9b;
}

.divider {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #e8e8e8;
}

.divider-small {
    display: block;
    font-size: 0;
    line-height: 0;
}

.divider-small::before {
    content: '';
    display: inline-block;
    height: 3px;
    width: 59px;
    background: #00bd9d;
}

.divider-medium {
    display: block;
    font-size: 0;
    line-height: 0;
}

.divider-medium::before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 125px;
    background: #d6dae1;
}

.divider-modern {
    position: relative;
    height: 1px;
    width: 100%;
    background: #d3d3d6;
}

.divider-modern::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45px;
    background: #00bd9d;
}

.page .text-default {
    color: #9b9b9c;
}

.page .text-primary {
    color: #00bd9d;
}


/*
*
* Main layout
*/

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh !important;
    width: 100%;
}

.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.rd-navbar-static-linked .page-header_navigation .rd-navbar-wrap {
    position: absolute;
    left: 0;
    right: 0;
}

.page-header_navigation .rd-navbar-static:not(.rd-navbar--is-stuck) {
    background-color: transparent;
    border-bottom-color: transparent;
}

.page-header_navigation h1 {
    letter-spacing: .05em;
}

.page-header_navigation .page-header__inner {
    padding: 40px 0 50px;
}

@media (min-width: 768px) {
    .page-header_navigation .page-header__inner {
        padding: 150px 0 150px;
    }
}

@media (min-width: 992px) {
    .page-header_navigation .page-header__inner {
        padding: 150px 0 150px;
    }
}

@media (min-width: 992px) {
    .rd-navbar-static-linked .page-header_navigation .page-header__inner {
        padding: 280px 0 145px;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .rd-navbar-static-linked .page-header_navigation .page-header__inner {
        min-height: 850px;
        padding-top: 300px;
        padding-bottom: 200px;
    }
}


/*
* Brand
*/

.brand {
    display: inline-block;
}

.brand>*+* {
    margin-top: 7px;
}

.brand .brand__logo-light {
    display: none;
}

.brand__slogan {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .16em;
    color: #a3a3a3;
}


/*
* Rights
*/

.rights {
    color: #2d2d2d;
}

.rights a {
    color: inherit;
}

.rights a:hover {
    color: #00bd9d;
}


/*
* Components
*/

.box-counter {
    padding: 25px 5px;
    position: relative;
    text-align: center;
    color: #575757;
}

.box-counter__title {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.box-counter__main {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
}

.box-counter__main>* {
    display: inline;
    font: inherit;
}

*+.box-counter__title {
    margin-top: 10px;
}

*+.box-counter__main {
    margin-top: 20px;
}

@media (min-width: 1200px) {
    .box-counter__main {
        font-size: 60px;
    }
    *+.box-counter__main {
        margin-top: 30px;
    }
    *+.box-counter__title {
        margin-top: 7px;
    }
}

.box-triangle {
    background: #f2f3f8;
    width: 100%;
    text-align: left;
}

.box-triangle__image {
    width: 100%;
    height: auto;
}

.box-triangle__main {
    position: relative;
    padding: 25px 15px 30px 15px;
    background: #f2f3f8;
}

.box-triangle__main::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    background: #f2f3f8;
    z-index: 2;
    pointer-events: none;
}

.box-triangle__main>* {
    position: relative;
    z-index: 2;
}

.box-triangle__aside {
    position: relative;
    overflow: hidden;
}

a.box-triangle__aside .box-triangle__image {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: .5s;
}

@supports (object-fit: cover) {
    a.box-triangle__aside .box-triangle__image {
        transform: scale3d(1, 1, 1);
    }
}

a.box-triangle__aside:hover .box-triangle__image {
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}

@supports (object-fit: cover) {
    a.box-triangle__aside:hover .box-triangle__image {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.box-triangle+.box-triangle {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .box-triangle__main {
        padding: 30px 30px;
    }
}

@media (min-width: 768px) {
    .box-triangle {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .box-triangle>* {
        width: 50%;
    }
    .box-triangle *+.button {
        margin-top: 25px;
    }
    .box-triangle__aside {
        flex-shrink: 0;
    }
    .box-triangle__image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-width: 101%;
        max-width: none;
        min-height: 101%;
    }
    @supports (object-fit: cover) {
        .box-triangle__image {
            top: 0;
            left: 0;
            transform: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .box-triangle__aside>*,
    .box-triangle__main>* {
        max-width: 100%;
    }
    .box-triangle__main {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .box-triangle__main::before {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
        left: -10px;
    }
    .box-triangle.box-triangle_reverse {
        flex-direction: row-reverse;
    }
    .box-triangle.box-triangle_reverse .box-triangle__main::before {
        left: auto;
        right: -10px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .box-triangle {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .box-triangle__aside {
        max-height: 200px;
    }
}

@media (min-width: 1200px) {
    .box-triangle {
        min-height: 430px;
    }
    .box-triangle__main {
        padding: 70px 80px 90px;
    }
}

.box-info {
    display: inline-table;
    line-height: 1.3;
    vertical-align: middle;
}

.box-info>* {
    padding: 5px;
}

.box-info__icon {
    font-size: 17px;
}

.box-info__title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00bd9d;
}

.box-chloe {
    padding-bottom: 25px;
    text-align: center;
    cursor: default;
}

.box-chloe>*+* {
    margin-top: 40px;
}

.box-chloe__icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.box-chloe__icon-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background: #ffffff;
    border: 8px solid #e8eaef;
    transition: .4s;
    transform: rotate(-45deg);
}

.box-chloe__icon {
    position: relative;
    font-size: 55px;
    color: #828282;
    transform: scale3d(1, 1, 1);
    transition: .45s;
}

.box-chloe__title {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    color: #151515;
}

@media (min-width: 992px) {
    .box-chloe:hover .box-chloe__icon-wrap::before {
        transform: rotate(0);
    }
    .box-chloe:hover .box-chloe__icon {
        color: #00bd9d;
        transform: scale3d(1.2, 1.2, 1.2);
    }
    .box-chloe__icon-wrap {
        width: 130px;
        height: 130px;
    }
    .box-chloe__icon-wrap::before {
        border-width: 10px;
    }
}

@media (min-width: 1200px) {
    .box-chloe__title {
        font-size: 24px;
    }
}

.box-minimal {
    text-align: center;
}

.box-minimal .box-minimal__icon {
    font-size: 50px;
    line-height: 50px;
    color: #2d2d2d;
}

.box-minimal__divider {
    width: 36px;
    height: 4px;
    margin-left: auto;
    margin-right: auto;
    background: #00bd9d;
}

.box-minimal__text {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

*+.box-minimal__title {
    margin-top: 10px;
}

*+.box-minimal__divider {
    margin-top: 20px;
}

*+.box-minimal__text {
    margin-top: 15px;
}


/**
* Bordered box
*/

.box-bordered {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.box-bordered__main {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 576px) {
    .box-bordered {
        padding: 30px;
        border: 1px solid #e8e8e8;
    }
}

@media (min-width: 768px) {
    .box-bordered {
        padding: 50px 40px 60px;
    }
}

@media (min-width: 1200px) {
    .box-bordered {
        padding: 60px 75px 75px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .rd-navbar-sidebar-linked .box-bordered {
        padding: 40px 35px 50px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar-linked .box-bordered {
        padding: 60px 75px 75px;
    }
}


/**
* Box Award
*/

.box-award {
    text-align: center;
}

.box-award__divider {
    font-size: 0;
    line-height: 0;
}

.box-award__divider::before {
    content: '';
    display: inline-block;
    width: 63px;
    height: 2px;
    background: #d3d3d6;
}

.box-award__title {
    color: #2d2d2d;
}

.box-award__time {
    display: block;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #00bd9d;
}

.box-award_1 .box-award__image {
    max-width: 80px;
}

.box-award_1 .box-award__title,
.box-award_1 .box-award__time {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.box-award_1 .box-award__divider::before {
    width: 34px;
    background: #dadada;
}

.box-award_1 .box-award__title {
    font-weight: 700;
}

.box-award_1 *+.box-award__title {
    margin-top: 7px;
}

*+.box-award__image {
    margin-top: 15px;
}

*+.box-award__title {
    margin-top: 15px;
}

*+.box-award__divider {
    margin-top: 12px;
}

*+.box-award__time {
    margin-top: 12px;
}

@media (min-width: 768px) {
    *+.box-award__title {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .rd-navbar-sidebar-linked .box-award__title {
        font-size: 18px;
    }
}


/**
* Box line
*/

.box-line {
    position: relative;
    z-index: 1;
    text-align: left;
}

.box-line__main {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    html:not(.mobile):not(.tablet) .box-line::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        background: #00bd9d;
        transform: scale3d(0.94, 0.94, 0.94);
        opacity: 0;
        transition: .4s .1s;
    }
    html:not(.mobile):not(.tablet) .box-line .form-label,
    html:not(.mobile):not(.tablet) .box-line .form-input,
    html:not(.mobile):not(.tablet) .box-line .form-validation {
        transition: .22s .1s;
    }
    html:not(.mobile):not(.tablet) .box-line:hover {
        color: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .form-label,
    html:not(.mobile):not(.tablet) .box-line:hover .form-input,
    html:not(.mobile):not(.tablet) .box-line:hover .form-validation {
        color: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .form-input {
        border-color: rgba(255, 255, 255, 0.44);
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline,
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline:focus {
        color: #ffffff;
        background-color: transparent;
        border-color: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline:hover,
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline:active {
        color: #00bd9d;
        background-color: #ffffff;
        border-color: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline.button-ujarak:hover {
        background-color: transparent;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline.button-ujarak::before {
        background: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline.button-anis:hover {
        background-color: transparent;
    }
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline.button-anis::before,
    html:not(.mobile):not(.tablet) .box-line:hover .button-primary-outline.button-anis::after {
        background: #ffffff;
    }
    html:not(.mobile):not(.tablet) .box-line:hover::before {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@media (min-width: 768px) {
    .box-line {
        padding: 50px 40px 60px;
        margin-left: 20px;
        margin-right: 20px;
        position: relative;
    }
    .box-line>span {
        position: absolute;
        width: 58px;
        height: 58px;
        vertical-align: middle;
        border: 0 solid #e8e8e8;
        background-color: transparent;
        pointer-events: none;
        transition: height .5s, width .5s, color .08s;
    }
    .box-line>span:nth-child(1) {
        top: 0;
        left: 0;
        border-width: 1px 0 0 1px;
    }
    .box-line>span:nth-child(2) {
        top: 0;
        right: 0;
        border-width: 1px 1px 0 0;
    }
    .box-line>span:nth-child(3) {
        bottom: 0;
        right: 0;
        border-width: 0 1px 1px 0;
    }
    .box-line>span:nth-child(4) {
        bottom: 0;
        left: 0;
        border-width: 0 0 1px 1px;
    }
    html:not(.tablet):not(.mobile) .box-line:hover>span {
        border-color: #00bd9d;
    }
    html:not(.tablet):not(.mobile) .box-line:hover>span:nth-child(1) {
        width: 100%;
    }
    html:not(.tablet):not(.mobile) .box-line:hover>span:nth-child(2) {
        height: 100%;
    }
    html:not(.tablet):not(.mobile) .box-line:hover>span:nth-child(3) {
        width: 100%;
    }
    html:not(.tablet):not(.mobile) .box-line:hover>span:nth-child(4) {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .box-line {
        padding: 70px 75px;
    }
}


/**
* Box spacer
*/

.box-spacer {
    padding: 0 15px 20px;
}

@media (min-width: 576px) {
    .box-spacer {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .box-spacer {
        padding: 50px;
    }
}

@media (min-width: 1600px) {
    .box-spacer {
        padding: 80px 75px;
    }
}


/**
* Portfolio
*/

.portfolio {
    text-align: left;
}

@media (max-width: 767.98px) {
    .portfolio {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.portfolio__aside {
    position: relative;
    overflow: hidden;
}

.portfolio__aside img {
    width: 100%;
}

@media (max-width: 767.98px) {
    .portfolio__aside {
        height: 320px;
    }
}

.portfolio__main {
    position: relative;
    padding: 25px;
    border: 1px solid #f2f3f8;
    border-top-width: 0;
}

.portfolio__main::before,
.portfolio__main::after {
    content: '';
    position: absolute;
    top: -13px;
    height: 13px;
    border-style: solid;
    border-color: #f2f3f8;
}

.portfolio__main::before {
    left: 0;
    width: 78px;
    border-width: 0 1px 1px 0;
}

.portfolio__main::after {
    right: 0;
    width: calc(100% - 90px);
    border-width: 0 0 1px 1px;
    transform-origin: 100% 100%;
    transform: skewX(45deg);
}

*+.portfolio__main {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .portfolio {
        display: flex;
        max-width: 1010px;
    }
    .portfolio__aside {
        flex-shrink: 0;
        max-width: 40%;
    }
    .portfolio__main {
        width: 100%;
        margin-top: 0;
        margin-left: 35px;
        border-top-width: 1px;
        border-left-width: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .portfolio__main>* {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .portfolio__main::before,
    .portfolio__main::after {
        content: '';
        position: absolute;
        left: -24px;
        width: 24px;
        border: 0 solid #e5e7e9;
    }
    .portfolio__main::before {
        top: 24px;
        height: 78px;
        border-width: 0 1px 1px 0;
        transform-origin: 0 0;
        transform: skewY(-45deg);
    }
    .portfolio__main::after {
        top: auto;
        right: auto;
        bottom: 0;
        height: calc(100% - 78px - 23px);
        border-width: 1px 1px 0 0;
        transform: none;
    }
}

@media (min-width: 1600px) {
    .portfolio__main {
        padding-left: 50px;
    }
}


/**
* Box custom
*/

.box-custom {
    position: relative;
    padding: 25px;
    background: #00bd9d;
}

@media (max-width: 767.98px) {
    .box-custom {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

.box-custom>span {
    display: none;
}

.box-custom .button {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width: 768px) {
    .box-custom {
        padding: 40px;
    }
    .box-custom>span {
        display: block;
        position: absolute;
        width: 57px;
        height: 57px;
        vertical-align: middle;
        border: 0 solid rgba(255, 255, 255, 0.42);
        background-color: transparent;
        pointer-events: none;
        transition: height .5s, width .5s, color .08s;
    }
    .box-custom>span:nth-child(1) {
        top: 17px;
        left: 17px;
        border-width: 1px 0 0 1px;
    }
    .box-custom>span:nth-child(2) {
        top: 17px;
        right: 17px;
        border-width: 1px 1px 0 0;
    }
    .box-custom>span:nth-child(3) {
        bottom: 17px;
        right: 17px;
        border-width: 0 1px 1px 0;
    }
    .box-custom>span:nth-child(4) {
        bottom: 17px;
        left: 17px;
        border-width: 0 0 1px 1px;
    }
}

@media (min-width: 1600px) {
    .box-custom {
        padding: 60px;
    }
    .box-custom>span:nth-child(1) {
        top: 22px;
        left: 22px;
    }
    .box-custom>span:nth-child(2) {
        top: 22px;
        right: 22px;
    }
    .box-custom>span:nth-child(3) {
        bottom: 22px;
        right: 22px;
    }
    .box-custom>span:nth-child(4) {
        bottom: 22px;
        left: 22px;
    }
}

.breadcrumbs-custom {
    position: relative;
    padding: 35px 0 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #2d2d2d;
}

.breadcrumbs-custom__path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom__path a,
.breadcrumbs-custom__path a:active,
.breadcrumbs-custom__path a:focus {
    color: #00bd9d;
}

.breadcrumbs-custom__path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 32px;
    font-size: 14px;
    line-height: 1.7;
}

.breadcrumbs-custom__path li:after {
    content: "";
    font-family: 'Material Icons';
    position: absolute;
    top: 52%;
    right: 5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%);
}

.breadcrumbs-custom__path li:last-child {
    padding-right: 0;
}

.breadcrumbs-custom__path li:last-child:after {
    display: none;
}

.breadcrumbs-custom__path a:hover,
.breadcrumbs-custom__path li.active {
    color: #ffffff;
}

*+.breadcrumbs-custom__path {
    margin-top: 14px;
}

@media (max-width: 767.98px) {
    .breadcrumbs-custom__title {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .breadcrumbs-custom>li {
        padding-right: 52px;
    }
    .breadcrumbs-custom>li:after {
        right: 15px;
    }
    *+.breadcrumbs-custom__path {
        margin-top: 18px;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 70px 0 80px;
    }
    .breadcrumbs-custom__path li {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 80px 0 100px;
    }
}


/*
*
* Buttons
*/


/*
* Button General Styles
*/

.button {
    display: inline-block;
    width: auto;
    max-width: 100%;
    min-width: 180px;
    border: 0;
    padding: 12px 20px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    transition: .33s all ease;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .button {
        padding: 12px 40px;
        font-size: 14px;
        line-height: 24px;
    }
}


/*
* Appearance style
* ----------------------------
*/


/*
* Filled Buttons
*/

.button-default,
.button-default:focus {
    color: #ffffff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
}

.button-default:hover,
.button-default:active {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.button-default.button-ujarak:hover {
    background-color: #9b9b9b;
}

.button-default.button-ujarak::before {
    background: #00bd9d;
}

.button-default.button-anis:hover {
    background-color: #9b9b9b;
}

.button-default.button-anis::before,
.button-default.button-anis::after {
    background: #00bd9d;
}

.button-primary,
.button-primary:focus {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.button-primary:hover,
.button-primary:active {
    color: #ffffff;
    background-color: #151515;
    border-color: #151515;
}

.button-primary.button-ujarak:hover {
    background-color: #00bd9d;
}

.button-primary.button-ujarak::before {
    background: #151515;
}

.button-primary.button-anis:hover {
    background-color: #00bd9d;
}

.button-primary.button-anis::before,
.button-primary.button-anis::after {
    background: #151515;
}


/*
* Outline Buttons
*/

.button[class*='outline'] {
    border-width: 2px;
    border-style: solid;
}

.button-default-outline,
.button-default-outline:focus {
    color: #2d2d2d;
    background-color: transparent;
    border-color: #ccc;
}

.button-default-outline:hover,
.button-default-outline:active {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.button-default-outline.button-ujarak:hover {
    background-color: transparent;
}

.button-default-outline.button-ujarak::before {
    background: #00bd9d;
}

.button-default-outline.button-anis:hover {
    background-color: transparent;
}

.button-default-outline.button-anis::before,
.button-default-outline.button-anis::after {
    background: #00bd9d;
}

.button-primary-outline,
.button-primary-outline:focus {
    color: #00bd9d;
    background-color: transparent;
    border-color: #00bd9d;
}

.button-primary-outline:hover,
.button-primary-outline:active {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.button-primary-outline.button-ujarak:hover {
    background-color: transparent;
}

.button-primary-outline.button-ujarak::before {
    background: #00bd9d;
}

.button-primary-outline.button-anis:hover {
    background-color: transparent;
}

.button-primary-outline.button-anis::before,
.button-primary-outline.button-anis::after {
    background: #00bd9d;
}

.button-facebook,
.button-facebook:active,
.button-facebook:focus {
    color: #ffffff;
    background: #547abb;
    border-color: #547abb;
}

.button-facebook:hover {
    color: #ffffff;
    background: #3d5f9a;
    border-color: #3d5f9a;
}

.button-twitter,
.button-twitter:active,
.button-twitter:focus {
    color: #ffffff;
    background: #44c0f3;
    border-color: #44c0f3;
}

.button-twitter:hover {
    color: #ffffff;
    background: #0faef0;
    border-color: #0faef0;
}

.button-google,
.button-google:active,
.button-google:focus {
    color: #ffffff;
    background: #e75854;
    border-color: #e75854;
}

.button-google:hover {
    color: #ffffff;
    background: #e02823;
    border-color: #e02823;
}

.button-ghost {
    color: #2d2d2d;
    background-color: transparent;
}

.button-shadow {
    box-shadow: 0 9px 21px 0 rgba(87, 87, 87, 0.15);
    border: 0;
}

.button-shadow:hover {
    background: #f2f3f8;
    box-shadow: 0 9px 10px 0 rgba(87, 87, 87, 0.12);
}

.button-shadow:active {
    box-shadow: 0 9px 21px 0 rgba(21, 21, 21, 0.07);
}


/*
* Button effects
*/

.button-ujarak {
    position: relative;
    overflow: visible;
    z-index: 0;
    transition: background 0.4s .3s, border-color 0.4s, color 0.4s 0.05s;
}

.button-ujarak::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00bd9d;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1);
    transition: transform 0.42s, opacity 0.42s;
    border-radius: inherit;
}

.button-ujarak,
.button-ujarak::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-ujarak:hover {
    transition: background 0.4s .3s, border-color 0.4s, color 0.4s;
}

.button-ujarak:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.button-anis {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 0;
    transition: color .44s, border .44s;
}

.button-anis::before,
.button-anis::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: .33s all ease;
    z-index: -1;
    background: #00bd9d;
}

.button-anis::before {
    left: -20px;
    transform: translate(-50%, -50%);
}

.button-anis::after {
    right: -20px;
    transform: translate(50%, -50%);
}

.button-anis:hover {
    transition: color .44s .3s, border .44s;
}

.button-anis:hover::before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
}

.button-anis:hover::after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
}

.button-anis.button-block:hover:hover:before {
    -webkit-animation: criss-cross-left-wide 1.1s both;
    animation: criss-cross-left-wide 1.1s both;
}

.button-anis.button-block:hover:hover:after {
    -webkit-animation: criss-cross-right-wide 1.1s both;
    animation: criss-cross-right-wide 1.1s both;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 390px;
        height: 390px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 390px;
        height: 390px;
    }
}

@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 390px;
        height: 390px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 390px;
        height: 390px;
    }
}

@-webkit-keyframes criss-cross-left-wide {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 520px;
        height: 520px;
    }
}

@keyframes criss-cross-left-wide {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 520px;
        height: 520px;
    }
}

@-webkit-keyframes criss-cross-right-wide {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 520px;
        height: 520px;
    }
}

@keyframes criss-cross-right-wide {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 520px;
        height: 520px;
    }
}


/*
* Button Sizes
*/

.button-xs {
    min-width: 88px;
    text-transform: none;
    padding: 6px 15px;
    font-size: 12px;
    line-height: 24px;
}

.button-sm {
    min-width: 130px;
    padding: 9px 28px;
    font-size: 13px;
    line-height: 24px;
}

.button-lg {
    font-size: 16px;
    padding: 13.6px 56px;
}

@media (min-width: 992px) {
    .button-lg {
        padding: 17px 70px;
        font-size: 15px;
        line-height: 24px;
    }
}

.button-xl {
    font-size: 17px;
    padding: 20px 68.8px;
}

@media (min-width: 992px) {
    .button-xl {
        font-size: 18px;
        padding: 25px 86px;
        font-size: 18px;
        line-height: 24px;
    }
}


/*
* Button Shapes
*/

.button-circle {
    border-radius: 35px;
}

.button-round {
    border-radius: 3px;
}

.button-round-2 {
    border-radius: 7px;
}


/*
* Button Icon styles
*/

.button.button-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.button.button-icon .icon {
    position: relative;
    display: inline-block;
    top: 0;
    vertical-align: middle;
    color: inherit;
    font-size: 1.65em;
    line-height: 1em;
}

.button.button-icon-left .icon {
    padding-right: 11px;
}

.button.button-icon-right {
    flex-direction: row-reverse;
}

.button.button-icon-right .icon {
    padding-left: 11px;
}

.button.button-icon.button-link .icon {
    top: 5px;
    font-size: 1em;
}

.button.button-icon.button-xs .icon {
    top: .05em;
    font-size: 1.2em;
    padding-right: 8px;
}

.button.button-icon.button-xs .button-icon-right {
    padding-left: 8px;
}


/*
* Button other styles
*/

.button-block {
    display: block;
    width: 100%;
}

.button.button-link {
    padding: 0;
    background-color: transparent;
    border: 0;
    min-width: 50px;
    color: #2d2d2d;
}

.button.button-link:hover {
    color: #00bd9d;
}

.button-size-1 {
    min-width: 230px;
}


/**
* Bootstrap buttons
*/

.btn.btn-primary {
    border-radius: 3px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition: .33s;
}

.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    color: #ffffff;
    background: #00bd9d;
    border-color: #00bd9d;
}

.btn.btn-primary:hover {
    color: #ffffff;
    background: #151515;
    border-color: #151515;
}

.comment {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}

.comment *+.comment-group {
    margin-top: 35px;
}

.comment-group .comment-group {
    padding-left: 20px;
}

.comment-group .comment-group .comment-group {
    padding-left: 10px;
}

.comment__main {
    padding-left: 12px;
}

.comment__header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.comment__header>* {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.comment__image {
    max-width: 100px;
    border-radius: 50%;
}

.comment__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #151515;
}

.comment__time {
    font-size: 12px;
}

.comment__likes {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
}

.comment__likes,
.comment__likes:focus {
    color: #151515;
}

.comment__likes .icon {
    position: relative;
    color: #f9593a;
    transition: .33s;
}

.comment__likes:hover {
    color: #9b9b9b;
}

.comment__likes:hover .icon {
    color: #f9593a;
    transform: rotateY(180deg);
}

.comment__list {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 13px;
    font-weight: 500;
    color: #151515;
}

.comment__list>* {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.comment__list>li {
    display: inline-block;
    vertical-align: middle;
}

.comment__list>li * {
    vertical-align: middle;
}

.comment__list>li *+* {
    margin-left: 8px;
}

.comment__list .icon {
    margin-top: 1px;
    font-size: 16px;
}

.comment__list .mdi-comment-outline {
    margin-top: 2px;
}

.comment__link,
.comment__link:focus {
    color: #9b9b9b;
}

.comment__link svg {
    fill: #9b9b9c;
    transition: .22s;
}

.comment__link:hover {
    color: #151515;
}

.comment__link:hover svg {
    fill: #151515;
}

.comment-group {
    position: relative;
    padding-bottom: 30px;
}

.comment-group::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e8;
}

.comment-group .comment-group {
    padding-bottom: 0;
}

.comment-group .comment-group::before {
    display: none;
}

.comment-group .comment-group .comment__image-wrap {
    border: 5px solid #f2f3f8;
    border-radius: 50%;
}

.comment-group .comment-group .comment__image {
    max-width: 52px;
}

*+.comment__text {
    margin-top: 14px;
}

*+.comment__footer {
    margin-top: 20px;
}

*+.comment-group {
    margin-top: 30px;
}

.comment+* {
    margin-top: 25px;
}

.comment-group+.comment-group {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .comment__image {
        max-width: 40px;
    }
    .comment-group .comment-group .comment__image {
        max-width: 35px;
    }
}

@media (min-width: 768px) {
    .comment-group {
        max-width: 850px;
    }
    .comment-group::before {
        left: 100px;
    }
    .comment-group .comment-group {
        padding-left: 100px;
    }
    .comment-group .comment-group .comment .comment__main {
        padding-left: 20px;
    }
    .comment-group .comment-group .comment-group {
        padding-left: 50px;
    }
    .comment-group *+.comment-group {
        margin-top: 35px;
    }
    .comment__main {
        padding-left: 30px;
    }
    .comment__header {
        padding-right: 20px;
    }
    .comment__header>*+* {
        margin-left: 20px;
    }
    .comment__list {
        position: relative;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -13px;
        margin-right: -13px;
    }
    .comment__list>* {
        position: relative;
        margin-top: 10px;
        padding-left: 13px;
        padding-right: 13px;
    }
    *+.comment__footer {
        margin-top: 30px;
    }
    *+.comment-group {
        margin-top: 70px;
    }
}

@media (min-width: 1200px) {
    .comment-group {
        max-width: 850px;
        padding-bottom: 40px;
    }
    .comment-group .comment-group {
        padding-left: 135px;
    }
    .comment-group .comment-group .comment-group {
        padding-left: 50px;
    }
    .comment-group+.comment-group {
        margin-top: 45px;
    }
}

.comment-box {
    max-width: 830px;
}

.comment-box .unit-body {
    flex-grow: 1;
}

.comment-box *+.rd-mailform {
    margin-top: 20px;
}

.comment-box__image {
    border-radius: 50%;
}

*+.comment-box {
    margin-top: 30px;
}

@media (min-width: 768px) {
    *+.comment-box {
        margin-top: 55px;
    }
}


/*
*
* Responsive unit
*/

.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

.unit>* {
    margin-bottom: 30px;
    margin-left: 20px;
}

.unit:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.unit-body {
    flex: 0 1 auto;
}

.unit-left,
.unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.unit-spacing-xxs {
    margin-bottom: -5px;
    margin-left: -5px;
}

.unit-spacing-xxs>* {
    margin-bottom: 5px;
    margin-left: 5px;
}

.unit-spacing-xxs .icon-md {
    position: relative;
    top: 3px;
}

.unit-spacing-xs {
    margin-bottom: -15px;
    margin-left: -7px;
}

.unit-spacing-xs>* {
    margin-bottom: 15px;
    margin-left: 7px;
}


/*
*
* Form styles
* --------------------------------------------------
*/

.rd-mailform {
    position: relative;
    text-align: left;
}

.rd-mailform .button {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 44px;
}

.rd-mailform *+.button {
    margin-top: 25px;
}

@media (min-width: 768px) {
    .rd-mailform *+.button {
        margin-top: 50px;
    }
}

.form_centered {
    text-align: center;
}

.form_centered .form-input,
.form_centered .form-label,
.form_centered .form-validation {
    text-align: center;
}

input:-webkit-autofill~label {
    color: #151515 !important;
}

.form-label,
.form-label-outside {
    margin-bottom: 0;
    color: #151515;
    font-weight: 400;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 9px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #151515;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

.form-input:focus {
    outline: 0;
}

textarea.form-input {
    height: 85px;
    min-height: 44px;
    max-height: 145px;
    resize: vertical;
}

.form-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
}

.form-wrap .button {
    width: 100%;
}

.form-wrap.has-error .form-input {
    border-color: #f5543f;
}

.form-wrap+* {
    margin-top: 25px;
}

.form-label {
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    pointer-events: none;
    text-align: left;
    z-index: 9;
    transition: .25s;
    will-change: transform;
    transform: translateY(-50%);
}

.form-label.focus {
    opacity: 0;
}

.form-label.auto-fill {
    color: #151515;
}

.form-label-outside {
    margin-bottom: 4px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }
    .form-label-outside,
    .form-label-outside.focus,
    .form-label-outside.auto-fill {
        transform: none;
    }
}

.form-label-outside~.form-validation {
    order: 2;
    top: 28px;
}

.form-validation {
    position: absolute;
    right: 4px;
    left: 4px;
    bottom: -13px;
    z-index: 11;
    margin-top: 2px;
    font-size: 9px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0;
    text-align: right;
    color: #f5543f;
    transition: .3s;
}

.form-validation-left .form-validation {
    right: auto;
    top: 100%;
    left: 0;
}

#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}

#form-output-global.active {
    transform: translateX(0);
    visibility: visible;
}

@media (min-width: 576px) {
    #form-output-global {
        left: 30px;
    }
}

.form-output {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.form-output.active {
    opacity: 1;
    visibility: visible;
}

.form-output.error {
    color: #f5543f;
}

.form-output.success {
    color: #98bf44;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
    opacity: 0;
}

.radio .radio-custom,
.radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    width: 14px;
    height: 14px;
    margin-left: -20px;
    margin-top: 5px;
    outline: none;
    cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    background: #ffffff;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    position: absolute;
    opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
    outline: none;
}

.radio-custom:checked+.radio-custom-dummy:after,
.checkbox-custom:checked+.checkbox-custom-dummy:after {
    opacity: 1;
}

.radio,
.radio-inline {
    font-weight: 300;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
    border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
    content: '';
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: #2d2d2d;
    border-radius: 50%;
}

.checkbox,
.checkbox-inline {
    padding-left: 20px;
    font-weight: 300;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
    pointer-events: none;
    border-radius: 3px;
    margin-left: 0;
    left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
    content: '\e5ca';
    font-family: 'Material Icons';
    font-size: 20px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    color: #2d2d2d;
}

.form-wrap.form-wrap-recaptcha .form-validation {
    top: 3px;
    right: auto;
    bottom: auto;
    left: 14px;
}

@media (max-width: 575.98px) {
    .form-wrap.form-wrap-recaptcha .recaptcha>* {
        transform: scale(0.96);
        transform-origin: 0 50%;
    }
}

.rd-mailform.rd-mailform-label_centered .form-label-outside {
    text-align: center;
}

.rd-mailform.rd-mailform-label_centered *+.button {
    margin-top: 30px;
}

.rd-mailform.rd-mailform-label_centered .form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.rd-mailform.rd-mailform-label_centered .form-input:focus::-moz-placeholder {
    opacity: 0;
}

.rd-mailform.rd-mailform-label_centered .form-input:focus:-moz-placeholder {
    opacity: 0;
}

.rd-mailform.rd-mailform-label_centered .form-input:focus:-ms-input-placeholder {
    opacity: 0;
}

@media (min-width: 768px) {
    .rd-mailform.rd-mailform-label_centered {
        padding-left: 15px;
        padding-right: 15px;
    }
    .rd-mailform.rd-mailform-label_centered *+.button {
        margin-top: 40px;
    }
}

@media (min-width: 1600px) {
    .rd-mailform.rd-mailform-label_centered *+.button {
        margin-top: 50px;
    }
}

.form_inline {
    margin-right: -20px;
}

.form_inline .form__inner {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translateY(0px);
    margin-bottom: 0px;
}

.form_inline .form__inner>* {
    margin-top: 0px;
    padding-bottom: 15px;
}

.form_inline .form-wrap {
    position: static;
    flex-grow: 1;
}

.form_inline .form-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    height: 44px;
    left: 0;
    right: 20px;
    background: transparent;
    z-index: -1;
    border-bottom: 1px solid #ebebeb;
    pointer-events: none;
    transition: .25s;
}

.form_inline .form-wrap.has-error::before {
    border-bottom-color: #f5543f;
}

.form_inline .form-input {
    padding-right: 18px;
    min-width: 150px;
    border-bottom: 0;
}

.form_inline .form-validation {
    top: 44px;
    right: auto;
    left: auto;
    bottom: auto;
    text-align: left;
}

.form_inline .form-button {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    flex-shrink: 0;
}

.rd-mailform_sm .form-input,
.rd-mailform_sm .button {
    padding-top: 9px;
    padding-bottom: 9px;
    min-height: 40px;
}

.rd-mailform_sm .form-validation {
    font-size: 8px;
    top: -2px;
}

.rd-mailform_sm .form-label {
    top: 20px;
}

.rd-mailform_sm *+.button {
    margin-top: 10px;
}

.rd-mailform_centered .form-input,
.rd-mailform_centered .form-label {
    text-align: center;
}

.rd-mailform_boxed .form-input,
.rd-mailform_boxed .form-label {
    padding: 20px;
    color: #9b9b9c;
}

.rd-mailform_boxed .form-input {
    border: 1px solid #ffffff;
    background: #ffffff;
}

.rd-mailform_boxed .form-label {
    top: 32px;
    font-size: 14px;
}

.rd-mailform_boxed .form-validation {
    top: 2px;
    bottom: auto;
}

.rd-mailform_boxed textarea.form-input {
    height: 135px;
    min-height: 44px;
    max-height: 230px;
}


/*
*
* Icons
* --------------------------------------------------
*/

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
}

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-primary {
    color: #00bd9d;
}

.icon-gray-7 {
    color: #828282;
}

a.icon-gray-7:hover {
    color: #00bd9d;
}

.icon-circle {
    border-radius: 50%;
}

html .icon-xs {
    font-size: 13px;
}

html .icon-sm {
    font-size: 18px;
}

html .icon-md {
    font-size: 20px;
}

.icon-style-camera {
    position: relative;
    min-height: 38px;
    min-width: 38px;
    padding: 11px 10px 10px;
    vertical-align: middle;
}

.icon-style-camera>span {
    position: absolute;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 0 solid #e8e8e8;
    background-color: transparent;
    pointer-events: none;
    transition: height .5s, width .5s, color .08s;
}

.icon-style-camera>span:nth-child(1) {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.icon-style-camera>span:nth-child(2) {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
}

.icon-style-camera>span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.icon-style-camera>span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
}

.icon-style-camera:hover>span {
    border-color: #00bd9d;
}

.icon-style-camera:hover>span:nth-child(1) {
    width: 100%;
}

.icon-style-camera:hover>span:nth-child(2) {
    height: 100%;
}

.icon-style-camera:hover>span:nth-child(3) {
    width: 100%;
}

.icon-style-camera:hover>span:nth-child(4) {
    height: 100%;
}

.icon-style-camera,
.icon-style-camera:active,
.icon-style-camera:focus {
    color: #d3d3d6;
}

.icon-style-camera:hover {
    color: #00bd9d;
}

.icon-style-social {
    height: 2em;
    width: 2em;
    line-height: 2;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
    background: #828282;
}

.icon-style-social:focus,
.icon-style-social:active,
.icon-style-social:hover {
    color: #ffffff;
}

.icon-style-social[class*='facebook'] {
    background: #408eb2;
}

.icon-style-social[class*='facebook']:hover {
    background: #5fa5c6;
}

.icon-style-social[class*='instagram'] {
    background: #3f6583;
}

.icon-style-social[class*='instagram']:hover {
    background: #5080a5;
}

.icon-style-social[class*='pinterest'] {
    background: #e6363a;
}

.icon-style-social[class*='pinterest']:hover {
    background: #ec6366;
}

.icon-style-social.icon-xs::before {
    position: relative;
    top: 1px;
}


/*
*
* Links
*/

.link-underline {
    text-decoration: underline;
}

.link-underline:hover {
    text-decoration: none;
}

.link-scroll-to {
    display: inline-block;
    position: relative;
    padding-top: 46px;
}

.link-scroll-to,
.link-scroll-to:active,
.link-scroll-to:focus {
    color: #9b9b9b;
}

.link-scroll-to::before,
.link-scroll-to::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .22s;
}

.link-scroll-to::before {
    top: 0;
    height: 36px;
    width: 23px;
    border-radius: 30px;
    border: 1px solid #e5e7e9;
}

.link-scroll-to::after {
    position: absolute;
    top: 8px;
    height: 10px;
    width: 7px;
    border-radius: 10px;
    background: #e5e7e9;
}

.link-scroll-to:hover {
    color: #2d2d2d;
}

.link-scroll-to:hover::before {
    border-color: #575757;
}

.link-scroll-to:hover::after {
    background: #575757;
}

.list-0>li {
    line-height: 1.3;
}

.list-0>li+li {
    margin-top: 0;
}

.list-xxs>li+li {
    margin-top: 4px;
}

.list-md>li+li {
    margin-top: 22px;
}

.list-lg>li+li {
    margin-top: 25px;
}

.list-xl>li+li {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .list-lg>li+li {
        margin-top: 50px;
    }
    .list-xl>li+li {
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    .list-lg>li+li {
        margin-top: 50px;
    }
    .list-xl>li+li {
        margin-top: 80px;
    }
}

.page .list-inline-xs {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

.page .list-inline-xs>* {
    position: relative;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.page .list-inline-xs>* {
    display: inline-block;
}

.page .list-inline-sm {
    position: relative;
    transform: translate3d(0, -15px, 0);
    margin-bottom: -15px;
    margin-left: -10px;
    margin-right: -10px;
}

.page .list-inline-sm>* {
    position: relative;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.page .list-inline-sm>* {
    display: inline-block;
}

.list-inline_iconed>li {
    vertical-align: middle;
}

.list-inline_iconed>li>* {
    display: inline-block;
    vertical-align: middle;
}

.list-inline_iconed>li>*+* {
    padding-left: 5px;
}

.list-inline_iconed .text {
    font-weight: 700;
    color: #2d2d2d;
    letter-spacing: .2em;
}

.list-comma>li {
    display: inline-block;
    vertical-align: middle;
}

.list-comma>li:not(:last-child)::after {
    content: ',';
    display: inline-block;
}

.list-terms dt+dd {
    margin-top: 10px;
}

.list-terms dd+dt {
    margin-top: 25px;
}

@media (min-width: 992px) {
    .list-terms dt+dd {
        margin-top: 18px;
    }
    .list-terms dd+dt {
        margin-top: 50px;
    }
}

.list-terms-inline {
    color: #2d2d2d;
}

.list-terms-inline dt,
.list-terms-inline dd {
    display: inline;
}

.list-terms-inline dt {
    color: #00bd9d;
}

.list-terms-inline dt:after {
    content: ':';
}

.list-terms-inline a {
    color: inherit;
}

.list-terms-inline a:hover {
    color: inherit;
    text-decoration: underline;
}

.index-list {
    counter-reset: li;
}

.index-list>li .list-index-counter:before {
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
}

.list-marked {
    padding-left: 25px;
    text-align: left;
}

.list-marked>li {
    position: relative;
    padding-left: 25px;
}

.list-marked>li:before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '\f105';
    font: 400 16px/24px 'FontAwesome';
    color: #b7b7b7;
}

.list-marked>li a {
    color: #2d2d2d;
}

.list-marked>li a:hover {
    color: #00bd9d;
}

.list-marked>li+li {
    margin-top: 10px;
}

.list-ordered {
    padding-left: 25px;
    counter-reset: li;
    text-align: left;
}

.list-ordered li {
    position: relative;
    padding-left: 25px;
}

.list-ordered li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 15px;
    content: counter(li, decimal) ".";
    counter-increment: li;
    color: #b7b7b7;
}

.list-ordered li+li {
    margin-top: 10px;
}

.list-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 300px;
    margin-bottom: -10px;
    margin-left: -5px;
    transform: translateY(-10px);
    letter-spacing: .1em;
    color: #2d2d2d;
}

.list-nav>li {
    width: 33.33333%;
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.list-nav a {
    color: inherit;
}

.list-nav a:hover {
    color: #00bd9d;
}

.list-nav>li.active>a {
    color: #00bd9d;
}

.list-2-columns {
    padding-left: 0;
    max-width: 340px;
    margin-bottom: -10px;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    transform: translateY(-10px);
}

.list-2-columns>* {
    display: inline-block;
    margin-top: 10px;
    padding-right: 5px;
}

.list-marked-bordered {
    text-align: left;
}

.list-marked-bordered li a {
    display: block;
    padding: 14px 0;
    line-height: 1.2;
    border-bottom: 1px solid #9b9b9b;
}

.list-marked-bordered li a:before {
    content: '\f105';
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font: 400 18px "FontAwesome";
    line-height: inherit;
    color: #00bd9d;
}

.list-marked-bordered li a span {
    color: inherit;
    transition: color .33s;
}

.list-marked-bordered li a span:first-child {
    color: #151515;
}

.list-marked-bordered li a:hover,
.list-marked-bordered li a:hover span:nth-child(n) {
    color: #00bd9d;
}

.list-marked-bordered li span:not(:last-child) {
    margin-right: .25em;
}

.list-marked-bordered li .count {
    color: #9b9b9b;
}

.line-chart-legend {
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -10px;
    margin-right: -10px;
}

.line-chart-legend>* {
    position: relative;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.line-chart-legend li {
    display: inline-block;
    font-weight: 500;
    color: #2d2d2d;
}

.line-chart-legend li *:not(:last-child) {
    margin-right: 8px;
}

.list-legend__mark {
    display: inline-block;
    width: 43px;
    height: 3px;
    vertical-align: middle;
}

.list-blocks {
    margin-bottom: -30px;
}

.list-blocks>* {
    margin-bottom: 30px;
}

.list-blocks__item {
    display: flex;
}

.list-blocks__item>* {
    width: 100%;
}

.list-blocks__item-inner {
    padding: 20px 30px;
    border: 1px solid #2d2d2d;
}

@media (min-width: 576px) {
    .list-blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
        margin-left: -15px;
        margin-right: -15px;
    }
    .list-blocks__item {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .list-blocks__item {
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .list-blocks {
        margin-left: 0;
        margin-right: 0;
    }
    .list-blocks__item {
        position: relative;
        width: calc(100% / 3 - 88.33333px - 1px);
        padding: 0;
    }
    .list-blocks__item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(50% - 133px);
        transform: translate(-50%, -50%);
        border-top: 1px solid #2d2d2d;
        width: 40px;
    }
    .list-blocks__item:nth-child(4n + 1) {
        width: 265px;
    }
    .list-blocks__item:nth-child(4n + 1)::before {
        display: none;
    }
    .list-blocks__item-inner {
        width: 265px;
        padding: 40px 30px;
        margin-left: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .list-blocks__item {
        width: calc(100% / 3 - 75.08333px - 1px);
    }
    .list-blocks__item:nth-child(4n + 1) {
        width: 225px;
    }
    .list-blocks__item::before {
        left: calc(50% - 113px);
    }
    .list-blocks__item-inner {
        width: 225px;
    }
}

@media (min-width: 1600px) {
    .list-blocks {
        margin-left: 20px;
        margin-right: 20px;
    }
    .list-blocks__item {
        width: calc(25% + 66px - 11px);
    }
    .list-blocks__item::before {
        width: 80px;
    }
}

.list-nav-bordered {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
}

.list-nav-bordered>li {
    margin-top: 10px;
    padding: 0 10px;
    flex: 1 1 auto;
    font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2d2d2d;
}

.list-nav-bordered a {
    color: inherit;
}

.list-nav-bordered a:hover {
    color: #00bd9d;
}

.list-nav-bordered>li.active a {
    color: #00bd9d;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .list-nav-bordered {
        margin-left: -20px;
        margin-right: -20px;
    }
    .list-nav-bordered>li {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .list-nav-bordered {
        text-align: left;
    }
    .list-nav-bordered>li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px;
    }
    .list-nav-bordered>li:not(:last-child):after {
        content: '';
        height: 20px;
        border-right: 1px solid #9b9b9b;
        padding: inherit;
        margin: auto;
    }
    .list-nav-bordered>li:last-child {
        flex: 0;
        padding-right: 20px;
    }
}

.list-linked {
    text-align: left;
}

.list-linked>li {
    position: relative;
    padding-left: 30px;
}

.list-linked>li::before {
    position: absolute;
    top: -1px;
    left: 0;
    content: '\f0c5';
    font-family: 'FontAwesome';
    font-size: 15px;
    color: #2d2d2d;
}

.list-linked a {
    display: block;
}

.list-linked>li+li {
    margin-top: 12px;
}

.list-linked+.list-linked-header,
.list-linked-header+.list-linked-header {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .list-linked+.list-linked-header {
        margin-top: 70px;
    }
    .list-linked-header+.list-linked-header {
        margin-top: 50px;
    }
}

.list-linked-header {
    position: relative;
    padding-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2d2d2d;
}

.list-linked-header a {
    color: inherit;
}

.list-linked-header a:hover {
    color: #00bd9d;
}

.list-linked-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #e1e1e1;
}

.list_darker li {
    color: #2d2d2d;
}

.list_darker a {
    color: inherit;
}

.list_darker a:hover {
    color: #00bd9d;
}

.list_darker li.active a {
    color: #00bd9d;
}

.list-decorated>li {
    position: relative;
    padding-left: 50px;
}

.list-decorated>li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 28px;
    height: 4px;
    background: #00bd9d;
}

.list-decorated>li+li {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .list-decorated>li+li {
        margin-top: 35px;
    }
}

.pagination-custom {
    position: relative;
    position: relative;
    transform: translate3d(0, -8px, 0);
    margin-bottom: -8px;
    margin-left: -4px;
    margin-right: -4px;
    line-height: 0;
    font-size: 0;
    text-align: center;
}

.pagination-custom>* {
    position: relative;
    margin-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.pagination-custom li {
    display: inline-block;
    vertical-align: middle;
}

.pagination-custom li a {
    position: relative;
    z-index: 0;
    transition: background 0.4s, border-color 0.4s, color 0.4s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 39px;
    min-width: 39px;
    height: 39px;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle;
}

.pagination-custom li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00bd9d;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.6, 1, 1);
    transition: transform 0.4s, opacity 0.4s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    border-radius: inherit;
}

.pagination-custom li a,
.pagination-custom li a::before {
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.pagination-custom li a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.pagination-custom li a,
.pagination-custom li a:active,
.pagination-custom li a:focus {
    color: #151515;
    background: transparent;
    border-color: #cdcdcd;
}

.pagination-custom li a:hover {
    color: #ffffff;
    background: transparent;
    border-color: #00bd9d;
}

.pagination-custom li.disabled,
.pagination-custom li.active {
    pointer-events: none;
}

.pagination-custom li.active a {
    color: #ffffff;
    background: #00bd9d;
    border-color: #00bd9d;
}

.pagination-custom li.active a::after {
    display: none;
}

.pagination-custom li.disabled a {
    color: #9b9b9b;
    background: transparent;
    border-color: #f2f3f8;
}

.pagination-custom li.disabled a::after {
    display: none;
}

.ie-10 .pagination-custom li a,
.ie-11 .pagination-custom li a {
    display: block;
}

.ie-10 .pagination-custom li a::after,
.ie-11 .pagination-custom li a::after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

*+.pagination-custom {
    margin-top: 35px;
}

@media (max-width: 575.98px) {
    .pagination-custom li.pagination-control a {
        font-size: 0;
        line-height: 0;
    }
    .pagination-custom li.pagination-control a::after {
        font-family: 'FontAwesome';
        font-size: 14px;
        font-weight: 400;
    }
    .pagination-custom li.pagination-control:first-child a::after {
        content: '\f104';
    }
    .pagination-custom li.pagination-control:last-child a::after {
        content: '\f105';
    }
}

@media (min-width: 576px) {
    .pagination-custom li a {
        min-height: 52px;
        min-width: 52px;
        height: 52px;
        padding: 10px 20px;
    }
}

@media (min-width: 768px) {
    *+.pagination-custom {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    *+.pagination-custom {
        margin-top: 85px;
    }
}


/*
*
* Posts
* --------------------------------------------------
*/

.post-modern {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: -1px 0px 10px 0px rgba(87, 87, 87, 0.12);
    text-align: left;
}

.post-modern .soundcloud-player {
    width: 100%;
}

.post-modern .soundcloud-player>* {
    width: 100%;
    border: 0;
}

.post-modern figure img {
    width: 100%;
}

.post-modern__media {
    padding: 25px;
}

.post-modern__header {
    padding: 25px;
}

.post-modern__label {
    position: relative;
    top: 3px;
    font-size: 0;
    line-height: 0;
    color: #000;
}

.post-modern__body>*:only-child {
    padding-top: 0;
}

.post-modern__footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 22px 16px;
    background: #f6f7fa;
}

.post-modern__footer>* {
    padding: 0 7px;
}

.post-modern__meta {
    position: relative;
    transform: translate3d(0, -5px, 0);
    margin-bottom: -5px;
    margin-left: -8px;
    margin-right: -8px;
}

.post-modern__meta>* {
    position: relative;
    margin-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.post-modern__meta>li {
    display: inline-block;
    vertical-align: middle;
}

.post-modern__meta>li>* {
    display: inline-block;
    vertical-align: middle;
}

.post-modern__meta a,
.post-modern__meta a:active,
.post-modern__meta a:focus {
    color: inherit;
}

.post-modern__meta a:hover {
    color: #151515;
}

.post-modern__meta .icon {
    position: relative;
    top: 2px;
    color: #000;
}

*+.post-modern {
    margin-top: 30px;
}


/**
* Single post
*/

.post-single {
    text-align: center;
}

.post-single__header {
    position: relative;
    padding: 25px 0;
}

.post-single__header::before,
.post-single__header::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 34.64%;
    min-width: 100px;
    height: 1px;
    background: #ebebeb;
}

.post-single__header::before {
    top: 0;
}

.post-single__header::after {
    bottom: 0;
}

.post-single__main {
    text-align: left;
}

.post-single__aside {
    position: relative;
    padding-top: 30px;
}

.post-single__aside::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid #ebebeb;
    pointer-events: none;
}

.post-single__aside>*+* {
    margin-top: 20px;
}

.post-single__meta {
    display: inline-table;
    margin-bottom: -5px;
    margin-left: -30px;
}

.post-single__meta:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.post-single__meta>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 30px;
}

.post-single__meta>li {
    display: inline-block;
    vertical-align: middle;
}

.post-single__meta .icon {
    font-size: 18px;
    color: #bebebe;
}

.post-single__author {
    display: inline-block;
    padding: 0 .5em;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

*+.post-single__header {
    margin-top: 30px;
}

*+.post-single__meta {
    margin-top: 30px;
}

*+.post-single__main {
    margin-top: 35px;
}

*+.post-single__inset {
    margin-top: 50px;
}

*+.post-single__aside {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .post-single__inset .unit .unit-left {
        max-width: 190px;
    }
    .post-single__aside {
        display: flex;
        flex-direction: row;
        padding-top: 60px;
        text-align: left;
    }
    .post-single__aside-left {
        min-width: 140px;
        flex-shrink: 0;
    }
    .post-single__aside-main {
        padding-left: 110px;
        flex-grow: 1;
    }
    .post-single__aside>*+* {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .post-single__inset {
        max-width: 89%;
        margin-left: auto;
        margin-right: auto;
    }
    .post-single__inset .unit.post-single__text .unit-body {
        padding-left: 50px;
    }
    .post-single__aside::before {
        left: -80px;
        right: -80px;
    }
    .post-single__aside-main {
        padding-right: 80px;
    }
}

@media (min-width: 1200px) {
    .post-single__aside {
        margin-left: -35px;
        margin-right: -35px;
    }
}


/**
* Boxed post
*/

.post-boxed {
    max-width: 340px;
    padding: 30px 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: #ffffff;
    transition: .33s;
    will-change: transform;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}

.post-boxed:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}

.post-boxed *+p {
    margin-top: 21px;
}

.post-boxed__avatar {
    max-width: 50px;
    border-radius: 50%;
}

.post-boxed__title {
    max-width: 90%;
}

.post-boxed__title a:focus {
    color: inherit;
}

.post-boxed__meta>li {
    display: inline-block;
    font-style: italic;
}

.post-boxed__meta>li:not(:last-child)::after {
    display: inline-block;
    margin: 0 5px;
    content: '\2215';
    font-style: normal;
}

.post-boxed__meta a {
    color: inherit;
}

.post-boxed__meta a:hover {
    color: #151515;
}

.post-boxed__aside {
    position: relative;
    padding-top: 20px;
}

.post-boxed__aside::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 1px;
    background: #e8e8e8;
}

*+.post-boxed__main {
    margin-top: 15px;
}

*+.post-boxed__aside {
    margin-top: 25px;
}

@media (min-width: 576px) {
    .post-boxed {
        padding: 55px 40px;
    }
    .post-boxed__aside {
        padding-top: 32px;
    }
    *+.post-boxed__aside {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .rd-navbar-sidebar-linked .post-boxed {
        padding: 40px 25px;
    }
}


/**
* Post classic 
*/

.post-classic {
    text-align: center;
}

a.post-classic__media {
    position: relative;
    overflow: hidden;
    display: block;
    background: #204a43;
}

a.post-classic__media .post-classic__image {
    position: relative;
    transition: transform .55s, opacity .5s;
    will-change: opacity;
    opacity: 1;
}

a.post-classic__media:hover .post-classic__image {
    opacity: .7;
}

.post-classic__image {
    width: 100%;
}

.post-classic__main {
    padding: 30px;
    background: #ffffff;
}

.post-classic__meta>li {
    display: inline-block;
    font-style: italic;
}

.post-classic__meta>li:not(:last-child)::after {
    display: inline-block;
    margin: 0 5px;
    content: '\2215';
    font-style: normal;
}

.post-classic__meta a {
    color: inherit;
}

.post-classic__meta a:hover {
    color: #151515;
}

.post-classic__text {
    position: relative;
    padding-top: 18px;
}

.post-classic__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 63px;
    background: #e8e8e8;
}

*+.post-classic__text {
    margin-top: 20px;
}

*+.post-classic__meta {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .post-classic__main {
        padding: 45px 30px 50px;
    }
    .post-classic__text {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .post-classic__main {
        padding: 25px 15px 40px;
    }
    .post-classic__text {
        max-width: 100%;
    }
}

html:not(.tablet):not(.mobile) .post-classic {
    transition: .33s;
    will-change: transform;
}

html:not(.tablet):not(.mobile) .post-classic:hover {
    transform: scale3d(1.05, 1.05, 1.05);
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.18);
}

.post-creative {
    background: #f2f3f8;
    width: 100%;
    text-align: left;
}

.post-creative__image {
    width: 100%;
    height: auto;
}

.post-creative__meta>li {
    display: inline-block;
    color: #151515;
}

.post-creative__meta>li:not(:last-child)::after {
    display: inline-block;
    margin: 0 5px;
    content: '\2215';
    font-style: normal;
}

.post-creative__meta a {
    color: inherit;
}

.post-creative__meta a:hover {
    color: #00bd9d;
}

.post-creative__main {
    position: relative;
    padding: 25px 15px 30px 15px;
}

.post-creative__main>* {
    position: relative;
    z-index: 2;
}

.post-creative__text {
    position: relative;
    padding-top: 25px;
}

.post-creative__text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    border-top: 1px solid #e8e8e8;
}

.post-creative__aside {
    position: relative;
    overflow: hidden;
}

a.post-creative__aside .post-creative__image {
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: .5s;
}

@supports (object-fit: cover) {
    a.post-creative__aside .post-creative__image {
        transform: scale3d(1, 1, 1);
    }
}

a.post-creative__aside:hover .post-creative__image {
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
}

@supports (object-fit: cover) {
    a.post-creative__aside:hover .post-creative__image {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

*+.post-creative {
    margin-top: 30px;
}

*+.post-creative__text {
    margin-top: 28px;
}

*+.post-creative__meta {
    margin-top: 20px;
}

.post-creative+.post-creative {
    margin-top: 40px;
}

@media (min-width: 576px) {
    .post-creative__main {
        padding: 30px 30px;
    }
}

@media (min-width: 768px) {
    .post-creative {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
    }
    .post-creative>* {
        width: 50%;
    }
    .post-creative *+.button {
        margin-top: 25px;
    }
    .post-creative__aside {
        flex-shrink: 0;
    }
    .post-creative__image {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        min-width: 101%;
        max-width: none;
        min-height: 101%;
    }
    @supports (object-fit: cover) {
        .post-creative__image {
            top: 0;
            left: 0;
            transform: none;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
        }
    }
    .post-creative__aside>*,
    .post-creative__main>* {
        max-width: 100%;
    }
    .post-creative__main {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .post-creative.post-creative_reverse {
        flex-direction: row-reverse;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .post-creative {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .post-creative__aside {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .post-creative {
        min-height: 390px;
    }
}

@media (min-width: 992px) {
    .post-creative__title {
        max-width: 80%;
    }
    .post-creative__main {
        padding: 80px 50px 70px;
    }
}

.quote-primary__mark {
    position: relative;
    top: 6px;
    display: block;
    width: 37px;
    height: 27px;
    fill: #00bd9d;
    flex-shrink: 0;
}

.quote-primary__body {
    position: relative;
    padding: 25px 0;
    border-top: 1px solid #f2f3f8;
}

.quote-primary__body::before,
.quote-primary__body::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 13px;
    border-style: solid;
    border-color: #f2f3f8;
}

.quote-primary__body::before {
    left: 0;
    width: 78px;
    border-width: 1px 1px 0 0;
}

.quote-primary__body::after {
    right: 0;
    width: calc(100% - 78px - 5px);
    border-width: 1px 0 0 1px;
    transform-origin: 0, 0;
    transform: skew(-45deg);
}

.quote-primary__text {
    padding-top: 20px;
}

.quote-primary__cite {
    font-weight: 700;
}

.quote-primary__footer {
    padding-left: 5px;
}

*+.quote-primary__footer {
    margin-top: 8px;
}

@media (min-width: 576px) {
    .quote-primary__body {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 32px 20px 40px 30px;
    }
    .quote-primary__text {
        padding-top: 0;
        padding-left: 20px;
    }
    .quote-primary__footer {
        padding-left: 30px;
    }
}

@media (min-width: 768px) {
    .quote-primary__body {
        padding-right: 40px;
    }
}


/*
* Quote boxed
*/

.quote-boxed {
    position: relative;
    z-index: 1;
    padding: 25px 20px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
    text-align: left;
    transition: .33s;
    position: relative;
}

.quote-boxed>span {
    position: absolute;
    width: 57px;
    height: 57px;
    vertical-align: middle;
    border: 0 solid #e8e8e8;
    background-color: transparent;
    pointer-events: none;
    transition: height .5s, width .5s, color .08s;
}

.quote-boxed>span:nth-child(1) {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.quote-boxed>span:nth-child(2) {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
}

.quote-boxed>span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.quote-boxed>span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
}

html:not(.tablet):not(.mobile) .quote-boxed:hover>span {
    border-color: #00bd9d;
}

html:not(.tablet):not(.mobile) .quote-boxed:hover>span:nth-child(1) {
    width: 100%;
}

html:not(.tablet):not(.mobile) .quote-boxed:hover>span:nth-child(2) {
    height: 100%;
}

html:not(.tablet):not(.mobile) .quote-boxed:hover>span:nth-child(3) {
    width: 100%;
}

html:not(.tablet):not(.mobile) .quote-boxed:hover>span:nth-child(4) {
    height: 100%;
}

html:not(.mobile):not(.tablet) .quote-boxed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #00bd9d;
    transform: scale3d(0.94, 0.94, 0.94);
    opacity: 0;
    transition: .4s .1s;
}

html:not(.mobile):not(.tablet) .quote-boxed .quote-boxed__title,
html:not(.mobile):not(.tablet) .quote-boxed .quote-boxed__cite,
html:not(.mobile):not(.tablet) .quote-boxed .quote-boxed__time,
html:not(.mobile):not(.tablet) .quote-boxed .quote-boxed__shape {
    transition: .22s .1s;
}

html:not(.mobile):not(.tablet) .quote-boxed:hover {
    color: #ffffff;
}

html:not(.mobile):not(.tablet) .quote-boxed:hover::before {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

html:not(.mobile):not(.tablet) .quote-boxed:hover .quote-boxed__title,
html:not(.mobile):not(.tablet) .quote-boxed:hover .quote-boxed__cite,
html:not(.mobile):not(.tablet) .quote-boxed:hover .quote-boxed__time {
    color: #ffffff;
}

html:not(.mobile):not(.tablet) .quote-boxed:hover .quote-boxed__shape {
    fill: #ffffff;
}

.quote-boxed__title {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.35;
    color: #151515;
}

.quote-boxed__text {
    position: relative;
    padding-left: 50px;
}

.quote-boxed__shape {
    position: absolute;
    left: 0;
    top: 9px;
    fill: #b7b7b7;
}

.quote-boxed__avatar {
    border-radius: 50%;
}

.quote-boxed__cite {
    color: #151515;
    text-transform: uppercase;
}

.quote-boxed__time {
    color: #9b9b9c;
    font-style: italic;
}

*+.quote-boxed__text {
    margin-top: 10px;
}

*+.quote-boxed__meta {
    margin-top: 15px;
}

@media (max-width: 575.98px) {
    .quote-boxed__meta>*+* {
        margin-top: 10px;
    }
    .quote-boxed__meta .unit.unit-horizontal .unit-body {
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .quote-boxed__meta {
        transform: translateY(-15px);
        margin-left: -30px;
        margin-bottom: -15px;
    }
    .quote-boxed__meta>* {
        display: inline-block;
        vertical-align: middle;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 15px;
    }
    .quote-boxed__meta>*:not(:last-child) {
        position: relative;
    }
    .quote-boxed__meta>*:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: inline-block;
        width: 1px;
        height: 18px;
        background: #ebebeb;
    }
}

@media (min-width: 768px) {
    *+.quote-boxed__text {
        margin-top: 22px;
    }
}

@media (min-width: 768px) {
    .quote-boxed__title {
        font-size: 24px;
    }
}

@media (min-width: 768px) {
    .quote-boxed {
        padding: 25px 40px 40px;
    }
}

@media (min-width: 1200px) {
    .quote-boxed {
        padding: 30px 60px 60px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .rd-navbar-sidebar-linked .quote-boxed {
        padding: 30px 30px 40px;
    }
}


/**
* Quote minimal
*/

.quote-minimal .q {
    font: italic 300 16px/24px "Josefin Sans", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
    .quote-minimal .q {
        font-size: 18px;
        line-height: 1.55556;
    }
}


/** 
* Quote big
*/

.quote-big .q {
    font: italic 300 22px/32px "Josefin Sans", Helvetica, Arial, sans-serif;
    color: #151515;
}

@media (min-width: 768px) {
    .quote-big .q {
        font-size: 26px;
        line-height: 1.2;
    }
    .quote-big_1 {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .quote-big .q {
        font-size: 30px;
    }
}


/**
* Quote line
*/

.quote-line {
    position: relative;
    padding: 20px 0;
    text-align: center;
}

.quote-line:before,
.quote-line:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 460px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #dedede 50%, transparent 100%);
}

.quote-line:before {
    top: 0;
}

.quote-line:after {
    bottom: 0;
}

.quote-line .q {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #575757;
}

.quote-line .q::before,
.quote-line .q::after {
    content: '\201C';
}

@media (min-width: 768px) {
    .quote-line {
        padding: 40px 0;
    }
    .quote-line .q {
        font-size: 24px;
        line-height: 1.58333;
    }
}

@media (min-width: 1600px) {
    .quote-line {
        padding: 65px 0;
    }
}


/*
*
* Table custom
*/

.table-custom {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    text-align: left;
    background: #ffffff;
    border-collapse: collapse;
}

.table-custom th,
.table-custom td {
    color: #151515;
    background: #ffffff;
}

.table-custom th {
    padding: 35px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    background: #f2f3f8;
}

@media (max-width: 767.98px) {
    .table-custom th {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.table-custom td {
    padding: 17px 24px;
}

.table-custom tbody tr:first-child td {
    border-top: 0;
}

.table-custom tr td {
    border-bottom: 1px solid #d9d9d9;
}

.table-custom tbody tr:hover td {
    background: #f2f3f8;
}

.table-custom tfoot td {
    font-weight: 700;
}


/*
* Table Custom Styles
*/

.table-custom.table-custom-primary thead th {
    color: #ffffff;
    background: #00bd9d;
    border: 0;
}

.table-custom.table-custom-bordered tr td:first-child {
    border-left: 0;
}

.table-custom.table-custom-bordered tr td:last-child {
    border-right: 0;
}

.table-custom.table-custom-bordered td {
    border: 1px solid #d9d9d9;
}

.table-custom.table-custom-bordered tbody>tr:first-of-type>td {
    border-top: 0;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(odd) td {
    background: transparent;
}

.table-custom.table-custom-striped tbody tr:nth-of-type(even) td {
    background: #f2f3f8;
}

.table-custom.table-custom-striped tbody td {
    border: 0;
}

.table-custom.table-custom-striped tfoot td {
    border-top: 0;
}

.table-custom.table-custom-striped tfoot td:not(:first-child) {
    border-left: 0;
}


/*
* Table Custom Mods
*/

.table-custom-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media (max-width: 575.98px) {
    .table-custom-responsive {
        width: 100%;
        margin-bottom: 10px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d9d9d9;
    }
    .table-custom-responsive>.table-custom>thead>tr>th,
    .table-custom-responsive>.table-custom>thead>tr>td,
    .table-custom-responsive>.table-custom>tbody>tr>th,
    .table-custom-responsive>.table-custom>tbody>tr>td,
    .table-custom-responsive>.table-custom>tfoot>tr>th,
    .table-custom-responsive>.table-custom>tfoot>tr>td {
        white-space: nowrap;
    }
}


/*
*
* Thumbnails
* --------------------------------------------------
*/

.img-centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure-light figcaption {
    padding-top: 10px;
    color: #b7b7b7;
}

.thumb-bordered {
    border: 8px solid #f2f3f8;
}

.thumb-bordered img {
    width: 100%;
}

@media (min-width: 768px) {
    .thumb-bordered {
        border-width: 15px;
    }
}

.thumb-line {
    position: relative;
    padding: 20px;
}

.thumb-line::before,
.thumb-line::after {
    content: '';
    position: absolute;
    border: 2px solid #e8e8e8;
    width: 80px;
    height: 80px;
    pointer-events: none;
}

.thumb-line::before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.thumb-line::after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.thumb-line img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.image-wrap-1 {
    position: relative;
    left: -20px;
}

@media (min-width: 992px) {
    .image-wrap-1 {
        left: -40px;
    }
}

.col-image-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.col-image-wrap img {
    flex-shrink: 0;
    min-width: 100%;
    max-width: none;
}

@supports (object-fit: cover) {
    .col-image-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 767.98px) {
    .col-image-wrap {
        position: relative;
        overflow: hidden;
        max-height: 320px;
    }
    .col-image-wrap img {
        position: relative;
        top: -30px;
    }
}

.thumb-elegant {
    display: block;
    position: relative;
    overflow: hidden;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    width: 100%;
}

.thumb-elegant img {
    position: relative;
    width: 100%;
    transform: scale(1);
    will-change: transform;
    transition: .8s ease;
}

.thumb-elegant:hover img {
    transform: scale(1.1);
}

.thumb-elegant:hover .thumb-elegant__overlay {
    opacity: 1;
}

.thumb-elegant:hover .thumb-elegant__overlay::before {
    transform: scale(1);
}

.thumb-elegant__overlay {
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: radial-gradient(rgba(21, 21, 21, 0.28), rgba(21, 21, 21, 0.1));
    opacity: 0;
    transition: all .4s ease-out;
    will-change: opacity, transform;
    pointer-events: none;
}

.thumb-elegant__overlay::before {
    position: relative;
    display: block;
    content: '\e042';
    font-family: 'fl-bigmug-line';
    font-size: 22px;
    color: #ffffff;
    transform: scale(0);
    transition: all .4s ease-out;
}

.thumb-light {
    display: block;
    position: relative;
}

.thumb-light img {
    position: relative;
    width: 100%;
}

.thumb-light:hover .thumb-light__overlay {
    transform: scale(1, 1);
    opacity: 1;
}

.thumb-light__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
    transform: scale(0.9, 0.9);
    opacity: 0;
    transition: all .4s ease-out;
    pointer-events: none;
}

.thumb-light__overlay::before {
    position: relative;
    display: block;
    content: '\e8ff';
    font-family: 'Material Icons';
    font-size: 30px;
    color: rgba(87, 87, 87, 0.9);
    transition: all .4s ease-out;
}

.thumb-corporate {
    display: block;
    text-align: left;
}

.thumb-corporate img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.thumb-corporate:hover .thumb-corporate__inner::before {
    top: 0;
}

.thumb-corporate__inner {
    position: relative;
    padding: 0 10px 0 30px;
}

.thumb-corporate__inner::before {
    content: '';
    position: absolute;
    top: 51px;
    left: 12px;
    bottom: -30px;
    width: 35px;
    border: 3px solid #00bd9d;
    border-top: 0;
    border-right: 0;
    transition: 0.33s ease-out;
}

.thumb-corporate__title {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    padding-left: 60px;
}

.thumb-corporate__inner+.thumb-corporate__title {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .thumb-corporate__inner::before {
        width: 65px;
    }
    .thumb-corporate__title {
        padding-left: 95px;
    }
}

@media (min-width: 1200px) {
    .thumb-corporate__inner {
        position: relative;
        padding: 0 15px 0 35px;
    }
    .thumb-corporate__inner::before {
        left: 17px;
    }
}

@media (min-width: 1600px) {
    .thumb-corporate__title {
        font-size: 24px;
    }
    .thumb-corporate__inner+.thumb-corporate__title {
        margin-top: 12px;
    }
}

.thumb-janez {
    width: 100%;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    -webkit-perspective-origin: 0 50%;
    -moz-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: #575757;
}

.thumb-janez a {
    color: #ffffff;
}

.thumb-janez__image-wrap {
    overflow: hidden;
}

.thumb-janez__content {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: left;
    color: #9b9b9b;
}

.thumb-janez__content>* {
    max-width: 100%;
}

.thumb-janez__content-inner {
    padding: 15px 20px 20px;
}

.thumb-janez *+.button {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .thumb-janez *+.button {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .thumb-janez {
        position: relative;
        align-items: flex-end;
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .thumb-janez::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(87, 87, 87, 0.66);
        pointer-events: none;
    }
    .thumb-janez__image-wrap {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .thumb-janez img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
    }
    .thumb-janez p {
        max-width: 400px;
        color: rgba(255, 255, 255, 0.8);
    }
    .thumb-janez__content {
        background-color: transparent;
    }
    .thumb-janez__content-inner {
        padding: 40px 20px 20px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumb-janez {
        display: flex;
    }
    html:not(.tablet):not(.mobile) .thumb-janez img {
        transition: transform 0.4s;
        min-height: 100.1%;
        min-width: 100%;
        max-width: none;
        flex-shrink: 0;
    }
    html:not(.tablet):not(.mobile) .thumb-janez__image-wrap {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    html:not(.tablet):not(.mobile) .thumb-janez__content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        min-height: 380px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        transform-origin: 0 0;
        transform: rotateY(-90deg);
        transition: transform 0.4s, opacity 0.1s 0.3s;
        width: 50%;
        min-width: 240px;
        opacity: 0;
    }
    html:not(.tablet):not(.mobile) .thumb-janez__content-inner {
        padding: 25px;
    }
    html:not(.tablet):not(.mobile) .thumb-janez:hover img {
        transform: translateX(25%);
    }
    html:not(.tablet):not(.mobile) .thumb-janez:hover .thumb-janez__content {
        opacity: 1;
        transform: rotateY(0deg);
        transition: transform 0.4s, opacity 0.1s;
    }
}

html:not(.tablet):not(.mobile).ie-10 .thumb-janez__content,
html:not(.tablet):not(.mobile).ie-11 .thumb-janez__content {
    white-space: nowrap;
    vertical-align: middle;
}

html:not(.tablet):not(.mobile).ie-10 .thumb-janez__content>*,
html:not(.tablet):not(.mobile).ie-11 .thumb-janez__content>* {
    display: inline-block;
    width: 99%;
    max-width: 99%;
    vertical-align: middle;
    white-space: normal;
}

html:not(.tablet):not(.mobile).ie-10 .thumb-janez__content::after,
html:not(.tablet):not(.mobile).ie-11 .thumb-janez__content::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    min-height: inherit;
    vertical-align: middle;
}

.thumb-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
    text-align: center;
    color: #ffffff;
    background: #575757;
}

.thumb-video .thumb-video__title {
    font-weight: 400;
    color: #ffffff;
}

@media (min-width: 992px) {
    .thumb-video {
        min-height: 415px;
    }
}

.thumb-video_bordered {
    border: 8px solid #b7b7b7;
}

@media (min-width: 768px) {
    .thumb-video_bordered {
        border-width: 14px;
    }
}

.thumb-video__caption {
    position: relative;
    z-index: 2;
    padding: 30px 40px;
}

.thumb-video__button {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    background: rgba(183, 183, 183, 0.51);
    font-size: 0;
    line-height: 0;
}

.thumb-video__button::before,
.thumb-video__button::after {
    content: '';
    position: absolute;
}

.thumb-video__button::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(179, 182, 200, 0.51);
    border-radius: 50%;
    transform: scale3d(1, 1, 1);
    opacity: 0;
    transition: .22s ease-out;
}

.thumb-video__button::after {
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 0 9.5px 16px;
    border-color: transparent transparent transparent #ffffff;
}

.thumb-video__button:hover::before {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
}

@media (min-width: 1200px) {
    .thumb-video__button {
        width: 75px;
        height: 75px;
    }
    .thumb-video__button::after {
        border-width: 15px 0 15px 20px;
    }
}

.thumb-video__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    opacity: .6;
}

@supports (object-fit: cover) {
    .thumb-video__image {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        min-height: 250px;
        object-fit: cover;
        object-position: center center;
    }
}

*+.thumb-video__title {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .thumb-video__image {
        transition: 1.5s;
    }
    .thumb-video:hover .thumb-video__image {
        transform: scale3d(1.1, 1.1, 1);
    }
    .ie-10 .thumb-video__image,
    .ie-11 .thumb-video__image {
        will-change: transform;
        transition: .77s;
    }
    .ie-10 .thumb-video:hover .thumb-video__image,
    .ie-11 .thumb-video:hover .thumb-video__image {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
    }
}

.thumb-modern {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    max-width: 600px;
    text-align: center;
    background: #151515;
    color: #ffffff;
}

.thumb-modern:focus,
.thumb-modern:hover {
    color: #ffffff;
}

.thumb-modern__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: none;
}

.thumb-modern__caption {
    position: relative;
    z-index: 2;
    padding: 30px 35px;
}

.thumb-modern__title {
    font-size: 18px;
    line-height: 1.5;
}

@supports (object-fit: cover) {
    .thumb-modern__image {
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 992px) {
    .thumb-modern__title {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumb-modern__image {
        transition: opacity 0.4s, transform 0.35s;
    }
    html:not(.tablet):not(.mobile) .thumb-modern__title {
        font-size: 26px;
        transform: scale3d(0.9, 0.9, 0.9);
        transition: transform 0.35s;
    }
    html:not(.tablet):not(.mobile) .thumb-modern:hover .thumb-modern__image {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
    }
    @supports (object-fit: cover) {
        html:not(.tablet):not(.mobile) .thumb-modern:hover .thumb-modern__image {
            transform: scale3d(1.05, 1.05, 1);
        }
    }
    html:not(.tablet):not(.mobile) .thumb-modern:hover .thumb-modern__title {
        transform: scale3d(1, 1, 1);
    }
}

.thumb-zoe {
    position: relative;
    overflow: hidden;
    display: block;
    min-height: 100px;
    background: #575757;
    text-align: center;
}

.thumb-zoe__caption {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    padding: 10px;
    background: rgba(87, 87, 87, 0.72);
}

.thumb-zoe__title {
    font-size: 12px;
    color: #ffffff;
}

@supports (object-fit: cover) {
    .thumb-zoe__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumb-zoe__caption {
        bottom: 0;
        left: 0;
        right: 0;
        transition: transform 0.35s;
        transform: translate3d(0, 100%, 0);
    }
    html:not(.tablet):not(.mobile) .thumb-zoe__title {
        transition: transform 0.35s .05s;
        transform: translate3d(0, 200%, 0);
    }
    html:not(.tablet):not(.mobile) .thumb-zoe:hover .thumb-zoe__caption,
    html:not(.tablet):not(.mobile) .thumb-zoe:hover .thumb-zoe__title {
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 1600px) {
    .thumb-zoe__title {
        font-size: 18px;
    }
}

.thumb-minimal {
    display: block;
    text-align: center;
}

.thumb-minimal__image-wrap {
    position: relative;
    overflow: hidden;
}

.thumb-minimal__image {
    position: relative;
    min-width: 100%;
    will-change: transform;
}

.thumb-minimal__title {
    font-size: 16px;
}

*+.thumb-minimal__title {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .thumb-minimal__title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .thumb-minimal__title {
        font-size: 24px;
    }
    html:not(.tablet):not(.mobile) .thumb-minimal .thumb-minimal__image {
        transform: scale3d(1, 1, 1);
        transition: 0.55s cubic-bezier(0.39, 0.58, 0.57, 1);
    }
    html:not(.tablet):not(.mobile) .thumb-minimal:hover .thumb-minimal__image {
        transform: scale3d(1.05, 1.05, 1.05);
    }
}

.thumb-chico {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}

.thumb-chico__image {
    width: 100%;
}

.thumb-chico__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    pointer-events: none;
    background: rgba(87, 87, 87, 0.42);
}

.thumb-chico__caption>* {
    max-width: 100%;
}

.thumb-chico__caption::before {
    content: '';
    position: absolute;
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
    border: 1px solid rgba(255, 255, 255, 0.62);
}

.thumb-chico__title {
    font-size: 20px;
    letter-spacing: .1em;
    color: #ffffff;
    pointer-events: auto;
}

@media (min-width: 768px) {
    .thumb-chico__title {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .thumb-chico__image {
        transition: .32s;
    }
    html:not(.tablet):not(.mobile) .thumb-chico__caption {
        transition: .25s;
        opacity: 0;
        visibility: hidden;
    }
    html:not(.tablet):not(.mobile) .thumb-chico__caption .thumb-chico__title {
        transition: .3s ease;
        transform: scale3d(0.9, 0.9, 0.9);
    }
    html:not(.tablet):not(.mobile) .thumb-chico__caption::before {
        transition: .33s;
        transform: scale3d(1.05, 1.05, 1.05);
    }
    html:not(.tablet):not(.mobile) .thumb-chico:hover .thumb-chico__caption {
        opacity: 1;
        visibility: visible;
    }
    html:not(.tablet):not(.mobile) .thumb-chico:hover .thumb-chico__caption .thumb-chico__title,
    html:not(.tablet):not(.mobile) .thumb-chico:hover .thumb-chico__caption::before {
        transform: scale3d(1, 1, 1);
    }
    html:not(.tablet):not(.mobile) .thumb-chico:hover .thumb-chico__image {
        transform: scale3d(1.03, 1.03, 1.03);
    }
}

@media (min-width: 1200px) {
    .thumb-chico__title {
        font-size: 36px;
    }
}

.thumb-chloe {
    display: block;
    text-align: center;
}

.thumb-chloe img {
    width: 100%;
}

.thumb-chloe__title {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    color: #2d2d2d;
    text-align: center;
}


/**
* Thumb ruby
*/

.thumb-ruby {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    display: flex;
    text-align: center;
    background-color: #204a43;
}

.thumb-ruby .thumb-ruby__caption {
    color: #ffffff;
}

.thumb-ruby>* {
    width: 100%;
}

.thumb-ruby .divider-small::before {
    background: #ffffff;
}

.thumb-ruby__image-wrap {
    position: relative;
    overflow: hidden;
}

.thumb-ruby__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    opacity: 0.7;
}

@supports (object-fit: cover) {
    .thumb-ruby__image {
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

.thumb-ruby__caption {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    min-height: 220px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.thumb-ruby__caption::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.66);
    background-color: transparent;
    pointer-events: none;
}

.thumb-ruby__caption>* {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.thumb-ruby__title {
    color: inherit;
}

.thumb-ruby__text {
    position: relative;
    padding-top: 20px;
}

.thumb-ruby__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    background: #ffffff;
}

*+.thumb-ruby {
    margin-top: 30px;
}

.thumb-ruby-wrap {
    counter-reset: thumb;
}

.thumb-ruby-wrap .thumb-ruby__title::after {
    content: counter(thumb, decimal);
    counter-increment: thumb;
}

@media (max-width: 767.98px) {
    .thumb-ruby {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .thumb-ruby__caption {
        min-height: 276px;
        padding: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .thumb-ruby__caption {
        padding-top: 30px;
        padding-bottom: 30px;
        min-height: 230px;
    }
}

@media (min-width: 576px) {
    .thumb-mixed_double-height .thumb-ruby__caption {
        min-height: 444px;
    }
    .thumb-mixed_height-1 .thumb-ruby__caption {
        min-height: 300px;
    }
    .thumb-mixed_height-2 .thumb-ruby__caption {
        min-height: 262px;
    }
    .thumb-mixed_height-2 .thumb-ruby__caption>* {
        max-width: 300px;
    }
    .thumb-mixed_height-3 .thumb-ruby__caption {
        min-height: 553px;
    }
    .thumb-mixed_height-3 .thumb-ruby__caption>* {
        max-width: 300px;
    }
    .thumb-mixed_height-4 .thumb-ruby__caption {
        min-height: 280px;
    }
    .thumb-mixed_height-4 .thumb-ruby__caption>* {
        max-width: 300px;
    }
    .thumb-mixed_height-5 .thumb-ruby__caption {
        min-height: 245px;
    }
    .thumb-mixed_height-5 .thumb-ruby__caption>* {
        max-width: 300px;
    }
    .thumb-mixed_height-6 .thumb-ruby__caption {
        min-height: 505px;
    }
    .thumb-mixed_height-6 .thumb-ruby__caption>* {
        max-width: 300px;
    }
    .thumb-mixed_height-7 .thumb-ruby__caption {
        min-height: 395px;
    }
    .thumb-mixed_height-7 .thumb-ruby__caption>* {
        max-width: 300px;
    }
}

@media (min-width: 1200px) {
    .thumb-mixed_height-1 .thumb-ruby__caption {
        min-height: 427px;
    }
    .thumb-mixed_large .thumb-ruby__caption {
        min-height: 427px;
    }
    .thumb-mixed_large .thumb-ruby__caption>* {
        max-width: 400px;
    }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
    .thumb-mixed_height-4 .thumb-ruby__caption {
        min-height: 250px;
    }
    .thumb-mixed_height-4 .thumb-ruby__caption .thumb-ruby__text {
        font-size: 13px;
    }
}

@media (min-width: 1400px) {
    .thumb-mixed_height-2 .thumb-ruby__caption {
        min-height: 327px;
    }
    .thumb-mixed_height-3 .thumb-ruby__caption {
        min-height: 683px;
    }
    .thumb-mixed_height-4 .thumb-ruby__caption {
        min-height: 363px;
    }
    .thumb-mixed_md .thumb-ruby__title {
        font-size: 36px;
    }
}

html:not(.tablet):not(.mobile) .thumb-ruby__caption::before {
    opacity: 0;
    transform: scale(1.15);
    will-change: transform;
}

html:not(.tablet):not(.mobile).ie-10 .thumb-ruby__caption::before,
html:not(.tablet):not(.mobile).ie-11 .thumb-ruby__caption::before {
    transform: none;
}

html:not(.tablet):not(.mobile) .thumb-ruby__title,
html:not(.tablet):not(.mobile) .thumb-ruby__image,
html:not(.tablet):not(.mobile) .thumb-ruby__text,
html:not(.tablet):not(.mobile) .thumb-ruby__caption::before {
    transition: opacity 0.4s, transform 0.4s;
}

html:not(.tablet):not(.mobile) .thumb-ruby__title {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

html:not(.tablet):not(.mobile) .thumb-ruby__image {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1.15);
}

@supports (object-fit: cover) {
    html:not(.tablet):not(.mobile) .thumb-ruby__image {
        transform: scale(1.15);
    }
}

html:not(.tablet):not(.mobile) .thumb-ruby__text {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(1.1);
}

html:not(.tablet):not(.mobile) .thumb-ruby:hover .thumb-ruby__caption::before {
    opacity: 1;
    transform: scale(1);
}

html:not(.tablet):not(.mobile) .thumb-ruby:hover .thumb-ruby__image {
    opacity: 0.44;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

@supports (object-fit: cover) {
    html:not(.tablet):not(.mobile) .thumb-ruby:hover .thumb-ruby__image {
        transform: scale(1);
    }
}

html:not(.tablet):not(.mobile) .thumb-ruby:hover .thumb-ruby__title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

html:not(.tablet):not(.mobile) .thumb-ruby:hover .thumb-ruby__text {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

@media (min-width: 2050px) {
    .container-fluid .thumb-ruby .thumb-ruby__caption,
    .container-small .thumb-ruby .thumb-ruby__caption {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    .container-fluid .thumb-ruby .thumb-ruby__image,
    .container-small .thumb-ruby .thumb-ruby__image {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
    .thumb-ruby+.thumb-ruby {
        margin-top: 5%;
    }
}


/**
* Thumb ann
*/

.thumb-ann {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.thumb-ann .thumb-ann__caption {
    color: #ffffff;
}

.thumb-ann>* {
    width: 100%;
}

.thumb-ann .divider-small::before {
    background: #ffffff;
}

.thumb-ann__image {
    width: 100%;
}

.thumb-ann__caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    padding: 30px;
    background-color: rgba(32, 74, 67, 0.3);
}

.thumb-ann__caption::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.66);
    background-color: transparent;
    pointer-events: none;
}

.thumb-ann__caption>* {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}

.thumb-ann__title {
    color: inherit;
}

.thumb-ann__text {
    position: relative;
    padding-top: 20px;
}

.thumb-ann__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    background: #ffffff;
}

*+.thumb-ann {
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .thumb-ann {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 1200px) {
    .thumb-ann.thumb-mixed_large .thumb-ann__title {
        font-size: 36px;
    }
}

html:not(.tablet):not(.mobile) .thumb-ann__caption::before {
    opacity: 0;
    transform: scale(1.15);
    will-change: transform;
}

html:not(.tablet):not(.mobile).ie-10 .thumb-ann__caption::before,
html:not(.tablet):not(.mobile).ie-11 .thumb-ann__caption::before {
    transform: none;
}

html:not(.tablet):not(.mobile) .thumb-ann__title,
html:not(.tablet):not(.mobile) .thumb-ann__image,
html:not(.tablet):not(.mobile) .thumb-ann__text,
html:not(.tablet):not(.mobile) .thumb-ann__caption::before {
    transition: opacity 0.4s, transform 0.4s;
}

html:not(.tablet):not(.mobile) .thumb-ann__caption {
    transition: background 0.4s, transform 0.4s, opacity 0.4s;
}

html:not(.tablet):not(.mobile) .thumb-ann__title {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

html:not(.tablet):not(.mobile) .thumb-ann__image {
    transform: scale(1.1);
}

html:not(.tablet):not(.mobile) .thumb-ann__caption {
    opacity: 0;
}

html:not(.tablet):not(.mobile) .thumb-ann__text {
    opacity: 0;
    transform: translate3d(0, 20px, 0) scale(1.1);
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption {
    background-color: rgba(32, 74, 67, 0.56);
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption::before {
    opacity: 1;
    transform: scale(1);
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__image {
    transform: scale(1);
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__caption {
    opacity: 1;
}

html:not(.tablet):not(.mobile) .thumb-ann:hover .thumb-ann__text {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}


/**
* Thumb Alice
*/

.thumb-alice {
    display: block;
    max-width: 408px;
    margin-left: auto;
    margin-right: auto;
}

.thumb-alice__image-wrap {
    position: relative;
    overflow: hidden;
    background: #2d2d2d;
}

.thumb-alice__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00bd9d;
}

.thumb-alice__title a:hover {
    color: #151515;
}

html:not(.tablet):not(.mobile) .thumb-alice .thumb-alice__inner {
    position: relative;
    transition: transform 0.45s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

html:not(.tablet):not(.mobile) .thumb-alice:hover .thumb-alice__inner {
    transform: translateY(-15px);
}

.thumbnail-indigo {
    position: relative;
    display: block;
}

.thumbnail-indigo:hover .thumbnail-indigo-figure {
    transform: translate3d(0, -10px, 0);
    box-shadow: -1px 5px 22px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
    .thumbnail-indigo {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
}

.thumbnail-indigo-figure {
    position: relative;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #495057;
    background-position: center top;
    background-size: cover;
    box-shadow: -1px 1px 21px 2px rgba(0, 0, 0, 0.14);
    transition: .2s ease-out;
}

.thumbnail-indigo-figure::before {
    content: '';
    display: block;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 64.28571%;
}

*+.thumbnail-indigo-title {
    margin-top: 16px;
}

@media (min-width: 1200px) {
    *+.thumbnail-indigo-title {
        margin-top: 22px;
    }
}


/*
*
* Tooltop Custom
*/

.tooltip {
    font-size: 14px;
    line-height: 1.2;
}

.tooltip-inner {
    border-radius: 0;
    background-color: #00bd9d;
}

.tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #00bd9d;
}

.tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #00bd9d;
}

.tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #00bd9d;
}

.tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #00bd9d;
}


/*
*
* Snackbars
* --------------------------------------------------
*/

.snackbars {
    padding: 9px 16px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: left;
    background-color: #2d2d2d;
    border-radius: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    font-size: 14px;
}

.snackbars .icon-xxs {
    font-size: 18px;
}

.snackbars p span:last-child {
    padding-left: 14px;
}

.snackbars-left {
    display: inline-block;
    margin-bottom: 0;
}

.snackbars-right {
    display: inline-block;
    float: right;
    text-transform: uppercase;
}

.snackbars-right:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    .snackbars {
        max-width: 540px;
        padding: 12px 15px;
        font-size: 15px;
    }
}


/*
* Helpers
*/


/*
*
* Text Alignment
* --------------------------------------------------
*/

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-middle {
    vertical-align: middle;
}

@media (min-width: 576px) {
    html:not(.lt-ie10) .text-xs-left {
        text-align: left;
    }
    html:not(.lt-ie10) .text-xs-center {
        text-align: center;
    }
    html:not(.lt-ie10) .text-xs-right {
        text-align: right;
    }
    html:not(.lt-ie10) .text-xs-justify {
        text-align: justify;
    }
}

@media (min-width: 768px) {
    html:not(.lt-ie10) .text-sm-left {
        text-align: left;
    }
    html:not(.lt-ie10) .text-sm-center {
        text-align: center;
    }
    html:not(.lt-ie10) .text-sm-right {
        text-align: right;
    }
    html:not(.lt-ie10) .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    html:not(.lt-ie10) .text-md-left {
        text-align: left;
    }
    html:not(.lt-ie10) .text-md-center {
        text-align: center;
    }
    html:not(.lt-ie10) .text-md-right {
        text-align: right;
    }
    html:not(.lt-ie10) .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    html:not(.lt-ie10) .text-lg-left {
        text-align: left;
    }
    html:not(.lt-ie10) .text-lg-center {
        text-align: center;
    }
    html:not(.lt-ie10) .text-lg-right {
        text-align: right;
    }
    html:not(.lt-ie10) .text-lg-justify {
        text-align: justify;
    }
}


/*
*
* Text styling
* --------------------------------------------------
*/

.text-italic {
    font-style: italic;
}

.text-normal {
    font-style: normal;
}

.text-underline {
    text-decoration: underline;
}

.text-strike {
    text-decoration: line-through;
}

.text-thin {
    font-weight: 100;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-medium {
    font-weight: 500;
}

.text-sbold {
    font-weight: 600;
}

.text-bold,
strong {
    font-weight: 700;
}

.text-ubold {
    font-weight: 900;
}

.text-spacing-0 {
    letter-spacing: 0;
}

.text-spacing-05 {
    letter-spacing: .05em;
}


/*
*
* Element groups
* --------------------------------------------------
*/

html .page .group {
    margin-bottom: -20px;
    margin-left: -15px;
}

html .page .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 15px;
}

html .page .group-sm {
    margin-bottom: -10px;
    margin-left: -10px;
}

html .page .group-sm:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-sm>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 10px;
}

html .page .group-md {
    margin-bottom: -20px;
    margin-left: -30px;
}

html .page .group-md:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-md>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

html .page .group-xl {
    margin-bottom: -20px;
    margin-left: -30px;
}

html .page .group-xl:empty {
    margin-bottom: 0;
    margin-left: 0;
}

html .page .group-xl>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

@media (min-width: 1200px) {
    html .page .group-xl {
        margin-bottom: -20px;
        margin-left: -50px;
    }
    html .page .group-xl>* {
        margin-bottom: 20px;
        margin-left: 50px;
    }
}

@media (min-width: 1600px) {
    html .page .group-xl {
        margin-bottom: -20px;
        margin-left: -80px;
    }
    html .page .group-xl>* {
        margin-bottom: 20px;
        margin-left: 80px;
    }
}

html .page .group-middle {
    display: inline-table;
    vertical-align: middle;
}

html .page .group-middle>* {
    vertical-align: middle;
}

html .page .buttons-group .button-icon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

html .page .group-sm-justify .button {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 768px) {
    html .page .group-sm-justify {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    html .page .group-sm-justify>* {
        flex-grow: 1;
        flex-shrink: 0;
    }
    html .page .group-sm-justify .buttons {
        min-width: 130px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.group-3-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.group-3-columns .column-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

*+.group-3-columns {
    margin-top: 30px;
}

@supports (display: grid) {
    .group-3-columns {
        display: grid;
        grid-gap: 15px 15px;
        grid-template-columns: 1fr 1fr 1fr;
        margin-left: 0;
        margin-right: 0;
    }
    .group-3-columns .column-item {
        width: auto;
        padding: 0;
    }
    @media (min-width: 768px) {
        .group-3-columns {
            grid-gap: 30px 30px;
        }
    }
}


/*
*
* Contexts
* --------------------------------------------------
*/

.breadcrumbs-custom,
.context-dark,
.bg-gray-darker,
.bg-primary {
    color: #ffffff;
}

.breadcrumbs-custom h1,
.context-dark h1,
.bg-gray-darker h1,
.bg-primary h1,
.breadcrumbs-custom h2,
.context-dark h2,
.bg-gray-darker h2,
.bg-primary h2,
.breadcrumbs-custom h3,
.context-dark h3,
.bg-gray-darker h3,
.bg-primary h3,
.breadcrumbs-custom h4,
.context-dark h4,
.bg-gray-darker h4,
.bg-primary h4,
.breadcrumbs-custom h5,
.context-dark h5,
.bg-gray-darker h5,
.bg-primary h5,
.breadcrumbs-custom h6,
.context-dark h6,
.bg-gray-darker h6,
.bg-primary h6,
.breadcrumbs-custom .heading-1,
.context-dark .heading-1,
.bg-gray-darker .heading-1,
.bg-primary .heading-1,
.breadcrumbs-custom .heading-2,
.context-dark .heading-2,
.bg-gray-darker .heading-2,
.bg-primary .heading-2,
.breadcrumbs-custom .heading-3,
.context-dark .heading-3,
.bg-gray-darker .heading-3,
.bg-primary .heading-3,
.breadcrumbs-custom .heading-4,
.context-dark .heading-4,
.bg-gray-darker .heading-4,
.bg-primary .heading-4,
.breadcrumbs-custom .heading-5,
.context-dark .heading-5,
.bg-gray-darker .heading-5,
.bg-primary .heading-5,
.breadcrumbs-custom .heading-6,
.context-dark .heading-6,
.bg-gray-darker .heading-6,
.bg-primary .heading-6 {
    color: #ffffff;
}

.breadcrumbs-custom .brand__slogan,
.context-dark .brand__slogan,
.bg-gray-darker .brand__slogan,
.bg-primary .brand__slogan {
    color: #ffffff;
}

.breadcrumbs-custom .text-decoration-2 span::before,
.context-dark .text-decoration-2 span::before,
.bg-gray-darker .text-decoration-2 span::before,
.bg-primary .text-decoration-2 span::before,
.breadcrumbs-custom .text-decoration-2 span::after,
.context-dark .text-decoration-2 span::after,
.bg-gray-darker .text-decoration-2 span::after,
.bg-primary .text-decoration-2 span::after {
    border-bottom-color: #ffffff;
}

.breadcrumbs-custom .row-custom-bordered [class*='col-'],
.context-dark .row-custom-bordered [class*='col-'],
.bg-gray-darker .row-custom-bordered [class*='col-'],
.bg-primary .row-custom-bordered [class*='col-'] {
    border-color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs-custom .box-counter,
.context-dark .box-counter,
.bg-gray-darker .box-counter,
.bg-primary .box-counter {
    color: #ffffff;
}

.breadcrumbs-custom .box-bordered,
.context-dark .box-bordered,
.bg-gray-darker .box-bordered,
.bg-primary .box-bordered {
    border-color: rgba(255, 255, 255, 0.52);
}

.breadcrumbs-custom .box-award__divider::before,
.context-dark .box-award__divider::before,
.bg-gray-darker .box-award__divider::before,
.bg-primary .box-award__divider::before {
    background: #ffffff;
}

.breadcrumbs-custom .box-award__time,
.context-dark .box-award__time,
.bg-gray-darker .box-award__time,
.bg-primary .box-award__time {
    color: #ffffff;
}

.breadcrumbs-custom .form-label,
.context-dark .form-label,
.bg-gray-darker .form-label,
.bg-primary .form-label,
.breadcrumbs-custom .form-label-outside,
.context-dark .form-label-outside,
.bg-gray-darker .form-label-outside,
.bg-primary .form-label-outside,
.breadcrumbs-custom .form-input,
.context-dark .form-input,
.bg-gray-darker .form-input,
.bg-primary .form-input {
    color: #ffffff;
}

.breadcrumbs-custom .form-input,
.context-dark .form-input,
.bg-gray-darker .form-input,
.bg-primary .form-input {
    border-color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs-custom .form_inline .form-wrap::before,
.context-dark .form_inline .form-wrap::before,
.bg-gray-darker .form_inline .form-wrap::before,
.bg-primary .form_inline .form-wrap::before {
    border-color: rgba(255, 255, 255, 0.4);
}

.breadcrumbs-custom .form_inline .form-wrap.has-error::before,
.context-dark .form_inline .form-wrap.has-error::before,
.bg-gray-darker .form_inline .form-wrap.has-error::before,
.bg-primary .form_inline .form-wrap.has-error::before {
    border-color: #f5543f;
}

.breadcrumbs-custom .divider-small::before,
.context-dark .divider-small::before,
.bg-gray-darker .divider-small::before,
.bg-primary .divider-small::before {
    background: #ffffff;
}

.breadcrumbs-custom .divider-small.divider-primary::before,
.context-dark .divider-small.divider-primary::before,
.bg-gray-darker .divider-small.divider-primary::before,
.bg-primary .divider-small.divider-primary::before {
    background: #00bd9d;
}

.breadcrumbs-custom .button.button-link,
.context-dark .button.button-link,
.bg-gray-darker .button.button-link,
.bg-primary .button.button-link {
    color: #ffffff;
}

.breadcrumbs-custom .button.button-link:hover,
.context-dark .button.button-link:hover,
.bg-gray-darker .button.button-link:hover,
.bg-primary .button.button-link:hover {
    color: #00bd9d;
}

.breadcrumbs-custom .button-default,
.context-dark .button-default,
.bg-gray-darker .button-default,
.bg-primary .button-default,
.breadcrumbs-custom .button-default:focus,
.context-dark .button-default:focus,
.bg-gray-darker .button-default:focus,
.bg-primary .button-default:focus {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.breadcrumbs-custom .button-default:hover,
.context-dark .button-default:hover,
.bg-gray-darker .button-default:hover,
.bg-primary .button-default:hover,
.breadcrumbs-custom .button-default:active,
.context-dark .button-default:active,
.bg-gray-darker .button-default:active,
.bg-primary .button-default:active {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.breadcrumbs-custom .button-default.button-ujarak:hover,
.context-dark .button-default.button-ujarak:hover,
.bg-gray-darker .button-default.button-ujarak:hover,
.bg-primary .button-default.button-ujarak:hover {
    background-color: #ffffff;
}

.breadcrumbs-custom .button-default.button-ujarak::before,
.context-dark .button-default.button-ujarak::before,
.bg-gray-darker .button-default.button-ujarak::before,
.bg-primary .button-default.button-ujarak::before {
    background: #00bd9d;
}

.breadcrumbs-custom .button-default.button-anis:hover,
.context-dark .button-default.button-anis:hover,
.bg-gray-darker .button-default.button-anis:hover,
.bg-primary .button-default.button-anis:hover {
    background-color: #ffffff;
}

.breadcrumbs-custom .button-default.button-anis::before,
.context-dark .button-default.button-anis::before,
.bg-gray-darker .button-default.button-anis::before,
.bg-primary .button-default.button-anis::before,
.breadcrumbs-custom .button-default.button-anis::after,
.context-dark .button-default.button-anis::after,
.bg-gray-darker .button-default.button-anis::after,
.bg-primary .button-default.button-anis::after {
    background: #00bd9d;
}

.breadcrumbs-custom .button-primary,
.context-dark .button-primary,
.bg-gray-darker .button-primary,
.bg-primary .button-primary,
.breadcrumbs-custom .button-primary:focus,
.context-dark .button-primary:focus,
.bg-gray-darker .button-primary:focus,
.bg-primary .button-primary:focus {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.breadcrumbs-custom .button-primary:hover,
.context-dark .button-primary:hover,
.bg-gray-darker .button-primary:hover,
.bg-primary .button-primary:hover,
.breadcrumbs-custom .button-primary:active,
.context-dark .button-primary:active,
.bg-gray-darker .button-primary:active,
.bg-primary .button-primary:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.breadcrumbs-custom .button-primary.button-ujarak:hover,
.context-dark .button-primary.button-ujarak:hover,
.bg-gray-darker .button-primary.button-ujarak:hover,
.bg-primary .button-primary.button-ujarak:hover {
    background-color: #00bd9d;
}

.breadcrumbs-custom .button-primary.button-ujarak::before,
.context-dark .button-primary.button-ujarak::before,
.bg-gray-darker .button-primary.button-ujarak::before,
.bg-primary .button-primary.button-ujarak::before {
    background: #ffffff;
}

.breadcrumbs-custom .button-primary.button-anis:hover,
.context-dark .button-primary.button-anis:hover,
.bg-gray-darker .button-primary.button-anis:hover,
.bg-primary .button-primary.button-anis:hover {
    background-color: #00bd9d;
}

.breadcrumbs-custom .button-primary.button-anis::before,
.context-dark .button-primary.button-anis::before,
.bg-gray-darker .button-primary.button-anis::before,
.bg-primary .button-primary.button-anis::before,
.breadcrumbs-custom .button-primary.button-anis::after,
.context-dark .button-primary.button-anis::after,
.bg-gray-darker .button-primary.button-anis::after,
.bg-primary .button-primary.button-anis::after {
    background: #ffffff;
}

.breadcrumbs-custom .button-primary-outline,
.context-dark .button-primary-outline,
.bg-gray-darker .button-primary-outline,
.bg-primary .button-primary-outline,
.breadcrumbs-custom .button-primary-outline:focus,
.context-dark .button-primary-outline:focus,
.bg-gray-darker .button-primary-outline:focus,
.bg-primary .button-primary-outline:focus {
    color: #00bd9d;
    background-color: transparent;
    border-color: #00bd9d;
}

.breadcrumbs-custom .button-primary-outline:hover,
.context-dark .button-primary-outline:hover,
.bg-gray-darker .button-primary-outline:hover,
.bg-primary .button-primary-outline:hover,
.breadcrumbs-custom .button-primary-outline:active,
.context-dark .button-primary-outline:active,
.bg-gray-darker .button-primary-outline:active,
.bg-primary .button-primary-outline:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.breadcrumbs-custom .button-primary-outline.button-ujarak:hover,
.context-dark .button-primary-outline.button-ujarak:hover,
.bg-gray-darker .button-primary-outline.button-ujarak:hover,
.bg-primary .button-primary-outline.button-ujarak:hover {
    background-color: transparent;
}

.breadcrumbs-custom .button-primary-outline.button-ujarak::before,
.context-dark .button-primary-outline.button-ujarak::before,
.bg-gray-darker .button-primary-outline.button-ujarak::before,
.bg-primary .button-primary-outline.button-ujarak::before {
    background: #ffffff;
}

.breadcrumbs-custom .button-primary-outline.button-anis:hover,
.context-dark .button-primary-outline.button-anis:hover,
.bg-gray-darker .button-primary-outline.button-anis:hover,
.bg-primary .button-primary-outline.button-anis:hover {
    background-color: transparent;
}

.breadcrumbs-custom .button-primary-outline.button-anis::before,
.context-dark .button-primary-outline.button-anis::before,
.bg-gray-darker .button-primary-outline.button-anis::before,
.bg-primary .button-primary-outline.button-anis::before,
.breadcrumbs-custom .button-primary-outline.button-anis::after,
.context-dark .button-primary-outline.button-anis::after,
.bg-gray-darker .button-primary-outline.button-anis::after,
.bg-primary .button-primary-outline.button-anis::after {
    background: #ffffff;
}

.breadcrumbs-custom .button-default-outline,
.context-dark .button-default-outline,
.bg-gray-darker .button-default-outline,
.bg-primary .button-default-outline,
.breadcrumbs-custom .button-default-outline:focus,
.context-dark .button-default-outline:focus,
.bg-gray-darker .button-default-outline:focus,
.bg-primary .button-default-outline:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.breadcrumbs-custom .button-default-outline:hover,
.context-dark .button-default-outline:hover,
.bg-gray-darker .button-default-outline:hover,
.bg-primary .button-default-outline:hover,
.breadcrumbs-custom .button-default-outline:active,
.context-dark .button-default-outline:active,
.bg-gray-darker .button-default-outline:active,
.bg-primary .button-default-outline:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.breadcrumbs-custom .button-default-outline.button-ujarak:hover,
.context-dark .button-default-outline.button-ujarak:hover,
.bg-gray-darker .button-default-outline.button-ujarak:hover,
.bg-primary .button-default-outline.button-ujarak:hover {
    background-color: transparent;
}

.breadcrumbs-custom .button-default-outline.button-ujarak::before,
.context-dark .button-default-outline.button-ujarak::before,
.bg-gray-darker .button-default-outline.button-ujarak::before,
.bg-primary .button-default-outline.button-ujarak::before {
    background: #ffffff;
}

.breadcrumbs-custom .button-default-outline.button-anis:hover,
.context-dark .button-default-outline.button-anis:hover,
.bg-gray-darker .button-default-outline.button-anis:hover,
.bg-primary .button-default-outline.button-anis:hover {
    background-color: transparent;
}

.breadcrumbs-custom .button-default-outline.button-anis::before,
.context-dark .button-default-outline.button-anis::before,
.bg-gray-darker .button-default-outline.button-anis::before,
.bg-primary .button-default-outline.button-anis::before,
.breadcrumbs-custom .button-default-outline.button-anis::after,
.context-dark .button-default-outline.button-anis::after,
.bg-gray-darker .button-default-outline.button-anis::after,
.bg-primary .button-default-outline.button-anis::after {
    background: #ffffff;
}

.breadcrumbs-custom .rights,
.context-dark .rights,
.bg-gray-darker .rights,
.bg-primary .rights {
    color: #575757;
}

.breadcrumbs-custom .rights a:hover,
.context-dark .rights a:hover,
.bg-gray-darker .rights a:hover,
.bg-primary .rights a:hover {
    color: #ffffff;
}

.breadcrumbs-custom .countdown-section,
.context-dark .countdown-section,
.bg-gray-darker .countdown-section,
.bg-primary .countdown-section {
    border-color: #ffffff;
}

.breadcrumbs-custom .countdown-amount,
.context-dark .countdown-amount,
.bg-gray-darker .countdown-amount,
.bg-primary .countdown-amount {
    color: #ffffff;
}

.context-light {
    color: #9b9b9c;
}

.context-light h1,
.context-light h2,
.context-light h3,
.context-light h4,
.context-light h5,
.context-light h6,
.context-light .heading-1,
.context-light .heading-2,
.context-light .heading-3,
.context-light .heading-4,
.context-light .heading-5,
.context-light .heading-6 {
    color: #151515;
}


/*
* Light Backgrounds
*/

.bg-white {
    background-color: #ffffff;
}

.bg-white[class*='section-']+.bg-white[class*='section-'] {
    padding-top: 0;
}

.bg-gray-lighter {
    background-color: #f2f3f8;
}

.bg-gray-lighter[class*='section-']+.bg-gray-lighter[class*='section-'] {
    padding-top: 0;
}

.bg-gray-lighter .comment-group .comment-group .comment__image-wrap {
    border-color: #ffffff;
}

.bg-gray-lighter .post-boxed:not(:hover) {
    box-shadow: 0;
}

.bg-gray-lighter .post-creative__main {
    background: #ffffff;
}


/*
* Dark Backgrounds
*/

.bg-gray-darker {
    background-color: #1d1d1d;
}

.bg-gray-darker[class*='section-']+.bg-gray-darker[class*='section-'] {
    padding-top: 0;
}


/*
* Primary Backgrounds
*/

.bg-primary {
    background-color: #00bd9d;
}

.bg-primary[class*='section-']+.bg-primary[class*='section-'] {
    padding-top: 0;
}

.bg-primary .row-custom-bordered [class*='col-'] {
    border-color: #07b094;
}

.bg-primary .form-wrap.has-error .form-input {
    border-bottom-color: #ffffff;
}

.bg-primary .form-validation {
    color: #ffffff;
}

.bg-primary .button-primary-outline,
.bg-primary .button-primary-outline:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.bg-primary .button-primary-outline:hover,
.bg-primary .button-primary-outline:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-primary .button-primary-outline.button-ujarak:hover {
    background-color: transparent;
}

.bg-primary .button-primary-outline.button-ujarak::before {
    background: #ffffff;
}

.bg-primary .button-primary-outline.button-anis:hover {
    background-color: transparent;
}

.bg-primary .button-primary-outline.button-anis::before,
.bg-primary .button-primary-outline.button-anis::after {
    background: #ffffff;
}


/**
* Background Image
*/

.bg-image {
    background-size: cover;
    background-position: center center;
}

.bg-image-dark {
    color: #ffffff;
}

.bg-image-dark h1,
.bg-image-dark h2,
.bg-image-dark h3,
.bg-image-dark h4,
.bg-image-dark h5,
.bg-image-dark h6,
.bg-image-dark .heading-1,
.bg-image-dark .heading-2,
.bg-image-dark .heading-3,
.bg-image-dark .heading-4,
.bg-image-dark .heading-5,
.bg-image-dark .heading-6 {
    color: #ffffff;
}

.bg-image-dark .brand__slogan {
    color: #ffffff;
}

.bg-image-dark .text-decoration-2 span::before,
.bg-image-dark .text-decoration-2 span::after {
    border-bottom-color: #ffffff;
}

.bg-image-dark .row-custom-bordered [class*='col-'] {
    border-color: rgba(255, 255, 255, 0.4);
}

.bg-image-dark .box-counter {
    color: #ffffff;
}

.bg-image-dark .box-bordered {
    border-color: rgba(255, 255, 255, 0.52);
}

.bg-image-dark .box-award__divider::before {
    background: #ffffff;
}

.bg-image-dark .box-award__time {
    color: #ffffff;
}

.bg-image-dark .form-label,
.bg-image-dark .form-label-outside,
.bg-image-dark .form-input {
    color: #ffffff;
}

.bg-image-dark .form-input {
    border-color: rgba(255, 255, 255, 0.4);
}

.bg-image-dark .form_inline .form-wrap::before {
    border-color: rgba(255, 255, 255, 0.4);
}

.bg-image-dark .form_inline .form-wrap.has-error::before {
    border-color: #f5543f;
}

.bg-image-dark .divider-small::before {
    background: #ffffff;
}

.bg-image-dark .divider-small.divider-primary::before {
    background: #00bd9d;
}

.bg-image-dark .button.button-link {
    color: #ffffff;
}

.bg-image-dark .button.button-link:hover {
    color: #00bd9d;
}

.bg-image-dark .button-default,
.bg-image-dark .button-default:focus {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-image-dark .button-default:hover,
.bg-image-dark .button-default:active {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.bg-image-dark .button-default.button-ujarak:hover {
    background-color: #ffffff;
}

.bg-image-dark .button-default.button-ujarak::before {
    background: #00bd9d;
}

.bg-image-dark .button-default.button-anis:hover {
    background-color: #ffffff;
}

.bg-image-dark .button-default.button-anis::before,
.bg-image-dark .button-default.button-anis::after {
    background: #00bd9d;
}

.bg-image-dark .button-primary,
.bg-image-dark .button-primary:focus {
    color: #ffffff;
    background-color: #00bd9d;
    border-color: #00bd9d;
}

.bg-image-dark .button-primary:hover,
.bg-image-dark .button-primary:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-image-dark .button-primary.button-ujarak:hover {
    background-color: #00bd9d;
}

.bg-image-dark .button-primary.button-ujarak::before {
    background: #ffffff;
}

.bg-image-dark .button-primary.button-anis:hover {
    background-color: #00bd9d;
}

.bg-image-dark .button-primary.button-anis::before,
.bg-image-dark .button-primary.button-anis::after {
    background: #ffffff;
}

.bg-image-dark .button-primary-outline,
.bg-image-dark .button-primary-outline:focus {
    color: #00bd9d;
    background-color: transparent;
    border-color: #00bd9d;
}

.bg-image-dark .button-primary-outline:hover,
.bg-image-dark .button-primary-outline:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-image-dark .button-primary-outline.button-ujarak:hover {
    background-color: transparent;
}

.bg-image-dark .button-primary-outline.button-ujarak::before {
    background: #ffffff;
}

.bg-image-dark .button-primary-outline.button-anis:hover {
    background-color: transparent;
}

.bg-image-dark .button-primary-outline.button-anis::before,
.bg-image-dark .button-primary-outline.button-anis::after {
    background: #ffffff;
}

.bg-image-dark .button-default-outline,
.bg-image-dark .button-default-outline:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.bg-image-dark .button-default-outline:hover,
.bg-image-dark .button-default-outline:active {
    color: #00bd9d;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bg-image-dark .button-default-outline.button-ujarak:hover {
    background-color: transparent;
}

.bg-image-dark .button-default-outline.button-ujarak::before {
    background: #ffffff;
}

.bg-image-dark .button-default-outline.button-anis:hover {
    background-color: transparent;
}

.bg-image-dark .button-default-outline.button-anis::before,
.bg-image-dark .button-default-outline.button-anis::after {
    background: #ffffff;
}

.bg-image-dark .rights {
    color: #575757;
}

.bg-image-dark .rights a:hover {
    color: #ffffff;
}

.bg-image-dark .countdown-section {
    border-color: #ffffff;
}

.bg-image-dark .countdown-amount {
    color: #ffffff;
}

.bg-image-dark .rights {
    color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .bg-fixed {
        background-attachment: fixed;
    }
}

.section-xs {
    padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl,
.section-xxl,
.section-variant-1,
.section-variant-2 {
    padding: 50px 0;
}

.section-collapse+.section-collapse {
    padding-top: 0;
}

.section-fullheight__inner {
    position: relative;
    padding: 60px 0 140px;
}

.section-fullheight .container {
    position: relative;
}

.section-fullheight .section-link {
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translateX(-50%);
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    section.section-sm:first-of-type,
    section.section-md:first-of-type,
    section.section-lg:first-of-type,
    section.section-xl:first-of-type,
    section.section-xxl:first-of-type {
        padding-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .section_responsive {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 80px 0;
    }
    .section-xxl {
        padding: 115px 0;
    }
    .section-variant-1 {
        padding: 70px 0 50px;
    }
    .section-variant-2 {
        padding: 40px 0 50px;
    }
    .section-fullheight__inner {
        padding-bottom: 160px;
    }
}

@media (min-width: 992px) {
    .section-sm {
        padding: 80px 0;
    }
    .section-md {
        padding: 95px 0;
    }
    .section-lg {
        padding: 100px 0;
    }
    .section-xxl {
        padding: 110px 0 120px;
    }
    .section-variant-1 {
        padding: 95px 0 75px;
    }
    .section-variant-2 {
        padding: 60px 0 70px;
    }
}

@media (min-width: 1200px) {
    #page-divided .section-fullheight__inner {
        padding-top: 60px;
        padding-bottom: 160px;
    }
}

@media (min-width: 1200px) and (max-height: 1200px) {
    #page-divided .section-fullheight__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: calc(100vh - 100px);
    }
    #page-divided .section-fullheight__inner>* {
        flex-basis: 100%;
    }
}

@media (min-width: 1200px) and (min-height: 800px) {
    .section-lg {
        padding: 115px 0;
    }
    .section-xxl {
        padding: 200px 0 220px;
    }
    #page-divided .section-fullheight__inner {
        padding-top: 100px;
        padding-bottom: 200px;
    }
}

.section-single {
    display: flex;
    text-align: center;
}

.section-single p {
    margin-left: auto;
    margin-right: auto;
}

.section-single *+.rights {
    margin-top: 35px;
}

.section-single *+.countdown-wrap {
    margin-top: 35px;
}

.section-single .countdown-wrap+* {
    margin-top: 35px;
}

@media (min-width: 992px) {
    .section-single *+.rights {
        margin-top: 60px;
    }
    .section-single .countdown-wrap+* {
        margin-top: 35px;
    }
}

.section-single .rd-mailform_inline {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single *+.rd-mailform {
    margin-top: 20px;
}

.section-single__header {
    padding: calc(1em + 3vh) 0 calc(1em + 2vh);
}

.section-single__main {
    padding: calc(1em + 4vh) 0;
}

.section-single__footer {
    padding: calc(1em + 2vh) 0 calc(1em + 3vh);
}

.section-single__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
}

.section-single__inner>* {
    width: 100%;
}

@supports (display: grid) {
    .section-single__inner {
        display: grid;
        justify-items: center;
        align-content: space-between;
        grid-template-columns: 1fr;
    }
}

.ie-10 .section-single,
.ie-11 .section-single {
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

.ie-10 .section-single>*,
.ie-11 .section-single>* {
    vertical-align: middle;
    white-space: normal;
}

.section-layout-1 .section-layout-aside>* {
    margin-top: 15px;
    width: 100%;
}

@media (max-width: 767.98px) {
    .section-layout-1 .section-layout-aside>* {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .section-layout-1 .section-layout-aside {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding-left: 8px;
        padding-right: 8px;
    }
    .section-layout-1 .section-layout-aside>* {
        margin-top: 15px;
        width: 33.33333%;
        padding-left: 7px;
        padding-right: 7px;
    }
}

@media (min-width: 1200px) {
    .section-layout-1 {
        display: flex;
        align-items: stretch;
        flex-direction: row;
    }
    .section-layout-1 .section-layout-main {
        display: flex;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        width: 72%;
        transform: skew(10deg);
        transform-origin: 0 100%;
    }
    .section-layout-1 .section-layout-main>* {
        width: 100%;
        margin-top: 0;
        transform: skew(-10deg);
        transform-origin: 100% 100%;
    }
    .section-layout-1 .section-layout-aside {
        position: relative;
        z-index: 2;
        overflow: hidden;
        width: 35%;
        padding: 0 0 0 0;
        margin-left: 35px;
        flex-shrink: 0;
        align-items: flex-start;
        flex-direction: column;
        transform: skew(10deg);
        transform-origin: 100% 100%;
    }
    .section-layout-1 .section-layout-aside>* {
        margin-top: 35px;
    }
    .section-layout-1 .section-layout-aside>*:nth-child(1) {
        width: 100%;
        margin-top: 0;
    }
    .section-layout-1 .section-layout-aside>*:nth-child(2) {
        width: 90%;
    }
    .section-layout-1 .section-layout-aside>*:nth-child(3) {
        width: 80%;
    }
    .section-layout-1 .section-layout-aside>*:last-child {
        margin-bottom: 0;
    }
    .section-layout-1 .section-layout-aside__item {
        position: relative;
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        transform: skew(-10deg);
        transform-origin: 0 0;
        width: 100%;
        padding: 0;
        opacity: .99;
    }
    .section-layout-1 .section-layout-aside__item>* {
        flex-grow: 1;
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .section-layout-1 .section-layout-main {
        width: 76%;
    }
    .section-layout-1 .section-layout-aside {
        width: 32%;
    }
}


/*
*
* Offsets
* --------------------------------------------------
*/

*+p {
    margin-top: 14px;
}

p+p {
    margin-top: 20px;
}

img+p {
    margin-top: 20px;
}

h5+img,
.heading-5+img {
    margin-top: 30px;
}

*+.big {
    margin-top: 25px;
}

*+.button {
    margin-top: 30px;
}

*+.row {
    margin-top: 40px;
}

*+.rights {
    margin-top: 25px;
}

*+.text-block {
    margin-top: 30px;
}

*+.text-decoration-lines {
    margin-top: 30px;
}

*+.divider-small {
    margin-top: 20px;
}

*+.divider-medium {
    margin-top: 20px;
}

*+.divider-modern {
    margin-top: 17px;
}

*+.list-md {
    margin-top: 30px;
}

*+.list-terms {
    margin-top: 25px;
}

*+.list-ordered {
    margin-top: 15px;
}

*+.list-marked {
    margin-top: 15px;
}

*+.list-linked {
    margin-top: 20px;
}

*+.list-terms-inline {
    margin-top: 0;
}

*+.list-nav {
    margin-top: 20px;
}

*+.list-icons {
    margin-top: 22px;
}

*+.list-2-columns {
    margin-top: 30px;
}

*+.list-decorated {
    margin-top: 30px;
}

*+.privacy-link {
    margin-top: 30px;
}

*+.figure-light {
    margin-top: 25px;
}

*+.group {
    margin-top: 30px;
}

*+.group-sm {
    margin-top: 30px;
}

*+.group-md {
    margin-top: 30px;
}

*+.group-lg {
    margin-top: 30px;
}

*+.group-xl {
    margin-top: 35px;
}

*+.rd-mailform {
    margin-top: 30px;
}

*+.rd-mailform.rd-mailform_sm {
    margin-top: 15px;
}

*+.rd-mailform.form_centered {
    margin-top: 20px;
}

*+.rd-mailform.form_inline {
    margin-top: 35px;
}

*+.quote-primary {
    margin-top: 30px;
}

*+.quote-minimal {
    margin-top: 12px;
}

*+.quote-line {
    margin-top: 30px;
}

*+.quote-big {
    margin-top: 25px;
}

*+.box-info {
    margin-top: 23px;
}

*+.owl-carousel {
    margin-top: 30px;
}

.quote-line+* {
    margin-top: 20px;
}

.divider-modern+* {
    margin-top: 19px;
}

.divider-small+p {
    margin-top: 30px;
}

.divider+p {
    margin-top: 20px;
}

.box-info+p {
    margin-top: 15px;
}

*+h2,
*+.heading-2 {
    margin-top: 16px;
}

*+h4,
*+.heading-4 {
    margin-top: 22px;
}

h4+p,
.heading-4+p {
    margin-top: 25px;
}

h2+p,
.heading-2+p {
    margin-top: 14px;
}

h2+h4,
.heading-2+h4,
h2+.heading-4,
.heading-2+.heading-4 {
    margin-top: 10px;
}

h2+h1,
.heading-2+h1,
h2+.heading-1,
.heading-2+.heading-1 {
    margin-top: 20px;
}

h4+h5,
.heading-4+h5,
h4+.heading-5,
.heading-4+.heading-5 {
    margin-top: 0;
}

.row+.row {
    margin-top: 40px;
}

.container+.container {
    margin-top: 45px;
}

.container-wide+.container-fluid {
    margin-top: 40px;
}

.container+.owl-carousel {
    margin-top: 30px;
}

.quote-big+.divider {
    margin-top: 18px;
}

html .page *+.ot1 {
    margin-top: 30px;
}

@media (min-width: 768px) {
    *+.button {
        margin-top: 35px;
    }
    *+.list-terms {
        margin-top: 40px;
    }
    *+.list-decorated {
        margin-top: 40px;
    }
    *+.quote-primary {
        margin-top: 40px;
    }
    *+.quote-line {
        margin-top: 45px;
    }
    *+.quote-big {
        margin-top: 35px;
    }
    *+.group {
        margin-top: 40px;
    }
    *+.group-sm {
        margin-top: 45px;
    }
    *+.group-lg {
        margin-top: 40px;
    }
    *+.rd-mailform {
        margin-top: 45px;
    }
    *+.object-decorated {
        margin-top: 30px;
    }
    *+.owl-carousel {
        margin-top: 40px;
    }
    .quote-line+* {
        margin-top: 45px;
    }
    h2+p,
    .heading-2+p {
        margin-top: 20px;
    }
    *+h4,
    *+.heading-4 {
        margin-top: 32px;
    }
    .divider+p {
        margin-top: 30px;
    }
    .box-info+p {
        margin-top: 32px;
    }
    .container+.owl-carousel {
        margin-top: 50px;
    }
    .quote-big+.divider {
        margin-top: 26px;
    }
    .divider-medium+.quote-big {
        margin-top: 25px;
    }
    .container+.container {
        margin-top: 50px;
    }
    .page *+.offset-top-1 {
        margin-top: 45px;
    }
    html .page *+.ot1 {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    *+.button {
        margin-top: 42px;
    }
    *+.figure-light {
        margin-top: 40px;
    }
    h1+.divider-medium,
    .heading-1+.divider-medium {
        margin-top: 40px;
    }
    h2+.row {
        margin-top: 35px;
    }
}

@media (min-width: 1200px) {
    *+.quote-line {
        margin-top: 65px;
    }
    *+h4,
    *+.heading-4 {
        margin-top: 50px;
    }
    .page *+.offset-top-2 {
        margin-top: 70px;
    }
}

.row-20 {
    margin-bottom: -20px;
}

.row-20>* {
    margin-bottom: 20px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30>* {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -35px;
}

.row-40>* {
    margin-bottom: 35px;
}

.row-50 {
    margin-bottom: -40px;
}

.row-50>* {
    margin-bottom: 40px;
}

.row-90 {
    margin-bottom: -45px;
}

.row-90>* {
    margin-bottom: 45px;
}

@media (min-width: 768px) {
    .row-50 {
        margin-bottom: -50px;
    }
    .row-50>* {
        margin-bottom: 50px;
    }
    .row-90 {
        margin-bottom: -75px;
    }
    .row-90>* {
        margin-bottom: 75px;
    }
    .row-md-0 {
        margin-bottom: 0;
    }
    .row-md-0>* {
        margin-bottom: 0;
    }
    .isotope+.pagination-custom {
        margin-top: 50px;
    }
}

@media (min-width: 992px) {
    .row-lg-30 {
        margin-bottom: -30px;
    }
    .row-lg-30>* {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .row-90 {
        margin-bottom: -90px;
    }
    .row-90>* {
        margin-bottom: 90px;
    }
}


/*
*
* Layouts
*
*/


/*
* Footer Centered
*/

.footer-centered {
    padding: 40px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer-centered {
        padding: 75px 0 50px;
    }
}


/**
* Footer Minimal
*/

.footer-minimal {
    text-align: center;
}


/**
* Layout bordered
*/

.layout-columns>*+* {
    margin-top: 50px;
}

.layout-columns__main {
    padding: 30px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}

.layout-columns__aside {
    color: #151515;
    text-align: left;
}

.layout-columns__aside a:not(.icon),
.layout-columns__aside a:not(.icon):active,
.layout-columns__aside a:not(.icon):focus {
    color: #151515;
}

.layout-columns__aside a:not(.icon):hover {
    color: #00bd9d;
}

.layout-columns__aside-item {
    padding: 15px 0;
}

.layout-columns__aside-item h1,
.layout-columns__aside-item h2,
.layout-columns__aside-item h3,
.layout-columns__aside-item h4,
.layout-columns__aside-item h5,
.layout-columns__aside-item h6,
.layout-columns__aside-item .heading-1,
.layout-columns__aside-item .heading-2,
.layout-columns__aside-item .heading-3,
.layout-columns__aside-item .heading-4,
.layout-columns__aside-item .heading-5,
.layout-columns__aside-item .heading-6 {
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .layout-columns__aside-item {
        margin: 0 15px;
    }
}

*+.layout-columns {
    margin-top: 35px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .layout-columns__aside {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .layout-columns__aside>* {
        width: 50%;
        margin: 0;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .layout-columns {
        display: flex;
        flex-direction: row;
    }
    .layout-columns>*+* {
        margin-top: 0;
    }
    .layout-columns__main {
        width: 58.7%;
        padding: 45px 40px 50px;
    }
    .layout-columns__main-inner {
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
    }
    .layout-columns__aside {
        width: 41.3%;
    }
    .layout-columns__aside-item {
        padding: 22px 0;
        margin: 0 30px;
    }
    .layout-columns__aside-item:first-child {
        padding-top: 0;
    }
    .layout-columns__aside-item:last-child {
        padding-bottom: 0;
    }
    *+.layout-columns {
        margin-top: 65px;
    }
}

@media (min-width: 992px) {
    .layout-columns__aside {
        padding-left: 40px;
    }
    .layout-columns__aside-item {
        padding: 26px 0;
    }
}

@media (min-width: 1200px) {
    .layout-columns__aside {
        padding-left: 75px;
    }
}

.height-fill {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.height-fill>* {
    flex-grow: 1;
    flex-shrink: 0;
}

.object-inline>* {
    display: inline-block;
    vertical-align: middle;
}

.object-inline>*+* {
    margin-left: 4px;
}

.oh {
    position: relative;
    overflow: hidden;
}

.text-decoration-lines {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.text-decoration-lines__content {
    position: relative;
    display: inline-block;
    min-width: 170px;
    font-size: 13px;
    text-transform: uppercase;
}

.text-decoration-lines__content:before,
.text-decoration-lines__content:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #f5f5f5;
    top: 50%;
    width: 100vw;
}

.text-decoration-lines__content:before {
    left: 0;
    transform: translate(-100%, -50%);
}

.text-decoration-lines__content:after {
    right: 0;
    transform: translate(100%, -50%);
}

.text-decoration-1 {
    position: relative;
    padding-right: 15px;
    padding-left: 50px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
}

.text-decoration-1::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    display: inline-block;
    width: 39px;
    height: 3px;
    vertical-align: middle;
    background: #00bd9d;
}

@media (min-width: 768px) {
    .text-decoration-2 span {
        position: relative;
        display: inline-block;
        padding: 0 100px;
    }
    .text-decoration-2 span::before,
    .text-decoration-2 span::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 85px;
        border-bottom: 2px solid #9b9b9b;
    }
    .text-decoration-2 span::before {
        left: 0;
    }
    .text-decoration-2 span::after {
        right: 0;
    }
}

@media (min-width: 992px) {
    .text-decoration-2 span {
        padding: 0 160px;
    }
    .text-decoration-2 span::before,
    .text-decoration-2 span::after {
        width: 135px;
    }
}

span[class*='box-width'] {
    display: inline-block;
}

.box-width-1 {
    max-width: 625px;
}

.box-width-2 {
    max-width: 570px;
}

.box-width-3 {
    max-width: 470px;
}

.box-width-4 {
    max-width: 400px;
}

*+.box-width-2 {
    margin-top: 40px;
}

.box-centered {
    margin-left: auto;
    margin-right: auto;
}

[style*="z-index: 1000"] {
    z-index: 1100 !important;
}

.profile-inline {
    text-align: center;
}

.profile-inline__image {
    border-radius: 50%;
}

.profile-inline__subtitle {
    font-size: 13px;
    line-height: 1.4;
}

*+.profile-inline__title {
    margin-top: 10px;
}

*+.profile-inline__subtitle {
    margin-top: 5px;
}

@media (max-width: 767.98px) {
    .navigation-custom {
        position: relative;
        z-index: 10;
    }
    .navigation-custom .navigation-custom__toggle {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 20px;
        color: #ffffff;
        background: #00bd9d;
        box-shadow: none;
        border: 0;
    }
    .navigation-custom .navigation-custom__toggle::after {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 14px;
        transition: .22s;
        will-change: transform;
    }
    .navigation-custom .navigation-custom__toggle.active::after {
        transform: scale(1, -1);
    }
    .navigation-custom__content {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 10;
        padding: 20px;
        min-width: 240px;
        transform-origin: 50% 0;
        transform: translate3d(-50%, 100%, 0) scale(1, 0.9);
        border: 1px solid #f5f5f5;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        transition: transform 0.32s cubic-bezier(1, 0.54, 0.15, 0.86), opacity 0.2s ease;
        text-align: left;
    }
    .navigation-custom__content.active {
        opacity: 1;
        visibility: visible;
        transform: translate3d(-50%, 100%, 0) scale(1, 1);
    }
    .navigation-custom__content .inline-list li {
        display: block;
        width: 100%;
    }
    .navigation-custom__content .inline-list li a {
        display: block;
        width: 100%;
        padding-bottom: 0;
    }
    .navigation-custom__content .inline-list li a::after {
        display: none;
    }
    .navigation-custom__content .inline-list li a:hover {
        color: #00bd9d;
    }
    .navigation-custom__content .inline-list li a.active {
        color: #00bd9d;
    }
}

@media (min-width: 768px) {
    .navigation-custom .navigation-custom__toggle {
        display: none;
    }
}

.page .media-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next,
.page .media-controls .swiper-pagination,
.page .media-controls button.jp-btn {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.52);
    transition: .33s;
    text-align: center;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next {
    left: auto;
    right: auto;
    top: auto;
    transform: none;
}

.page .media-controls .swiper-button-prev::before,
.page .media-controls .swiper-button-next::before {
    display: none;
}

.page .media-controls .swiper-button-prev,
.page .media-controls .swiper-button-next,
.page .media-controls .jp-btn {
    font-size: 0;
    line-height: 0;
}

.page .media-controls .swiper-button-prev svg,
.page .media-controls .swiper-button-next svg,
.page .media-controls .jp-btn svg {
    stroke: rgba(255, 255, 255, 0.48);
    transition: .22s;
}

.page .media-controls .swiper-button-prev:hover,
.page .media-controls .swiper-button-next:hover,
.page .media-controls .jp-btn:hover {
    border-color: #ffffff;
}

.page .media-controls .swiper-button-prev:hover svg,
.page .media-controls .swiper-button-next:hover svg,
.page .media-controls .jp-btn:hover svg {
    stroke: #ffffff;
}

.page .media-controls .swiper-pagination-bullet {
    font-size: 19px;
    color: #ffffff;
}

.page .media-controls .media-audio {
    position: relative;
    z-index: 11;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.page .media-controls .media-audio .jp-audio {
    position: absolute;
    overflow: hidden;
    right: -20px;
    top: -10px;
    z-index: 1;
    background: #313131;
    padding: 10px 20px;
    border-radius: 35px;
    width: 435px;
    opacity: 0;
    pointer-events: none;
    transition: .42s;
}

.page .media-controls .media-audio .jp-audio>* {
    z-index: 21;
}

.page .media-controls .media-audio .jp-interface {
    align-items: center;
    height: auto;
    box-shadow: none;
    background: transparent;
}

.page .media-controls .media-audio .jp-main {
    width: 275px;
    padding-right: 70px;
    padding-left: 15px;
}

.page .media-controls .media-audio .jp-full-info {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    white-space: nowrap;
    color: #ffffff;
    text-overflow: ellipsis;
}

.page .media-controls .media-audio .jp-no-solution {
    position: absolute;
    top: -14px;
    right: 0;
    width: 300px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
    color: #2d2d2d;
    transform: translateY(-100%);
}

.page .media-controls .media-audio .jp-time-rail {
    width: 100%;
    padding: 0;
    height: auto;
}

.page .media-controls .media-audio .jp-time-rail,
.page .media-controls .media-audio .jp-time-rail * {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.page .media-controls .media-audio *+.jp-time-rail {
    margin-top: 7px;
}

.page .media-controls .media-audio .jp-progress {
    height: auto;
}

.page .media-controls .media-audio .jp-seek-bar {
    height: 5px;
    background: #484848;
}

.page .media-controls .media-audio .jp-play-bar {
    height: inherit;
    background: #767676;
}

.page .media-controls .media-audio .jp-playlist {
    opacity: 0;
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
}

.page .media-controls .media-audio .jp-btn {
    margin-left: 5px;
    margin-right: 5px;
}

.page .media-controls .media-audio .jp-btn svg {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.ie-10 .page .media-controls .media-audio .jp-btn svg,
.ie-11 .page .media-controls .media-audio .jp-btn svg {
    margin-left: 0;
    margin-right: 0;
}

.page .media-controls .media-audio .jp-controls {
    padding: 0;
}

.page .media-controls .media-audio .jp-btn {
    float: none;
    font-size: 0;
}

.page .media-controls .media-audio .jp-btn::before {
    display: none;
}

.page .media-controls .media-audio .jp-mute>svg,
.page .media-controls .media-audio .jp-play>svg {
    position: absolute;
}

.page .media-controls .media-audio .jp-mute {
    z-index: 20;
    overflow: visible;
}

.page .media-controls .media-audio .jp-mute>svg {
    top: 11px;
    left: 11px;
}

.page .media-controls .media-audio .jp-mute .jp-svg-mute-on {
    opacity: 0;
}

.page .media-controls .media-audio .jp-mute .jp-svg-mute-off {
    opacity: 1;
}

.page .media-controls .media-audio .jp-mute:hover~.jp-audio {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.page .media-controls .media-audio .jp-audio:hover {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.page .media-controls .media-audio .jp-play .jp-svg-play {
    opacity: 1;
    top: 12px;
    left: 15px;
}

.page .media-controls .media-audio .jp-play .jp-svg-pause {
    opacity: 0;
    top: 13px;
    left: 16px;
}

.page .media-controls .media-audio.jp-state-muted .jp-mute .jp-svg-mute-on {
    opacity: 1;
}

.page .media-controls .media-audio.jp-state-muted .jp-mute .jp-svg-mute-off {
    opacity: 0;
}

.page .media-controls .media-audio.jp-state-playing .jp-play .jp-svg-play {
    opacity: 0;
}

.page .media-controls .media-audio.jp-state-playing .jp-play .jp-svg-pause {
    opacity: 1;
}

.page .media-controls>* {
    margin-left: 5px;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .page .media-controls .swiper-pagination {
        background: rgba(255, 255, 255, 0);
    }
}

.custom-modal {
    pointer-events: none;
}

.custom-modal .modal-dialog {
    height: calc(100vh - 20px);
    max-width: 100%;
    overflow-y: auto;
    padding: 0 10px;
    margin: 10px auto;
    pointer-events: auto;
}

.custom-modal .modal-dialog-layer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.custom-modal .modal-inner {
    position: relative;
    padding: 40px 30px 30px 20px;
    flex-shrink: 0;
    max-width: 100%;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.15);
}

.custom-modal .modal-header {
    display: block;
}

.custom-modal .modal-header,
.custom-modal .modal-body {
    padding: 0;
}

.custom-modal .modal-header {
    border: 0;
    text-align: center;
}

.custom-modal .modal-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

.custom-modal .modal-title {
    line-height: 1.3;
    font-weight: 700;
    color: #151515;
}

.page .custom-modal .group {
    margin-bottom: -10px;
    margin-left: -30px;
    color: #151515;
}

.page .custom-modal .group:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.page .custom-modal .group>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 30px;
}

.custom-modal button.close {
    position: absolute;
    right: 20px;
    top: 20px;
    pointer-events: auto;
    color: #9b9b9b;
    opacity: 1;
    transition: .33s;
}

.custom-modal button.close .icon {
    font-size: 22px;
}

.custom-modal button.close:hover {
    color: #151515;
}

.custom-modal *+.group {
    margin-top: 25px;
}

.custom-modal *+.modal-body {
    margin-top: 30px;
}

.custom-modal.in {
    pointer-events: auto;
}

@media (min-width: 576px) {
    .custom-modal .modal-inner {
        width: 500px;
    }
}

@media (min-width: 768px) {
    .custom-modal .modal-inner {
        padding: 70px 30px;
        width: 630px;
    }
    .custom-modal *+.modal-body {
        margin-top: 60px;
    }
}

.modal-backdrop {
    opacity: .29;
}

.row-condensed {
    margin-left: 0;
    margin-right: 0;
}

.row-condensed>[class*='col'] {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1199.98px) {
    .row-gutter-custom {
        margin-left: -8px;
        margin-right: -8px;
    }
    .row-gutter-custom>[class*='col'] {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.grid-demonstration {
    padding: 12px 8px;
    letter-spacing: 0;
    text-align: left;
}

.grid-demonstration h4,
.grid-demonstration .heading-4 {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .grid-demonstration h4,
    .grid-demonstration .heading-4 {
        font-size: 14px;
    }
}

@media (max-width: 1199.98px) {
    .grid-demonstration p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 767.98px) {
    .container-fullwidth.grid-demonstration .row {
        margin-left: 0;
        margin-right: 0;
    }
}

.container-fullwidth.grid-demonstration [class*='col'] {
    padding: 5px;
}

@media (max-width: 767.98px) {
    .container-fullwidth.grid-demonstration [class*='col'] p {
        font-size: 14px;
    }
    .container-fullwidth.grid-demonstration [class*='col'] *+p {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .container-fullwidth.grid-demonstration [class*='col'] {
        padding: 15px 10px;
    }
}

@media (min-width: 992px) {
    .container-fullwidth.grid-demonstration [class*='col'] {
        padding: 25px 15px;
    }
}

@media (min-width: 1200px) {
    .container-fullwidth.grid-demonstration [class*='col'] {
        padding: 30px 15px 30px 30px;
    }
}

@media (min-width: 1600px) {
    .container-fullwidth.grid-demonstration [class*='col'] {
        padding: 50px 100px;
    }
    .container-fullwidth.grid-demonstration [class*='col'] *+p {
        margin-top: 24px;
    }
}

@media (min-width: 1600px) {
    .container-fullwidth.grid-demonstration .row {
        margin-left: -70px;
        margin-right: -70px;
    }
}

.grid-system-bordered [class*='col'] {
    padding-top: 15px;
    padding-bottom: 15px;
}

.grid-system-bordered .row {
    border-bottom: 1px solid #f5f5f5;
}

@media (min-width: 768px) {
    .grid-system-bordered [class*='col'] {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .grid-system-bordered [class*='col'] {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

.grid-system-outline .row {
    border: 1px solid #f5f5f5;
    border-width: 1px 1px 0 1px;
}

.grid-system-outline .row:last-child {
    border-bottom-width: 1px;
}

.grid-system-outline [class*='col']:not(:last-child) {
    border-right: 1px solid #f5f5f5;
    margin-right: -1px;
}

.grid-system-outline [class*='col']:not(:first-child) {
    border-left: 1px solid #f5f5f5;
}

.grid-system-outline *+.row {
    margin-top: 45px;
}

.grid-system-outline .row+.row {
    margin-top: 0;
}

.row-custom-bordered [class*='col'] {
    border: 0 solid #e8e8e8;
}

.row-custom-bordered [class*='col']:nth-child(n + 2) {
    border-width: 1px 0 0 0;
}

@media (min-width: 576px) {
    .row-custom-bordered .col-sm-6:nth-child(odd) {
        border-width: 0 1px 0 0;
    }
    .row-custom-bordered .col-sm-6:nth-child(n + 3) {
        border-top-width: 1px;
    }
}

@media (min-width: 768px) {
    .row-custom-bordered .col-md-3:nth-child(n) {
        border-width: 0;
    }
    .row-custom-bordered .col-md-3:first-child,
    .row-custom-bordered .col-md-3:nth-child(5n) {
        border-left-width: 1px;
    }
    .row-custom-bordered .col-md-3:nth-child(n + 1) {
        border-right-width: 1px;
    }
    .row-custom-bordered .col-md-3:nth-child(4n) {
        border-right-width: 1px;
    }
    .row-custom-bordered .col-md-3:nth-child(n + 5) {
        border-top-width: 1px;
    }
}

@media (min-width: 1200px) {
    .row-custom-bordered .box-counter {
        padding: 30px 20px 40px;
    }
}

.row-inner-bordered [class*='col'] {
    display: flex;
    padding: 15px;
    margin: 0;
    border: 0 solid #e8e8e8;
}

.row-inner-bordered [class*='col']>* {
    width: 100%;
}

.row-inner-bordered [class*='col']:nth-child(n + 2) {
    border-width: 1px 0 0 0;
}

.row-inner-bordered .link-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
}

@media (min-width: 576px) {
    .row-inner-bordered .col-sm-6:nth-child(n) {
        border-width: 0;
    }
    .row-inner-bordered .col-sm-6:nth-child(odd) {
        border-width: 0 1px 0 0;
    }
    .row-inner-bordered .col-sm-6:nth-child(n + 3) {
        border-top-width: 1px;
    }
}

@media (min-width: 768px) {
    .row-inner-bordered .col-md-3:nth-child(n) {
        border-width: 0 0 0 1px;
    }
    .row-inner-bordered .col-md-3:nth-child(4n + 1) {
        border-width: 0;
    }
}

@media (min-width: 768px) {
    .row-inner-bordered .link-image {
        padding: 5px 15px;
    }
}

.grid-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-width: 370px;
}

.grid-4>* {
    padding: 1px;
    width: 25%;
}

.row-custom-splitted {
    position: relative;
    margin-bottom: -50px;
}

.row-custom-splitted>* {
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .row-custom-splitted [class*='col']+[class*='col'] {
        position: relative;
    }
    .row-custom-splitted [class*='col']+[class*='col']::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        width: 100%;
        border-top: 1px solid #dadada;
    }
}

@media (min-width: 992px) {
    .row-custom-splitted::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50px;
        bottom: 0;
        width: 1px;
        background: #dadada;
    }
}

.row-custom-layout {
    align-items: stretch;
    width: 100%;
}

.row-custom-layout>[class*='col'] {
    display: flex;
}

.row-custom-layout>[class*='col']:nth-child(odd) .box-award {
    background: #ebedf5;
}

.row-custom-layout>[class*='col']:nth-child(even) .box-award {
    background: #e4e6ef;
}

.row-custom-layout .box-award {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 30px;
    width: 100%;
}

.row-custom-layout .box-award .box-award__title,
.row-custom-layout .box-award .box-award__time {
    color: #a9abb5;
}

.row-custom-layout .box-award .box-award__divider::before {
    background: #a9abb5;
}

@media (min-width: 576px) and (max-width: 767px),
(min-width: 1600px) {
    .row-custom-layout>[class*='col']:nth-child(4n + 1) .box-award,
    .row-custom-layout>[class*='col']:nth-child(4n + 4) .box-award {
        background: #ebedf5;
    }
    .row-custom-layout>[class*='col']:nth-child(4n + 2) .box-award,
    .row-custom-layout>[class*='col']:nth-child(3n) .box-award {
        background: #e4e6ef;
    }
}

@media (min-width: 1200px) {
    .container-wide {
        max-width: 1800px;
    }
}

.container-fluid {
    margin-top: -1px;
    margin-bottom: -1px;
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.container-condensed {
    padding-left: 0;
    padding-right: 0;
}

.rd-navbar-sidebar-linked .container-sidebar-condensed {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .container.container-smaller {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container.container-smaller {
        max-width: 60vw;
    }
}

@media (min-width: 1600px) {
    .container.container-smaller {
        width: 50vw;
        max-width: 1100px;
    }
}

@media (min-width: 1600px) {
    .row>.col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .row>.col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .row>.col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row>.col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row>.col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .row>.col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row>.col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .row>.col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .row>.col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .row>.col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .row>.col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .row>.col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.row-ten>.col-1 {
    flex: 0 0 10%;
    max-width: 10%;
}

.row-ten>.col-2 {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-ten>.col-3 {
    flex: 0 0 30%;
    max-width: 30%;
}

.row-ten>.col-4 {
    flex: 0 0 40%;
    max-width: 40%;
}

.row-ten>.col-5 {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-ten>.col-6 {
    flex: 0 0 60%;
    max-width: 60%;
}

.row-ten>.col-7 {
    flex: 0 0 70%;
    max-width: 70%;
}

.row-ten>.col-8 {
    flex: 0 0 80%;
    max-width: 80%;
}

.row-ten>.col-9 {
    flex: 0 0 90%;
    max-width: 90%;
}

.row-ten>.col-10 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .row-ten>.col-sm-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .row-ten>.col-sm-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-ten>.col-sm-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .row-ten>.col-sm-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row-ten>.col-sm-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-ten>.col-sm-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .row-ten>.col-sm-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .row-ten>.col-sm-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row-ten>.col-sm-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .row-ten>.col-sm-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .row-ten>.col-md-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .row-ten>.col-md-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-ten>.col-md-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .row-ten>.col-md-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row-ten>.col-md-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-ten>.col-md-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .row-ten>.col-md-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .row-ten>.col-md-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row-ten>.col-md-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .row-ten>.col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .row-ten>.col-lg-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .row-ten>.col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-ten>.col-lg-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .row-ten>.col-lg-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row-ten>.col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-ten>.col-lg-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .row-ten>.col-lg-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .row-ten>.col-lg-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row-ten>.col-lg-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .row-ten>.col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .row-ten>.col-xl-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .row-ten>.col-xl-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-ten>.col-xl-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .row-ten>.col-xl-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row-ten>.col-xl-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-ten>.col-xl-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .row-ten>.col-xl-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .row-ten>.col-xl-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row-ten>.col-xl-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .row-ten>.col-xl-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .row-ten>.col-xxl-1 {
        flex: 0 0 10%;
        max-width: 10%;
    }
    .row-ten>.col-xxl-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-ten>.col-xxl-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }
    .row-ten>.col-xxl-4 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .row-ten>.col-xxl-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-ten>.col-xxl-6 {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .row-ten>.col-xxl-7 {
        flex: 0 0 70%;
        max-width: 70%;
    }
    .row-ten>.col-xxl-8 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .row-ten>.col-xxl-9 {
        flex: 0 0 90%;
        max-width: 90%;
    }
    .row-ten>.col-xxl-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container-fullwidth {
        max-width: 100%;
    }
}

@media (min-width: 1600px) {
    .container-fullwidth {
        max-width: 1870px;
    }
}


/*
* Plugins
*/

.page-divided-controls {
    display: none;
}

.layout-divided .page-divided-controls {
    position: fixed;
    overflow: hidden;
    top: 30px;
    margin-left: -25px;
    left: 40%;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 1081;
    border: 2px solid rgba(183, 183, 183, 0.37);
    transition: 1s all ease;
}

@media (min-width: 1600px) {
    .layout-divided .page-divided-controls {
        left: 50%;
    }
}

.page-divided-control {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 50%;
    transition: .33s all ease;
}

.page-divided-control::-moz-focus-inner {
    border: none;
    padding: 0;
}

.page-divided-control::before {
    content: '';
    display: inline-block;
    margin-top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
}

.page-divided-control:hover {
    background: rgba(183, 183, 183, 0.37);
}

#page-divided-left {
    left: 0;
    right: 50%;
}

#page-divided-left::before {
    margin-left: 1px;
    border-width: 8px 10px 8px 0;
    border-color: transparent rgba(183, 183, 183, 0.37) transparent transparent;
    transition: .33s;
}

#page-divided-left:hover::before {
    border-color: transparent #9b9b9b transparent transparent;
}

#page-divided-right {
    right: 0;
    left: 50%;
}

#page-divided-right::before {
    margin-right: 1px;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent rgba(183, 183, 183, 0.37);
}

#page-divided-right:hover::before {
    border-color: transparent transparent transparent #9b9b9b;
}

.page-divided-brand {
    display: none;
}

@media (min-width: 768px) {
    .page-divided-slider .swiper-slider {
        height: inherit;
    }
}

.mobile .media-controls .jp-player-init {
    display: none;
}

@media (min-width: 1183px) {
    .layout-divided #page-divided {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
    }
    .layout-divided #page-divided .page-divided__aside {
        order: 0;
    }
    .layout-divided #page-divided .page-divided__aside,
    .layout-divided #page-divided .page-divided__aside * {
        backface-visibility: hidden;
    }
    .layout-divided #page-divided .page-divided__header {
        order: 1;
    }
    .layout-divided #page-divided .page-divided__main {
        order: 2;
    }
    .layout-divided #page-divided .page-divided__aside {
        width: 40%;
    }
    .layout-divided #page-divided .page-divided__aside-inner {
        width: 40%;
    }
    .layout-divided #page-divided .page-divided__main {
        width: calc(60% - 17px);
    }
    .layout-divided #page-divided .container {
        padding: 0 20px;
    }
    .layout-divided #page-divided .page-divided-brand {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 35px 30px;
        z-index: 1080;
        min-width: 600px;
    }
    .layout-divided #page-divided .page-divided-brand .brand__logo-dark {
        display: none;
    }
    .layout-divided #page-divided .page-divided-brand .brand__logo-light {
        display: block;
    }
    .layout-divided #page-divided .page-divided-brand .brand__slogan {
        color: #ffffff;
    }
    .layout-divided #page-divided .page-divided__main>* {
        display: flex;
        justify-content: center;
    }
    .layout-divided #page-divided .container-wrap {
        transition: flex-grow 1s ease;
    }
    .layout-divided #page-divided .rd-navbar-fullwidth {
        position: fixed;
        left: 0;
        right: 0;
        width: 100vw;
        transition: none;
    }
    .layout-divided #page-divided .rd-navbar-fullwidth .rd-navbar-nav-wrap {
        transition: 1s all ease;
    }
    .layout-divided #page-divided .rd-navbar-fullwidth .rd-navbar-nav {
        transition: flex-grow 0.5s ease-out;
    }
    .layout-divided #page-divided .page-divided-slider {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
    }
    .layout-divided #page-divided .page-divided-slider .swiper-slide-image-wrap {
        transform: translateX(0);
        will-change: transform;
    }
    .layout-divided #page-divided .page-divided-slider .swiper-slide-image-wrap::before {
        display: block;
    }
    .layout-divided #page-divided .page-divided-slider .swiper-slide-caption {
        max-width: 40%;
    }
}

@media (min-width: 1183px) and (max-width: 1599px) {
    .layout-divided #page-divided .page-divided-slider .swiper-slide-image-wrap::after {
        height: 44%;
        transition: 1s all ease;
    }
    .layout-divided #page-divided .page-divided-slider .swiper-slide-caption {
        bottom: 80px;
    }
}

@media (min-width: 1183px) {
    .layout-divided #page-divided .page-divided-slider .swiper-slide-image-wrap,
    .layout-divided #page-divided .page-divided-slider .swiper-slide-caption,
    .layout-divided #page-divided .page-divided-slider .media-controls {
        transition: 1s all ease;
    }
    .layout-divided #page-divided.page-divided-fullwidth .page-divided__aside-inner {
        right: 0;
        width: 100%;
    }
    .layout-divided #page-divided.page-divided-fullwidth:after {
        opacity: 1;
        visibility: visible;
    }
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-panel {
        opacity: 0;
        visibility: hidden;
    }
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth.rd-navbar--is-stuck {
        background: #ffffff;
    }
    .layout-divided #page-divided.page-divided-fullwidth .page-divided-slider .media-controls {
        left: 100%;
    }
    .layout-divided #page-divided.page-divided-fullwidth .page-divided-controls {
        left: 100%;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-megamenu {
        width: 100%;
        left: 0;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-dropdown,
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav>li>.rd-navbar-megamenu {
        margin-top: 26px;
    }
    .layout-divided #page-divided.page-divided-none .page-divided__aside {
        width: 0;
    }
    .layout-divided #page-divided.page-divided-none .page-divided__aside-inner {
        right: 100%;
        width: 0;
    }
    .layout-divided #page-divided.page-divided-none .page-divided__main {
        width: 100%;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-controls {
        left: 0;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .swiper-slide-image-wrap {
        transform: translateX(-40%);
    }
    .layout-divided #page-divided.page-divided-none .container-wrap {
        flex-grow: 1;
    }
    .layout-divided #page-divided.page-divided-none .rd-navbar-fullwidth {
        left: 0;
    }
    .layout-divided #page-divided.page-divided-none .rd-navbar-fullwidth .rd-navbar-panel {
        opacity: 1;
        visibility: visible;
    }
    .layout-divided #page-divided.page-divided-default .container-wrap,
    .layout-divided #page-divided.page-divided-fullwidth .container-wrap {
        flex-grow: 0;
    }
}

@media (min-width: 1183px) {
    .layout-divided #page-divided.page-divided-fullwidth .page-divided-slider .swiper-slide-image-wrap::after {
        height: 22%;
    }
    .layout-divided #page-divided.page-divided-fullwidth .page-divided-slider .swiper-slide-caption {
        bottom: 0;
    }
    .layout-divided #page-divided.page-divided-default .page-divided-slider .swiper-slide-image-wrap {
        transform: translateX(-30%);
    }
}

@media (min-width: 1183px) and (max-width: 1599px) {
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls {
        transform: none;
        left: 0;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .swiper-button-prev,
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .swiper-button-next,
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .swiper-pagination,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .swiper-button-prev,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .swiper-button-next,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .swiper-pagination {
        order: 2;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .jp-play,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .jp-play {
        order: 1;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .jp-btn:first-child,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .jp-btn:first-child {
        margin-right: 0;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .jp-interface,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .jp-interface {
        flex-direction: row-reverse;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .jp-main,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .jp-main {
        padding-right: 15px;
        padding-left: 70px;
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls .jp-audio,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls .jp-audio {
        left: -10px;
        right: auto;
    }
}

@media (min-width: 1183px) {
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-panel,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-panel {
        position: relative;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-nav-wrap,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-nav-wrap {
        position: relative;
        width: 60%;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-nav,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-nav {
        position: static;
        flex-grow: 0;
        transition: flex-grow 1.15s ease;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-megamenu,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-megamenu {
        margin-left: 0;
        left: -5px;
        width: calc(100% + 20px);
    }
}

@media (min-width: 1183px) and (max-width: 1599px) {
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-megamenu>li,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-megamenu>li {
        padding: 40px 25px;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-megamenu-list>li>a,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-megamenu-list>li>a {
        font-size: 13px;
    }
}

@media (min-width: 1600px) {
    .layout-divided #page-divided .page-divided-slider .swiper-slide-caption {
        max-width: calc(50% - 430px);
    }
    .layout-divided #page-divided.page-divided-default .page-divided-slider .swiper-slide-image-wrap {
        transform: translateX(-25%);
    }
    .layout-divided #page-divided.page-divided-none .page-divided-slider .media-controls,
    .layout-divided #page-divided.page-divided-default .page-divided-slider .media-controls {
        left: 50%;
    }
    .layout-divided #page-divided.page-divided-default .rd-navbar-fullwidth .rd-navbar-nav-wrap,
    .layout-divided #page-divided.page-divided-fullwidth .rd-navbar-fullwidth .rd-navbar-nav-wrap {
        width: 50%;
    }
    .layout-divided #page-divided .page-divided__aside {
        width: 50%;
    }
    .layout-divided #page-divided .page-divided__aside-inner {
        width: 50%;
    }
    .layout-divided #page-divided .page-divided__main {
        width: 50%;
    }
    .layout-divided #page-divided .container {
        padding: 0 45px;
    }
}

.layout-divided #page-divided {
    position: relative;
}

.layout-divided #page-divided:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1077;
    background: rgba(21, 21, 21, 0.4);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 1s all ease;
}

.layout-divided #page-divided .page-divided__main {
    right: 0;
}

.layout-divided #page-divided .page-divided__aside-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #151515;
    transition: 1s all ease;
    overflow: hidden;
}

.layout-divided #page-divided .page-divided__aside {
    position: relative;
    z-index: 1080;
}

.layout-divided #page-divided .page-divided__aside,
.layout-divided #page-divided .page-divided__aside-inner,
.layout-divided #page-divided .page-divided__main,
.layout-divided #page-divided .container {
    transition: 1s all ease;
}

.mobile .page-divided-controls,
.tablet .page-divided-controls {
    display: none;
}


/*
*
* Isotope
* --------------------------------------------------
*/

@keyframes sprite-animation {
    from {
        background-position: 0 0;
    }
}

[data-isotope-layout] {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    transition: .4s all ease;
    min-height: 160px;
    z-index: 0;
}

[data-isotope-layout]:after {
    content: '';
    position: absolute;
    margin-top: 15px;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background-image: url("../images/isotope-loader.png");
    background-position: -1152px 0;
    animation: 0.7s sprite-animation steps(18) infinite;
    transition: .4s all ease;
    transform: translate(-50%, -50%);
}

[data-isotope-layout] .row {
    margin-bottom: -30px;
}

[data-isotope-layout] .row>[class*="col-"] {
    margin-top: 30px;
}

[data-isotope-layout] .row-condensed {
    margin-bottom: 0;
}

[data-isotope-layout] .row-condensed>[class*="col-"] {
    margin-top: 0;
}

[data-isotope-layout] [class*="col-"] {
    display: block;
    opacity: 0;
    will-change: transform;
    backface-visibility: hidden;
    transition: .1s opacity ease-in;
}

@media (max-width: 575.98px) {
    [data-isotope-layout] [class*="col-"] {
        max-width: 100%;
    }
}

[data-isotope-layout].isotope--loaded [class*="col-"] {
    opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
    opacity: 0;
    visibility: hidden;
}

.isotope-filters>* {
    margin-top: 0;
    vertical-align: middle;
}

.isotope-filters .inline-list {
    position: relative;
    word-spacing: 0;
}

.isotope-filters .inline-list li {
    display: inline-block;
}

.isotope-filters .inline-list a {
    position: relative;
    transition: .3s;
    color: #000;
}

.isotope-filters .inline-list .isotope-filters-trigger {
    display: none;
}

.isotope-filters_modern .inline-list {
    position: relative;
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.isotope-filters_modern .inline-list>* {
    position: relative;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.isotope-filters_modern .inline-list>li {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

.isotope-filters_modern .inline-list a {
    position: relative;
    padding-bottom: 10px;
}

.isotope-filters_modern .inline-list a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: .4s;
    background: #00bd9d;
}

.isotope-filters_modern .inline-list a:hover {
    color: #00bd9d;
}

.isotope-filters_modern .inline-list a.active::after {
    width: 100%;
}

@media (min-width: 992px) {
    .isotope-filters_modern .inline-list {
        position: relative;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px;
    }
    .isotope-filters_modern .inline-list>* {
        position: relative;
        margin-top: 10px;
        padding-left: 23px;
        padding-right: 23px;
    }
}

.isotope-modern-wrap [class*='col'] {
    margin-top: 30px;
}

@media (max-width: 575.98px) {
    .isotope-modern-wrap [class*='col'] {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    html:not(.tablet):not(.mobile) .isotope-modern-wrap [class*='col'] {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .isotope-filters-creative {
        position: relative;
        z-index: 10;
        text-align: center;
    }
    .isotope-filters-toggle {
        display: block;
        padding: 10px 20px;
        margin: 0 auto;
        color: #ffffff;
        background: #00bd9d;
        box-shadow: none;
        border: 0;
    }
    .isotope-filters-toggle .caret {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-family: 'FontAwesome';
        font-size: 14px;
        transition: .22s;
        will-change: transform;
    }
    .isotope-filters-toggle .caret::before {
        content: '\f107';
    }
    .isotope-filters-toggle.active .caret {
        transform: scale(1, -1);
    }
    .isotope-filters-list {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: 10;
        width: 240px;
        margin: 5px 0 0 -120px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        background: #ffffff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
        transition: .3s ease-in;
        text-align: left;
    }
    .isotope-filters-list.active {
        opacity: 1;
        visibility: visible;
    }
    .isotope-filters-list li {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .isotope-filters-list li:nth-child(n) a {
        border: 0;
    }
    .isotope-filters-list a {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .isotope-filters-creative .isotope-filters-toggle {
        display: none;
    }
}

.isotope_1 {
    position: relative;
    transform: translateY(-30px);
    padding-top: 30px;
    margin: 0 0 -30px;
}

.isotope_1 [class*='col'] {
    margin-top: 0;
}

.isotope-condensed {
    margin-left: 0;
    margin-right: 0;
}

.isotope-condensed .row>* {
    margin-top: -1px;
    margin-bottom: -1px;
}

*+.isotope {
    margin-top: 0;
}

*+.isotope-condensed {
    margin-top: 30px;
}

*+.navigation-custom_1 {
    margin-top: 35px;
}

@media (min-width: 1200px) {
    *+.navigation-custom_1 {
        margin-top: 40px;
    }
}

@media (max-width: 767.98px) {
    .isotope-condensed {
        padding: 0 0 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .isotope-condensed .row.row-condensed>[class*='col'] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .isotope-condensed .row.row-condensed>[class*='col']+[class*='col'] {
        margin-top: 25px;
    }
}

@media (min-width: 768px) {
    *+.isotope {
        margin-top: 28px;
    }
    *+.isotope-condensed {
        margin-top: 50px;
    }
}

.countdown {
    width: 100%;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
    color: #2d2d2d;
    text-align: center;
}

.countdown-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -30px;
    margin-left: -30px;
}

.countdown-row:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.countdown-row>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    margin-left: 30px;
}

.countdown-section>* {
    display: block;
    width: 100%;
}

@media (max-width: 575.98px) {
    .countdown-section:last-child {
        display: none;
    }
}

@media (min-width: 768px) {
    .countdown-section {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 140px;
        height: 140px;
        padding: 10px;
        border: 3px solid #f2f3f8;
        border-radius: 50%;
    }
}

@media (min-width: 992px) {
    .countdown-section {
        width: 160px;
        height: 160px;
    }
}

.countdown-amount {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 40px;
    line-height: 1.1;
}

.countdown-period {
    color: #9b9b9c;
    text-transform: uppercase;
}

*+.countdown {
    margin-top: 40px;
}

.countdown+p {
    margin-top: 30px;
}

.countdown+.countdown {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .countdown+p {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .countdown-amount {
        font-size: 60px;
    }
    *+.countdown {
        margin-top: 40px;
    }
    .countdown+.countdown {
        margin-top: 30px;
    }
}


/*
* @subsection   RD Navbar
*
* @description  Describes style declarations for RD Navbar extension
*
* @author       Evgeniy Gusarov
* @link         https://ua.linkedin.com/pub/evgeniy-gusarov/8a/a40/54a
*/

@-webkit-keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}


/*
* @subsection General Styles
*/

.rd-navbar-wrap,
.rd-navbar-fixed .rd-navbar-nav-wrap,
.rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.32s all cubic-bezier(1, 0.54, 0.15, 0.86);
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed,
.rd-navbar-static,
.rd-navbar-fullwidth,
.rd-navbar-sidebar {
    display: block;
}

.rd-navbar--no-transition,
.rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar-wrap {
    position: relative;
    z-index: 1071;
    font-size: 0;
    line-height: 0;
}

.rd-navbar-brand {
    font-size: 0;
    line-height: 0;
}

.rd-navbar-wrap,
.rd-navbar,
.rd-navbar-brand,
.rd-navbar-slogan,
.rd-navbar-dropdown,
.rd-navbar-megamenu,
.rd-navbar-collapse-items,
.brand-name,
.rd-navbar-nav,
.rd-navbar-panel,
.rd-navbar-search-form-input,
.rd-navbar-search-form-submit,
.rd-navbar-search-toggle,
.rd-navbar-live-search-results,
.rd-navbar-search-form {
    transition: .3s all ease;
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #2d2d2d;
    display: none;
}

.rd-navbar-collapse-toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-collapse-toggle span,
.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #2d2d2d;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
}

.rd-navbar-collapse-toggle span:before,
.rd-navbar-collapse-toggle span:after {
    content: '';
}

.rd-navbar-collapse-toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-collapse-toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-collapse-toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-collapse-toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-collapse-toggle.active span:after {
    transform: translateY(-18px);
}


/*
* Navbar components
*/

.rd-navbar {
    background: #ffffff;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #9b9b9b;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar-toggle span:after,
.rd-navbar-toggle span:before,
.rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #9b9b9b;
    backface-visibility: hidden;
}

.rd-navbar-toggle span:before,
.rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar-toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-navbar-toggle.active span:before,
.rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar_transparent .rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ffffff;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.rd-navbar_transparent .rd-navbar-toggle span {
    position: relative;
    display: block;
    margin: auto;
    transition: .3s all ease;
}

.rd-navbar_transparent .rd-navbar-toggle span:after,
.rd-navbar_transparent .rd-navbar-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    transition: .3s all ease;
}

.rd-navbar_transparent .rd-navbar-toggle span:after {
    top: 8px;
}

.rd-navbar_transparent .rd-navbar-toggle span:after,
.rd-navbar_transparent .rd-navbar-toggle span:before,
.rd-navbar_transparent .rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #ffffff;
    backface-visibility: hidden;
}

.rd-navbar_transparent .rd-navbar-toggle span:before,
.rd-navbar_transparent .rd-navbar-toggle span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
}

.rd-navbar_transparent .rd-navbar-toggle.active span {
    transition: background .3s 0s ease;
    background: transparent;
}

.rd-navbar_transparent .rd-navbar-toggle.active span:before,
.rd-navbar_transparent .rd-navbar-toggle.active span:after {
    top: 0;
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.rd-navbar_transparent .rd-navbar-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rd-navbar_transparent .rd-navbar-toggle.active span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rd-navbar-brand img {
    width: auto;
}

.rd-navbar-brand .brand__logo-light {
    display: none;
    margin: 0;
}

.rd-navbar-items-list {
    color: #2d2d2d;
    line-height: 1.66667;
}

.rd-navbar-search .form-input,
.rd-navbar-search .form-label {
    font-size: 16px;
}

.rd-navbar-search .rd-navbar-search-toggle,
.rd-navbar-search .rd-navbar-search-submit {
    font-size: 20px;
    color: #2d2d2d;
}

.rd-navbar-search .rd-search {
    margin: 0;
}

.rd-navbar-search .rd-search>*+* {
    margin-top: 0;
}

.rd-navbar-search-toggled .rd-search .form-input {
    padding-right: 42px;
    z-index: 1;
    background: #ffffff;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle,
.rd-navbar-search-toggled .rd-navbar-search-submit {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle::-moz-focus-inner,
.rd-navbar-search-toggled .rd-navbar-search-submit::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle,
.rd-navbar-search-toggled .rd-navbar-search-toggle:active,
.rd-navbar-search-toggled .rd-navbar-search-toggle:focus,
.rd-navbar-search-toggled .rd-navbar-search-submit,
.rd-navbar-search-toggled .rd-navbar-search-submit:active,
.rd-navbar-search-toggled .rd-navbar-search-submit:focus {
    color: #2d2d2d;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle:hover,
.rd-navbar-search-toggled .rd-navbar-search-submit:hover {
    color: #00bd9d;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle::before,
.rd-navbar-search-toggled .rd-navbar-search-submit::before {
    content: '\e014';
    font-family: 'fl-chapps';
}

.rd-navbar-search-toggled .rd-navbar-search-toggle {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.rd-navbar-search-toggled .rd-navbar-search-toggle::before,
.rd-navbar-search-toggled .rd-navbar-search-toggle::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    color: inherit;
    will-change: transform;
}

.rd-navbar-search-toggled .rd-navbar-search-submit {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    transition: .24s all ease;
}

.rd-navbar-search-toggled .rd-navbar-search-submit::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 400 20px 'fl-chapps';
    line-height: inherit;
    text-align: center;
    color: inherit;
}


/*
* @subsection   Hybrid  Styles
*/

.rd-navbar.rd-navbar-fixed+.rd-navbar.rd-navbar--is-clone,
.rd-navbar.rd-navbar-sidebar+.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.rd-navbar {
    font-size: 14px;
    line-height: 1.71429;
}

.rd-navbar .rd-navbar-nav>li {
    font-size: 14px;
    line-height: 1.4;
}

.rd-navbar .rd-navbar-nav>li>a {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .05em;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-megamenu {
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus {
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu>.rd-navbar-megamenu {
    transform: translateY(-10px) scale(1, 0.9);
    transform-origin: 50% 0;
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.opened>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu.focus>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.opened>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu.focus>.rd-navbar-megamenu {
    transform: translateY(0) scale(1, 1);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav>li,
.rd-navbar-static .rd-navbar-nav>li {
    display: inline-block;
    white-space: nowrap;
}

.rd-navbar-fullwidth .rd-navbar-nav>li a,
.rd-navbar-static .rd-navbar-nav>li a {
    position: relative;
    white-space: normal;
    z-index: 2;
    display: inline-block;
    color: #151515;
    background: transparent;
    cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.opened>a,
.rd-navbar-fullwidth .rd-navbar-nav>li.active>a,
.rd-navbar-fullwidth .rd-navbar-nav>li.focus>a,
.rd-navbar-fullwidth .rd-navbar-nav>li>a:hover,
.rd-navbar-static .rd-navbar-nav>li.opened>a,
.rd-navbar-static .rd-navbar-nav>li.active>a,
.rd-navbar-static .rd-navbar-nav>li.focus>a,
.rd-navbar-static .rd-navbar-nav>li>a:hover {
    color: #00bd9d;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.focus>.rd-navbar-megamenu,
.rd-navbar-fullwidth .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-nav li.opened>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.focus>.rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.rd-navbar-fullwidth .rd-navbar-nav .rd-navbar--has-dropdown,
.rd-navbar-static .rd-navbar-nav .rd-navbar--has-dropdown {
    position: relative;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown {
    position: absolute;
    left: 0;
    z-index: 5;
    display: block;
    text-align: left;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-dropdown.rd-navbar-open-left,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-dropdown.rd-navbar-open-left {
    left: 0;
    right: auto;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
    border: 1px solid #f2f3f8;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown {
    width: 240px;
    padding: 25px 30px;
    margin-left: -22px;
    background: #ffffff;
    border-bottom: 3px solid #00bd9d;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    position: absolute;
    left: 100%;
    margin-left: 35px;
    top: -25px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-right,
.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-right {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 35px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a {
    display: block;
    width: 100%;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:focus,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:active,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a:focus,
.rd-navbar-static .rd-navbar-dropdown>li>a:active {
    color: #151515;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover {
    color: #00bd9d;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li.opened>a,
.rd-navbar-static .rd-navbar-dropdown>li.focus>a,
.rd-navbar-static .rd-navbar-dropdown>li.opened>a {
    color: #00bd9d;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-megamenu,
.rd-navbar-static .rd-navbar-megamenu {
    position: absolute;
    z-index: 4;
    display: table;
    table-layout: fixed;
    width: calc(100% - 30px);
    left: 15px;
    max-width: 1200px;
    margin-top: 25px;
    text-align: left;
    background: #ffffff;
}

.rd-navbar-fullwidth .rd-navbar-megamenu>li,
.rd-navbar-static .rd-navbar-megamenu>li {
    position: relative;
    display: table-cell;
    padding: 34px 20px 30px 35px;
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu,
    .rd-navbar-static .rd-navbar-megamenu {
        width: calc(100% - 60px);
        left: 30px;
    }
    .rd-navbar-fullwidth .rd-navbar-megamenu>li,
    .rd-navbar-static .rd-navbar-megamenu>li {
        padding: 45px 30px 50px 50px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-megamenu,
    .rd-navbar-static .rd-navbar-megamenu {
        width: 1170px;
        left: calc(50vw - 585px);
    }
    .rd-navbar-fullwidth .rd-navbar-megamenu>li,
    .rd-navbar-static .rd-navbar-megamenu>li {
        padding: 45px 40px 50px 40px;
    }
}

.rd-navbar-fullwidth .rd-megamenu-header,
.rd-navbar-static .rd-megamenu-header {
    position: relative;
    display: block;
    padding-bottom: 7px;
    color: #151515;
    font-weight: 700;
}

.rd-navbar-fullwidth .rd-megamenu-header::after,
.rd-navbar-static .rd-megamenu-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #e5e7e9;
}

.rd-navbar-fullwidth *+.rd-megamenu-header,
.rd-navbar-static *+.rd-megamenu-header {
    margin-top: 40px;
}

.rd-navbar-fullwidth *+.rd-megamenu-list,
.rd-navbar-static *+.rd-megamenu-list {
    margin-top: 22px;
}

.rd-navbar-fullwidth .rd-navbar-items-list>li,
.rd-navbar-static .rd-navbar-items-list>li {
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
}

.rd-navbar-fullwidth .rd-navbar-items-list>li:first-child,
.rd-navbar-static .rd-navbar-items-list>li:first-child {
    margin-left: 0;
}

.rd-navbar-fullwidth .rd-navbar-items-list>li:last-child,
.rd-navbar-static .rd-navbar-items-list>li:last-child {
    margin-right: 0;
}

.rd-navbar-fullwidth .rd-navbar-items-list>li:not(:last-child),
.rd-navbar-static .rd-navbar-items-list>li:not(:last-child) {
    border-right: 1px solid #f2f3f8;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-search,
.rd-navbar-static .rd-navbar-search-toggled .rd-search {
    position: absolute;
    z-index: 10;
    top: -10px;
    transform-origin: 100% 50%;
    transition: .33s;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled .rd-navbar-search-toggle,
.rd-navbar-static .rd-navbar-search-toggled .rd-navbar-search-toggle {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}

.rd-navbar-fullwidth .rd-navbar-search-toggled.active .rd-search,
.rd-navbar-static .rd-navbar-search-toggled.active .rd-search {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.rd-navbar-fullwidth .rd-navbar-nav>li,
.rd-navbar-static .rd-navbar-nav>li {
    white-space: nowrap;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>*,
.rd-navbar-static .rd-navbar-nav>li>* {
    white-space: normal;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-submenu-toggle {
    display: inline-block;
    width: 17px;
    text-align: center;
    cursor: pointer;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li>.rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font: 400 14px "FontAwesome";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    color: #151515;
    will-change: transform;
    -webkit-filter: blur(0);
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu a,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu a {
    position: relative;
    margin-right: 15px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu.opened>.rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu a:hover~.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu.opened>.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu a:hover~.rd-navbar-submenu-toggle {
    color: #00bd9d;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu.focus .rd-navbar-submenu-toggle,
.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu>a:hover+.rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu.focus .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu>a:hover+.rd-navbar-submenu-toggle {
    opacity: 0;
    right: -19px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu-toggle,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu-toggle {
    position: absolute;
    top: 2px;
    right: -15px;
    cursor: pointer;
    padding: 3px;
    line-height: 1;
    color: #151515;
    transition: .22s;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown .rd-navbar-submenu-toggle::after {
    content: '\f105';
    position: relative;
    display: inline-block;
    font: 400 14px "FontAwesome";
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
    -webkit-filter: blur(0);
}

.rd-navbar-fullwidth .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav>li>a:hover+.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li>a:hover+.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fullwidth .rd-navbar-nav>li.active>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth .rd-navbar-nav>li>a:hover+.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.active>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav>li>a:hover+.rd-navbar-submenu-toggle::after {
    color: #00bd9d;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav>li>a,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-nav>li>a {
    color: #ffffff;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav>li>a::after,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-nav>li>a::after {
    background: #ffffff;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav>li.active>a,
.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav>li:hover>a,
.rd-navbar-static.rd-navbar_transparent .rd-navbar-nav>li.focus>a,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-nav>li.active>a,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-nav>li:hover>a,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-nav>li.focus>a {
    color: #575757;
}

.rd-navbar-static.rd-navbar_transparent .rd-navbar-brand .brand__slogan,
.rd-navbar-fullwidth.rd-navbar_transparent .rd-navbar-brand .brand__slogan {
    color: #ffffff;
}

.rd-navbar-static.rd-navbar_transparent.rd-navbar--is-clone,
.rd-navbar-static.rd-navbar_transparent.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar_transparent.rd-navbar--is-clone,
.rd-navbar-fullwidth.rd-navbar_transparent.rd-navbar--is-stuck {
    background: #2d2d2d;
    border-bottom-color: #2d2d2d;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-megamenu-list>li>a {
    font-size: 16px;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-megamenu-list>li>a,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a {
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: .06em;
    line-height: 1.6;
    padding: 1px 14px 1px 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:active,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:focus,
.rd-navbar-fullwidth .rd-megamenu-list>li>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:active,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:focus,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a:active,
.rd-navbar-static .rd-navbar-dropdown>li>a:focus,
.rd-navbar-static .rd-megamenu-list>li>a,
.rd-navbar-static .rd-megamenu-list>li>a:active,
.rd-navbar-static .rd-megamenu-list>li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:active,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list>li>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a:active,
.rd-navbar-sidebar .rd-megamenu-list>li>a:focus {
    color: #151515;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:hover,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover,
.rd-navbar-static .rd-megamenu-list>li>a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list>li>a:hover {
    color: #00bd9d;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a::before,
.rd-navbar-fullwidth .rd-megamenu-list>li>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a::before,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a::before,
.rd-navbar-static .rd-megamenu-list>li>a,
.rd-navbar-static .rd-megamenu-list>li>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a::before,
.rd-navbar-sidebar .rd-megamenu-list>li>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a::before {
    transition: .22s all ease;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a::before,
.rd-navbar-fullwidth .rd-megamenu-list>li>a::before,
.rd-navbar-static .rd-navbar-dropdown>li>a::before,
.rd-navbar-static .rd-megamenu-list>li>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a::before,
.rd-navbar-sidebar .rd-megamenu-list>li>a::before {
    position: absolute;
    top: 1px;
    left: -6px;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #00bd9d;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover,
.rd-navbar-fullwidth .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:hover,
.rd-navbar-fullwidth .rd-megamenu-list>li.focus>a,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover,
.rd-navbar-static .rd-navbar-dropdown>li.focus>a,
.rd-navbar-static .rd-megamenu-list>li>a:hover,
.rd-navbar-static .rd-megamenu-list>li.focus>a,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown>li.focus>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list>li.focus>a {
    padding-left: 14px;
    padding-right: 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover::before,
.rd-navbar-fullwidth .rd-navbar-dropdown>li.focus>a::before,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:hover::before,
.rd-navbar-fullwidth .rd-megamenu-list>li.focus>a::before,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover::before,
.rd-navbar-static .rd-navbar-dropdown>li.focus>a::before,
.rd-navbar-static .rd-megamenu-list>li>a:hover::before,
.rd-navbar-static .rd-megamenu-list>li.focus>a::before,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:hover::before,
.rd-navbar-sidebar .rd-navbar-dropdown>li.focus>a::before,
.rd-navbar-sidebar .rd-megamenu-list>li>a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list>li.focus>a::before {
    left: 0;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:focus,
.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:active,
.rd-navbar-fullwidth .rd-megamenu-list>li>a,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:focus,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:active,
.rd-navbar-static .rd-navbar-dropdown>li>a,
.rd-navbar-static .rd-navbar-dropdown>li>a:focus,
.rd-navbar-static .rd-navbar-dropdown>li>a:active,
.rd-navbar-static .rd-megamenu-list>li>a,
.rd-navbar-static .rd-megamenu-list>li>a:focus,
.rd-navbar-static .rd-megamenu-list>li>a:active,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:focus,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:active,
.rd-navbar-sidebar .rd-megamenu-list>li>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a:focus,
.rd-navbar-sidebar .rd-megamenu-list>li>a:active {
    color: #151515;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li>a:hover,
.rd-navbar-fullwidth .rd-megamenu-list>li>a:hover,
.rd-navbar-static .rd-navbar-dropdown>li>a:hover,
.rd-navbar-static .rd-megamenu-list>li>a:hover,
.rd-navbar-sidebar .rd-navbar-dropdown>li>a:hover,
.rd-navbar-sidebar .rd-megamenu-list>li>a:hover {
    color: #00bd9d;
    background: transparent;
}

.rd-navbar-fullwidth .rd-navbar-dropdown>li+li,
.rd-navbar-fullwidth .rd-megamenu-list>li+li,
.rd-navbar-static .rd-navbar-dropdown>li+li,
.rd-navbar-static .rd-megamenu-list>li+li,
.rd-navbar-sidebar .rd-navbar-dropdown>li+li,
.rd-navbar-sidebar .rd-megamenu-list>li+li {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-dropdown>li+li,
    .rd-navbar-fullwidth .rd-megamenu-list>li+li,
    .rd-navbar-static .rd-navbar-dropdown>li+li,
    .rd-navbar-static .rd-megamenu-list>li+li,
    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 17px;
    }
}


/*
* Static Layout
*/

.rd-navbar-static {
    display: block;
    position: relative;
    background-color: #ffffff;
}

.rd-navbar-static .rd-navbar-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1230px;
    padding: 34px 0;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-static .rd-navbar-main>*+* {
    margin-top: 0;
}

.rd-navbar-static .rd-navbar-main>* {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-static .rd-navbar-main {
    position: relative;
    transition: .33s all ease;
}

.rd-navbar-static .rd-navbar-panel {
    flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-nav-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
}

.rd-navbar-static .rd-navbar-nav-wrap>* {
    padding-left: 15px;
    padding-right: 15px;
    flex-shrink: 0;
}

.rd-navbar-static .rd-navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 10px 35px;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.rd-navbar-static .rd-navbar-nav>li+li {
    margin-left: 15px;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar-submenu>a {
    padding-right: 30px;
}

.rd-navbar-static .rd-navbar-nav>li.rd-navbar-submenu>.rd-navbar-submenu-toggle {
    position: relative;
    left: -26px;
}

.rd-navbar-static .rd-navbar-nav>li>a {
    position: relative;
    padding: 8px 16px;
}

.rd-navbar-static .rd-navbar-nav>li>a span {
    position: absolute;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    border: 0 solid transparent;
    background-color: transparent;
    pointer-events: none;
    transition: .33s;
    transform: scale3d(1.35, 1.35, 1.35);
}

.rd-navbar-static .rd-navbar-nav>li>a span:nth-child(1) {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}

.rd-navbar-static .rd-navbar-nav>li>a span:nth-child(2) {
    top: 0;
    right: 0;
    border-width: 1px 1px 0 0;
}

.rd-navbar-static .rd-navbar-nav>li>a span:nth-child(3) {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}

.rd-navbar-static .rd-navbar-nav>li>a span:nth-child(4) {
    bottom: 0;
    left: 0;
    border-width: 0 0 1px 1px;
}

.rd-navbar-static .rd-navbar-nav>li>a:hover span {
    border-color: #00bd9d;
    transform: scale3d(1, 1, 1);
}

.rd-navbar-static .rd-navbar-nav>li.focus>a span,
.rd-navbar-static .rd-navbar-nav>li.active>a span {
    border-color: #00bd9d;
    transform: scale3d(1, 1, 1);
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-dropdown {
    margin-top: 20px;
}

.rd-navbar-static .rd-navbar-nav>li .rd-navbar-megamenu {
    margin-top: 37px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static .rd-navbar-main {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .rd-navbar-static .rd-navbar-main>* {
        width: 100%;
    }
    .rd-navbar-static .rd-navbar-main>*+* {
        padding-top: 20px;
    }
    .rd-navbar-static .rd-navbar-nav-wrap {
        justify-content: center;
    }
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-panel,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-panel {
        display: none;
    }
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main>*+*,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-main>*+* {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-static .rd-navbar-aside {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .rd-navbar-static .rd-navbar-megamenu {
        left: 15px;
    }
    .rd-navbar-static .rd-navbar-content>*+* {
        margin-left: 20px;
    }
}

.rd-navbar-static.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px 1px rgba(21, 21, 21, 0.1);
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 7px 0;
}

.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav>li .rd-navbar-megamenu,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li .rd-navbar-dropdown,
.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav>li .rd-navbar-megamenu {
    margin-top: 17px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-wrap,
    .rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-wrap {
        padding-top: 0;
    }
}

.rd-navbar-static-linked .rd-navbar-static--hidden {
    display: none;
}

.rd-navbar-static.rd-navbar_inverse .brand__logo-dark {
    display: none;
}

.rd-navbar-static.rd-navbar_inverse .brand__logo-light {
    display: block;
}

.rd-navbar-static.rd-navbar_inverse .brand__slogan {
    color: #ffffff;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li>a {
    color: #ffffff;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li>a:hover {
    color: #00bd9d;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.active>a,
.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.opened>a,
.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.focus>a {
    color: #00bd9d;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.active>.rd-navbar-submenu-toggle::after,
.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after {
    color: #00bd9d;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-nav>li>.rd-navbar-submenu-toggle::after {
    color: #ffffff;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-element a {
    color: #d3d3d6;
}

.rd-navbar-static.rd-navbar_inverse .rd-navbar-element a:hover {
    color: #00bd9d;
}

.rd-navbar-static.rd-navbar_inverse.rd-navbar--is-stuck,
.rd-navbar-static.rd-navbar_inverse.rd-navbar--is-clone {
    background: #2d2d2d;
    border-bottom-color: #151515;
}


/*
* Static Layout
*/

.rd-navbar-fullwidth {
    display: block;
    position: relative;
    background-color: #ffffff;
}

.rd-navbar-fullwidth .rd-navbar-main {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px 15px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-fullwidth .rd-navbar-main>*+* {
    margin-top: 0;
}

.rd-navbar-fullwidth .rd-navbar-main>* {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-fullwidth .rd-navbar-main {
    position: relative;
    transition: .33s all ease;
}

.rd-navbar-fullwidth .rd-navbar-panel {
    flex-shrink: 0;
}

@media (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-panel,
    .rd-navbar-fullwidth .rd-navbar-element {
        min-width: 150px;
    }
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.rd-navbar-fullwidth .rd-navbar-nav-wrap>* {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-fullwidth .rd-navbar-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 0;
    line-height: 0;
    text-align: left;
    color: #151515;
    margin-left: -20px;
    margin-right: -20px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li {
    margin-left: 20px;
    margin-right: 20px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar-submenu {
    margin-right: -15px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar-submenu>a {
    padding-right: 30px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.rd-navbar-submenu>.rd-navbar-submenu-toggle {
    position: relative;
    left: -26px;
    z-index: 10;
}

.rd-navbar-fullwidth .rd-navbar-nav>li>a {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.rd-navbar-fullwidth .rd-navbar-nav>li.focus>a span,
.rd-navbar-fullwidth .rd-navbar-nav>li.active>a span {
    border-color: #00bd9d;
    transform: scale3d(1, 1, 1);
}

.rd-navbar-fullwidth .rd-navbar-element {
    text-align: right;
    flex-shrink: 0;
}

.rd-navbar-fullwidth .rd-navbar-dropdown,
.rd-navbar-fullwidth .rd-navbar-megamenu {
    background: #f2f3f8;
    border-bottom: 3px solid #00bd9d;
}

.rd-navbar-fullwidth .rd-navbar-megamenu {
    left: 0;
    width: 100%;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-dropdown {
    margin-top: 15px;
}

.rd-navbar-fullwidth .rd-navbar-nav>li .rd-navbar-megamenu {
    margin-top: 20px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-fullwidth .rd-navbar-main {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .rd-navbar-fullwidth .rd-navbar-main>* {
        width: 100%;
    }
    .rd-navbar-fullwidth .rd-navbar-main>*+* {
        padding-top: 20px;
    }
    .rd-navbar-fullwidth .rd-navbar-nav-wrap {
        justify-content: center;
    }
    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-panel,
    .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-panel {
        display: none;
    }
    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main>*+*,
    .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main>*+* {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth .rd-navbar-nav {
        justify-content: center;
    }
    .rd-navbar-fullwidth .rd-navbar-megamenu {
        left: 50%;
        margin-left: -600px;
    }
    .rd-navbar-fullwidth .rd-navbar-aside {
        padding-top: 42px;
        padding-bottom: 42px;
    }
    .rd-navbar-fullwidth .rd-navbar-content>*+* {
        margin-left: 20px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-fullwidth .rd-navbar-nav>li>a {
        font-size: 14px;
    }
}

.rd-navbar-fullwidth.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 2px 10px 1px rgba(21, 21, 21, 0.1);
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
    padding-top: 16px;
    padding-bottom: 16px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav>li .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav>li .rd-navbar-megamenu,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav>li .rd-navbar-dropdown,
.rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav>li .rd-navbar-megamenu {
    margin-top: 26px;
}

@media (max-width: 1199.98px) {
    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-nav-wrap,
    .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-nav-wrap {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main,
    .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.rd-navbar-fullwidth-linked .rd-navbar-fullwidth--hidden {
    display: none;
}

.rd-navbar-fullwidth.rd-navbar_inverse .brand__logo-dark {
    display: none;
}

.rd-navbar-fullwidth.rd-navbar_inverse .brand__logo-light {
    display: block;
}

.rd-navbar-fullwidth.rd-navbar_inverse .brand__slogan {
    color: #ffffff;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li>a {
    color: #ffffff;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li>a:hover {
    color: #00bd9d;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.active>a,
.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.opened>a,
.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.focus>a {
    color: #00bd9d;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.active>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.opened>.rd-navbar-submenu-toggle::after,
.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li.focus>.rd-navbar-submenu-toggle::after {
    color: #00bd9d;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-nav>li>.rd-navbar-submenu-toggle::after {
    color: #ffffff;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-element a {
    color: #d3d3d6;
}

.rd-navbar-fullwidth.rd-navbar_inverse .rd-navbar-element a:hover {
    color: #00bd9d;
}

.rd-navbar-fullwidth.rd-navbar_inverse.rd-navbar--is-stuck,
.rd-navbar-fullwidth.rd-navbar_inverse.rd-navbar--is-clone {
    background: #2d2d2d;
    border-bottom-color: #151515;
}


/*
* Fixed Layout
*/

.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: fixed;
    text-align: left;
    top: -1px;
    left: 56px;
    height: 56px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    z-index: 17;
}

.rd-navbar-fixed .rd-navbar-brand img {
    height: 37px;
    width: auto;
}

.rd-navbar-fixed .rd-navbar-brand .brand__slogan {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 4px;
    height: 56px;
    z-index: 999;
    border-bottom: 1px solid #f2f3f8;
}

.rd-navbar-fixed .rd-navbar-panel__content {
    position: relative;
    z-index: 11;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    z-index: 100;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 112px 0 81px;
    bottom: -56px;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateX(-110%);
    border-right: 1px solid #f2f3f8;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.firefox .rd-navbar-fixed .rd-navbar-nav-wrap>*:last-child {
    margin-bottom: 80px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element {
    margin: 15px;
    text-align: center;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element>* {
    display: block;
}

.rd-navbar-fixed .rd-navbar-nav-wrap .rd-navbar-element_left {
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav>li>a {
    font-size: 16px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-nav li {
    text-align: left;
}

.rd-navbar-fixed .rd-navbar-nav li>a {
    display: block;
    padding: 9px 56px 9px 18px;
}

.rd-navbar-fixed .rd-navbar-nav>li+li {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-navbar-submenu {
    position: relative;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown .rd-navbar-submenu-toggle:after {
    height: 34px;
    line-height: 34px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown>li>a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-dropdown li li>a,
.rd-navbar-fixed .rd-navbar-submenu .rd-navbar-megamenu ul li li>a {
    padding-left: 46px;
}

.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
}

.rd-navbar-fixed .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-megamenu {
    display: none;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    padding: 9px 56px 9px 16px;
    font-size: 12px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-megamenu-list>li+li,
.rd-navbar-fixed .rd-navbar-dropdown>li+li {
    margin-top: 3px;
}

.rd-navbar-fixed .rd-megamenu-list>li>a {
    padding-left: 30px;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
    position: relative;
    display: block;
    padding: 0 20px 7px;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid #f2f3f8;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-list {
    margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu *+.rd-megamenu-header {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu>li+li {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li .rd-navbar-megamenu {
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-dropdown,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-megamenu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 41px;
    font: 400 14px "FontAwesome";
    line-height: 41px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-search-toggle {
    position: fixed;
    top: 4px;
    z-index: 1000;
    background-color: transparent;
    border: none;
}

.rd-navbar-fixed.active .rd-navbar-nav {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-content {
    position: fixed;
    top: 55px;
    transform: translateX(30px);
    transform-origin: 100% 100%;
    right: 0;
    z-index: 1001;
    width: auto;
    padding: 25px 35px;
    margin: 0 -1px;
    opacity: 0;
    visibility: hidden;
    transition: 0.23s all ease-in-out;
    font-size: 14px;
    line-height: 1.4;
    background: #ffffff;
    border: 1px solid #f2f3f8;
    text-align: left;
    pointer-events: none;
}

.rd-navbar-fixed .rd-navbar-content * {
    pointer-events: auto;
}

.rd-navbar-fixed .rd-navbar-content>*+* {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-content .button {
    display: block;
}

.rd-navbar-fixed .rd-navbar-content .rights {
    color: #2d2d2d;
}

.rd-navbar-fixed .rd-navbar-content .rights a {
    color: #9b9b9b;
}

.rd-navbar-fixed.rd-navbar-creative .rd-navbar-content {
    font-size: 12px;
    background: #f2f3f8;
}

.rd-navbar-fixed .rd-navbar-content.active {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-content__toggle {
    top: 4px;
    right: 2px;
    width: 48px;
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #9b9b9b;
    position: fixed;
    z-index: 1000;
}

.rd-navbar-fixed .rd-navbar-content__toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle span,
.rd-navbar-fixed .rd-navbar-content__toggle span:before,
.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #9b9b9b;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
}

.rd-navbar-fixed .rd-navbar-content__toggle span:before,
.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    content: '';
}

.rd-navbar-fixed .rd-navbar-content__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-fixed .rd-navbar-content__toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-fixed .rd-navbar-search_toggled {
    position: static;
}

.rd-navbar-fixed .rd-navbar-search-wrap.active .rd-navbar-search_toggled .rd-search {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-search-results-live {
    display: none;
}

html .page .rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #2d2d2d;
    box-shadow: none;
    background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #ffffff;
    background: #ffffff;
    border-color: #f2f3f8;
}

.rd-navbar-fixed .rd-navbar-nav li>a {
    color: #2d2d2d;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>a,
.rd-navbar-fixed .rd-navbar-nav li.focus>a,
.rd-navbar-fixed .rd-navbar-nav li.active>a,
.rd-navbar-fixed .rd-navbar-nav li.opened>a {
    color: #ffffff;
    background: #00bd9d;
}

.rd-navbar-fixed .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed .rd-megamenu-list>li>a,
.rd-navbar-fixed .rd-navbar-dropdown>li>a {
    color: #151515;
}

.rd-navbar-fixed .rd-megamenu-list>li:hover>a,
.rd-navbar-fixed .rd-megamenu-list>li.focus>a,
.rd-navbar-fixed .rd-megamenu-list>li.active>a,
.rd-navbar-fixed .rd-megamenu-list>li.opened>a,
.rd-navbar-fixed .rd-navbar-dropdown>li:hover>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.focus>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.active>a,
.rd-navbar-fixed .rd-navbar-dropdown>li.opened>a {
    color: #ffffff;
    background: #00bd9d;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header {
    color: #151515;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:active,
.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:focus {
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-header a:hover {
    color: #00bd9d;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #2d2d2d;
}

.rd-navbar-fixed .rd-navbar-search-toggled .rd-search {
    border-color: #f2f3f8;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-panel {
    color: #ffffff;
    background: #2d2d2d;
    border-bottom-color: #151515;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav-wrap {
    color: #ffffff;
    background: #3a3a3a;
    border-color: #3a3a3a;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span {
    top: 50%;
    margin-top: -3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    position: absolute;
    width: 6px;
    height: 6px;
    line-height: 6px;
    text-align: center;
    background: #ffffff;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    transition: .3s all ease;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    content: '';
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:before {
    bottom: 100%;
    margin-bottom: 3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle span:after {
    top: 100%;
    margin-top: 3px;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span {
    transform: scale(0.7);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span:before {
    transform: translateY(18px);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-content__toggle.active span:after {
    transform: translateY(-18px);
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li>a {
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li:hover>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.focus>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.active>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened>a {
    color: #ffffff;
    background: #00bd9d;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li:hover>.rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.focus>.rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.active>.rd-navbar-submenu-toggle,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-nav li.opened>.rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-megamenu-list>li>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown>li>a {
    color: #cccccc;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-megamenu-list:hover>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-megamenu-list.focus>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-megamenu-list.active>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-megamenu-list.opened>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown:hover>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.focus>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.active>a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-dropdown.opened>a {
    color: #ffffff;
    background: #00bd9d;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-megamenu .rd-megamenu-header {
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-megamenu .rd-megamenu-header a,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-megamenu .rd-megamenu-header a:active,
.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-megamenu .rd-megamenu-header a:focus {
    color: #ffffff;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-megamenu .rd-megamenu-header a:hover {
    color: #00bd9d;
}

.rd-navbar-fixed.rd-navbar_transparent .rd-navbar-submenu-toggle {
    color: #ffffff;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}


/**
*  RD Navbar Sidebar
*/

.rd-navbar-sidebar-linked body {
    padding-left: 250px;
}

.rd-navbar-sidebar-linked .rd-navbar-wrap {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 250px;
    min-height: 100%;
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar-linked body {
        padding-left: 320px;
    }
    .rd-navbar-sidebar-linked .rd-navbar-wrap {
        width: 320px;
    }
}

.rd-navbar-sidebar {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 40px 0 30px 30px;
    background: #ffffff;
    box-shadow: 0px 3px 5px 0px rgba(1, 3, 4, 0.18);
    border-right: 1px solid #f2f3f8;
    font-size: 12px;
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-panel {
    padding-right: 30px;
}

.rd-navbar-sidebar .rd-navbar-brand {
    text-align: left;
}

.rd-navbar-sidebar .rd-navbar-nav>li {
    position: relative;
    display: block;
}

.rd-navbar-sidebar .rd-navbar-nav>li>a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    word-break: break-all;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2d2d2d;
}

.rd-navbar-sidebar .rd-navbar-nav>li>a:hover {
    color: #00bd9d;
}

.rd-navbar-sidebar .rd-navbar-nav>li+li {
    margin-top: 5px;
}

.rd-navbar-sidebar .rd-navbar-nav>li.focus>a,
.rd-navbar-sidebar .rd-navbar-nav>li.active>a {
    color: #00bd9d;
}

.rd-navbar-sidebar .rd-navbar-dropdown {
    position: absolute;
    display: block;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: .1s;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap.active {
        padding-right: 85px;
    }
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active .rd-navbar-nav-wrap__inner {
    transform: translateX(0);
}

.rd-navbar-sidebar *+.rd-navbar-nav-wrap,
.rd-navbar-sidebar *+.rd-navbar-element {
    margin-top: 30px;
}

.rd-navbar-sidebar .rights {
    font-size: 14px;
    color: #151515;
}

.rd-navbar-sidebar .rights a {
    color: #9b9b9b;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-megamenu {
    top: 0;
    margin-top: 0;
    padding: 30px 22px;
    width: 300px;
    margin-left: 0;
    background: #ffffff;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #2d2d2d;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li>a:hover,
.rd-navbar-sidebar .rd-navbar-megamenu>li>a:hover {
    color: #00bd9d;
}

@media (min-height: 800px) {
    .rd-navbar-sidebar {
        font-size: 14px;
    }
    .rd-navbar-sidebar .rd-navbar-nav>li>a {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 1599.98px) {
    .rd-navbar-sidebar .brand__slogan {
        font-size: 13px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar {
        padding: 60px 0 60px 60px;
    }
    .rd-navbar-sidebar *+.rd-navbar-nav-wrap,
    .rd-navbar-sidebar *+.rd-navbar-element {
        margin-top: 90px;
    }
    .rd-navbar-sidebar .rd-navbar-panel,
    .rd-navbar-sidebar .rd-navbar-element {
        padding-right: 60px;
    }
    .rd-navbar-sidebar .rd-navbar-dropdown,
    .rd-navbar-sidebar .rd-navbar-megamenu {
        font-size: 14px;
    }
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-megamenu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity .2s;
}

.rd-navbar-sidebar .rd-navbar-submenu.focus>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.focus>.rd-navbar-megamenu,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu.opened>.rd-navbar-megamenu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu>.rd-navbar-megamenu {
    transform: translateY(30px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu.opened>.rd-navbar-megamenu {
    transform: translateY(0);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu>.rd-navbar-dropdown {
    transform: translateX(-20px);
}

.rd-navbar-sidebar .rd-navbar-submenu>.rd-navbar-submenu .rd-navbar-submenu.opened>.rd-navbar-dropdown {
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    border: 1px solid #f2f3f8;
    border-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li>a,
.rd-navbar-sidebar .rd-megamenu-list>li>a {
    display: block;
}

.rd-navbar-sidebar .rd-megamenu-header {
    display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list>li+li {
    margin-top: 10px;
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 18px;
    }
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
    text-decoration: underline;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>a {
    color: #00bd9d;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle {
    color: #00bd9d;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened>.rd-navbar-submenu-toggle::after {
    top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a {
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a::before {
    display: none;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown>a:hover {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.focus>a {
    padding-left: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown>li+li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: -1px;
    margin-left: 5px;
    padding-left: 15px;
}

.rd-navbar-sidebar .rd-navbar-nav>li>.rd-navbar-dropdown .rd-navbar-dropdown>li>a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu>li:nth-child(n+3) {
        margin-top: 40px;
    }
    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 10px;
    }
    .rd-navbar-sidebar .rd-navbar__main {
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

@media (min-width: 1600px) {
    .rd-navbar-sidebar .rd-navbar-nav>li+li {
        margin-top: 9px;
    }
    .rd-navbar-sidebar .rd-navbar-dropdown>li+li,
    .rd-navbar-sidebar .rd-megamenu-list>li+li {
        margin-top: 18px;
    }
    .rd-navbar-sidebar .rd-navbar-nav-wrap__inner {
        width: auto;
        left: calc(50% + 600px - 80px);
    }
}

.rd-navbar-sidebar.rd-navbar--is-clone {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-101%);
}

.rd-navbar-sidebar.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translateY(0);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px;
}


/*
* @subsection   Page boxed layout style redeclaration
**/

html.boxed .rd-navbar--is-clone {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}


/*
*
* RD Google Map
*/

.rd-google-map__model {
    color: #151515;
    height: 220px;
}

.rd-google-map__model img {
    max-width: none !important;
}

@media (min-width: 576px) {
    .rd-google-map__model {
        height: 250px;
    }
}

@media (min-width: 768px) {
    .rd-google-map__model {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .rd-google-map__model {
        height: 505px;
    }
}

.map_locations {
    display: none;
}

.rd-google-map__small.rd-google-map__model {
    height: 190px;
}

.gm-style-pbt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #212121;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    width: 100%;
    text-align: center;
    max-width: 300px;
}


/*
*
* RD Calendar
* --------------------------------------------------
*/

.rd-calendar .rdc-table_day,
.rd-calendar .rdc-table_date-outer {
    display: inline-block;
    width: 14.28571%;
    flex-grow: 1;
}

.rd-calendar .rdc-table-row,
.rd-calendar .rdc-table_date-outer {
    font-size: 0;
    line-height: 0;
    border: 0 solid #e5e5e5;
}

.rd-calendar .rdc-table_event {
    cursor: default;
}

.rd-calendar .rdc-table-row {
    border-width: 0 1px 1px 1px;
}

.rd-calendar .rdc-table_date-outer+.rdc-table_date-outer {
    border-left-width: 1px;
}

.rd-calendar .rdc-table_date-outer {
    position: relative;
    padding-bottom: 14.28571%;
}

.rd-calendar .rdc-table_date {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.rd-calendar .rdc-calendar-event-panel,
.rd-calendar .rdc-table_events {
    overflow: hidden;
}

.rd-calendar .rdc-calendar-event {
    margin-bottom: 0;
}

.rdc-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rdc-panel-title {
    text-transform: uppercase;
    color: #00bd9d;
}

.rdc-next,
.rdc-prev,
.rdc-events_close {
    font: 400 28px/38px "Material Icons";
    cursor: pointer;
    transition: .3s all ease;
    color: #2d2d2d;
}

.rdc-next:hover,
.rdc-prev:hover,
.rdc-events_close:hover {
    color: #00bd9d;
}

.rdc-next::before {
    content: '\e315';
}

.rdc-prev::before {
    content: '\e314';
}

.rdc-events_close::before {
    content: '\e5cd';
}

.rdc-events {
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-in-out;
}

.rd-calendar.show-events .rdc-events {
    opacity: 1;
    visibility: visible;
}

.rdc-event {
    display: none;
}

.rdc-event.active {
    display: block;
}

.rdc-table {
    position: relative;
    width: 100%;
}

.rdc-panel {
    position: relative;
    padding: 15px 20px;
    background: #00bd9d;
    color: #ffffff;
}

.rdc-panel .rdc-next,
.rdc-panel .rdc-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    color: #ffffff;
    text-align: center;
}

.rdc-panel .rdc-next:hover,
.rdc-panel .rdc-prev:hover {
    background: #00a488;
}

.rdc-panel .rdc-next::before,
.rdc-panel .rdc-prev::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rdc-panel .rdc-prev {
    left: 0;
}

.rdc-panel .rdc-next {
    right: 0;
}

.rdc-panel .rdc-panel-title {
    width: 100%;
    padding: 0 60px;
    text-align: center;
}

.rdc-month,
.rdc-fullyear {
    font-weight: 700;
    letter-spacing: .05em;
    color: #ffffff;
}

.rdc-table-header {
    color: #ffffff;
    background: #09a98e;
}

.rdc-table_day {
    padding: 5px;
    text-align: center;
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #ffffff;
}

.rdc-table_date {
    padding: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #151515;
    text-align: center;
}

@media (min-width: 576px) {
    .rdc-table_day {
        font-size: 14px;
        font-weight: 700;
    }
    .rdc-table_date {
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .rdc-panel {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .rdc-month,
    .rdc-fullyear {
        font-size: 18px;
    }
    .rdc-table_date {
        font-size: 24px;
    }
}

.rdc-table_date-outer:first-child .rdc-table_date,
.rdc-table_prev,
.rdc-table_next {
    color: #cbcbcb;
    background: #f2f3f8;
}

.rdc-table_today {
    color: #00bd9d;
}

.rdc-inline-event {
    padding: 10px;
    cursor: default;
}

.rdc-inline-event .button {
    will-change: transform;
    z-index: 1;
}

.rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next) {
    z-index: 1;
    cursor: pointer;
}

.rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next)::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #00bd9d;
    z-index: -1;
    transition: .22s;
}

@media (max-width: 767.98px) {
    .rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next)::after {
        height: 7px;
        width: 7px;
        top: 5px;
        right: 5px;
    }
}

@media (min-width: 768px) {
    .rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next) {
        color: #ffffff;
    }
    .rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next)::after {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 50px;
        min-height: 50px;
        width: 37.76223776223776%;
        height: 37.76223776223776%;
    }
    .rdc-table_has-events:not(:first-child) .rdc-table_date:not(.rdc-table_prev):not(.rdc_table-next):hover::after {
        transform: translate(-50%, -50%) scale3d(1.2, 1.2, 1.2);
    }
}

.rdc-table__events>ul {
    list-style: none;
}

.rdc-inline-event {
    padding: 20px;
    background: #e7e8ed;
}

.rdc-inline-event-inner {
    padding: 20px;
    background: #ffffff;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.16);
}

.rdc-inline-event-header {
    font-size: 16px;
    text-align: center;
    color: #151515;
}

.rdc-inline-event-time {
    font-weight: 700;
}

.rdc-list-item {
    padding: 8px 0 18px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.rdc-list-item>* {
    margin-top: 10px;
}

.rdc-list-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.rdc-terms-list dt,
.rdc-terms-list dd {
    display: block;
    letter-spacing: .05em;
}

.rdc-terms-list dt {
    font-size: 14px;
    font-weight: 700;
    color: #151515;
}

.rdc-terms-list dd {
    font-size: 12px;
    text-transform: uppercase;
}

.rdc-terms-list dt+dd {
    margin-top: 4px;
}

.rd-calendar[data-events-inline="true"] .rdc-table_date-outer .rdc-table_events {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
}

.rd-calendar[data-events-inline="true"] .rdc-table_prev+.rdc-table_events-count,
.rd-calendar[data-events-inline="true"] .rdc-table_next+.rdc-table_events-count {
    display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    opacity: 0;
    transition: .33s;
    z-index: 1;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before,
.rd-calendar[data-events-inline="true"] .rdc-table_events-count::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before,
.rd-calendar[data-events-inline="true"] .rdc-table_events-count::after {
    bottom: -4px;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    transform-origin: 0 0;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::before {
    background: transparent;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    z-index: -1;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count::after {
    background: #ffffff;
    z-index: 1;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count:empty {
    display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.4;
    color: #9b9b9b;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
    white-space: nowrap;
}

.rd-calendar[data-events-inline="true"] .rdc-table_events-count span:empty {
    display: none;
}

@media (min-width: 768px) {
    .rd-calendar[data-events-inline="true"] .rdc-table_events-count {
        top: -15px;
    }
}

.rd-calendar[data-events-inline="true"] .rdc-events {
    display: none;
}

.rd-calendar[data-events-inline="true"] .rdc-table_date-outer:hover .rdc-table_events-count {
    opacity: 1;
}

*+.rdc-inline-event-main {
    margin-top: 25px;
}

@media (min-width: 576px) {
    .rdc-list-item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: -10px;
        margin-right: -10px;
        text-align: left;
    }
    .rdc-list-item>* {
        padding-left: 10px;
        padding-right: 10px;
    }
    .rdc-list-item-left {
        position: relative;
        padding-left: 30px;
        padding-right: 20px;
        display: inline-block;
    }
    .rdc-list-item-left::before {
        content: '\e07a';
        font-family: 'fl-bigmug-line';
        position: absolute;
        top: -2px;
        left: 0;
        font-size: 17px;
        color: #9b9b9b;
    }
    .rdc-inline-event {
        padding: 20px;
    }
    .rdc-inline-event-inner {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .rdc-inline-event-header {
        font-size: 18px;
    }
}


/*
*
* ToTop
* --------------------------------------------------
*/

.ui-to-top {
    position: fixed;
    width: 45px;
    height: 45px;
    font-size: 25px;
    line-height: 42px;
    color: #ffffff;
    background: #00bd9d;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
    transition: .45s all ease-in-out;
    transform: translateY(100px);
}

.ui-to-top,
.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top:hover {
    color: #ffffff;
    background: #008a73;
    text-decoration: none;
}

.ui-to-top.active {
    transform: translateY(0);
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
    display: none !important;
}

@media (min-width: 576px) {
    .ui-to-top {
        right: 40px;
        bottom: 40px;
    }
}


/*
*
* Tabs
*/


/*
* Base styles
*/

.tabs-custom {
    text-align: left;
}

.tabs-custom .nav {
    display: block;
}

.tabs-custom .nav-tabs {
    font-size: 0;
    line-height: 0;
    word-spacing: 0;
    border: 0;
}

.tabs-custom .nav-tabs:before,
.tabs-custom .nav-tabs:after {
    display: none;
}

.tabs-custom .nav-tabs .nav-item {
    float: none;
    border: 0;
    cursor: pointer;
    transition: .33s all ease;
}

.tabs-custom .nav-tabs li.active {
    cursor: default;
}

.tabs-custom .nav-tabs a {
    margin: 0;
    border-radius: 0;
}

.page .tabs-custom.tabs-centered .nav-tabs,
.page .tabs-custom.tabs-centered .tab-content {
    text-align: center;
}


/*
* Offsets
*/

*+.tabs-horizontal.tabs-corporate {
    margin-top: 25px;
}

*+.tabs-vertical.tabs-corporate {
    margin-top: 40px;
}

@media (min-width: 768px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    *+.tabs-vertical.tabs-corporate {
        margin-top: 80px;
    }
}


/*
* Tabs inline
*/

.tabs-custom.tabs-inline .nav-tabs {
    position: relative;
    transform: translate3d(0, -14px, 0);
    margin-bottom: -14px;
    margin-left: -18px;
    margin-right: -18px;
}

.tabs-custom.tabs-inline .nav-tabs>* {
    position: relative;
    margin-top: 14px;
    padding-left: 18px;
    padding-right: 18px;
}

.tabs-custom.tabs-inline .nav-tabs>.nav-item {
    display: inline-block;
    background-color: transparent;
}

.tabs-custom.tabs-inline .nav-tabs>.nav-link {
    display: inline-block;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9b9b9b;
    background-color: transparent;
}

.tabs-custom.tabs-inline .nav-tabs>.nav-link.active,
.tabs-custom.tabs-inline .nav-tabs>.nav-item .nav-link:hover {
    color: #00bd9d;
}

.tabs-custom.tabs-inline *+.tab-content {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .tabs-custom.tabs-inline *+.tab-content {
        margin-top: 60px;
    }
}

@media (min-width: 1600px) {
    .tabs-custom.tabs-inline .nav-tabs {
        position: relative;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -23px;
        margin-right: -23px;
    }
    .tabs-custom.tabs-inline .nav-tabs>* {
        position: relative;
        margin-top: 10px;
        padding-left: 23px;
        padding-right: 23px;
    }
}


/*
* Tabs inline
*/

.tabs-custom.tabs-line .nav-tabs {
    position: relative;
}

.tabs-custom.tabs-line .nav-tabs .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    vertical-align: middle;
}

.tabs-custom.tabs-line *+.tab-content {
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .tabs-custom.tabs-line .nav-tabs {
        border: 1px solid #e5e7e9;
    }
    .tabs-custom.tabs-line .nav-tabs .nav-item {
        margin: -1px;
    }
    .tabs-custom.tabs-line .nav-tabs .nav-link {
        padding: 7px 10px;
        color: #9b9b9c;
        background: transparent;
        border-bottom: 1px solid #e5e7e9;
    }
    .tabs-custom.tabs-line .nav-tabs .nav-link:first-child {
        border-top: 1px solid #e5e7e9;
    }
    .tabs-custom.tabs-line .nav-tabs .nav-item .nav-link:hover,
    .tabs-custom.tabs-line .nav-tabs .nav-link.active {
        color: #ffffff;
        background: #00bd9d;
        border-color: #00bd9d;
    }
}


/*
* Tabs corporate
*/

.tabs-corporate .nav-tabs {
    position: relative;
    border: 1px solid #e5e7e9;
}

.tabs-corporate .nav-tabs .nav-item {
    margin: -1px;
}

.tabs-corporate .nav-tabs .nav-link {
    padding: 7px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.4;
    color: #9b9b9c;
    background: transparent;
    border-bottom: 1px solid #e5e7e9;
    text-align: center;
    vertical-align: middle;
}

.tabs-corporate .nav-tabs .nav-link:first-child {
    border-top: 1px solid #e5e7e9;
}

.tabs-corporate .nav-tabs .nav-item .nav-link:hover,
.tabs-corporate .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #00bd9d;
    border-color: #00bd9d;
}

.tabs-corporate .tab-content {
    padding: 30px 0 0;
}

@media (max-width: 767.98px) {
    .tabs-custom .nav-tabs {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    /*
  * Horizontal tabs
  */
    .tabs-horizontal.tabs-corporate .nav-tabs {
        position: relative;
        width: 100%;
        display: block;
        justify-content: center;
        text-align: center;
        position: relative;
        transform: translate3d(0, -10px, 0);
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
        border: 0;
        will-change: transform;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs>* {
        position: relative;
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item {
        display: inline-block;
        will-change: transform;
        flex-grow: 1;
        flex-shrink: 0;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item a {
        display: block;
        position: relative;
        z-index: 1;
        min-width: 130px;
        letter-spacing: .05em;
        padding: 12px 20px 12px;
        border: 2px solid #e5e7e9;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item a,
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item a::before {
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item a::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        z-index: -1;
        opacity: 0;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        background: #00bd9d;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item.active a,
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item .nav-link:hover {
        color: #ffffff;
        border-color: #00bd9d;
        background-color: transparent;
    }
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item.active a::before,
    .tabs-horizontal.tabs-corporate .nav-tabs .nav-item .nav-link:hover::before {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
    .tabs-horizontal.tabs-line .nav-tabs {
        border: 0;
        border-bottom: 4px solid #f5f5f5;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-item {
        display: inline-block;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-item:not(:last-child) {
        margin-right: 52px;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-link {
        position: relative;
        padding: 0 0 15px 0;
        background-color: transparent;
        color: #9b9b9b;
        border: 0;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-link::after {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        height: 4px;
        width: 0;
        background: #00bd9d;
        transition: .22s ease;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-link.active,
    .tabs-horizontal.tabs-line .nav-tabs .nav-item .nav-link:hover {
        color: #2d2d2d;
    }
    .tabs-horizontal.tabs-line .nav-tabs .nav-link.active::after {
        width: 100%;
    }
    .tabs-horizontal.tabs-line *+.tab-content {
        margin-top: 30px;
    }
    /*
  * Vertical tabs
  */
    .tabs-vertical {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .tabs-vertical .nav-tabs {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        flex-shrink: 0;
        max-width: 50%;
    }
    .tabs-vertical .nav-item {
        border: 0;
        width: 100%;
        text-align: left;
    }
    .tabs-vertical .nav-link {
        font-size: 14px;
    }
    .tabs-vertical .nav-link.active,
    .tabs-vertical .nav-link:hover {
        box-shadow: 0 9px 21px 0 rgba(30, 30, 30, 0.13);
    }
    .tabs-vertical .tab-content {
        flex-grow: 1;
    }
    .tabs-vertical.tabs-corporate .nav-tabs {
        width: auto;
        min-width: 260px;
        border: 0;
    }
    .tabs-vertical.tabs-corporate .nav-item {
        margin: 0;
    }
    .tabs-vertical.tabs-corporate .nav-link {
        position: relative;
        padding: 14px 30px;
        border: 0;
        overflow: hidden;
        text-align: left;
    }
    .tabs-vertical.tabs-corporate>.nav-item+.nav-item {
        margin-top: 2px;
    }
    .tabs-vertical.tabs-corporate .tab-content {
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    /*
  * Horizontal tabs
  */
    .tabs-horizontal.tabs-corporate .tab-content {
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
    }
    /*
  * Horizontal tabs
  */
    .tabs-vertical.tabs-corporate .tab-content {
        padding: 10px 0 0 45px;
    }
}


/*
*
* Progress Bars
* --------------------------------------------------
*/

.progress-linear {
    position: relative;
    text-align: left;
}

.progress-linear .progress-header {
    text-transform: uppercase;
}

.progress-linear .progress-main {
    display: flex;
    align-items: center;
}

.progress-linear .progress-main>*+* {
    margin-left: 10px;
}

.progress-linear .progress-bar-linear-wrap .progress-bar-linear {
    border-radius: 5px;
}

.progress-linear .progress-bar-linear-wrap {
    flex-grow: 1;
    background: #f5f5f5;
    height: 10px;
}

.progress-linear .progress-bar-linear {
    height: 10px;
    width: 0;
    margin-right: 25px;
    background: #00bd9d;
    transition: .5s all ease-in-out;
}

.progress-linear .progress-value {
    flex-shrink: 0;
    font-size: 14px;
    color: #9b9b9b;
}

.progress-linear .progress-value:after {
    content: "%";
}

*+.progress__main {
    margin-top: 7px;
}

.progress-linear+.progress-linear {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .progress-linear+.progress-linear {
        margin-top: 25px;
    }
}


/*
*
* Counter
* --------------------------------------------------
*/


/*
*
* Circle Progress Bars
* --------------------------------------------------
*/

.progress-bar-circle {
    display: inline-block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.progress-bar-circle canvas {
    vertical-align: middle;
}

.progress-bar-circle span {
    position: absolute;
    top: 50%;
    left: 55%;
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    transform: translate(-50%, -50%);
    color: #151515;
}

.progress-bar-circle span::after {
    content: "%";
}

@media (min-width: 992px) {
    .progress-bar-circle span {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .progress-bar-circle span {
        font-size: 60px;
    }
}


/*
*
* Time Circles
* --------------------------------------------------
*/


/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/

.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.DateCountdown {
    margin: 0 auto;
    max-width: 820px;
}


/**
 *	This is all the components used to house all text used
 * in time circles
 **/

.time_circles>div {
    position: absolute;
    text-align: center;
    top: 50% !important;
    transform: translateY(-63%) !important;
    -webkit-transform: translateY(-63%) !important;
}

@media (min-width: 1200px) {
    #DateCountdown {
        width: 100%;
    }
}


/**
 *	Titles (Days, Hours, etc)
 **/

.time_circles>div>h4 {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 15px !important;
    font-weight: 400;
    top: 16vw;
}

.time_circles>div>h4+* {
    margin-top: 0;
}

@media (min-width: 480px) {
    .time_circles>div>h4 {
        top: 75px;
    }
}

@media (min-width: 768px) {
    .time_circles>div>h4 {
        top: 94px;
    }
}


/**
 *	Time numbers, ie: 12
 **/

.time_circles>div>span {
    display: block;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 768px) {
    .time_circles>div>span {
        font-size: 36px !important;
    }
}

@media (min-width: 1200px) {
    .time_circles>div>span {
        font-size: 48px !important;
    }
}


/*
*
* Swiper
* --------------------------------------------------
*/

.swiper-container {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}


/* a11y */

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}


/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}


/* Coverflow */

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide>.vide__body,
.swiper-slide>.parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

.swiper-button-prev:before {
    font-family: 'Material Design Icons';
    content: "\f14a";
}

.swiper-button-next {
    right: 30px;
}

.swiper-button-next:before {
    font-family: 'Material Design Icons';
    content: "\f14f";
}

.swiper-slider.swiper-container-rtl .swiper-button-prev:before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next:before {
    content: "\f060";
}

.swiper-controls {
    z-index: 10;
}

.swiper-controls .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.2);
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: none;
}

.swiper-controls .swiper-button-prev::before,
.swiper-controls .swiper-button-next::before {
    display: none;
}

.swiper-controls .swiper-button-prev svg,
.swiper-controls .swiper-button-next svg {
    stroke: rgba(255, 255, 255, 0.48);
    transition: .33s;
}

.swiper-controls .swiper-button-prev:hover svg,
.swiper-controls .swiper-button-next:hover svg {
    stroke: #ffffff;
}

.swiper-controls .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 19px;
}

@media (min-width: 768px) {
    .swiper-controls .swiper-pagination {
        background: rgba(255, 255, 255, 0);
    }
}

.swiper-controls_vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 12;
}

.swiper-controls_vertical>*+* {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .swiper-controls_vertical {
        top: 50%;
        transform: translateY(-50%);
        right: 63px;
    }
}

.swiper-controls_horizontal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.swiper-controls_horizontal .swiper-button-prev,
.swiper-controls_horizontal .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.52);
}

.swiper-controls_horizontal .swiper-button-prev:hover,
.swiper-controls_horizontal .swiper-button-next:hover {
    border-color: #ffffff;
}

.swiper-controls_horizontal>*+* {
    margin-left: 10px;
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    transition: .2s;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
    background: white;
}

.swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

.swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: black;
}

.swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
}

.swiper-scrollbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    height: 5px;
    background: #2d2d2d;
    pointer-events: none;
}

.swiper-scrollbar-drag {
    height: inherit;
    background: #00bd9d;
}

.swiper-slide {
    position: relative;
    flex-shrink: 0;
    min-width: 100%;
    background-position: center center;
}

.swiper-slider-1 {
    height: 300px;
}

@media (min-width: 768px) {
    .swiper-slider-1 {
        height: 50vw;
    }
}

@media (min-width: 1600px) {
    .swiper-slider-1 {
        height: 41.6vw;
    }
}

.swiper-slider-2 {
    position: relative;
    z-index: 2;
    width: 100%;
}

.swiper-slider-2.swiper-slider,
.swiper-slider-2 .swiper-slider {
    min-height: calc(100vh - 90px);
}

.swiper-slider-2 .swiper-slide {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
    padding: 40px 15px 30px;
}

.swiper-slider-2 .swiper-slide-image-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.swiper-slider-2 .swiper-slide-image-wrap::before,
.swiper-slider-2 .swiper-slide-image-wrap::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    opacity: .651;
    height: 22.6%;
    pointer-events: none;
    z-index: 1;
}

.swiper-slider-2 .swiper-slide-image-wrap::before {
    display: none;
    top: 0;
    opacity: 0;
    background-image: -moz-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
}

.swiper-slider-2 .swiper-slide-image-wrap::after {
    bottom: 0;
    height: 50%;
    background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
    background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.83) 17%, rgba(222, 224, 227, 0) 100%);
}

.swiper-slider-2 .swiper-slide-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    transform: scale3d(1, 1, 1);
    transition: 1s ease-out;
}

.swiper-slider-2 .swiper-slide-active .swiper-slide-image {
    transition: 5s ease-out;
    transform: scale3d(1.13, 1.13, 1.13);
}

.ie-10 .swiper-slider-2 .swiper-slide-active .swiper-slide-image,
.ie-11 .swiper-slider-2 .swiper-slide-active .swiper-slide-image {
    transform: scale3d(1, 1, 1);
}

.swiper-slider-2 .swiper-slide-caption {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.swiper-slider-2 .swiper-slide-caption__line {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 6px;
    background: #00bd9d;
}

.swiper-slider-2 .swiper-slide-caption__inner {
    position: relative;
    overflow: hidden;
}

.swiper-slider-2 .swiper-controls,
.swiper-slider-2 .media-controls {
    position: absolute;
    left: 100%;
    transform: translateX(-100%);
    bottom: 0;
    z-index: 1;
    padding: 30px;
}

.swiper-slider-2 h3+p,
.swiper-slider-2 .heading-3+p {
    margin-top: 3px;
}

.swiper-slider-2 .swiper-custom-controls {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.swiper-slider-2 .swiper-custom-controls .swiper-button-prev,
.swiper-slider-2 .swiper-custom-controls .swiper-button-next {
    display: inline-block;
    position: static;
    transform: none;
}

@media (min-width: 768px) {
    .swiper-slider-2.swiper-slider,
    .swiper-slider-2 .swiper-slider {
        min-height: 500px;
    }
    .swiper-slider-2 .swiper-slide {
        padding: 30px 40px;
    }
    .swiper-slider-2 .swiper-slide-caption {
        padding-right: 20px;
        max-width: calc(100% - 300px);
    }
    .swiper-slider-2 .swiper-scrollbar {
        display: none;
    }
}

@media (min-width: 1200px) {
    .swiper-slider-2.swiper-slider,
    .swiper-slider-2 .swiper-slider {
        min-height: 37vw;
    }
    .swiper-slider-2 .swiper-slide-image-wrap::before {
        opacity: .651;
    }
    .swiper-slider-2 .swiper-slide-image-wrap::after {
        height: 22%;
    }
}

@media (max-width: 767.98px) {
    .page .swiper-slider-2 .media-controls {
        display: none;
    }
}

.ie-10 .swiper-slider-2 .media-controls,
.ie-11 .swiper-slider-2 .media-controls {
    width: 100%;
    justify-content: flex-end;
    pointer-events: none;
}

.ie-10 .swiper-slider-2 .media-controls>*,
.ie-11 .swiper-slider-2 .media-controls>* {
    pointer-events: auto;
}


/*
*
* Page Loaders
*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999999;
    background: #ffffff;
    transition: .3s all ease;
}

#preloader.loaded {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

#preloader>* {
    width: 100%;
    text-align: center;
}

#preloader .page-loader-body {
    margin-top: 30px;
    text-align: center;
}

[data-x-mode='true'] #page-loader {
    display: none;
}

[data-x-mode='true'] .page {
    opacity: 1 !important;
}

.cssload-cube {
    background-color: #00bd9d;
    width: 13px;
    height: 13px;
    position: absolute;
    margin: auto;
    animation: cssload-cubemove 3.8s infinite ease-in-out;
}

.cssload-cube1 {
    left: 18px;
    top: 0px;
    animation-delay: 0.19s;
}

.cssload-cube2 {
    left: 35px;
    top: 0px;
    animation-delay: 0.38s;
}

.cssload-cube3 {
    left: 53px;
    top: 0px;
    animation-delay: 0.57s;
}

.cssload-cube4 {
    left: 0px;
    top: 18px;
    animation-delay: 0.19s;
}

.cssload-cube5 {
    left: 18px;
    top: 18px;
    animation-delay: 0.38s;
}

.cssload-cube6 {
    left: 35px;
    top: 18px;
    animation-delay: 0.57s;
}

.cssload-cube7 {
    left: 53px;
    top: 18px;
    animation-delay: 0.76s;
}

.cssload-cube8 {
    left: 0px;
    top: 35px;
    animation-delay: 0.38s;
}

.cssload-cube9 {
    left: 18px;
    top: 35px;
    animation-delay: 0.57s;
}

.cssload-cube10 {
    left: 35px;
    top: 35px;
    animation-delay: 0.76s;
}

.cssload-cube11 {
    left: 53px;
    top: 35px;
    animation-delay: 0.95s;
}

.cssload-cube12 {
    left: 0px;
    top: 53px;
    animation-delay: 0.57s;
}

.cssload-cube13 {
    left: 18px;
    top: 53px;
    animation-delay: 0.76s;
}

.cssload-cube14 {
    left: 35px;
    top: 53px;
    animation-delay: 0.95s;
}

.cssload-cube15 {
    left: 53px;
    top: 53px;
    animation-delay: 1.14s;
}

.cssload-spinner {
    margin: auto;
    width: 69px;
    height: 69px;
    position: relative;
}

@-webkit-keyframes cssload-cubemove {
    35% {
        transform: scale(0.005);
    }
    50% {
        transform: scale(1.7);
    }
    65% {
        transform: scale(0.005);
    }
}

@keyframes cssload-cubemove {
    35% {
        transform: scale(0.005);
    }
    50% {
        transform: scale(1.7);
    }
    65% {
        transform: scale(0.005);
    }
}

.dtp {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 21, 21, 0.4);
    z-index: 2000;
}

.dtp>.dtp-content {
    background: #ffffff;
    max-width: 300px;
    box-shadow: -3px 5px 12px 0px rgba(87, 87, 87, 0.16);
    position: relative;
    left: 50%;
    margin: 0 auto;
}

@media (max-width: 767.98px) {
    .dtp>.dtp-content {
        max-height: 90vh;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.dtp-header {
    background: #00bd9d;
    color: #ffffff;
    text-align: center;
    padding: 0.3rem;
    position: relative;
}

.dtp-date,
.dtp-time {
    background: #00ae90;
    text-align: center;
    color: #ffffff;
    padding: 10px;
}

.dtp-date>div {
    padding: 0;
    margin: 0;
}

.dtp-actual-month {
    font-size: 1.5em;
}

.dtp-actual-num,
.dtp-actual-maxtime {
    font-size: 3em;
    line-height: 0.9;
}

.dtp-actual-year {
    font-size: 1.5em;
    color: #ffffff;
}

.dtp-picker {
    padding: 1rem;
    text-align: center;
}

.dtp-picker-month,
.dtp-actual-time {
    font-weight: 500;
    text-align: center;
}

.dtp-close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
}

.dtp-close>a {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
}

.dtp table.dtp-picker-days {
    margin: 0;
    border: none;
}

.dtp table.dtp-picker-days th {
    border-top: 0;
}

.dtp table.dtp-picker-days tr {
    border: none;
}

.dtp table.dtp-picker-days tr>td {
    border: none;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: .6rem 0.3rem;
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
    color: #bdbdbd !important;
}

.dtp table.dtp-picker-days tr>td>a {
    color: #151515;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    transition: .3s all ease;
}

.dtp .dtp-picker-time>a {
    color: #151515;
    padding: 0.4rem 0.5rem 0.5rem 0.6rem;
    border-radius: 50% !important;
}

.dtp table.dtp-picker-days tr>td>a.selected,
.dtp table.dtp-picker-days tr>td>a:hover {
    background: #00bd9d;
    color: #ffffff;
}

.dtp table.dtp-picker-days tr>th {
    color: #151515;
    text-align: center;
    font-weight: 700;
    padding: 0.4rem 0.3rem;
    border-bottom: none;
}

.dtp .p10,
.dtp .p20,
.dtp .p60,
.dtp .p80 {
    display: inline-block;
    vertical-align: middle;
}

.dtp .p10 {
    width: 10%;
}

.dtp .p10>a {
    color: #ffffff;
    transition: .3s all ease;
}

.dtp .p10>a:hover {
    color: #151515;
}

.dtp .p20 {
    width: 20%;
}

.dtp .p60 {
    width: 60%;
}

.dtp .p80 {
    width: 80%;
}

.dtp-picker-month {
    display: none !important;
}

.dtp-meridien-am,
.dtp-meridien-pm {
    position: relative;
    top: 10px;
    color: #151515;
    font-weight: 500;
    padding: 0.7rem 0.5rem;
    border-radius: 50% !important;
    text-decoration: none;
    background: #eee;
    font-size: 1rem;
}

.dtp-actual-meridien a.selected {
    background: #00bd9d;
    color: #ffffff;
}

.dtp-picker-time {
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 1em;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 500;
    text-align: center !important;
}

.dtp-picker-time>a {
    display: block;
    line-height: 23px;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.dtp-picker-time>a.dtp-select-hour.selected,
.dtp-picker-time>a.dtp-select-hour:hover {
    background: #00bd9d;
    color: #ffffff;
}

.dtp-picker-time>a.dtp-select-hour.disabled {
    color: #575757;
}

.dtp-picker-time>a.dtp-select-minute.disabled {
    color: #575757;
}

.dtp-picker-time>a.dtp-select-minute.selected {
    background: #00bd9d;
    color: #ffffff;
}

.dtp-picker-clock {
    margin: 1rem 2rem 0 2rem;
    padding: 1rem;
    border-radius: 50% !important;
    background: #bdfff4;
}

.dtp-clock-center {
    width: 15px;
    height: 15px;
    background: #575757;
    border-radius: 50%;
    position: absolute;
    z-index: 50;
}

html[class*="ie"] .dtp-clock-center {
    display: none;
}

.dtp-hand,
.dtp-hour-hand {
    position: absolute;
    width: 4px;
    margin-left: -2px;
    background: #575757;
    transform: rotate(0deg);
    transform-origin: bottom;
    z-index: 1;
}

html[class*="ie"] .dtp-hand,
html[class*="ie"] .dtp-hour-hand {
    display: none;
}

.dtp-minute-hand {
    width: 2px;
    margin-left: -1px;
}

.dtp-hand.on {
    background: #00bd9d;
}

.dtp-buttons {
    padding: 0 1rem 1rem 1rem;
    text-align: right;
}

.dtp .invisible {
    visibility: hidden;
}

.dtp-buttons {
    margin-bottom: -15px;
    margin-left: -10px;
    margin-right: -5px;
}

.dtp-buttons:empty {
    margin-bottom: 0;
    margin-left: 0;
}

.dtp-buttons>* {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: 10px;
}

.hidden {
    display: none;
}


/*
* Material Parallax
*/

.parallax-content {
    position: relative;
    z-index: 1;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-position: center center;
}

.ipad .parallax-container,
.iphone .parallax-container {
    background-attachment: scroll !important;
}

.material-parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 101%;
    min-height: 101%;
    max-width: none;
    transform: translate3d(-50%, 0, 0);
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    float: none;
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}


/* Icons */


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(21, 21, 21, 0.6);
    color: transparent;
    top: 50%;
    margin-top: -10px \9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: 0;
}

[dir="rtl"] .slick-next {
    left: 0;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    display: block;
    list-style: none;
    text-align: center;
    padding: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    height: 4px;
    width: 20px;
    padding: 0;
    cursor: pointer;
    background: #e8e8e8;
    font-size: 0;
    line-height: 0;
    transition: .33s;
}

.slick-dots li button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #00bd9d;
}

.slick-wrap {
    position: relative;
    overflow: hidden;
    max-width: 2050px;
    margin-left: auto;
    margin-right: auto;
}

.slick-style-1 {
    margin-bottom: 0;
}

.slick-style-1,
.slick-style-1 * {
    backface-visibility: hidden;
}

.slick-style-1 .slick-arrow {
    display: none !important;
}

.slick-style-1 .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .slick-style-1 {
        max-width: 410px;
        margin-left: auto;
        margin-right: auto;
    }
    .slick-style-1 .thumb-ann {
        max-width: 410px;
    }
}

@media (min-width: 768px) {
    .slick-style-1 {
        margin-left: -17px;
        margin-right: -17px;
        width: calc(100% + 34px);
        pointer-events: none;
    }
    .slick-style-1 .slick-wrapper {
        align-items: center;
        will-change: transform;
        backface-visibility: hidden;
    }
    .slick-style-1 .slick-dots {
        display: none !important;
    }
    .slick-style-1 .slick-slide {
        position: relative;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        cursor: pointer;
        z-index: 0;
    }
    .slick-style-1 .slick-slide:not(.slick-center) .thumb-ann__caption {
        opacity: 0;
    }
    .slick-style-1 .slick-active {
        z-index: 2;
        pointer-events: auto;
    }
    .slick-style-1 .slick-slide-caption {
        position: relative;
        transform: translate3d(-70px, 0, 0);
        transition: transform .45s;
        will-change: transform;
        padding: 15px;
        background: #ffffff;
    }
    .slick-style-1 .slick-slide-caption::before,
    .slick-style-1 .slick-slide-caption::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        transition: opacity .22s;
    }
    .slick-style-1 .slick-slide-caption::before {
        z-index: 2;
        border: 15px solid #ffffff;
        box-shadow: 0 0 9px 0 rgba(1, 3, 4, 0.12);
        opacity: 0;
    }
    .slick-style-1 .slick-slide-caption::after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
        opacity: 1;
    }
    .slick-style-1 .slick-slide-inner {
        display: flex;
        align-items: center;
        flex-shrink: 0;
        pointer-events: none;
        width: calc(100% + 220px);
    }
    .slick-style-1 .slick-center {
        overflow: visible;
        z-index: 3;
        justify-content: center;
    }
    .slick-style-1 .slick-center .slick-slide-caption {
        transform: translate3d(0, 0, 0) scale3d(1.165, 1.165, 1.165);
    }
    .slick-style-1 .slick-center .slick-slide-inner {
        pointer-events: auto;
    }
    .slick-style-1 .slick-center .slick-slide-caption::before {
        opacity: 1;
    }
    .slick-style-1 .slick-center .slick-slide-caption::after {
        opacity: 0;
    }
    .slick-style-1 .slick-center+.slick-slide {
        justify-content: flex-start;
    }
    .slick-style-1 .slick-center+.slick-slide .slick-slide-caption::after {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    }
    .slick-style-1 .slick-center+.slick-slide .slick-slide-caption {
        transform: translate3d(70px, 0, 0);
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .slick-style-1 .slick-slide-caption {
        transform-origin: 50% 50%;
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .slick-style-1 .slick-slide {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (min-width: 1600px) {
    .slick-style-1 .slick-slide {
        margin-top: 60px;
        margin-bottom: 80px;
    }
}


/*
*
* Animate.css
* --------------------------------------------------
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

html:not(.lt-ie10) .not-animated {
    opacity: 0;
}


/**
* FadeIn Keyframes Animation
*/

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/**
* FadeInUp Keyframes Animation
*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/**
* FadeInDown Keyframes Animation
*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/**
* FadeInLeft Keyframes Animation
*/

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


/**
* FadeInRight Keyframes Animation
*/

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/*
**
* FadeOut Keyframes Animation
*/

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}


/**
* SlideInDown Keyframes Animation
*/

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}


/**
* SlideInLeft Keyframes Animation
*/

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}


/**
* SlideInRight Keyframes Animation
*/

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}


/**
* SlideOutDown Keyframes Animation
*/

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

@keyframes fadeInLeftSmall {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInUpSmall {
    animation-name: fadeInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slideInUpSmall {
    animation-name: slideInUpSmall;
    transform-origin: 50% 100%;
}

@keyframes slideInUpSmall {
    0% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0);
    }
}

.scaleInVertical {
    animation-name: scaleInVertical;
    transform-origin: 50% 50%;
}

@keyframes scaleInVertical {
    0% {
        transform: scale(1, 0);
    }
    100% {
        transform: scale(1, 1);
    }
}


/**
*  jPlayer
* -----------------------------------------------------------------------------
*/

.jp-custom-playlist {
    text-align: left;
}

.jp-custom-playlist li {
    margin: 2px 0;
    padding: 3px 12px;
    background-color: #e4e4e4;
}

.jp-custom-playlist li a:before {
    display: inline-block;
    margin-right: 6px;
    font-family: "Material Design Icons";
    content: "\f4f9";
}

.jp-custom-playlist li.playing a:before {
    content: "\f4d3";
}

.jp-custom-playlist li.playing a {
    color: #00bd9d;
}

.jp-player-init {
    /**
   * Player
   * -----------------------------------------------------------------------------
   */
    /* jPlayer: Cotrols
  ----------------------------------------------- */
    /* jPlayer: Progress Bar
  ----------------------------------------------- */
    /* jPlayer: Volume Bar
  ----------------------------------------------- */
    /* Diagonal Background Bars */
    /* jPlayer: Playlist
  ----------------------------------------------- */
}

.jp-player-init.jp-player-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.jp-player-init.jp-player-fixed .jp-audio {
    max-width: none;
    padding: 0;
    transition: .3s;
    transform: translateY(100%);
}

.jp-player-init.jp-player-fixed .jp-audio.jp-state-playing {
    transform: translateY(0);
}

.jp-player-init.jp-player-fixed .jp-interface {
    border-radius: 0;
}

.jp-player-init.jp-player-fixed .jp-no-solution,
.jp-player-init.jp-player-fixed .jp-playlist {
    display: none;
}

.jp-player-init .jp-jplayer {
    height: 0 !important;
    width: 0 !important;
}

.jp-player-init .jp-audio {
    font-size: 25px;
    font-size: 1.6rem;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1.25em;
}

.jp-player-init .jp-audio a {
    color: #d2d6db;
    text-decoration: none;
}

.jp-player-init .jp-audio a:hover {
    color: #ffffff;
}

.jp-player-init .jp-interface {
    display: flex;
    background-color: #2b2d2d;
    background-repeat: repeat-x;
    background-image: linear-gradient(#4a4c4d, #2b2d2d);
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    height: 30px;
    position: relative;
    width: 100%;
    font-size: 15px;
}

@media (min-width: 480px) {
    .jp-player-init .jp-audio {
        max-width: 35em;
    }
    .jp-player-init .jp-interface {
        border-radius: 3px;
    }
}

.jp-player-init .jp-button {
    float: left;
}

.jp-player-init .jp-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #d2d6db;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0;
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 110%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition: none;
    transition: none;
    white-space: nowrap;
    width: 2.125em;
}

.jp-player-init .jp-btn:before {
    font-family: "Material Design Icons";
    font-size: 25px;
    font-size: 1rem;
    line-height: 1.875em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-indent: 0;
}

.jp-player-init .jp-btn:hover {
    color: #ffffff;
}

.jp-player-init .jp-play:before {
    content: "\f4f9";
    text-indent: 0.1875em;
}

.jp-player-init .jp-mute:before {
    content: "\f66b";
}

.jp-player-init .jp-state-playing .jp-play:before {
    content: "\f4d3";
    text-indent: 0;
}

.jp-player-init .jp-state-muted .jp-mute:before {
    content: "\f66e";
}

.jp-player-init .jp-previous:before {
    content: "\f59d";
}

.jp-player-init .jp-next:before {
    content: "\f59c";
}

.jp-player-init .jp-controls {
    display: flex;
    padding: 0 10px;
}

.jp-player-init .jp-controls .jp-play {
    left: -2px;
}

.jp-player-init .jp-controls .jp-btn {
    width: 20px;
}

.jp-player-init .jp-time-rail {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    float: left;
    height: 1.875em;
    padding: 0.75em;
    position: relative;
    width: calc(100% - 165px);
}

.jp-player-init .jp-time-rail:before,
.jp-player-init .jp-time-rail:after {
    border-left: 1px solid;
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
}

.jp-player-init .jp-time-rail:before {
    border-color: rgba(0, 0, 0, 0.25);
    right: 100%;
    margin-right: 1px;
}

.jp-player-init .jp-time-rail:after {
    border-color: rgba(255, 255, 255, 0.05);
    left: 100%;
    margin-left: 1px;
}

.jp-player-init .jp-progress {
    background: #262929;
    border: 1px solid;
    border-color: #212424 #262929 #262929;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05);
    height: 0.4375em;
    width: 100%;
}

.jp-player-init .jp-seek-bar,
.jp-player-init .jp-play-bar {
    border-radius: 1px;
    height: 0.3125em;
    width: 0;
}

.jp-player-init .jp-seek-bar {
    background: #464849;
    cursor: pointer;
    position: relative;
}

.jp-player-init .jp-play-bar {
    animation: progress-bar 0.75s linear infinite;
}

.jp-player-init .jp-volume-bar {
    float: left;
    z-index: 99;
    position: relative;
    margin: 0.75em 1em 0 -0.3125em;
    width: 2.5em;
    height: 0.4375em;
    cursor: pointer;
    background: #262929;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.05);
    border-radius: 1px;
}

.jp-player-init .jp-volume-bar-value {
    width: 0;
    height: 0.3125em;
    margin: 1px;
    border-radius: 1px;
}

.jp-player-init .jp-play-bar,
.jp-player-init .jp-volume-bar-value {
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.3);
    background-size: 0.4375em 0.4375em;
    background-color: #008a73;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#00bd9d), to(#008a73));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00bd9d), color-stop(100%, #008a73));
    background-image: -webkit-linear-gradient(#00bd9d, #008a73);
    background-image: -o-linear-gradient(#00bd9d, #008a73);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='$primary', endColorstr='darken($primary, 10%)', GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='$primary', endColorstr='darken($primary, 10%)', GradientType=0)";
    background-image: linear-gradient(#00bd9d, #008a73);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-player-init .jp-playlist {
    text-align: left;
    background-color: #4a4c4d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 3px 3px;
    font-size: 19px;
    font-size: 1.2rem;
    margin: 0 auto;
}

.jp-player-init .jp-playlist.jp-playlist--hidden {
    display: none;
}

.jp-player-init .jp-playlist .jp-playlist-current {
    background-color: rgba(0, 0, 0, 0.1);
}

.jp-player-init .jp-playlist .jp-playlist-current a {
    color: #ffffff;
}

.jp-player-init .jp-playlist a {
    display: block;
    padding: 0.58333333em 1em;
}

.jp-player-init .jp-playlist ul {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
}

.jp-player-init .jp-playlist li {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    width: 100%;
}

.jp-player-init .jp-playlist li:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.jp-player-init .jp-playlist li:first-child {
    border-top: none;
}

.jp-player-init .jp-playlist li:last-child {
    border-bottom: none;
}

.jp-player-init .jp-free-media {
    display: block;
    float: right;
    font-size: 0.83333333em;
    letter-spacing: 0.05em;
    line-height: 2em;
    margin-right: 1em;
    padding: 0.58333333em 0;
    text-transform: uppercase;
}

.jp-player-init .jp-free-media a {
    display: inline;
    padding: 0;
}

.jp-player-init .jp-free-media a:first-child:before,
.jp-player-init .jp-free-media a:last-child:after {
    content: " ";
}

.jp-player-init .jp-state-playing .jp-playlist-current {
    border-top-color: rgba(0, 0, 0, 0.35);
}

.jp-player-init .jp-state-playing .jp-playlist-current a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.jp-player-init .jp-state-playing .jp-playlist-current .jp-free-media a {
    background-color: transparent;
}

.jp-player-init .jp-playlist-item-remove {
    display: none;
    padding: 0;
}

@media (min-width: 480px) {
    .jp-player-init .jp-playlist {
        width: 94%;
    }
}


/*
 * Project: CirclePlayer
 * http://www.jplayer.org
 *
 * Copyright (c) 2012 Happyworm Ltd
 *
 * Author: Silvia Benvenuti
 * Edited by: Mark J Panaghiston
 * Date: 2nd October 2012
 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz
 */

.cp-container {
    position: relative;
    width: 104px;
    /* 200 - (2 * 48) */
    height: 104px;
    background: url("../images/bgr.jpg") 0 0 no-repeat;
    padding: 48px;
    -webkit-tap-highlight-color: transparent;
    box-sizing: content-box;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .prototype-wrapper {
        display: flex;
        justify-content: space-around;
    }
}

.cp-container :focus {
    border: none;
    outline: 0;
}

.cp-buffer-1,
.cp-buffer-2,
.cp-progress-1,
.cp-progress-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 104px;
    height: 104px;
    clip: rect(0px, 52px, 104px, 0px);
    -moz-border-radius: 52px;
    border-radius: 52px;
}


/* FALLBACK for .progress
 * (24 steps starting from 1hr filled progress, Decrease second value by 104px for next step)
 * (It needs the container selector to work. Or use div)
 */

.cp-container .cp-fallback {
    background: url("../images/progress_sprite.jpg") no-repeat;
    background-position: 0 104px;
}

.cp-progress-1,
.cp-progress-2 {
    background: url("../images/progress.png") 0 0 no-repeat;
}

.cp-buffer-holder,
.cp-progress-holder,
.cp-circle-control {
    position: absolute;
    width: 104px;
    height: 104px;
}

.cp-circle-control {
    cursor: pointer;
}

.cp-buffer-holder,
.cp-progress-holder {
    clip: rect(0px, 104px, 104px, 52px);
    display: none;
}


/* This is needed when progress is greater than 50% or for fallback */

.cp-buffer-holder.cp-gt50,
.cp-progress-holder.cp-gt50,
.cp-progress-1.cp-fallback {
    clip: rect(auto, auto, auto, auto);
}

.cp-controls {
    margin: 0;
    padding: 26px;
}

.cp-controls li {
    list-style-type: none;
    display: block;
    /*IE Fix*/
    position: absolute;
}

.cp-controls li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 1;
    cursor: pointer;
    transition: 0s;
}

.cp-controls .cp-play {
    background: url("../images/controls.jpg") 0 0 no-repeat;
}

.cp-controls .cp-play:hover {
    background: url("../images/controls.jpg") -50px 0 no-repeat;
}

.cp-controls .cp-pause {
    background: url("../images/controls.jpg") 0 -50px no-repeat;
}

.cp-controls .cp-pause:hover {
    background: url("../images/controls.jpg") -50px -50px no-repeat;
}

.cp-jplayer {
    width: 0;
    height: 0;
}

.jp-video-full {
    width: 480px;
    height: 270px;
    position: static !important;
    position: relative;
}

.jp-video.jp-state-full-screen .jp-jplayer,
.jp-video.jp-state-full-screen .jp-jplayer {
    width: 100% !important;
    height: 100% !important;
}

.jp-video.jp-state-full-screen:not(.jp-state-playing) .jp-playlist {
    pointer-events: all;
    opacity: 1;
}

.jp-video.jp-state-full-screen .jp-playlist {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease-in-out .4s;
    display: inline-block;
    min-width: 400px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 12px 5px;
}

.jp-video.jp-state-full-screen .jp-playlist li.jp-playlist-current a {
    color: #00bd9d;
}

.jp-video.jp-state-full-screen .jp-playlist li a {
    color: #fff;
}

.jp-video.jp-state-full-screen .jp-playlist li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.jp-video-full .jp-jplayer {
    top: 0;
    left: 0;
    position: fixed !important;
    position: relative;
    /* Rules for IE6 (full-screen) */
    overflow: hidden;
    z-index: 1000;
}

.jp-video-full .jp-gui {
    position: fixed !important;
    position: static;
    /* Rules for IE6 (full-screen) */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.jp-video-full .jp-interface {
    position: absolute !important;
    position: relative;
    /* Rules for IE6 (full-screen) */
    bottom: 0;
    left: 0;
    z-index: 1000;
}

.jp-video {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    background: #000;
}

.jp-video .jp-interface {
    position: relative;
    width: 100%;
    height: 35px;
    background-color: #f2f2f2;
    box-shadow: inset 0px 1px 0px #f7f7f7, inset 0px -1px 0px #e2e2e2;
}

.jp-video div.jp-controls-holder {
    clear: both;
    margin: 0 auto;
    display: flex;
    position: relative;
    overflow: hidden;
}

.jp-video a.jp-play,
.jp-video a.jp-pause {
    width: 40px;
    height: 35px;
    float: left;
    text-indent: 110%;
    outline: none;
}

.jp-video a.jp-previous:before {
    content: "\f59d";
    font-family: "Material Design Icons";
}

.jp-video a.jp-next:before {
    content: "\f59c";
    font-family: "Material Design Icons";
}

.jp-video a.jp-previous,
.jp-video a.jp-next {
    position: relative;
    align-items: center;
    justify-content: center;
    width: 30px;
    color: #706d6d;
    display: none;
}

@media (min-width: 480px) {
    .jp-video a.jp-previous,
    .jp-video a.jp-next {
        display: flex;
    }
}

.jp-video a.jp-play {
    background: url(../images/sprite.png) 0 0 no-repeat;
}

.jp-video a.jp-pause {
    background: url(../images/sprite.png) -40px 0 no-repeat;
    display: none;
}

.jp-video #seperator {
    background-image: url(../images/seperator.png);
    background-repeat: no-repeat;
    width: 2px;
    height: 35px;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}

.jp-video .jp-progress {
    background: #706d6d;
    border-radius: 5px;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.4);
    flex: 1;
    height: 10px;
    float: left;
    margin-top: 13px;
    margin-right: 10px;
    margin-left: 10px;
}

.jp-video .jp-time-wrapper {
    display: none;
}

@media (min-width: 480px) {
    .jp-video .jp-time-wrapper {
        display: block;
    }
}

.jp-video .jp-seek-bar {
    width: 0px;
    height: 100%;
    cursor: pointer;
}

.jp-video .jp-seeking-bg {
    background: #575555;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.jp-video .jp-play-bar {
    width: 0px;
    height: 10px;
    position: relative;
    z-index: 9;
    background-size: 12px 12px;
    background-color: #008a73;
    background-repeat: repeat-x;
    border-radius: 5px;
    background-image: linear-gradient(#00bd9d, #008a73);
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.jp-video .jp-play-bar span {
    position: absolute;
    top: -3px;
    right: -12px;
    background: url(../images/handle.png) no-repeat center;
    width: 16px;
    height: 17px;
}

.jp-video .jp-current-time,
.jp-video .jp-duration {
    font-size: 11px;
    font-family: Arial;
    color: #444444;
    margin-top: 12px;
    float: left;
}

.jp-video .jp-current-time {
    float: left;
    display: inline;
}

.jp-video .jp-duration {
    float: left;
    display: inline;
    text-align: right;
}

.jp-video .jp-current-time {
    margin-left: 10px;
}

.jp-video .jp-duration {
    margin-right: 10px;
}

.jp-video .time-sep {
    float: left;
    margin: 13px 3px 0 3px;
    font-size: 11px;
    font-family: Arial;
    color: #444444;
}

.jp-video a.jp-mute,
.jp-video a.jp-unmute {
    text-indent: -9999px;
    float: left;
    height: 35px;
    outline: none;
}

.jp-video .jp-mute {
    float: left;
    background: url(../images/sprite.png) -80px 0 no-repeat;
    margin-top: 1px;
    margin-left: -10px;
    width: 35px;
}

.jp-video a.jp-unmute {
    background: url(../images/sprite.png) -115px 0 no-repeat;
    margin-top: 1px;
    margin-left: -13px;
    display: none;
    width: 38px;
}

.jp-video .jp-volume-bar {
    float: left;
    margin-top: 13px;
    margin-right: 10px;
    overflow: hidden;
    width: 70px;
    height: 10px;
    cursor: pointer;
    background: #706d6d;
    border-radius: 5px;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.jp-video .jp-volume-bar-value {
    background: rgba(112, 109, 109, 0.01);
    width: 0px;
    height: 10px;
    position: relative;
}

.jp-video .jp-volume-bar-value span {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/volume.png) no-repeat center;
    width: 11px;
    height: 10px;
}

.jp-video .jp-full-screen {
    background: url(../images/sprite.png) -150px 0 no-repeat;
    float: left;
    width: 40px;
    height: 35px;
    text-indent: -9999px;
    margin-left: -15px;
    outline: none;
}

.jp-video .jp-restore-screen {
    background: url(../images/sprite.png) -150px 0 no-repeat;
    float: left;
    width: 40px;
    height: 35px;
    text-indent: -9999px;
    margin-left: -15px;
    outline: none;
}

.jp-video .jp-playlist li {
    padding: 3px 0;
}

.jp-video .jp-playlist li.jp-playlist-current a {
    color: #fff;
}

.jp-video .jp-jplayer {
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
}


/*
* Card groups
*/

.card-group-custom {
    display: block;
    margin-bottom: 0;
}

.card-group-custom .card-heading+.card-collapse>.card-body,
.card-group-custom .card-heading+.card-collapse>.list-group {
    border-top: 0;
}

.card-group-custom .card+.card {
    margin-top: 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.card-title {
    margin-bottom: 0;
}

.card-group.card-group-corporate .card+.card {
    margin-top: 30px;
}

.card-custom {
    margin: 0;
    background: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: left;
}

.card-custom a {
    display: block;
}

.card-custom .card-heading {
    padding: 0;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-custom .card-body {
    padding: 0;
    border: 0;
}

*+.card-group-custom {
    margin-top: 35px;
}

@media (min-width: 768px) {
    *+.card-group-custom {
        margin-top: 50px;
    }
}


/*
* Card corporate
*/

.card-corporate {
    text-align: left;
    box-shadow: -1px 1px 6px 0px rgba(68, 73, 83, 0.12);
}

.card-corporate .card-title a,
.card-corporate .card-collapse {
    background: #ffffff;
}

.card-corporate .card-title a {
    position: relative;
    z-index: 1;
    padding: 23px 82px 21px 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #575757;
    transition: 1.3s all ease;
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #dedede;
}

.card-corporate .card-title a .card-arrow {
    transition: .33s;
}

.card-corporate .card-title a.collapsed {
    border-bottom-width: 0;
    border-radius: 6px;
}

.card-corporate .card-title a.collapsed .card-arrow {
    border-radius: 0 6px 6px 0;
}

.card-corporate .card-title a.collapsed .card-arrow::before {
    opacity: 1;
}

.card-corporate .card-title a.collapsed .card-arrow::after {
    opacity: 0;
}

.card-corporate .card-arrow {
    position: absolute;
    top: 0;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    width: 70px;
    background: #00bd9d;
    border-radius: 0 6px 0 0;
    transition: .33s all ease;
}

.card-corporate .card-arrow::before,
.card-corporate .card-arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: 'Material Icons';
    font-size: 24px;
    color: #ffffff;
    transition: .22s;
}

.card-corporate .card-arrow::before {
    content: '\e15b';
    opacity: 0;
}

.card-corporate .card-arrow::after {
    content: '\e145';
    opacity: 1;
}

.card-corporate .card-arrow:hover {
    background: #00bd9d;
}

.card-corporate .collapse {
    position: relative;
    z-index: 1;
    color: #9b9b9c;
    border-radius: 0 0 6px 6px;
    background: #ffffff;
}

.card-corporate .card-body {
    padding: 25px 44px 25px 32px;
}

@media (max-width: 767.98px) {
    .card-corporate .card-title a,
    .card-corporate .card-body {
        padding-left: 25px;
    }
}

@media (min-width: 768px) {
    .card-corporate .card-title a {
        font-size: 18px;
    }
}


/*
*
* Owl Carousel
*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}


/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font: 400 40px/80px 'FontAwesome';
    cursor: pointer;
    z-index: 1;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:before {
    content: '\f144';
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/*
 * Owl Navigation
 */

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font: 400 46px/50px 'FontAwesome';
    color: #151515;
}

.owl-prev:hover,
.owl-next:hover {
    color: #00bd9d;
}

.owl-prev {
    left: 0;
}

.owl-prev:before {
    content: '\f104';
}

.owl-next {
    right: 0;
}

.owl-next:before {
    content: '\f105';
}


/*
 * Owl Pagination
 */

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 11px;
    border: 2px solid #00bd9d;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    outline: none;
    cursor: pointer;
    background-color: transparent;
    transition: .2s;
}

.owl-dot:hover,
.owl-dot:focus {
    background-color: #00bd9d;
}

.owl-dot.active {
    background-color: #00bd9d;
}


/*
* Custom Navigation
*/

.owl-arrow {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.owl-arrow::-moz-focus-inner {
    border: none;
    padding: 0;
}

.owl-arrow {
    position: absolute;
    overflow: hidden;
    top: 50%;
    z-index: 10;
    display: block;
    width: 52px;
    height: 57px;
    padding-top: 6px;
    transform: translateY(-50%);
    color: #ffffff;
    background: rgba(21, 21, 21, 0.29);
    transition: .33s;
}

.owl-arrow svg {
    position: relative;
    z-index: 1;
    stroke: #ffffff;
    transition: .3s;
}

.owl-arrow:hover {
    background: #00bd9d;
}

.owl-arrow-prev {
    left: 0;
}

.owl-arrow-next {
    right: 0;
}


/*
* Owl Carousel Custom Styles
*/

.owl-carousel .owl-item>[class^='thumb'] {
    width: 100%;
    max-width: 100%;
}

.owl-carousel-wrap {
    position: relative;
}

@media (min-width: 992px) {
    .col-lg-10 .owl-arrow-prev {
        left: -65px;
    }
    .col-lg-10 .owl-arrow-next {
        right: -65px;
    }
}

@media (min-width: 992px) {
    .col-lg-11 .owl-arrow-prev {
        left: -65px;
    }
    .col-lg-11 .owl-arrow-next {
        right: -65px;
    }
}

@media (min-width: 1200px) {
    .col-xl-8 .owl-arrow-prev {
        left: -85px;
    }
    .col-xl-8 .owl-arrow-next {
        right: -85px;
    }
}

@media (min-width: 1200px) {
    .col-xl-10 .owl-arrow-prev {
        left: -100px;
    }
    .col-xl-10 .owl-arrow-next {
        right: -100px;
    }
}

*+.owl-carousel_style-1 {
    margin-top: 30px;
}

@media (min-width: 768px) {
    *+.owl-carousel_style-1 {
        margin-top: 45px;
    }
}

.owl-carousel_style-2 .item {
    width: 101%;
    margin-right: -2px;
}

.owl-carousel_style-2 .item img {
    width: 100%;
}

@media (min-width: 576px) {
    .owl-carousel_style-2 .owl-stage-outer {
        padding: 55px 0;
    }
    .owl-carousel_style-2 .owl-item {
        transform: scale3d(1, 1, 1);
        transition: .5s;
    }
    .owl-carousel_style-2 .owl-item.center {
        transform: scale3d(1.15, 1.15, 1.15);
        z-index: 2;
        box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.29);
    }
}

*+.owl-carousel_style-2 {
    margin-top: 20px;
}

@media (min-width: 768px) {
    *+.owl-carousel_style-2 {
        margin-top: 30px;
    }
}

.owl-carousel_style-3 .super-custom {
    position: relative;
}

.owl-carousel_style-3 .super-custom::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(95, 158, 160, 0.5);
}

.owl-carousel[data-nav-custom] .owl-prev,
.owl-carousel[data-nav-custom] .owl-next {
    display: none;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    transition: color .2s linear;
}

@media (max-width: 575.98px) {
    .lg-toolbar .lg-icon {
        font-size: 21px;
        width: 36px;
    }
}

@media (max-width: 575.98px) {
    #lg-counter {
        font-size: 14px;
        line-height: 27px;
    }
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
    margin-left: auto;
    margin-right: auto;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 4px;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1160;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
    font-family: lg;
    src: url(../fonts/lg.eot?n1z373);
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal;
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1180;
    border: none;
    outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff;
}

.lg-actions .lg-next {
    right: 20px;
}

.lg-actions .lg-next:before {
    content: "\e095";
}

.lg-actions .lg-prev {
    left: 20px;
}

.lg-actions .lg-prev:after {
    content: "\e094";
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: -30px;
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0;
    }
    50% {
        left: 30px;
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative;
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative;
}

.lg-toolbar {
    z-index: 1182;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.lg-toolbar .lg-icon:hover {
    color: #fff;
}

.lg-toolbar .lg-close:after {
    content: "\e070";
}

.lg-toolbar .lg-download:after {
    content: "\e0f2";
}

.lg-sub-html {
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1180;
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0;
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
    transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1);
    opacity: 1;
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1180;
    max-height: 350px;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    margin-bottom: 5px;
}

@media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease;
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #00bd9d;
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #fff;
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff";
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px;
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1180;
    cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../images/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../images/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../images/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../images/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible;
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1183;
    opacity: 0;
    transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
    background-color: #00bd9d;
    height: 5px;
    width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1;
}

.lg-autoplay-button:after {
    content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    transform: scale3d(1, 1, 1);
    transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#lg-zoom-in:after {
    content: "\e311";
}

#lg-actual-size {
    font-size: 20px;
}

#lg-actual-size:after {
    content: "\e033";
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none;
}

#lg-zoom-out:after {
    content: "\e312";
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto;
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1180;
    height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible;
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #fff;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%;
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
    display: block;
    height: 12px;
    transition: box-shadow .3s ease 0s;
    width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0;
}

.lg-fullscreen:after {
    content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1181;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .18s, opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    right: 16px;
    top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333;
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%;
}

.lg-outer #lg-share {
    position: relative;
}

.lg-outer #lg-share:after {
    content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903";
}

.lg-group:after {
    content: "";
    display: table;
    clear: both;
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1150;
    text-align: left;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-outer.lg-visible {
    opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    transition-duration: inherit !important;
    transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    transition-duration: 0s !important;
    opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
    cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: grabbing;
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
}

.lg-outer .lg-item {
    background: url(../images/loading.gif) center center no-repeat;
    display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.lg-outer .lg-item.lg-complete {
    background-image: none;
}

.lg-outer .lg-item.lg-current {
    z-index: 1160;
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none;
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1140;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
    opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
    opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}