html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Association1951', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.12em;
    letter-spacing: .01em;
    line-height: 1.4em;
    text-transform: none;
    color: #2c2c2c;
}

b, strong {
    font-weight: bold;
}

blockquote {
    padding-bottom: .5em;
    font-family: 'Association1951', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .02em;
    line-height: 1.3em;
    text-transform: none;
    text-align: center;
}

blockquote + p {
    display: block;
    padding-top: 0;
    font-family: 'Association1951', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .06em;
    line-height: 1.8em;
    text-transform: none;
    text-align: center;
}

.page {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Association1951', sans-serif;
}

footer h4 {
    font-size: 18px;
}

h1 {
    font-size: 3em;
}

h1, h2, h3 {
    text-rendering: optimizeLegibility;
}

h2 {
    font-style: normal;
    font-size: 1.5em;
    letter-spacing: .03em;
    line-height: 1.3em;
    text-transform: none;
}

h3 {
    font-family: 'Association1951', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.12em;
    letter-spacing: .01em;
    line-height: 1.3em;
    /*text-transform: uppercase;*/
}

/*
* Sections
*/
.section-xs {
    padding: 25px 0;
}

.section-sm,
.section-md,
.section-lg,
.section-xl {
    padding: 60px 0;
}

.section-xxl {
    padding: 80px 0;
}

.section-collapse + .section-collapse {
    padding-top: 0;
}

.section-collapse:last-child {
    padding-bottom: 0;
}

html [class*='section-'].section-bottom-0 {
    padding-bottom: 0;
}

@media (max-width: 991.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;
    }
    .section-sm,
    .section-md,
    .section-lg,
    .section-xl {
        padding: 30px 0;
    }
}

@media (min-width: 768px) {
    .section-sm {
        padding: 60px 0;
    }
    .section-md {
        padding: 70px 0;
    }
    .section-lg {
        padding: 85px 0;
    }
    .section-xl {
        padding: 100px 0;
        padding: 70px 0;
    }
    .section-xxl {
        padding: 110px 0;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 80px 0 90px;
    }
    .section-lg {
        padding: 100px 0;
    }
    .section-xl {
        padding: 115px 0;
        padding: 70px 0;
    }
    .section-xxl {
        padding: 145px 0;
    }
}

@media (min-width: 1200px) {
    .section-lg {
        padding: 115px 0;
    }
    .section-xl {
        /*padding: 135px 0;*/
    }
    .section-xxl {
        padding: 175px 0;
    }
}

.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-wrap {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-single * + .rd-mailform-wrap {
    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;
    }
}

.section-main-bunner {
    position: relative;
    background: #232323;
    overflow: hidden;
}

@media (min-width: 992px) {
    .section-main-bunner {
        min-height: 100vh;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.section-main-bunner .main-bunner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .4;
}

@media (min-width: 1200px) {
    .section-main-bunner .main-bunner-img {
        left: -100px;
        right: -100px;
        bottom: -100px;
        top: -100px;
        animation: bunner-img 10s infinite;
    }
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
    z-index: 1;
}

.section-main-bunner .main-bunner-inner * + h1 {
    margin-top: 30px;
}

.section-main-bunner .main-bunner-inner .bunner-location {
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 400;
}

.section-main-bunner .main-bunner-inner .bunner-location .icon {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: top;
}

@media (min-width: 576px) {
    .section-main-bunner .main-bunner-inner .bunner-location .icon {
        vertical-align: middle;
    }
}

.section-main-bunner .main-bunner-inner .bunner-location a {
    display: inline-block;
}

.section-main-bunner.section-main-bunner-filter {
    background: #515151;
}

.section-main-bunner.section-main-bunner-filter .main-bunner-img {
    opacity: 1;
}

.section-main-bunner.section-main-bunner-filter:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: linear-gradient(359.73deg, #3A092F 0.9%, rgba(60, 55, 79, 0.45) 107.43%);
    z-index: 1;
}

@keyframes bunner-img {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(1deg) scale(1.02);
    }
    100% {
        transform: rotate(0deg);
    }
}

.section-transform-top {
    position: relative;
    z-index: 1;
    transform: translateY(-12%);
}

@media (min-width: 992px) {
    .section-transform-top {
        transform: translateY(-50%);
    }
}

.section-special {
    position: relative;
}

@media (min-width: 992px) {
    .section-special {
        height: 920px;
        min-height: 100vh;
    }
}

.section-special .section-special-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-special .section-special-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) -3.47%, #000000 106.9%);
}

@media (min-width: 992px) {
    .section-special .section-special-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50vw;
    }
}

.section-special .section-special-img .block-video-button .icon {
    color: #269159;
}

@media (min-width: 992px) {
    .section-special .section-special-content {
        position: relative;
        width: 50vw;
    }
}

