/* Add here all your css styles (customizations) */

a:hover,
button:hover {
    color: #c9a45b;
    text-decoration: none;
    /*cursor: url(../img/cursorCare.svg), auto;*/
}

/*.u-info-box-v1__numb {
  background-color: #33221b;
    opacity:0.5;
}
*/
.header-v8 .navbar {
    z-index: 999;
}

/*faq*/

.acc-v1 .fa {
    color: #3db3aa;
    margin-right: 10px;
    opacity: 0.75;
}

.acc-v1 .panel-heading a {
    text-decoration: none;
}

.acc-v1 .panel-heading a:hover {
    color: #3db3aa;
}

.tab-v1 .nav-tabs>.active>a,
.tab-v1 .nav-tabs>.active>a:hover,
.tab-v1 .nav-tabs>.active>a:focus {
    background: #3db3aa;
}

.tab-v1 .nav-tabs>li>a:hover {
    color: #272727;
    background: #e9ef0a;
}

.tab-v1 .nav-tabs {
    border-bottom: solid 2px #3db3aa;
}

.tab-v1 div a {
    text-decoration: none;
    color: #272727;
}

.tab-v1 div a:hover {
    color: #3db3aa;
}

/* end faq*/

.promo-item.slider1 {
    background-position: 50% 50%;
}

.promo-item.slider2 {
    background-position: 50% 50%;
}

.promo-item.slider3 {
    background-position: 50% 50%;
}

.promo-item.slider4 {
    background-position: 50% 50%;
}

.slider1.promo-item:after {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.3;
}

.slider2.promo-item:after {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.4;
}

.slider3.promo-item:after {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.4;
}

.slider4.promo-item:after {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0.4;
}

.pace .pace-progress {
    background: #c1a871;
}

/* Default highlight color */
::-moz-selection {
    color: #fff;
    background: #33221b;
}

::selection {
    color: #fff;
    background: #33221b;
}

.header-v8 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li .blog-grid-title-sm a {
    color: #c1a871;
}

.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu li .blog-grid-title-sm a:hover {
    color: #436e61;
    opacity: 0.66;
}

.g-color-default {
    color: #c1a871;
}

.blog-thumb:hover .blog-thumb-hover:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #c1a871;
    opacity: 0.4;
}

.blog-thumb .blog-thumb-hover:hover .hover-grad {
    opacity: 1;
    transform: 0.55s;
    transition: opacity 0.55s,
}

.btn-u {
    color: #fff;
    background: #c1a871;
}

.btn-u:hover,
.btn-u:focus {
    color: #fff;
    background: #33221b;
}

.btn-u-base {
    color: #fff;
    border-width: 0;
    font-size: 11px;
    border-radius: 1.1em;
    padding: 0.5em 1.1em;
    background: #c1a871;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .3s ease-out;
}
.btn-u-base2 {
    border-radius: 4.5em;
    padding: 0.8em 3.5em;
    margin-top: 20px;
}

.btn-u-base:hover,
.btn-u-base:focus,
.btn-u-base:active {
    color: #fff;
    background: #5cc2ad;
    text-decoration: none;
}

.promo-section .slick-dots .slick-active {
    color: #c1a871;
    border-color: #c1a871;
}

.promo-section .slick-dots .slick-active:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2561px;
    right: 0;
    width: calc(100vw + 2561px);
    height: 1px;
    border-top: solid 1px rgba(255, 255, 255, .25);
}

.g-bg-color-base {
    background: #33221b;
}

.u-info-box-v1 {
    background-color: #33221b;
}

.blog-thumb {
    margin-bottom: 14px;
}

.mega-menu .container {
    width: 95%;
    padding-left: 0;
}

.navbar-toggle {
    position: absolute;
    right: 20px;
}

.g-color-white--dark {
    color: rgba(255, 255, 255, .75);
}


.header-v8 .mega-menu .mega-menu-fullwidth .dropdown-menu {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
}

.blog-topbar {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    color: #436e61;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.blog-topbar* {
    box-sizing: border-box;
}

.blog-topbar #topbar_telephoneBlock .topbar_telephone,
.blog-topbar #topbar_time {
    padding: 7px 12px;
    margin: 0;
}

.blog-topbar #topbar_telephoneBlock {
    padding: 0;
}

