.tooltip-inner {
    color: #ffffff;
    font-size: 12px;
    padding: 3px 10px 2px;
}

body.in-page-navigation-active {
    position: relative;
}

.onscroll .header-container ul.in-page-navigation li:not(.active) a:hover {
    color: #ffffff;
}

.onscroll .header-container ul.in-page-navigation li.sfHover:not(.active) a, .onscroll .header-container ul.in-page-navigation li:not(.active) a:focus {
    color: #666666;
}

.onscroll .header-container ul.in-page-navigation li.active a:focus, .onscroll .header-container ul.in-page-navigation li.sfHover a {
    background-color: transparent;
}

.owl-carousel {
    margin: 0;
    padding: 0;
}

.owl-carousel .owl-item li {
    list-style: none;
}

.owl-nav {
    position: absolute;
    top: -20px;
    width: 100%;
}

.block>h2.title~.content .owl-nav {
    position: absolute;
    top: -64px;
    width: 100%;
}

.region-content .block>h2.title~.content .owl-nav {
    top: -70px;
}

.owl-nav div {
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 18px;
    color: #767676;
}

.owl-nav div:hover {
    text-decoration: none;
}

.region--light-typography .owl-nav div {
    color: #ffffff;
}

.region--light-typography .owl-nav div:hover {
    color: #ffffff;
}

.owl-nav div:after {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 24px;
    line-height: 29px;
    top: 0;
    text-align: left;
}

.owl-nav .owl-prev {
    left: 15px;
    padding-left: 20px;
}

.owl-nav .owl-prev:after {
    content: "\f104";
    left: 0px;
}

.owl-nav .owl-next {
    right: 15px;
    left: auto;
    padding-right: 20px
}

.owl-nav .owl-next:after {
    content: "\f105";
    right: 0px;
    text-align: right;
}

.owl-dots {
    text-align: center;
    margin-top: 50px;
}

.owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dot span {
    display: block;
    width: 13px;
    height: 13px;
    margin: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.region--light-typography .owl-dot span {
    border-color: rgba(255, 255, 255, 0.5);
}

.region--light-typography .owl-dot.active span {
    border-color: #ffffff;
}

.region--light-typography .owl-dot:hover span {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}

.view-promoted-posts-carousel h2.title {
    margin-bottom: 0;
    padding-top: 30px;
}

.view-promoted-posts-carousel .owl-nav {
    top: -55px;
}

.view-promoted-posts-carousel .owl-nav div {
    text-transform: uppercase;
}

.view-promoted-posts-carousel .owl-nav div:after {
    font-size: 36px;
    top: -2px;
}

.view-promoted-posts-carousel .owl-nav .owl-prev {
    padding-left: 25px;
}

.view-promoted-posts-carousel .owl-nav .owl-next {
    padding-right: 25px;
}

.view-promoted-posts-carousel .overlay-inner {
    top: auto;
    bottom: 0;
    margin-top: 0;
    height: auto;
    background-color: rgba(225, 225, 225, 0.85);
    padding: 20px 10px;
}

.view-promoted-posts-carousel .overlay-inner h5 {
    text-transform: none;
    margin-top: 0;
}

.view-promoted-posts-carousel .overlay-inner h5 a {
    text-decoration: none;
}

.view-promoted-posts-carousel .overlay-inner .views-field-body {
    font-size: 14px;
    color: #363636;
}

.view-promoted-posts-carousel .overlay-inner .views-field-body p {
    padding: 0 0 5px;
}

.view-promoted-posts-carousel .overlay-inner .views-field-field-mt-price {
    font-size: 18px;
    color: #363636;
    margin: 0px 0 10px 0;
    font-weight: 700;
    display: block;
}

.node--view-mode-teaser {
    padding: 0 0 30px 0;
    margin-bottom: 40px;
}

.node__header {
    padding: 0 0 5px;
}

.node__header .field--name-user-picture {
    padding: 0 0 5px 0;
    max-width: 55px;
}

.node__title {
    font-size: 26px;
    margin-top: 0px;
}

.node__header h2 {
    margin: 0 0 5px;
}

.node__links {
    margin-top: 35px;
}

.node__container {
    position: relative;
}

.feed-icon {
    display: block;
    margin: 0px 0 60px;
}

.field--name-user-picture img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.node__header .profile {
    display: inline-block;
    margin-right: 40px;
}

.node__header .profile img {
    max-width: 40px;
}

.node__meta {
    font-size: 14px;
    margin: 0 0 10px;
    display: inline-block;
}

.node__submitted-info~.comments-count__counter:before {
    content: "-";
}

.field--name-field-mt-subheader-body {
    font-size: 15px;
    line-height: 1.6;
}

.field--name-field-mt-subtitle {
    font-size: 18px;
    line-height: 1.66;
    font-weight: 400;
    padding-bottom: 15px;
}

.region--dark-typography .field--name-field-mt-subtitle {
    color: #363636;
}

.to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: rgba(37, 37, 37, 0.8);
    width: 45px;
    height: 45px;
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 100;
}

