html,
body {
    font-family: 'Open Sans', sans-serif !important;
    color: #696868 !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

section {
    padding-top: 30px;
}

b,
strong {
    font-weight: 600 !important
}

hr {
    width: 36px;
    height: 5px;
    background-color: #83977a;
    border: 0px;
    margin: 25px auto;
}

h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800;
    color: #696868;
    margin-bottom: 17px;
}

footer h2 {
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    color: #696868;
    margin-bottom: 45px;
    font-weight: 600;
}

h2.title.outline:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0px;
    width: 80px;
    height: 6px;
    bottom: -15px;
    background-color: #696868;
}

.w-100 {
    width: 100%
}

.p-0 {
    padding: 0px;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mySlides {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-22px p {
    font-size: 16pt !important;
}

.user-card img {
    width: 100%;
}

.user-card h4 {
    color: #83977a;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.user-card p {
    text-align: center;
    font-size: 19px;
}

.user-card h4+p {
    font-weight: 600;
}

.user-card .desc {
    height: auto;
}

.user-card .desc p {
    font-size: 19px;
    text-align: center;
}

.small-line {
    width: 100%;
    position: relative;
    padding: 30px 0;
}

.small-line:after {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 40px;
    height: 6px;
    background-color: #83977a;
}

.b-bottom {
    padding-bottom: 40px;
    border-bottom: 5px solid #eeeeee;
    box-sizing: border-box;
}

.block {
    padding: 35px;
}

.block.green {
    background-color: #83977a;
    height: 100%;
}

.block.green p {
    color: #fff;
    font-size: 1.1rem;
}

.equal .img-fluid {
    height: auto;
}

.block h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}

.topText {
    margin-top: 3px;
}

.link-container {
    display: none;
    position: relative;
}

.link-container:before {
    content: '';
    width: 76px;
    height: 7px;
    background-color: #696868;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 2px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav-fixed .link-container:before {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-section a {
    color: inherit;
    text-decoration: none;
}

.contact-section a:hover {
    text-decoration: underline;
}

.contact-section h3 {
    font-size: 32px;
    font-weight: 600;
}

.equal>[class*='col-'] {
    flex-wrap: wrap;
    flex: initial;
}

.sm-cart {
    padding: 30px;
    min-height: 230px;
    text-transform: uppercase;
}

.sm-cart h3 {
    margin: 0
}

.cart-l {
    background-color: #cbcaca
}

.cart-r {
    background-color: #d4dbd1
}

.line-span span {
    display: block;
}

.activeBg1 {
    margin-top: 20px;
    height: 100%;
}

.activeBg {
    margin-top: 10px;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    #map {
        width: 100%;
        height: 390px;
        border: solid 2px white;
        margin-top: 16px;
    }

}

@media (max-width: 1199px) {
    #map {
        width: 100%;
        height: 420px;
        border: solid 2px white;
        margin-top: 16px;
    }
}

.center {
    padding: 20px;
    text-align: right;
    margin-top: 1px;
}

.menu {
    text-align: right;
    margin-right: 15px;
}

.menuDefault {
    display: none;
}

.menuDiv {
    display: none;
}