.blog-topbar #topbar_telephoneBlock .topbar_telephone {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    width: auto;
    margin: 0 0 -1px 0;
    display: inline-block;
    animation: introCTA 1.5s 1;
}


@-webkit-keyframes introCTA {
    0% {
        opacity: 0;
        -ms-transform: translateX(200%);
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    30% {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

}

@keyframes introCTA {
    0% {
        opacity: 0;
        -ms-transform: translateX(200%);
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }

    30% {
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}



@media (max-width: 990px) {
    .blog-topbar #topbar_telephoneBlock {
        border-top: 1px solid rgba(0, 0, 0, 0.14);
    }

    .blog-topbar #topbar_telephoneBlock .topbar_telephone {
        border-left: 0px solid rgba(0, 0, 0, 0.14);
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }
}


.promo-item-content {
    animation: introCTA 1.5s 1;
}

.blog-topbar #topbar_telephoneBlock .topbar_telephone:hover {
    background-color: #c1a871;
    cursor: pointer;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.blog-topbar #topbar_telephoneBlock .topbar_telephone .fa {
    color: #436e61;
    font-size: 10px;
    margin-right: 5px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}


.blog-topbar #topbar_telephoneBlock .topbar_telephone:hover .fa {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.blog-thumb .blog-thumb-desc h3 a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}


@media (max-width: 991px) {
    .header-v8 .blog-topbar {
        width: 100%;
    }
}

.header-v8 .dropdown-menu {
    background: rgba(255, 255, 255, 0.75);
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0.90) 35%, #c1a871);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0.90) 35%, #c1a871);
    background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0.90) 35%, #c1a871);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0.90) 35%, #c1a871);
}

.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li [class*=" fa-"] {
    color: #1f8781;
}

.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li a {
    color: #436e61;
}



.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li [class*=" fa-"]:hover,
.header-v8 .dropdown-menu li [class^="fa-"],
.header-v8 .dropdown-menu li a:hover {
    color: #c1a871;
}

.blog-thumb .blog-thumb-info li {
    color: #000;
    font-size: 14px;
}

.blog-thumb .blog-thumb-info li a {
    font-size: 12px;
}


.blog-thumb .blog-thumb-hover img {
    border-radius: 3px;
    height: 83px;
    max-width: 100%;
    max-height: 100%;
}


.blog-grid img {
    width: 100%;
    border-radius: 5px;
}


.promo-section .slick-dots {
    bottom: 20vh;
}

@media (max-width: 991px) {
    .promo-section .slick-dots {
        bottom: 18vh;
    }
}


.promo-section p {
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width: 991px) {
    .promo-section p {
        max-width: 90%;
    }
}


.topbar-list>li:before {
    display: none;
}

.header-v8 .navbar-brand {
    padding: 10px 15px 15px 0px;
}

.navbar-brand img.logomark {
    width: 59px;
    height: auto;
    float: left;
    -webkit-transition: all 1s;
    transition: all 1s;
    margin-top: 0;
    margin-left: 0;
}

.navbar-brand .institutionalIdentityBlock {
    margin-left: 75px;
    position: relative;
}