.section-special .section-special-content .section-special-content-inner {
    max-width: 700px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .section-special .section-special-content .section-special-content-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10%;
        min-height: 900px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.section-special-content-body {
    padding-top: 30px;
}

.section-special-content-body h2 {
    text-transform: capitalize;
    font-weight: 400;
}

.section-special-content-body * + h2 {
    margin-top: 15px;
}

.section-special-content-body * + .countdown {
    margin-top: 25px;
}

.section-special-content-body * + .section-special-content-form {
    margin-top: 25px;
}

.section-special-content-body * + .section-special-content-social {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .section-special-content-body {
        padding-top: 45px;
    }
    .section-special-content-body * + h2 {
        margin-top: 25px;
    }
    .section-special-content-body * + .countdown {
        margin-top: 45px;
    }
    .section-special-content-body * + .section-special-content-form {
        margin-top: 45px;
    }
    .section-special-content-body * + .section-special-content-social {
        margin-top: 60px;
    }
}

.section-special-content-social {
    padding-bottom: 30px;
}

.section-special-content-form .form-input {
    background: #ffffff;
}

.section-special-content-form * + .small {
    margin-top: 12px;
}

.section-special-content-form .small {
    color: rgba(0, 0, 0, 0.75);
}

.section-special-content-social * + .list-inline {
    margin-top: 15px;
}

.section-special-content-social .list-inline {
    margin-left: -10px;
    margin-right: -10px;
}

.section-special-content-social li {
    padding: 10px;
}

.section-special-content-social .icon {
    text-align: center;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

.section-special-content-social .icon.icon-blue:hover {
    color: #ffffff;
    border-color: #135DEC;
    background: #135DEC;
}

.section-special-content-social .icon.icon-blue-light:hover {
    color: #ffffff;
    border-color: #35B7E0;
    background: #35B7E0;
}

.section-special-content-social .icon.icon-pink:hover {
    color: #ffffff;
    border-color: #FF3951;
    background: #FF3951;
}

.section-special-content-social .icon.icon-violet:hover {
    color: #ffffff;
    border-color: #2C3AB6;
    background: #2C3AB6;
}

/*
*
* ToTop
*/
.ui-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    overflow: hidden;
    background: #2c2c2c;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: .45s all ease-in-out;
    transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
    color: #ffffff;
    background: #2c2c2c;
    text-decoration: none;
}

.ui-to-top:focus {
    color: #ffffff;
}

.ui-to-top.active {
    transform: translate3d(0, 0, 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;
    }
}

/*
*
* RD Navbar
*/
@keyframes rd-navbar-slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rd-navbar-slide-up {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

.rd-navbar-wrap, .rd-navbar,
.rd-menu,
.rd-navbar-nav,
.rd-navbar-panel, .rd-navbar-static .rd-menu, .rd-navbar-fixed .rd-navbar-nav-wrap, .rd-navbar-fixed .rd-navbar-submenu {
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media (min-width: 992px) {
    .rd-navbar-wrap {
        min-height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.rd-navbar--no-transition, .rd-navbar--no-transition * {
    transition: none !important;
}

.rd-navbar,
.rd-navbar.rd-navbar--is-clone {
    display: none;
}

.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 {
    display: none;
    background: #ffffff;
}

.rd-navbar-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    border: none;
    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: -11px;
    transition: .3s all ease;
}

.rd-navbar-toggle span:after {
    top: 11px;
}

.rd-navbar-toggle span:after, .rd-navbar-toggle span:before, .rd-navbar-toggle span {
    width: 36px;
    height: 2px;
    background-color: #000000;
    backface-visibility: hidden;
    border-radius: 0;
}

.rd-navbar-toggle span {
    transform: rotate(180deg);
}

.rd-navbar-toggle span:before, .rd-navbar-toggle span:after {
    transform-origin: 1.71429px center;
}

.rd-navbar-toggle.active span {
    transform: rotate(360deg);
}

.rd-navbar-toggle.active span:before, .rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
}

.rd-navbar-toggle.active span:before {
    -webkit-transform: rotate3d(0, 0, 1, -40deg);
    transform: rotate3d(0, 0, 1, -40deg);
}

.rd-navbar-toggle.active span:after {
    -webkit-transform: rotate3d(0, 0, 1, 40deg);
    transform: rotate3d(0, 0, 1, 40deg);
}

.rd-navbar-collapse-toggle {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    color: #ffffff;
    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: #ffffff;
    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);
}

.rd-navbar-brand a {
    display: block;
}

.rd-navbar-search {
    position: relative;
    display: inline-flex;
}

.rd-navbar-search .form-input {
    padding-right: 50px;
}

.rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: #E7E7E7;
    transition: .33s;
}

.rd-navbar-search .rd-search-form-submit:hover {
    color: #2c2c2c;
}

.rd-navbar-search-toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.rd-navbar-search-toggle::-moz-focus-inner {
    border: none;
    padding: 0;
}

.rd-navbar-dropdown {
    display: none;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
}

.rd-navbar-static .rd-nav-item.focus .rd-nav-link, .rd-navbar-static .rd-nav-item.opened .rd-nav-link {
    color: #2c2c2c;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #2c2c2c;
}

.rd-navbar-static .rd-nav-item.active .rd-nav-link {
    color: #2c2c2c;
    background: transparent;
}

.rd-navbar-static .rd-nav-item.active > .rd-navbar-submenu-toggle {
    color: #2c2c2c;
}

.rd-navbar-static .rd-nav-item.focus > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item.opened > .rd-navbar-submenu-toggle::before,
.rd-navbar-static .rd-nav-item .rd-nav-link:hover + .rd-navbar-submenu-toggle::before {
    transform: rotate(180deg);
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle {
    margin-left: 4px;
    font-family: "Material Design Icons";
    font-size: 16px;
    cursor: pointer;
    color: #2c2c2c;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle::before {
    position: relative;
    display: inline-block;
    transition: .22s;
    content: '\f236';
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu-toggle:hover {
    color: #2c2c2c;
}

.rd-navbar-static .rd-nav-item > .rd-navbar-submenu {
    margin-top: 20px;
}

.rd-navbar-static .rd-nav-item + .rd-nav-item {
    margin-left: 38px;
}

header .rd-nav-link {
    position: relative;
    display: inline-block;
    font-family: 'Association1951', sans-serif;
    color: #2c2c2c;
    font-size: 1.1em;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-transform: uppercase;
    transition: .25s;
}

@media (min-width:991px) and (max-width: 1199px) {
    .rd-nav-subitems a {
        font-size: 16px;
    }
    .rd-navbar-static .rd-nav-link {
        font-size: 16px;
    }
    .rd-navbar-static .rd-nav-item + .rd-nav-item {
        margin-left: 15px;
    }
}

.form-wrap-pink label {
    color: #2c2c2c;
}

.form-wrap-green label {
    color: #2c2c2c;
}

.form-wrap + .form-wrap {
    margin-top: 40px;
}

.rd-navbar-static .rd-nav-link:hover {
    color: #2c2c2c;
}

.rd-navbar-static .rd-menu {
    z-index: 15;
    position: absolute;
    display: block;
    margin-top: 22px;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    border: 1px solid #444444;
    transform: translate3d(0, 30px, 0);
}

.rd-navbar-static .rd-navbar-dropdown {
    position: absolute;
    left: 0;
    width: 270px;
    padding: 15px;
    background: #ffffff;
    z-index: 5;
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown {
    top: -1px;
    left: 100%;
    z-index: 2;
    margin-top: -15px;
    margin-left: 15px;
    transform: translate3d(30px, 0, 0);
}

.rd-navbar-static .rd-navbar-dropdown .rd-navbar-dropdown.rd-navbar-open-left {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 15px;
    transform: translate3d(-30px, 0, 0);
}

.rd-navbar-static .rd-dropdown-item.focus .rd-dropdown-link, .rd-navbar-static .rd-dropdown-item.opened .rd-dropdown-link {
    color: #2c2c2c;
}

.rd-navbar-static .rd-dropdown-link {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.06em;
    font-family: 'Association1951', sans-serif;
    color: #2c2c2c;
}

.rd-navbar-static .rd-dropdown-link:hover {
    color: #2c2c2c;
}

.rd-navbar-static .rd-navbar-dropdown li > a,
.rd-navbar-static .rd-megamenu-list li > a {
    position: relative;
    left: -3px;
    display: inline-flex;
    padding: 1px 14px 1px 0;
    text-align: left;
    text-transform: uppercase;
}

.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 {
    color: #818491;
}

.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    color: #2c2c2c;
}

.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 {
    transition: .15s ease-in-out;
}

.rd-navbar-static .rd-navbar-dropdown li > a::before,
.rd-navbar-static .rd-megamenu-list li > a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #2c2c2c;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a,
.rd-navbar-static .rd-navbar-dropdown li.opened > a,
.rd-navbar-static .rd-navbar-dropdown li > a:hover,
.rd-navbar-static .rd-megamenu-list li.focus > a,
.rd-navbar-static .rd-megamenu-list li.opened > a,
.rd-navbar-static .rd-megamenu-list li > a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0;
}

.rd-navbar-static .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-static .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-static .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-static .rd-megamenu-list li.focus > a::before,
.rd-navbar-static .rd-megamenu-list li.opened > a::before,
.rd-navbar-static .rd-megamenu-list li > a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-megamenu {
    display: flex;
    left: 0;
    width: 100%;
    max-width: 1200px;
    padding: 30px 40px;
    background: #ffffff;
}

.rd-navbar-static .rd-megamenu-item {
    flex-basis: 50%;
    flex-grow: 1;
}

.rd-navbar-static .rd-megamenu-item + .rd-megamenu-item {
    padding-left: 20px;
}

.rd-navbar-static .rd-megamenu-title {
    color: #151515;
    font-weight: 500;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}

.rd-navbar-static .rd-megamenu-list-item + .rd-megamenu-list-item {
    margin-top: 5px;
}

.rd-navbar-static .rd-megamenu-list-link {
    color: #2c2c2c;
    background: transparent;
    font-size: 15px;
    font-family: 'Association1951', sans-serif;
}

.rd-navbar-static .rd-megamenu-list-link:hover {
    color: #2c2c2c;
    background: transparent;
}

.rd-navbar-static * + .rd-megamenu-list {
    margin-top: 10px;
}

.rd-navbar-static .rd-navbar-submenu.focus > .rd-menu, .rd-navbar-static .rd-navbar-submenu.opened > .rd-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static .rd-navbar-search.active .rd-search {
    visibility: visible;
    opacity: 1;
}

.rd-navbar-static .rd-search {
    position: absolute;
    top: 100%;
    right: 0;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 20px;
    z-index: 2;
}

.rd-navbar-static * + .rd-navbar-search {
    margin-left: 38px;
}

.rd-navbar-static .rd-navbar-search-toggle {
    display: inline-flex;
    color: #444444;
}

.rd-navbar-static .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span, .rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out;
}

.rd-navbar-static .rd-navbar-search-toggle span::before, .rd-navbar-static .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rd-navbar-static .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons";
}