.contact-list {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.contact-list li {
    display: inline-block;
    border-right: 1px solid #696868;
    padding: 0 10px;
    line-height: 1;
}

.contact-list li:first-child {
    padding-left: 0;
}

.contact-list li:last-child {
    border-right: 0;
}

nav {
    position: fixed;
    z-index: 5;
    width: 100%;
    background: #fff;
    top: 0
}

header {
    margin-top: 200px;
}

.header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.header>.logo {
    display: inline-block;
    width: 230px;
    box-sizing: border-box;
    padding: 31px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header>.logo img {
    width: 100%
}

.nav-fixed {
    box-shadow: 0px 0px 5px 1px #c1c1c1;
}

.nav-fixed .header>.logo {
    display: inline-block;
    width: 100px;
    box-sizing: border-box;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header>.top-nav {
    font-size: .9em;
    white-space: nowrap;
}

.header .link {
    display: inline-block;
    text-decoration: none;
    color: #696868;
    margin-left: 20px;
    transition: 0.2s;
    font-size: 22px;
    font-weight: 700;
    position: relative;
}

.menu {
    display: none;
    cursor: pointer;
    transition: .1s;
    width: 30px;
}

.menu:hover,
.menu:focus {
    color: #f52b70;
}

.slogan {
    font-size: 22px;
    color: #696868;
    text-align: right;
}

#slider {
    position: relative;
    height: 65vh !important;
}

#top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #eee;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* Important styles */

#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 20px auto 10px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 3px;
    background-color: #696868;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */

#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu {
    opacity: 1;
    visibility: visible;
}

#top i {
    margin: 0;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfiBBERJRBi3Y/XAAABIklEQVRIx+3Tr0pDcRgG4GdDUVxYMdlsM01sY02YRi/AC/AGvAL7sIt5WMeiq4urA8PaSRpmUDYQ+Sw/RXRu52gR9DvlnPf9Hjh/OPzPH5i6+k94Wwjt7+GyC5GOC+WifEXnjYfQsVKEr+km2NNLZ11reXnFdUJXVq26SlfXKnl41SCBy/TkZZcpGagu45uGaflc6S0tOU/p0OYivmWUFs8+dWepGdn6im8bp6XTuf1pase259U1mRCenXx5hyeehZCpfax23QrhyfHCd3TsSQi3dt/HDRMhzBwt/UpHZkKYaLxG+x6E8Ki1lEPLoxAe7MOhqRDuNXNxaLoXwtQhN0K4s5ebw547IdzQFzI7hTjsyIQ+6w5sFOZQ0cr/g/3Pr54X6mV/guE8BxgAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDQtMTdUMTc6Mzc6MTYrMDI6MDDOPCBiAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTA0LTE3VDE3OjM3OjE2KzAyOjAwv2GY3gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    left: 14px;
    top: 14px;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top:hover {
    background: #e5e5e5;
}

#top:hover i {
    opacity: 0.9;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .block.green h3 {
        font-size: 20px;
    }
    #slider {
        height: 30vh !important;
    }
    html,
    body {
        font-size: 0.95rem !important;
    }
    .link.active:before {
        display: none !important;
    }
    .activeBg1 a {
        pointer-events: none;
    }
    .row.equal {
        padding-left: 10px;
        padding-right: 10px;
    }
    .slogan {
        display: none;
    }
    .header {
        display: block;
        text-align: center;
    }
    header {
        margin-top: 130px;
    }
    .menu {
        display: block;
        position: absolute;
        right: 10px;
        top: -35px;
    }
    h2.title {
        font-size: 28px;
    }
    .py-0-x {
        padding: 0 !important;
    }
    .header>.logo {
        width: 150px;
        padding: 20px 0;
    }
    .sm-cart {
        padding: 15px;
        min-height: 180px;
        margin-bottom: 25px;
    }
    .b-bottom {
        padding: 0
    }
    .top-nav {
        position: absolute;
        width: 100%;
        top: 70px;
        left: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav-fixed .top-nav {
        transform: translateY(-40px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .nav-fixed .menu {
        transform: translateY(15px);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header .link {
        display: block;
        font-size: 22px;
        line-height: 1.6;
    }
    #map {
        margin-top: 30px;
    }
    .equal {
        display: block !important;
    }
    .user-card {
        cursor: pointer;
    }
    .user-card .desc {
        overflow: hidden;
        height: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .user-card.open .desc {
        height: 250px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .link-container {
        width: 100%;
        line-height: 2;
        position: absolute;
        z-index: 5;
        box-shadow: none;
        background: #ffffffad;
        text-align: right;
        padding: 20px;
        font-weight: bold;
        left: 0;
        top: 3.5em;
    }
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .user-card {
        margin-bottom: 30px;
    }
    .link-container:before {
        display: none;
    }
    .user-card h4 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .user-cart p {
        font-size: 16px;
    }
    .mb-70-sm {
        margin-top: 70px !important;
    }
}













































/** FIXES */

html,
body {
    line-height: 1.7 !important;
}

.img-fluid {
    height: 100%;
}
.block.green p {
    font-size: 18px;
}

h2 {
    font-size: 32px;
}

html a:hover {
    color: inherit !important;
}
html a {
    color: inherit !important;
}
#was .green a.link-s {
    text-decoration: underline !important;
}
.nom p  {
    margin-bottom: 0;
}

.box-link {
    text-decoration: none;
    color: inherit;
}
.sm-cart {
    text-transform: unset;
}
.box-link:hover {
    text-decoration: none;
    color: inherit;
}

.box-link:focus,
.box-link:active {
    text-decoration: none;
    color: inherit;
}

.underline-link {
    text-decoration: underline;
    color: inherit;
}

.underline-link :focus,
.underline-link :active {
    text-decoration: none;
    color: inherit;
}

.equal [class*='col-'] {
    padding: 0;
}
.equal>[class*='col-']:first-child {
    padding-right: 15px;;
}
footer .line:before {
        content: '';
        width: 76px;
        height: 7px;
        background-color: #696868;
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        opacity: 1;
}
#imagelightbox {
        /*height: auto !important;*/
        /*width: auto !important;*/
        /*left: 50% !important;*/
        /*top: 50% !important;*/
        /*transform: translateX(-50%) translateY(-50%) scale(0.6)!important;*/
        box-shadow: none !important;
}

@media (max-width: 997px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (max-width: 500px) {
#imagelightbox {
    height: auto !important;
    width: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%) scale(0.2)!important;
}
}

@media (min-width: 501px) and (max-width: 997px ) {
    #imagelightbox {
        height: auto !important;
        width: auto !important;
        left: 50% !important;
        top: 50% !important;
        transform: translateX(-50%) translateY(-50%) scale(0.35)!important;
    }
}