.navbar-brand h3.companyName {
    position: relative;
    display: inline-block;
    width: auto;
    color: #436e61;
    font-family: "Open Sans", sans-serif !important;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 900;
    margin: 11px 15px 0 0px;
    text-align: left;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.navbar-brand h3.companySlogan {
    position: relative;
    display: inline-block;
    width: auto;
    color: #436e61;
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    text-align: left;
    margin: 0px 0 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .header-v8 .navbar-brand {
        padding: 10px 15px 15px 10px;
    }

    .navbar-brand .institutionalIdentityBlock {
        margin-left: 0px;
        margin-top: 12px;
        -webkit-transition: all 1s;
        transition: all 1s;
        width: auto;
    }

    .navbar-brand img.logomark {
        width: auto;
        height: 39px;
        float: left;
        z-index: 1;
        margin-top: 10px;
        margin-bottom: 15px;
        margin-right: 15px;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .navbar-brand h3.companyName {
        position: relative;
        display: block;
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: 900;
        margin: 7px 10px 0 0;
        letter-spacing: -3px;
        text-align: left;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .navbar-brand h3.companySlogan {
        position: relative;
        display: block;
        font-size: 12px;
        margin: 7px 0px 0 0;
        padding-top: 0px;
        text-align: left;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
}


::-webkit-scrollbar {
    width: 1.2em;
}

/* ::-webkit-scrollbar-button            {} */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
    background-color: #33221b;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #c1a871;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: transparent;
}

/* ::-webkit-scrollbar-corner            {} */
/* ::-webkit-resizer                     {} */
.mâs::-webkit-scrollbar {
    width: 1em;
    margin-left: 10px !important;
}

/* .contact_to_Trigger_Long::-webkit-scrollbar-button            {} */
.mâs::-webkit-scrollbar-track {
    background-color: #c1a871;
}

/* .contact_to_Trigger_Long::-webkit-scrollbar-track-piece       {} */
.mâs::-webkit-scrollbar-thumb {
    background-color: #c1a871;
    height: 3px;
}

.mâs::-webkit-scrollbar-thumb:window-inactive {
    background-color: #c1a871;
}

/* .contact_to_Trigger_Long::-webkit-scrollbar-corner            {} */
/* .contact_to_Trigger_Long::-webkit-resizer                     {} */
/*
:horizontal
:vertical
:decrement
:increment
:start
:end
:double-button
:single-button
:no-button
:corner-present
:window-inactive
*/


#map {
    width: 100%;
    height: 500px;
}

#mapMenu {
    width: 100%;
    height: 400px;
}

.mapBlock {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

#dropdown_map .row {
    padding: 0;
    margin: 0;
}


@media (max-width: 991px) {
    .mapBlock {
        margin-bottom: 20px;
    }
}


.header-v8 .navbar-collapse,
.header-v8 .navbar-collapse .container {
    width: 100%;
}


#services .infoblock-content h3 {
    font-size: 24px;
}


#services .infoblock.service1 {
    background-color: #584d47;
}

#services .infoblock.service2 {
    background-color: #684c41;
}

#services .infoblock.service3 {
    background-color: #46433e;
}


.toggleResponsive {
    zoom: 0.21;
    display: none;
    position: absolute;
    top: -127px;
    right: 20px;
    width: 160px;
    height: 80px;
    border-radius: 40px;
    cursor: pointer;
    background: linear-gradient(to bottom, #9c9c9c, #f9f9f9);
}

@media (max-width: 991px) {
    .toggleResponsive {
        display: block;
        opacity: 0.15;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }

    .header-sticky:hover .toggleResponsive {
        opacity: 1;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        transition: opacity 1s linear;
    }
}

.toggleResponsive input[type="checkbox"] {
    display: none
}

.toggleResponsive:before,
.toggleResponsive:after,
.toggleResponsive .switch:after,
.toggleResponsive .switch .brushed-metal:before,
.toggleResponsive .switch .brushed-metal:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}