.rd-navbar-static .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0.4);
}

.rd-navbar-static .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-static .rd-navbar-search-toggle:hover {
    color: #2c2c2c;
}

.rd-navbar-static.rd-navbar--is-clone {
    display: block;
    transform: translate3d(0, -100%, 0);
}

.rd-navbar-static.rd-navbar--is-clone.rd-navbar--is-stuck {
    transform: translate3d(0, 0, 0);
}

.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    background: #ffffff;
}

.rd-navbar-static .rd-navbar--has-dropdown {
    position: relative;
}

/*
*
* RD Navbar Fixed
*/
.rd-navbar-fixed {
    display: block;
}

.rd-navbar-fixed .rd-navbar-toggle {
    display: inline-block;
    margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-brand {
    position: relative;
    margin-left: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 22px;
    margin-top: -2px;
}

.rd-nav-subitems li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.rd-nav-subitems a {
    color: #818491;
}

@media (min-width: 971px) {
    .rd-nav-subitem.active a {
        color: #222222;
    }
    .rd-nav-subitems {
        position: absolute;
        top: 40px;
        left: -20px;
        background: rgba(255,255,255,0.95);
        z-index: 10;
        padding: 10px 20px;
        width: 300px;
        opacity: 0;
        transition: opacity 0.3s, height 0.4s ease;
    }
    .rd-nav-item {
        position: relative;
    }
    .rd-nav-item:hover .rd-nav-subitems {
        opacity: 1;
    }
}

@media (min-width: 1299px) {
    .rd-nav-subitems {
        width: 300px;
    }
}

@media (max-width: 970px) {
    .rd-navbar-fixed .rd-navbar-brand {
        float: right;
        display: block;
    }

    .rd-navbar-fixed .rd-navbar-panel {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .rd-nav-subitems {
        background: rgba(255,255,255,0.95);
        padding: 5px;
        padding-left: 30px;
        padding-bottom: 20px;
    }
    .rd-nav-item:hover .rd-nav-subitems,
    .rd-nav-item.active .rd-nav-subitems {
        background: rgba(44,44,44,1);
    }
    .rd-nav-item:hover .rd-nav-subitems a,
    .rd-nav-item.active .rd-nav-subitems a {
        color: #ffffff;
    }
}

.rd-navbar-fixed .rd-navbar-brand img {
    max-width: 160px;
    max-height: 58px;
    height: auto;
    margin-top: 5px;
}

.rd-navbar-fixed .rd-navbar-panel {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    height: 64px;
    padding: 4px;
    box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.35);
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    position: fixed;
    left: 0;
    top: -56px;
    bottom: -56px;
    z-index: 1079;
    width: 340px;
    max-width: 100%;
    padding: 112px 0 81px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
    line-height: 26px;
    transform: translateX(-110%);
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar {
    width: 4px;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-thumb {
    background: #a2d49e;
    border: none;
    border-radius: 0;
    opacity: .2;
}

.rd-navbar-fixed .rd-navbar-nav-wrap::-webkit-scrollbar-track {
    background: #2c2c2c;
    border: none;
    border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav-wrap.active {
    transform: translateX(0);
}

.rd-navbar-fixed .rd-navbar-nav {
    display: block;
    margin: 15px 0;
    height: auto;
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item {
    text-align: left;
}

.rd-navbar-fixed .rd-nav-item + .rd-nav-item {
    margin-top: 4px;
}

.rd-navbar-fixed .rd-nav-link {
    display: block;
    padding: 20px;
}

.rd-navbar-fixed li.opened > .rd-navbar-dropdown {
    padding: 4px 0 0;
}

.rd-navbar-fixed li.opened > .rd-navbar-megamenu {
    padding-top: 15px;
    padding-bottom: 15px;
}

.rd-navbar-fixed li.opened > .rd-menu {
    opacity: 1;
    height: auto;
}

.rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-fixed .rd-menu {
    display: none;
    transition: opacity 0.3s, height 0.4s ease;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.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-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    display: block;
    padding: 9px 56px 9px 16px;
    font-size: 14px;
    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-title {
    position: relative;
    display: block;
    padding: 0 18px 7px;
    font-size: 16px;
    line-height: 1.5;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-bottom: 1px solid;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-list {
    margin-top: 11px;
}

.rd-navbar-fixed .rd-navbar-megamenu * + .rd-megamenu-title {
    margin-top: 20px;
}

.rd-navbar-fixed .rd-navbar-megamenu > li + li {
    margin-top: 20px;
}

.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: 44px;
    font: 400 14px "FontAwesome";
    line-height: 44px;
    text-align: center;
    transition: 0.4s all ease;
    z-index: 2;
    cursor: pointer;
}

.rd-navbar-fixed .rd-navbar-collapse-toggle {
    display: block;
    top: 4px;
    z-index: 1081;
}

.rd-navbar-fixed .rd-navbar-collapse {
    position: fixed;
    right: 0;
    top: 56px;
    z-index: 1079;
    transform: translate3d(0, -10px, 0);
    padding: 15px;
    width: auto;
    border-radius: 0;
    text-align: left;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.rd-navbar-fixed .rd-navbar-collapse.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li {
    display: block;
}

.rd-navbar-fixed .rd-navbar-collapse .list-inline > li + li {
    margin-top: 10px;
}

.rd-navbar-fixed .rd-navbar-main-element {
    position: absolute;
    float: left;
}

.rd-navbar-fixed .rd-navbar-search .rd-search {
    position: fixed;
    right: 0;
    left: 0;
    top: 56px;
    z-index: 1079;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translate3d(0, -10px, 0);
}

.rd-navbar-fixed .rd-navbar-search .rd-search-results-live {
    display: none;
}

.rd-navbar-fixed .rd-navbar-search .form-input {
    padding-right: 50px;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.rd-navbar-fixed .rd-navbar-search.active .rd-search {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    display: inline-flex;
}

.rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
    font-size: 26px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
    transition: .3s all ease-in-out;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before, .rd-navbar-fixed .rd-navbar-search-toggle span::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rd-navbar-fixed .rd-navbar-search-toggle span::before {
    content: "";
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
    font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle span::after {
    content: "";
    transform: rotate(-90deg) scale(0.4);
    opacity: 0;
    visibility: hidden;
    font-family: "Material Design Icons";
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0.4);
}

.rd-navbar-fixed .rd-navbar-search-toggle.active span::after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
}

.rd-navbar-fixed [class*='rd-navbar-fixed-element'] {
    position: fixed;
    top: 4px;
    z-index: 1082;
}

.rd-navbar-fixed .rd-navbar-fixed-element-1 {
    right: 0;
}

.rd-navbar-fixed .rd-navbar-fixed-element-2 {
    right: 46px;
}

.rd-navbar-fixed.rd-navbar--is-clone {
    display: none;
}

.rd-navbar-fixed .rd-navbar-fixed--visible {
    display: block;
}

.rd-navbar-fixed .rd-navbar-fixed--hidden {
    display: none;
}

.rd-navbar-fixed .rd-navbar-panel {
    color: #818491;
    background: #ffffff;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    color: #ffffff;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.35);
}

.rd-navbar-fixed .rd-nav-item:hover .rd-nav-link, .rd-navbar-fixed .rd-nav-item.focus .rd-nav-link, .rd-navbar-fixed .rd-nav-item.active .rd-nav-link, .rd-navbar-fixed .rd-nav-item.opened .rd-nav-link {
    color: #ffffff;
    background: #2c2c2c;
}

.rd-navbar-fixed .rd-nav-item:hover > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.focus > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.active > .rd-navbar-submenu-toggle, .rd-navbar-fixed .rd-nav-item.opened > .rd-navbar-submenu-toggle {
    color: #ffffff;
}

.rd-navbar-fixed .rd-nav-link {
    color: #818491;
}

.rd-navbar-fixed .rd-megamenu-list > li > a,
.rd-navbar-fixed .rd-navbar-dropdown > li > a {
    color: #818491;
}

.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: #2c2c2c;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title {
    color: #E7E7E7;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title::after {
    border-bottom: 1px solid #444444;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:focus, .rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:active {
    color: #ffffff;
}

.rd-navbar-fixed .rd-navbar-megamenu .rd-megamenu-title a:hover {
    color: #2c2c2c;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle {
    color: #818491;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit {
    color: #E7E7E7;
}

.rd-navbar-fixed .rd-navbar-search .rd-search-form-submit:hover {
    color: #2c2c2c;
}

.rd-navbar-fixed .rd-navbar-search-toggle {
    color: #444444;
}

.rd-navbar-fixed .rd-navbar-search-toggle:hover {
    color: #2c2c2c;
}

.rd-navbar-fixed .rd-navbar-collapse {
    background-color: #ffffff;
    box-shadow: 0 0 22px -4px rgba(0, 0, 0, 0.17);
}

.rd-navbar-fixed .rd-navbar-collapse,
.rd-navbar-fixed .rd-navbar-collapse a {
    color: #818491;
}

html.rd-navbar-fixed-linked .page {
    padding-top: 56px;
}

/*
*
* RD Navbar Sidebar
*/
.rd-navbar-sidebar {
    display: block;
    background: #ffffff;
}

.rd-navbar-sidebar .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-sidebar .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 60px 22px 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.rd-navbar-sidebar .rd-navbar-main-element {
    display: flex;
    align-items: center;
}

.rd-navbar-sidebar .rd-navbar-main-element > * + * {
    margin-left: 20px;
}

.rd-navbar-sidebar .rd-navbar-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 1102;
}

.rd-navbar-sidebar .rd-navbar-panel {
    min-width: 200px;
    text-align: center;
}

.rd-navbar-sidebar .rd-navbar-brand img {
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-sidebar .rd-navbar-nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1101;
    width: 450px;
    padding: 94px 0 0 0;
    background: #ffffff;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(100%);
    box-shadow: 0 0 13px 0 rgba(231, 231, 231, 0.16);
}

.rd-navbar-sidebar .rd-navbar-nav-wrap.active {
    transition-delay: .1s;
    transform: translateX(0);
}

.rd-navbar-sidebar .rd-navbar-nav {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item {
    position: relative;
    display: block;
    padding: 19px 30px 19px 40px;
}

.rd-navbar-sidebar .rd-nav-item.active .rd-nav-link {
    color: #2c2c2c;
}

.rd-navbar-sidebar .rd-nav-item .rd-nav-link,
.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle {
    font-size: 18px;
}

.rd-navbar-sidebar .rd-nav-item + .rd-nav-item {
    border-top: 1px solid #d7d7d7;
}

.rd-navbar-sidebar .rd-nav-item:last-child {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-nav-link {
    max-width: calc(100% - 30px);
    word-break: break-all;
    font-size: 18px;
    line-height: 1.4;
    text-transform: none;
    color: #E7E7E7;
}

.rd-navbar-sidebar .rd-nav-link:hover {
    color: #2c2c2c;
}

.rd-navbar-sidebar .rd-navbar-submenu .opened > .rd-navbar-submenu-toggle::after {
    transform: rotate(180deg);
}

.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-navbar-submenu > .rd-navbar-megamenu {
    display: none;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity .2s;
}

.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-nav-item > .rd-navbar-submenu-toggle,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: inherit;
    padding-right: inherit;
    padding-left: 10px;
    margin-bottom: inherit;
    display: inline-block;
    width: 30px;
    margin-left: 5px;
    text-align: center;
    cursor: pointer;
    color: #444444;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle:hover,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover {
    color: #2c2c2c;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-submenu-toggle::after,
.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle::after {
    content: '\f107';
    position: relative;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s all ease;
    z-index: 2;
    will-change: transform;
}

.rd-navbar-sidebar .rd-nav-item .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle {
    font-size: 14px;
    color: #E7E7E7;
    margin-left: 7px;
}

.rd-navbar-sidebar .rd-menu {
    margin-top: 31px;
}

.rd-navbar-sidebar .rd-navbar-dropdown,
.rd-navbar-sidebar .rd-megamenu-list {
    font-size: 14px;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a,
.rd-navbar-sidebar .rd-megamenu-list li > a {
    position: relative;
    left: -3px;
    display: inline-flex;
    padding: 1px 14px 1px 0;
    text-align: left;
    text-transform: uppercase;
}

.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: #818491;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
    color: #2c2c2c;
}

.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: .15s ease-in-out;
}

.rd-navbar-sidebar .rd-navbar-dropdown li > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a::before {
    position: relative;
    top: -1px;
    left: -6px;
    display: inline-block;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    color: #2c2c2c;
    opacity: 0;
    visibility: hidden;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover {
    left: 0;
    padding-left: 14px;
    padding-right: 0;
}

.rd-navbar-sidebar .rd-navbar-dropdown li.focus > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li.opened > a::before,
.rd-navbar-sidebar .rd-navbar-dropdown li > a:hover::before,
.rd-navbar-sidebar .rd-megamenu-list li.focus > a::before,
.rd-navbar-sidebar .rd-megamenu-list li.opened > a::before,
.rd-navbar-sidebar .rd-megamenu-list li > a:hover::before {
    left: -7px;
    opacity: 1;
    visibility: visible;
}

.rd-navbar-sidebar .rd-navbar-megamenu {
    max-width: 450px;
    margin-bottom: -30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > * {
    margin-bottom: 30px;
}

.rd-navbar-sidebar .rd-navbar-megamenu > li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.rd-navbar-sidebar .rd-megamenu-title {
    display: none;
}

.rd-navbar-sidebar .rd-megamenu-list {
    margin-top: 0;
}

.rd-navbar-sidebar .rd-megamenu-list > li + li {
    margin-top: 10px;
}

.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 .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle {
    color: #2c2c2c;
}

.rd-navbar-sidebar .rd-navbar-dropdown .rd-navbar--has-dropdown.opened > .rd-navbar-submenu-toggle::after {
    top: 1px;
}

.rd-navbar-sidebar .rd-navbar-dropdown > li + li {
    margin-top: 10px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown {
    margin-top: 25px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown {
    margin-top: 10px;
    padding-left: 15px;
}

.rd-navbar-sidebar .rd-nav-item > .rd-navbar-dropdown .rd-navbar-dropdown > li > a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-megamenu {
        margin-bottom: -30px;
    }
    .rd-navbar-sidebar .rd-navbar-megamenu > * {
        margin-bottom: 30px;
    }
    .rd-navbar-sidebar .rd-navbar-dropdown > li + li,
    .rd-navbar-sidebar .rd-megamenu-list > li + li {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    .rd-navbar-sidebar .rd-navbar-nav-wrap {
        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 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}

.rd-navbar-sidebar.rd-navbar--is-stuck .rd-navbar-main {
    padding-top: 11px;
    padding-bottom: 11px;
}

/**
*
* RD Navbar Classic
* =====================================================
*/
.rd-navbar-classic.rd-navbar-static {
    background: rgba(255, 255, 255, 0.11);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside-outer,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main-outer {
    padding-left: 15px;
    padding-right: 15px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside .button,
.rd-navbar-classic.rd-navbar-static .rd-navbar-main .button {
    margin-top: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-aside {
    padding: 10px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-brand img {
    height: auto;
    max-width: 200px;
    max-height: 200px;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-brand img {
    max-height: 80px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-main-element {
    display: flex;
    align-items: center;
}

header ul,
header ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-megamenu {
    left: 50%;
    transform: translate3d(-50%, 30px, 0);
}

.rd-navbar-classic.rd-navbar-static .rd-navbar--has-megamenu.focus > .rd-menu,
.rd-navbar-classic.rd-navbar-static .rd-navbar--has-megamenu.opened > .rd-menu {
    transform: translate3d(-50%, 0, 0);
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone {
    background: #ffffff;
    border-bottom-color: #444444;
    box-shadow: 0px 0px 15px rgba(21, 21, 21, 0.35);
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-aside-outer, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-aside-outer {
    display: none;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-main {
    padding: 6px 0;
}

.rd-navbar-classic.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav-item > .rd-navbar-submenu, .rd-navbar-classic.rd-navbar-static.rd-navbar--is-clone .rd-navbar-nav-item > .rd-navbar-submenu {
    margin-top: 17px;
}

.rd-navbar-classic.rd-navbar-static .rd-navbar-nav-wrap > .button {
    display: none;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-main > .button {
    display: none;
}

.rd-navbar-classic.rd-navbar-fixed .rd-navbar-nav-wrap > .button {
    margin-left: 15px;
}

/*
*
* RD Navbar Fullwidth
*/
.rd-navbar-fullwidth {
    display: block;
}

.rd-navbar-fullwidth .rd-navbar-nav > li + li {
    margin-left: 20px;
}

.rd-navbar-fullwidth.rd-navbar--is-stuck .rd-navbar-main, .rd-navbar-fullwidth.rd-navbar--is-clone .rd-navbar-main {
    padding: 10px 0;
}

/*
* @subsection  RD Navbar Static
*/
.rd-navbar-static {
    display: block;
}

.rd-navbar-static .rd-nav-item {
    display: inline-block;
    margin: 0 .9em;
    padding: .618em 0;
    color: #2c2c2c;
    font-family: 'Association1951', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.1em;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.rd-navbar-static .rd-nav-item a:hover {
    color: rgba(44,44,44,.4);
    text-decoration: none !important;
}

.Header-branding-logo {
    max-width: 200px
}

/*
* Material Parallax
*/

#top-body-container {
    position: relative;
}

.parallax-container {
    position: relative;
    overflow: hidden;
}

.material-parallax {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    bottom: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

@media (min-width: 992px) {
    .material-parallax {
        background-attachment: fixed;
    }
}

.parallax-content {
    position: relative;
    z-index: 1;
}

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

.parallax-disabled {
    background-size: cover;
    background-position: center;
}

html:not(.ie-11):not(.ios) .parallax-disabled {
    background-attachment: fixed;
}

.breadcrumbs-custom {
    position: relative;
    /*padding: 35px 0 40px;*/
    padding: 70px 0 80px;
    text-align: center;
}

.breadcrumbs-custom-title {
    /*color: rgba(38,145,89,1) !important;*/
    /*text-shadow: 0 4px 4px rgba(21, 21, 21, 0.25);*/
    line-height: 1.6em;
    font-weight: 600;
    color: #fff;
    /*text-shadow: 2px 0 0 rgba(38,145,89,0.3), -2px 0 0 rgba(38,145,89,0.3), 0 2px 0 rgba(38,145,89,0.3), 0 -2px 0 rgba(38,145,89,0.3), 1px 1px rgba(38,145,89,0.3), -1px -1px 0 rgba(38,145,89,0.3), 1px -1px 0 rgba(38,145,89,0.3), -1px 1px 0 rgba(38,145,89,0.3);*/
}

.context-white,
.context-white .breadcrumbs-custom-title {
    color: #222222;
}

.breadcrumbs-custom-path {
    margin-left: -15px;
    margin-right: -15px;
}

.breadcrumbs-custom-path > * {
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: #ffffff;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Association1951', sans-serif;
    font-size: 15px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs-custom-path li::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 53%;
    right: -5px;
    display: inline-block;
    background: #ffffff;
    transform: translate3d(0, -50%, 0);
}

.breadcrumbs-custom-path li:last-child:after {
    display: none;
}

.breadcrumbs-custom-path a:hover,
.breadcrumbs-custom-path li.active {
    color: rgba(255, 255, 255, 0.7);
}

* + .breadcrumbs-custom-path {
    margin-top: 14px;
}

@media (max-width: 991.98px) {
    .breadcrumbs-custom-title {
        font-size: 26px;
    }
}

@media (min-width: 576px) {
    .breadcrumbs-custom {
        margin-left: -30px;
        margin-right: -30px;
    }
    .breadcrumbs-custom > * {
        padding-left: 30px;
        padding-right: 30px;
    }
    * + .breadcrumbs-custom-path {
        margin-top: 35px;
    }
}

.breadcrumbs-custom {
    padding: 140px 0 120px;
}

.breadcrumbs-custom.context-white {
    padding: 100px 0 40px;
}

@media (min-width: 768px) {

}

@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding-top: 230px;
        padding-bottom: 180px;
    }
}

.team-classic-figure img {
    max-width: 100%;
}

.team-classic-figure,
.team-classic-caption {
    text-align: center;
}

.member-item-wrapper {
    border: 1px solid #f7f7f7;
    margin-bottom: 50px;
}

.team-classic-caption {
    padding: 15px !important;
}

.team-classic-caption h2 {
    font-weight: 500;
}

.team-classic-caption h4 {
    font-size: 22px;
}

@media (max-width: 1199px) {
    .team-classic-caption a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .partner-item-wrapper {
        border-left: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
        padding: 15px;
    }
}

.heading,
.heading h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.heading h2:after {
    content: " ";
    display: block;
    border-bottom: 1px solid #222222;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}

.partner-item-container {
    max-width: 16.6666%;
    padding: 30px;
    margin-bottom: 30px;
    min-height: 200px;
}

@media (max-width: 767px) {

    .partner-item-container {
        max-width: 50%;
    }

}

@media (max-width: 480px) {

    .partner-item-container {
        max-width: 100%;
    }

}

.bg-gray {
    background: #f5f5f5;
}

/*
*
* Modal Custom
*/

#show-item-modal {
    z-index: 2050;
    padding: 0 !important;
    height: 100vh;
}

#show-item-modal .modal-content,
#show-item-modal .modal-body {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

#show-item-modal .modal-footer,
#show-item-modal .modal-header {
    border: none;
    height: 0;
    margin: 0;
    padding: 0;
}

#show-item-modal-close {
    position: absolute;
    bottom: 15px;
    right: 30px;
}

#show-item-modal .modal-dialog {
    max-width: 100% !important;
    height: 100vh;
}

#show-item-modal .image-full-banner {
    border: none !important;
}

#show-item-modal .image-full-banner img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    margin: 0 auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 20px;
}

#show-item-modal .image-full-banner-legend {
    text-align: center;
    font-size: 14px;
    margin-top: -20px;
}

.modal {
    display: block;
    padding: 30px 15px 7vh;
    visibility: hidden;
    transition: .22s;
}

.modal .close {
    cursor: pointer;
    color: #999;
    transition: .22s;
    z-index: 99;
}

/*.modal .close span::before {
    content: '\f24c';
    font-family: 'Material Design Icons';
}*/

.modal .close:hover {
    color: #47677F;
}

.modal.show {
    visibility: visible;
}

.modal.fade .modal-dialog {
    transform: translate3d(0, -30px, 0);
}

.modal.show .modal-dialog {
    transform: translate3d(0, 0, 0);
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
}

.modal-inner {
    width: 100%;
}

.modal-content {
    height: 100%;
    border-radius: 0.3rem;
}

.modal-body {
    height: 100%;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .modal-header,
    .modal-body {
        padding-left: 30px;
        padding-right: 30px;
    }
    .modal-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .modal-body {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .modal-dialog {
        max-width: 800px;
    }
}

#show-item-modal-body {
    text-align: center;
}

.bl-action {
    cursor: pointer;
}