@media (min-width: 768px) {
    .nav-fixed .header>.logo img {
        height: 80px;
        width: auto;
    }

    .nav-fixed .header .slogan {
        font-size: 18px;
    }

    .nav-fixed .header .link {
        font-size: 18px;
    }
}

@media (max-width: 997px) {
    .f-22px p {
        font-size: 18px !important;
    }
    .boxes p {
        margin-bottom: 0;
    }
    .link-container {
        width: calc(100% + 20px);
        left: -10px;
        right: -10px;
    }
    .boxes h3 {
        font-size: 20px;
    }
    .user-card.open .desc {
        min-height: 300px;
    }
    footer .cp {
        margin-top: 10px;
    }
    .user-card .desc p{
        font-size: 18px;
    }
    .equal .img-fluid {
        height: 100%;
    }
    .fs22{
        font-size: 22px;
    }
    #what p {
        font-size: 18px;
    }
    .contact-list li {
        font-size: 18px;
    }
    #where p {
        font-size: 18px !important;
    }
    .sm-cart {
        min-height: 240px;
    }
    .contact-list li {
        display: block;
        border-right: none;
        padding: 0 0;
        line-height: inherit;
        text-align: left;
    }
    nav .header>.logo img {
        margin-left: -18px;
    }
    .nav-fixed .header>.logo img {
        margin-left: -25px;
    }
    .equal>[class*='col-']:first-child {
        padding-right: 0;
    }
    a[data-imagelightbox="b"] {
        pointer-events: none;
        cursor: none;
    }
}

.user-card .desc p {
    font-size: 18px;
    margin-bottom: 10px;
}


@media (min-width: 768px) {
    .equal>[class*='col-']:first-child {
        padding-right: 15px;;
    }
}
@media (min-width: 997px) {
    .sm-cart {
        min-height: 230px;
    }
}

span.inv {
    opacity: 0;
    display: none;
}

@media (max-width: 767px) {
    .hidden_mobile {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 997px) {
    .hidden_tablet {
        display: none;
    }
}
@media (min-width: 998px) and (max-width: 1199px) {
    .hidden_desktop {
        display: none;
    }
}
@media (min-width: 1200px) {
    .hidden_large {
        display: none;
    }
}

.fade-slider:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
}
.fade-slider:after {
    content: "";
    display: table;
    clear: both;
}
.fade-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -ms-transition: opacity 2s linear;
    transition: opacity 2s linear;
    z-index: -1;
}
.fade-slide.active-slide {
    opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    #who {
        background: white;
    }
    .mySlides {
        height: auto;
    }
    .sm-cart {
        text-transform: none;
    }
    .activeBg {
        margin-top: 0;
    }
    .activeBg1 {
        margin-top: 30px;
    }
}