.toggleResponsive:before {
    width: 156px;
    height: 76px;
    top: 2px;
    left: 2px;
    border-radius: 38px;
    background: linear-gradient(to bottom, #7b7b7b, #ececec);
}

.toggleResponsive:after {
    width: 120px;
    height: 48px;
    top: 16px;
    left: 20px;
    border-radius: 24px;
    background-color: #3b3b3d;
    box-shadow: inset rgba(0, 0, 0, .7) 0 6px 12px;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

.toggleResponsive.checked:after {
    background-color: #c1a871
}

.toggleResponsive .switch {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 9;
    background: linear-gradient(to bottom, #ddd, #636363);
    -webkit-transition: left .2s linear;
    -moz-transition: left .2s linear;
    transition: left .2s linear;
}

.toggleResponsive.checked .switch {
    left: 86px
}

.toggleResponsive .switch:after {
    width: 24px;
    height: 24px;
    top: 22px;
    left: 22px;
    border-radius: 50%;
    background: #3b3b3d;
    box-shadow: inset rgba(0, 0, 0, .6) 0 3px 6px;
    z-index: 8;
}

.toggleResponsive .switch .brushed-metal {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    z-index: 4;
    background-color: #a9a9a9;
    background-image:
        -webkit-radial-gradient(50% 0%, 8% 50%, hsla(0, 0%, 100%, .5) 0%, hsla(0, 0%, 100%, 0) 100%),
        -webkit-radial-gradient(50% 100%, 12% 50%, hsla(0, 0%, 100%, .6) 0%, hsla(0, 0%, 100%, 0) 100%),
        -webkit-radial-gradient(0% 50%, 50% 7%, hsla(0, 0%, 100%, .5) 0%, hsla(0, 0%, 100%, 0) 100%),
        -webkit-radial-gradient(100% 50%, 50% 5%, hsla(0, 0%, 100%, .5) 0%, hsla(0, 0%, 100%, 0) 100%),

        -webkit-repeating-radial-gradient(50% 50%, 100% 100%, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0) 3%, hsla(0, 0%, 0%, .1) 3.5%),
        -webkit-repeating-radial-gradient(50% 50%, 100% 100%, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 6%, hsla(0, 0%, 100%, .1) 7.5%),
        -webkit-repeating-radial-gradient(50% 50%, 100% 100%, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0) 1.2%, hsla(0, 0%, 100%, .2) 2.2%),

        -webkit-radial-gradient(50% 50%, 200% 50%, hsla(0, 0%, 90%, 1) 5%, hsla(0, 0%, 85%, 1) 30%, hsla(0, 0%, 60%, 1) 100%);
}

.toggleResponsive .switch .brushed-metal:before,
.toggleResponsive .switch .brushed-metal:after {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;

    /* fake conical gradients */
    background-image:
        -webkit-radial-gradient(50% 0%, 10% 50%, hsla(0, 0%, 0%, .1) 0%, hsla(0, 0%, 0%, 0) 100%),
        -webkit-radial-gradient(50% 100%, 10% 50%, hsla(0, 0%, 0%, .1) 0%, hsla(0, 0%, 0%, 0) 100%),
        -webkit-radial-gradient(0% 50%, 50% 10%, hsla(0, 0%, 0%, .1) 0%, hsla(0, 0%, 0%, 0) 100%),
        -webkit-radial-gradient(100% 50%, 50% 06%, hsla(0, 0%, 0%, .1) 0%, hsla(0, 0%, 0%, 0) 100%);
}

.toggleResponsive .switch .brushed-metal:before {
    transform: rotate(65deg)
}

.toggleResponsive .switch .brushed-metal:after {
    transform: rotate(-65deg)
}


#services {
    background-color: #000;
}

#services .owl-carousel {
    height: 500px;
}

#services .owl-carousel .owl-item {
    height: calc(500px + 1px);
}

#services .owl-carousel .owl-item img {
    width: calc(100% + 1px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#services .owl-carousel .imageService1 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService2 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService3 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService4 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService5 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService6 img {
    object-position: 90% 90%;
}

#services .owl-carousel .imageService7 img {
    object-position: 90% 90%;
}


#services .owl-carousel .owl-item:hover img {
    height: 70%;
}

#services .owl-carousel .owl-item:hover .u-info-box-v1__in {
    position: absolute;
    bottom: 0;
    height: auto;
}

#contact header p {
    font-size: 110%;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: left;
}

#contact header p .highlight {
    color: #c1a871;
}

.u-heading-v1 span {
    color: #c1a871;
    white-space: nowrap;
    border: 1px solid #c1a871;
    padding: 0.5em 1em;
    font-size: 57%;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    #contact header p {
        padding: 0 2em;
    }

    #contact header p {
        text-align: center;
    }
}

.u-info-box-v3__text {
    font-size: 14px;
    letter-spacing: .5px;
}

article .container {
    width: 100%;
}

article.pageIn {
    color: #ccc;
}

@media (min-width: 55em) {
    article.pageIn {
        margin: 0;
        position: relative;
        width: 100%;
    }
}

article.pageIn header {
    text-align: center;
    padding: 3em 2em;
}

article.pageIn h1 {
    font-size: calc(1.9em + 0.3vw);
    font-weight: 400;
}


article.pageIn .lead {
    color: #436e61;
    opacity: 0.75;
    font-size: calc(1.1em + 0.3vw);
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}


article.pageIn span.pageTitle {
    color: #c1a871;
}

article.pageIn span.pageTitle:after {
    content: "|";
    margin: 0 0.3em;
    color: #33221b;
}



article.pageIn section {
    display: inline-block;
}


article.pageIn section.columnText {
    font-size: 1.05em;
    color: #436e61;
    padding: 0 25px 25px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}