.to-top.show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.to-top i {
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 44px;
}

.to-top:hover {
    background: rgba(37, 37, 37, 1);
}

@media (min-width:992px) {
    .to-top {
        width: 55px;
        height: 55px;
        right: 30px;
        bottom: 30px;
    }

    .to-top i {
        font-size: 30px;
        line-height: 52px;
    }
}

.onscroll.transparent-header-active .header-container.js-transparent-header .sticky-wrapper {
    height: 0 !important;
}

.onscroll .header.js-fixed {
    position: fixed;
    z-index: 499;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 14px rgba(100, 100, 100, 0.1), 0 2px 2px rgba(100, 100, 100, 0.1);
    box-shadow: 0 2px 14px rgba(100, 100, 100, 0.1), 0 2px 2px rgba(100, 100, 100, 0.1);
}

.onscroll .header.js-fixed.region--white-background {
    background-color: rgba(255, 255, 255, 0.95);
}

.onscroll .header.js-fixed.region--black-background {
    background-color: rgba(29, 29, 29, 0.95);
}

.onscroll .header.js-fixed.region--gray-background {
    background-color: rgba(244, 244, 244, 0.95);
}

.fixed-header-enabled.onscroll .header__container, .fixed-header-enabled.onscroll .header-second, .fixed-header-enabled.onscroll .header-third, .fixed-header-enabled.onscroll .header-first, .fixed-header-enabled.onscroll .header-container ul.menu {
    -webkit-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.fixed-header-enabled.onscroll .header__container {
    padding: 5px 0;
}

.fixed-header-enabled.onscroll .header__section ul.menu {
    padding-top: 10px;
}

.fixed-header-enabled.onscroll .header__section .field--mt-dropdowns-block {
    padding-top: 14px;
}

@media (max-width:991px) {
    .onscroll .header__container>.row>div {
        display: none;
    }

    .onscroll .header__container>.row>div:last-of-type {
        display: block;
    }

    .onscroll .header-container .content>ul.menu {
        padding-top: 10px;
    }
}

@media (max-width:767px) {
    .onscroll .header.js-fixed {
        display: none;
    }
}

@media (min-width:768px) {
    .inverted-header-enabled:not(.onscroll) .js-transparent-header .header-top__container {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header .header-top__section, .inverted-header-enabled:not(.onscroll) .js-transparent-header .header {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header .header-top__section a, .inverted-header-enabled:not(.onscroll) .js-transparent-header .header a {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header .site-slogan {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.menu li a, .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.menu li>span {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.menu>li>a:hover, .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.menu>li>span:hover {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.sf-menu>li>a .sf-sub-indicator:after {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header .dropdown-trigger {
        border-color: rgba(255, 255, 255, 0.5)
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header .dropdown-menu {
        background-color: transparent;
        padding: 20px 0 0 0;
        box-shadow: none;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header input.form-search {
        background-color: transparent;
        color: #ffffff;
        box-shadow: none;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ::-webkit-input-placeholder {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header :-moz-placeholder {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ::-moz-placeholder {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header :-ms-input-placeholder {
        color: #ffffff;
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.icons-list.icons-list--bordered li a {
        border-color: rgba(255, 255, 255, 0.50);
    }

    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.icons-list.icons-list--bordered li a:hover {
        border-color: rgba(255, 255, 255, 1);
        color: #ffffff;
    }

    .inverted-header-enabled.onscroll .js-transparent-header .header {
        background-color: rgba(255, 255, 255, 0.95) !important;
    }
}