/* ----------------------------------------------------------------
	Top
-----------------------------------------------------------------*/
.primary-menu-open #header-wrap {
    background-color: transparent;
}

body.primary-menu-open #top-bar {
    z-index: 100;
}

#logo {
    height: auto !important;
    top: 0px;
    display: block;
    top: 0px;
    right: 0px;
    margin-right: 0;
    position: relative;
    overflow: hidden;
    text-align: right;
    float: right;
    display: none;
}

.sticky-header #logo, .responsive-sticky-header #logo,
.sticky-header #logo .standard-logo img, .sticky-header #logo .retina-logo img, .responsive-sticky-header #logo .standard-logo img, .responsive-sticky-header #logo .retina-logo img {
    height: auto;
    top: 0px;
    right: -60px;
    height: 50px !important;
    right: 0px;
    margin-right: 0;
    position: relative;
    text-align: right;
    float: right;
    width: 50px;
    margin-left: 0px;
}

@media(max-width: 992px) {
    #logo {
        right: 0px;
    }

    #logo .standard-logo img, #logo .retina-logo img {
        margin-left: 0px;
    }

    .sticky-header #logo, .responsive-sticky-header #logo {
        height: 50px !important;
        overflow: visible;
        margin-top: 5px !important;
    }
}

@media(max-width: 480px) {
    #logo .standard-logo img, #logo .retina-logo img {
        margin-top: -12px;
        width: 70px;
    }

    .sticky-header #logo .standard-logo img, .sticky-header #logo .retina-logo img, .responsive-sticky-header #logo .standard-logo img, .responsive-sticky-header #logo .retina-logo img {
        margin-top: 0px;
        width: 70px;
    }
}

#logo::after {
    background-image: none;
    display: none;
}

#top-bar {
    border-bottom: none;
    height: 0px;
}

.breadcrumb a:hover {
    color: #008BD2;
}

#page-title {
    background-color: #FFFFFF;
    height: 50px;
    padding: 0px;
    border-bottom: 0px;
    margin-bottom: 40px;
}

#page-title .container {
    width: 100%;
    height: 50px;
    display: none;
}

#page-title .container.elementBreadcrumb {
    width: 100%;
    padding: 0;
    height: 50px;
    display: block;
    z-index: 1000;
}

#page-title .container.elementBreadcrumb .breadcrumb {
    position: static !important;
    margin: 0px !important;
    margin-left: 60px !important;
}

@media(max-width: 767px) {
    #page-title .container.elementBreadcrumb .breadcrumb {
        margin-left: 0px !important;
    }
}

#page-title .container.elementBreadcrumb .breadcrumb a>span,
#page-title .container.elementBreadcrumb .breadcrumb .active {
    font-size: 15px;
    font-weight: normal;
    font-family: "FFMetaWebProRegular", sans-serif !important;
    line-height: 22px;
    color: #000000;
}

#page-title .container.elementBreadcrumb .breadcrumb a:hover>span {
    border-bottom: 2px solid #F0F0F0;
}

#page-title .container.elementBreadcrumb .breadcrumb .active {
    font-family: "FFMetaWebProBold", sans-serif !important;
}

@media(max-width:991px) {
    #page-title .breadcrumb {
        margin-top: 15px;
    }
}

@media(max-width:768px) {
    #page-title .breadcrumb {
        margin: 15px auto 0 !important;
    }

    #page-title {
        margin-bottom: 5px;
    }
}

.one-page-arrow {
    display: none;
}

.sticky-header #logo,
.responsive-sticky-header #logo {
    -webkit-animation: none;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: none;
    /* Firefox < 16 */
    -ms-animation: none;
    /* Internet Explorer */
    -o-animation: none;
    /* Opera < 12.1 */
    animation: none;
    text-align: right;
    float: right;
    margin-top: 5px;
}

#slider {
    margin-bottom: -40px !important;
}

#slider {
    height: 100% !important;
    width: 100% !important;
    height: 60vh !important;
}

#slider .swiper-wrapper .swiper-slide {
    height: 60vh !important;
}

@media(max-width:768px) {
    #slider {
        height: 100% !important;
        width: 100% !important;
        height: 40vh !important;
    }

    #slider .swiper-wrapper .swiper-slide {
        height: 40vh !important;
    }
}

#page-title {
    margin-top: 75px;
}

#top-search form {
    height: 80px !important;
    min-height: 80px !important;
    padding-right: 0px;
    width: 100% !important;
}

#top-search .icon-line-cross {
    right: 0px;
    top: 29px;
}

.top-search-open #logo {
    display: none;
}

#header.transparent-header.sticky-header #top-search .icon-line-cross {
    right: 0px;
    top: 20px;
}

#header.transparent-header.sticky-header #top-search form {
    width: 100% !important;
}

.wrapper-boxbadge {
    margin-top: 180px !important;
    height: auto;
    max-height: auto;
    z-index: 11;
    position: absolute !important;
}

@media (max-width: 767px) {
    .wrapper-boxbadge {
        margin-top: 91px !important;
        height: auto;
        max-height: auto;
        z-index: 11;
        position: absolute !important;
        left: -5px;
    }

    .circle {
        margin: 0px;
        max-height: 100px;
        width: 100px;
        height: 100px;
        max-width: 100px;
    }

    .circle__content .alerticon {
        display: none;
    }

    .circle__content {
        font-size: 10px;
        line-height: 14px;
    }
}

@media (max-width: 480px) {
    .wrapper-boxbadge {
        margin-top: 134px !important;
    }
}

/* ----------------------------------------------------------------
   Bubble Subsite
-----------------------------------------------------------------*/
#wrapper-bubble-subsite {
    z-index: 4000;
    position: absolute;
    top: 10px;
    right: 60px;
    width: 112px;
    overflow: hidden;
}

.wrapper-subsite-top {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 255px;
    z-index: 3000;
}

@media(max-width: 767px) {
    #wrapper-bubble-subsite {
        right: 20px;
    }

    .wrapper-subsite-top {
        width: 170px;
        top: -25px;
        overflow: hidden;
    }

    .wrapper-subsite-top .wrapper-wavegrey-subsite {
        position: relative;
        right: 0px;
    }
}

@media (min-width: 768px) {
    #page-title {
        margin-bottom: 0px !important;
    }
}