@media (max-width: 490px) {
    article.pageIn section.columnText {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

article.pageIn section.non_columnText {
    padding: 0 25px;
}

article.pageIn section.columnNatal {
    height: 100%;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

article.pageIn section img {
    width: 100%;
    height: inherit;
    margin: 0;
    vertical-align: top;
    object-fit: cover;
}

article.pageIn section.columnText p:first-of-type:first-letter {
    color: #c1a871;
    float: left;
    font-size: 5.5em;
    line-height: 1;
    margin-top: -0.1em;
    margin-left: -0.1em;
    margin-right: 0.1em;
    margin-bottom: -0.2em;
}


article.pageIn section blockquote {
    width: 86%;
    border-left: 0 solid #c1a871;
    background-color: transparent;
    color: #436e61;
    text-align: left;
    font-size: 1.45em;
    margin-top: -5px;
    padding: 0 0 0 1em;
    line-height: 1.3;
    margin-left: 0px;
    margin-right: 0;
    background-image: url('../img/logo_GenericCare_Generic.svg');
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 30px auto;
    /*quotes: "<"">""\2018""\2019";*/
}

@media (max-width: 992px) {
    article.pageIn section blockquote {
        margin-top: 25px;
    }
}

/* article.pageIn section blockquote::before,  article.pageIn section blockquote::after {
    display: inline-block;
  font-size: 2.1em;
  font-family: "Palatino";
  line-height: 0;
vertical-align:text-middle;
}
 article.pageIn section blockquote::before {
  content: open-quote;
  margin-right: 0.1em;
}
 article.pageIn section blockquote::after {
  content: close-quote;
margin-left: 0.1em;
margin-top: 0.4em;
}*/

article.pageIn section blockquote cite {
    color: #c1a871;
    font-style: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

article.pageIn section blockquote cite span.nameEmphasis {
    font-weight: 600;
}

article.pageIn section blockquote cite:before {
    content: "\2014 \2009";
}

.socialMedia_contactCTAs {
    position: relative;
    width: 100%;
    height: auto;
    color: #436e61;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.socialMedia_contactCTAs .container,
.socialMedia_contactCTAs .row {
    width: 100%;
}

.socialMedia_contactCTAs a,
.socialMedia_contactCTAs a:hover {
    color: initial;
    -webkit-transition: color .7s linear;
    -moz-transition: color .7s linear;
    transition: color .7s linear;
}

.socialMedia_contactCTAs #cta_mini_unit:hover .inside span {
    color: #c1a871;
    -webkit-transition: color .5s linear;
    -moz-transition: color .5s linear;
    transition: color .5s linear;
}

.socialMedia_contactCTAs #cta_mini_unit:hover .inside i {
    color: #c1a871;
    -webkit-transition: color .3s linear;
    -moz-transition: color .3s linear;
    transition: color .3s linear;
}

.socialMedia_contactCTAs #cta_mini_unit {
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    padding: 0 0 0 7px;
}


.socialMedia_contactCTAs #cta_mini_unit.telephone {
    float: right;
}

.socialMedia_contactCTAs #cta_mini_unit .inside {
    padding: 7px 0px 7px 12px;
    width: auto;
    margin: 0 0 -1px 0;
    display: inline-block;
    animation: introCTA 1.5s 1;
}

.socialMedia_contactCTAs #cta_mini_unit .inside .fa {
    color: #436e61;
    font-size: 11px;
    margin-right: 5px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

@media (max-width: 860px) {
    .socialMedia_contactCTAs #cta_mini_unit span {
        display: none;
    }
}

.socket_signature {
    position: relative;
    display: inline-block;
    opacity: 1;
    padding: 20px 25px;
    width: auto;
    height: auto;
    float: right;
}

.socket_signature .baseline_socket_signature {
    color: #686766;
    font-size: 10px;
    float: left;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}

.socket_signature .logo_socket {
    position: relative;
    display: inline-block;
    height: 12px;
    float: left;
    margin: 0px 0px 0px 7px;
}

.socket_signature:hover .baseline_socket_signature .highlight {
    color: #ff6600;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}



.sky-form .state-error+em {
    color: #c1a871;
}


.wrapperHoverPlayFront {
    width: 100%;
    height: 100%;
}

.PlayFront {
    position: absolute;
    top: calc(55px + 17vh + 3vw);
    right: 50px;
    width: 50%;
    height: calc(25vw + 65px);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    /*cursor: url("../img/cursorCare.svg"), auto;*/
    z-index: 100;
}

@media (max-width: 991px) {
    .PlayFront {
        position: absolute;
        top: calc(130px + 25vh + 7vw);
        right: 5%;
        width: 90%;
        height: calc(25vh + 65px);
        z-index: -1;
    }
}

.PlayFront .title {
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 14px;
    width: 100%;
    font-size: 15px;
    color: #fff;
    background-color: #ee2a7b;
}

.PlayFront .title .closePlayfront {
    position: absolute;
    right: 14px;
    top: 7px;
    width: 15px;
    height: 15px;
    color: #fff;
    z-index: 1000;
}

.PlayFront .title .closePlayfront:hover {
    opacity: 0.5;
}


.PlayFront .title span#mg {
    color: #fff;
    top: 250px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}


.PlayFront .title span#ndw {
    color: #58d3e7;
    top: 250px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}


.PlayFront canvas {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 0
}

.PlayFront .infoArgumentaire {
    position: relative;
    color: #fff;
    font-size: 10px;
    float: right;
}



.companyName span {
    display: inline-block;
    padding: 1px 9px 2px;
    margin: 0 -3px -1px;
}

.companyName .char1 {
    color: #fff;
    background-color: #ff0321;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.companyName .char2 {
    color: #fff;
    background-color: #B3A219;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char3 {
    color: #fff;
    background-color: #9D7684;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.companyName .char4 {
    color: #fff;
    background-color: #ffc60b;
    -ms-transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.companyName .char6 {
    color: #fff;
    background-color: #a9c358;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.companyName .char7 {
    color: #fff;
    background-color: #313131;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.companyName .char8 {
    color: #fff;
    background-color: #ffc60b;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

.companyName .char9 {
    color: #fff;
    background-color: #a04608;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/* .companyName .char10 {
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
} */

.companyName .char11 {
    color: #fff;
    background-color: #12ca91;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char12 {
    color: #fff;
    background-color: #12c8ca;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.companyName .char13 {
    color: #fff;
    background-color: #4db3e1;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char14 {
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char15 {
    color: #fff;
    background-color: #a9e341;
    -ms-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
}

/* .companyName .char16 {
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
} */

.companyName .char17 {
    color: #fff;
    background-color: #f26521;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.companyName .char18 {
    color: #fff;
    background-color: #4db3e1;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}


.companyName .char19 {
    color: #fff;
    background-color: #B3A219;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char20 {
    color: #fff;
    background-color: #8ba2dd;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.companyName .char21 {
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.companyName .char22 {
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.companyName .char23 {
    color: #fff;
    background-color: #9D7684;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
}

.companyName .char24 {
    color: #fff;
    background-color: #ffc60b;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

/* .companyName .char25 {
    color: #fff;
    background-color: #a04608;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
} */

.companyName .char26 {
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
}

.companyName .char27 {
    color: #fff;
    background-color: #12ca91;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.companyName .char28 {
    color: #fff;
    background-color: #12c8ca;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
}

.companyName .char29 {
    color: #fff;
    background-color: #313313;
    -ms-transform: rotate(2.5deg);
    -webkit-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
}

.companyName .char30 {
    color: #fff;
    background-color: #B3A219;
    -ms-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}

.companyName .char31 {
    color: #fff;
    background-color: #f79421;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


.marketingAdvantageBlock {
    position: absolute;
    bottom: -67px;
    right: 40px;
    z-index: 100;
}

@media (max-width: 860px) {
    .marketingAdvantageBlock {
        top: 267px;
        right: 40px;
        zoom: 0.75;
    }
}

.marketingAdvantage {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    margin: 5px;
    position: relative;
    display: inline-block;
    float: right;
    border: 1px solid #fff;
    width: auto;
    height: auto;
    padding: 3px 10px 4px 25px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    opacity: 0.49;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    white-space: nowrap;
}

.marketingAdvantage:hover {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    cursor: url(../img/cursorDryCleaning.svg), auto;
}


.marketingAdvantage:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    border-radius: 10px;
}


.robotic {
    display: none
}

.invalid {
    color: white;
}