/* Reset CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* For older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: none !important;
}

/* Globals */
html,
* {
    font-family: Arial, Helvetica, Sans-serif;
}

body {
    width: 100%;
    min-width: 320px;
    background: #fff url('../images/4a74aef179e948ac98f9edf03177434e.jpg');
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 210px;
}

.clear {
    height: 0;
    width: 0;
    clear: both;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.no-scroll {
    overflow: hidden;
}

/* ASP.Net Error messages */
.field-validation-error {
    display: block;
    margin: 5px 0 12px;
    color: #b40b1b;
    font-size: 13px;
    font-weight: bold;
}

/* Lean modal plugin */
#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

/* Main wrapper */
#main-wrapper {
    position: relative;
    width: 980px;
    min-width: 320px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 1px;
}

/* Columns */
#small-column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 270px;
    padding-top: 5px;
}

#small-column.floatRight {
    width: 320px;
    padding-top: 0;
}

#small-column.floatLeft > div:last-of-type {
    margin-bottom: 12px;
}

#large-column {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 270px);
    padding: 12px 14px;
}

#large-column.floatLeft {
    width: calc(100% - 320px);
    padding: 12px 0;
}

/* Header */
#main-header {
    height: auto;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

/* Languages */
#main-header #languages {
    height: 32px;
    width: 100%;
    background-color: #414141;
    text-align: center;
}

#main-header #languages-wrapper {
    display: inline-block;
    height: 32px;
    width: 980px;
    text-align: left;
}

#main-header #languages ul {
    height: 12px;
    margin: 10px 0;
    font-size: 0;
}

#main-header #languages ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 8px;
}

#main-header #languages ul li a {
    display: block;
    height: 12px;
    width: 18px;
    background: url('/Custom_Code/Images/E101/languages.png') no-repeat top left;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    text-indent: -9999px;
}

#main-header #languages ul li a.fr {
    background-position: -54px 0;
}

#main-header #languages ul li a.lu {
    background-position: 0 0;
}

#main-header #languages ul li a.de {
    background-position: -36px 0;
}

#main-header #languages ul li a.en {
    background-position: -18px 0;
}

#main-header #languages ul li a:hover {
    opacity: 0.8;
}

#main-header #languages ul li a.active {
    margin: -2px 0 0 -2px;
    opacity: 1;
}

/* Header wrapper */
#main-header #header-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: auto;
    width: 980px;
    padding-top: 10px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width:768px) {
    #main-header #header-wrapper {
        display: block;
    }

}

/* Site logo */
#main-header #site-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: auto;
    max-height: 150px;
    margin-right: 28px;
}

#main-header #site-logo a {
    display: table-cell;
    height: auto;
    max-height: 150px;
    max-width: 300px;
    line-height: 85px;
    text-decoration: none;
}

#main-header #site-logo a img {
    vertical-align: middle;
    max-height: 150px;
    max-width: 200px;
}

@media only screen and (max-width:979px) {
    #main-header #site-logo {
        margin-left: 15px;
    }

}

@media only screen and (max-width:768px) {
    #main-header #site-logo {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    #main-header #site-logo a {
        display: block;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    #main-header #site-logo a img {
        display: inline-block;
    }

}

/* Site title */
#main-header #site-title-container {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

#main-header #site-title-container .site-title {
    display: inline-block;
    height: 37px;
    width: 100%;
    background-color: #FCBE4B;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 37px;
    text-align: center;
    vertical-align: middle;
}

#main-header #site-title-container a {
    color: #000000;
    text-decoration: none;
}

@media only screen and (max-width:768px) {
    #main-header #site-title-container {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 14px 0 28px;
    }

    #main-header #site-title-container .site-title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        padding: 10px 15px;
        line-height: 24px;
    }

}

/* Highlight products */
#highlight-products {
    clear: both;
    width: 100%;
    margin-top: 15px;
    font-size: 0;
}

#highlight-products .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 15px;
    margin: 15px 0 6px;
    background-color: #414141;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
}

#highlight-products .product {
    display: inline-block;
    position: relative;
    height: 210px;
    min-height: 210px;
    width: calc(33.33% - 14px);
    margin: 0 18px 16px 0;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}

#highlight-products .product:last-of-type {
    margin-right: 6px;
}

#highlight-products .product .picture-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    border: 1px solid #FCBE4B;
    border-radius: 1px;
}

#highlight-products .product .picture-container img {
    width: 100%;
    border-radius: 1px;
    display: block;
}

#highlight-products .product .label {
    display: block;
    margin: 15px 0 4px;
    color: #414141;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}

#highlight-products .product .price {
    display: inline-block;
    color: #FCBE4B;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
}

#highlight-products .product .crossed {
    display: inline-block;
    margin-left: 7px;
    color: #FCBE4B;
    font-size: 15px;
    font-weight: bold;
    text-decoration: line-through;
}

#highlight-products .product .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    z-index: 2;
    overflow: hidden;
}

#highlight-products .product .banner .banner-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: -25px;
    height: 18px;
    width: 120px;
    padding-top: 1px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

#highlight-products .product .banner.promo .banner-label {
    background-color: #ac0f2d;
}

#highlight-products .product .banner.sale .banner-label {
    background-color: #cf920f;
}

#highlight-products .product .banner.new .banner-label {
    background-color: #75ac0f;
    font-size: 10px;
}

@media all and (max-width:450px) {
    #highlight-products {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
    }

    #highlight-products .slick-dots {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 0;
    }

    #highlight-products .slick-dots li {
        display: inline-block;
        height: 10px;
        width: 10px;
        margin-right: 5px;
        list-style-type: none;
    }

    #highlight-products .slick-dots li:only-child {
        display: none;
    }

    #highlight-products .slick-dots li button {
        display: block;
        height: 10px;
        width: 10px;
        padding: 0;
        background: rgba(0, 0, 0, .25);
        border: none;
        border-radius: 5px;
        font-size: 0;
        opacity: 0.8;
        -webkit-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
        cursor: pointer;
    }

    #highlight-products .slick-dots li button:hover {
        opacity: 1;
    }

    #highlight-products .slick-dots li.slick-active button {
        background: #414141;
        opacity: 1;
    }

}

/* Basket mini */
#basket-mini {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    float: right;
    height: 36px;
    padding: 8px 10px 8px 8px;
    background-color: #414141;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    z-index: 11;
}

#basket-mini > a {
    color: #fff;
    text-decoration: none;
}

/* Basket */
#basket {
    position: relative;
    margin: 30px 0;
}

#basket h2 {
    display: block;
    margin: 20px 0 15px;
    color: #414141;
    font-size: 24px;
}

#basket header {
    display: block;
    padding-top: 10px;
    margin-bottom: 15px;
    color: #222;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

#basket header strong {
    color: #FCBE4B;
    font-weight: bold;
}

#basket section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

#basket section ul {
    width: 100%;
}

#basket section ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 30px 10px 0;
    border-bottom: 1px solid #ddd;
}

#basket section ul li .picture-container {
    display: table-cell;
    float: left;
    height: 60px;
    width: 80px;
    margin-right: 10px;
    line-height: 60px;
    text-align: center;
}

#basket section ul li .picture-container img {
    max-height: 60px;
    max-width: 80px;
    vertical-align: middle;
}

#basket section ul li .title {
    float: left;
    height: 60px;
    width: 300px;
    margin-right: 10px;
    line-height: 60px;
    font-size: 12px;
    font-weight: bold;
    color: #222;
}

#basket section ul li .title a {
    text-decoration: none;
    color: inherit;
}

#basket section ul li .price {
    float: right;
    height: 60px;
    width: 100px;
    margin-right: 10px;
    line-height: 60px;
    font-size: 12px;
    color: #222;
}

#basket section ul li .price span {
    padding-right: 4px;
    opacity: 0.6;
}

#basket section ul li .delete {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    height: 60px;
    width: 20px;
    margin-right: 5px;
    background: url('/Custom_Code/Images/E101/basket-mini-delete.png') no-repeat center center;
    opacity: 0.4;
}

#basket section ul li .delete:hover {
    opacity: 0.9;
}

#basket section footer {
    height: 47px;
    width: 100%;
    padding-top: 30px;
}

#basket section footer .subtotal-amount {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 47px;
    width: 100px;
    padding: 5px 10px 5px 0;
    line-height: 14px;
    font-size: 13px;
    color: #222;
}

#basket section footer .subtotal-amount strong {
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #222;
}

#basket section footer .purchase {
    display: block;
    float: right;
    height: 18px;
    padding: 4px 7px;
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 18px;
    background: #FCBE4B;
    color: #000000;
    opacity: 0.8;
}

#basket section footer .purchase:hover {
    opacity: 1;
}

/* Navigation */
#main-nav {
    position: relative;
    height: 70px;
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
    background-color: #fff;
}

#main-nav:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -49px;
    left: 0;
    height: 49px;
    width: 100%;
    background-color: #414141;
}

#main-nav ul {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 70px;
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
}

#main-nav ul li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    height: 70px;
    overflow: hidden;
}

#main-nav ul li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 25px 10px 0;
    height: 70px;
    text-align: center;
    text-decoration: none;
    line-height: 19px;
    font-size: 16px;
    color: #414141;
    -webkit-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
}

#main-nav ul li ul li a {
    height: auto;
    min-height: 50px;
    padding: 15px 10px;
    font-size: 14px;
    opacity: .85;
}

#main-nav ul li ul li a:hover {
    opacity: 1;
}

@media only screen and (min-width:979px) {
    #main-nav > ul > li a:hover,
    #main-nav > ul > li:hover a {
        background-color: #FFFFAF;
        color: #000000;
    }

}

#main-nav ul li.Highlighted > a,
#main-nav ul li.current-menu-item > a {
    background-color: #FFFFAF;
    color: #000000;
}

#main-nav ul li ul li.Highlighted > a {
    background-color: #FCBE4B;
    color: #000000;
}

#main-nav > ul > li ul {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    min-width: 180px;
    z-index: 99999;
}

#main-nav ul li:hover {
    overflow: visible;
}

#main-nav > ul > li:hover ul {
    display: block;
}

#main-nav > ul > li ul li {
    height: auto;
    width: 100%;
    min-height: 50px;
    background-color: #FFFFAF;
    border-bottom: 2px solid #FCBE4B;
}

#main-nav > ul > li ul li a {
    clear: both;
    float: none;
    width: 100%;
}

/* Home slider */
#home-slider {
    position: relative;
    height: 320px;
    width: 100%;
    overflow: hidden;
}

#home-slider .slider .slide {
    display: block;
    position: relative;
    float: left;
    height: 320px;
    width: 980px;
    list-style: none;
}

#home-slider .slider .slide .text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 320px;
    padding: 18px 20px;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
}

#home-slider .slider .slide .text .title {
    display: block;
    margin-bottom: 10px;
    color: #414141;
    font-size: 18px;
    line-height: 26px;
}

#home-slider .slider .slide .text .description {
    color: #414141;
    font-size: 14px;
    line-height: 21px;
}

#home-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 0;
}

#home-slider .slick-dots li {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    list-style-type: none;
}

#home-slider .slick-dots li:only-child {
    display: none;
}

#home-slider .slick-dots li button {
    display: block;
    height: 10px;
    width: 10px;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-size: 0;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    cursor: pointer;
}

#home-slider .slick-dots li button:hover {
    opacity: 1;
}

#home-slider .slick-dots li.slick-active button {
    background: #414141;
    opacity: 1;
}

/* View more block button */
.view-more-block-button {
    display: block;
    margin-top: 10px;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.view-more-block-button:hover {
    text-decoration: underline;
}

.view-more-block-button .icon {
    margin: 5px;
}

/* Pratical information */
#pratical-information {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 25px;
    margin: 30px 0;
    line-height: 20px;
    border-radius: 7px;
    background: #FCBE4B;
}

#pratical-information.light-view {
    padding: 0;
    border-radius: 0;
    background: none;
}

#pratical-information h3 {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}

#pratical-information.light-view h3 {
    display: block;
    margin: 0 0 7px 0;
    color: #414141;
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
}

#pratical-information h4,
#pratical-information ul li.address {
    margin-bottom: 5px;
    font-size: 17px;
    color: #000000;
}

#pratical-information.light-view h4,
#pratical-information.light-view ul li.address {
    font-size: 15px;
    color: #4d4d4d;
}

#pratical-information ul li.telephone,
#pratical-information ul li.gsm,
#pratical-information ul li.fax {
    padding-left: 20px;
    margin: 2px 0;
    font-size: 17px;
    color: #000000;
}

#pratical-information.light-view ul li.telephone,
#pratical-information.light-view ul li.gsm,
#pratical-information.light-view ul li.fax {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

#pratical-information ul li.telephone {
    background: url('/Custom_Code/Images/E101/telephone_#000000.png') no-repeat top left;
}

#pratical-information ul li.gsm {
    padding-left: 14px;
    background: url('/Custom_Code/Images/E101/mobile_#000000.png') no-repeat top left;
}

#pratical-information ul li.fax {
    background: url('/Custom_Code/Images/E101/fax_#000000.png') no-repeat top left;
}

#pratical-information.light-view ul li.telephone {
    background: url('/Custom_Code/Images/E101/telephone_black.png') no-repeat top left;
}

#pratical-information.light-view ul li.mobile {
    background: url('/Custom_Code/Images/E101/mobile_black.png') no-repeat top left;
}

#pratical-information.light-view ul li.fax {
    background: url('/Custom_Code/Images/E101/fax_black.png') no-repeat top left;
}

/* Practical informations */
#useful-informations {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 245px;
    width: 100%;
    padding: 30px 32px;
    margin-bottom: 7px;
    background: #FCBE4B;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#small-column.floatLeft #useful-informations {
    padding: 22px 18px;
    margin-top: 7px;
}

#useful-informations > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

#useful-informations > ul {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

#useful-informations .address {
    margin-bottom: 5px;
}

#useful-informations .phone,
#useful-informations .gsm,
#useful-informations .fax {
    display: block;
    color: #000000;
    font-size: 15px;
    line-height: 25px;
}

#small-column #useful-informations .phone:empty,
#small-column #useful-informations .gsm:empty,
#small-column #useful-informations .fax:empty {
    display: none;
}

#small-column #useful-informations .phone:before,
#small-column #useful-informations .gsm:before,
#small-column #useful-informations .fax:before {
    display: inline-block;
    height: 17px;
    width: 17px;
    margin-right: 3px;
    color: #000000;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 17px;
    text-align: center;
}

#small-column #useful-informations .phone:before {
    content: '\f095';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#small-column #useful-informations .gsm:before {
    content: '\f3cd';
}

#small-column #useful-informations .fax:before {
    content: '\f1ac';
}

/* News slider */
#news-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 295px;
    width: 100%;
    padding: 30px 32px;
    background: #414141;
    border-radius: 1px;
}

#news-slider > .title {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

#news-slider > .slider article header {
    display: block;
    position: relative;
}

#news-slider > .slider article header .previous-button,
#news-slider > .slider article header .next-button {
    display: block;
    position: absolute;
    top: 5px;
    height: 15px;
    width: 15px;
    opacity: .65;
    color: #FFFFFF;
    text-align: center;
}

#news-slider > .slider article header .previous-button:hover,
#news-slider > .slider article header .next-button:hover {
    opacity: .85;
}

#news-slider > .slider article header .previous-button:active,
#news-slider > .slider article header .next-button:active {
    -webkit-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
    opacity: 1;
}

#news-slider > .slider article header .previous-button {
    left: -20px;
}

#news-slider > .slider article header .next-button {
    right: -20px;
}

#news-slider > .slider article .news-date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 28px;
    width: 100%;
    padding: 0 5px 0 35px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#news-slider > .slider article .news-date:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #fff;
    border-radius: 14px;
    color: #222;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    z-index: 2;
}

#news-slider > .slider article.new  .news-date:before {
    content: '\f0a1';
}

#news-slider > .slider article.event .news-date:before {
    content: '\f073';
    font-weight: normal;
}

#news-slider > .slider article.promo .news-date:before {
    content: '\f541';
}

#news-slider > .slider article.last-minute .news-date:before {
    content: '\f017';
    font-weight: normal;
}

#news-slider > .slider article .news-date:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    height: 24px;
    width: calc(100% - 20px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .25);
    border-radius: 0 1px 1px 0;
    z-index: 1
}

#news-slider > .slider article .news-title {
    display: block;
    margin: 10px 0 5px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}

#news-slider > .slider article .news-description {
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

#news-slider > .slider article .news-description a {
    color: #FCBE4B;
}

#news-slider > .slider article .news-description strong {
    font-weight: bold;
}

#news-slider > .slider article .news-price {
    display: block;
    margin-top: 5px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}

/* Catalog terms */
#catalog-terms {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#catalog-terms .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#catalog-terms .link {
    display: block;
    width: 100%;
    padding: 7px 0 6px;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

#catalog-terms .link:hover {
    text-decoration: underline;
}

#catalog-terms .link:last-child {
    border: none;
}

/* Schedules */
#schedules {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#schedules > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

#schedules table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#schedules table tr {
    line-height: 16px;
}

#schedules table th {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

#schedules table th:first-letter {
    text-transform: uppercase;
}

#schedules table td {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    text-align: right;
}

#schedules .more-text {
    display: block;
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
}

/* Decision makers */
#decision-makers {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 18px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#decision-makers .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

#decision-makers .decision-maker {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    min-height: 56px;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #000000;
}

#decision-makers .decision-maker:first-of-type {
    padding-top: 0;
}

#decision-makers .decision-maker:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}

#decision-makers .decision-maker:after {
    content: '';
    display: block;
    clear: both;
}

#decision-makers .decision-maker > .icon {
    display: block;
    float: left;
    height: 40px;
    width: 30px;
    margin-right: 5px;
    vertical-align: top;
}

#decision-makers .decision-maker > .icon:before {
    content: '\f183';
    display: block;
    height: 40px;
    width: 30px;
    font-family: "Font Awesome 5 Free";
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    text-align: center;
}

#decision-makers .decision-maker > .icon.female:before {
    content: '\f182';
}

#decision-makers .decision-maker > .icon.male:before {
    content: '\f183';
}

#decision-makers .decision-maker .text-container {
    display: table;
    float: right;
    height: 100%;
    width: calc(100% - 35px);
    vertical-align: top;
}

#decision-makers .decision-maker .text {
    display: inline-block;
    display: table-cell;
    font-size: 13px;
    vertical-align: top;
    vertical-align: middle;
}

#decision-makers .decision-maker .text strong {
    font-weight: bold;
}

#decision-makers .decision-maker .means-of-contact {
    margin-top: 7px;
}

#decision-makers .decision-maker .means-of-contact a {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
}

#decision-makers .decision-maker .means-of-contact a .icon {
    display: inline-block;
}

#decision-makers .decision-maker .means-of-contact a .icon:before {
    display: inline-block;
    width: 12px;
    font-size: 11px;
    text-align: center;
}

/* Facilites */
#facilites {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#facilites > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

#facilites ul li {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

/* Spoken languages */
#spoken-languages {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#spoken-languages > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
}

#spoken-languages ul {
    font-size: 0;
}

#spoken-languages ul li {
    display: inline-block;
    margin-right: 5px;
}

/* Links */
#links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 22px 18px;
    margin-top: 7px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#links > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#links ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#links ul li {
    display: block;
    width: 100%;
    padding: 7px 0 6px;
    margin: 0;
    border-bottom: 1px solid #000000;
    font-size: 13px;
    color: #000000;
}

#links ul li:last-child {
    border: none;
}

#links ul li:hover {
    color: #000;
}

#links ul li > a {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
}

#links ul li > a:hover {
    text-decoration: underline;
}

/* Files */
#files {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#files > .title {
    display: block;
    margin-bottom: 15px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

#files ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#files ul li {
    display: block;
    width: 100%;
    padding: 7px 0 6px;
    margin: 0;
    border-bottom: 1px solid #000000;
    color: #000000;
    font-size: 13px;
}

#files ul li:last-child {
    border: none;
}

#files ul li:hover {
    color: #000;
}

#files ul li > a {
    display: block;
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    text-decoration: none;
}

#files ul li > a:hover {
    text-decoration: underline;
}

/* Admin info */
#admin-info {
}

/* Legal notice */
#legal-notice {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 245px;
    width: 100%;
    padding: 22px 18px;
    margin-top: 8px;
    background: #FFFFAF;
    border-radius: 1px;
    color: #000000;
    font-size: 17px;
    line-height: 19px;
}

#large-column #legal-notice {
    padding: 0;
    background: transparent;
}

#small-column #legal-notice .title {
    display: block;
    margin-bottom: 25px !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
}

#legal-notice .subtitle {
    display: inline-block;
    margin-bottom: 3px;
    color: #414141;
    font-size: 14px;
    font-weight: normal;
}

#small-column #legal-notice .subtitle {
    display: inline-block;
    margin-bottom: 3px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
}

#legal-notice p {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
}

#small-column #legal-notice p {
    margin-bottom: 3px;
    color: #000000;
    font-size: 14px;
}

/* Presentation */
#presentation > .title {
    display: block;
    margin: 40px 0 15px;
    color: #FCBE4B;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#presentation {
    line-height: 20px;
    font-size: 14px;
    color: #222;
}

#presentation p {
    margin-bottom: 25px;
    line-height: 24px;
    font-size: 14px;
    color: #222;
}

#presentation strong {
    font-weight: bold;
}

#presentation ul {
    color: #222;
    list-style-type: disc;
    margin: 5px 0 5px 16px;
}

#presentation ul > li {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    margin: 4px 0 8px;
    padding-left: 0;
}

/* Presentation short */
#presentation-short {
    min-height: 155px;
    padding: 0 25px 0;
}

#presentation-short:after {
    content: '';
    display: block;
    clear: both;
}

#presentation-short > .title {
    display: block;
    margin: 35px 0 22px;
    color: #FCBE4B;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

#presentation-short > p {
    line-height: 21px;
    font-size: 15px;
    color: #333;
}

.presentation-short-more-link {
    display: block;
    float: right;
    height: 20px;
    margin: 0 25px 30px 0;
    color: #313131;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
}

.presentation-short-more-link:hover {
    text-decoration: underline;
}

/* Footer */
#main-footer {
    clear: both;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 135px;
    width: 100%;
    background-color: #414141;
}

#main-footer:after {
    content: '';
    display: block;
    clear: both;
}

#main-footer > .wrapper {
    width: 980px;
    margin: 0 auto;
}

/* Last update */
#main-footer .last-updated {
    display: block;
    float: right;
    height: 26px;
    width: calc(100% - 111px);
    padding-top: 4px;
    margin-right: 38px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    line-height: 17px;
}

#main-footer .editus-logo {
    display: block;
    float: right;
    height: 42px;
    width: 73px;
}

/* Links */
#main-footer .links {
    display: block;
    clear: both;
    height: 26px;
    width: auto;
    margin-top: 65px;
}

#main-footer .links:after {
    content: '';
    display: block;
    clear: both;
}

#main-footer .links a {
    display: block;
    float: right;
    margin-left: 12px;
    white-space: nowrap;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

#main-footer .links a:hover {
    text-decoration: underline;
}

/* Footer top */
#main-footer-top {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    height: 44px;
    width: 100%;
    padding: 7px 15px 0;
    margin-bottom: 15px;
    background-color: #313131;
    overflow: visible;
}

#main-footer-top .social:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #313131;
}

/* Social */
#main-footer .social {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 44px;
    width: auto;
    margin: 0 7px 0 0;
}

#main-footer .social .title {
    display: block;
    float: left;
    padding-top: 5px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

#main-footer .social ul {
    float: left;
    font-size: 0;
}

#main-footer .social ul li {
    display: inline-block;
    height: 27px;
    width: 27px;
    margin-right: 4px;
    vertical-align: top;
}

#main-footer .social ul li a {
    display: block;
    height: 27px;
    width: 27px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#main-footer .social ul li:first-of-type a {
    border-radius: 1px 0 0 1px;
}

#main-footer .social ul li:last-of-type a {
    border-radius: 0 1px 1px 0;
}

#main-footer .social ul li a i {
    display: block;
    height: 27px;
    width: 27px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

#main-footer .social ul li a.facebook {
    background-color: #3b5998;
}

#main-footer .social ul li a.twitter {
    background-color: #00aced;
}

#main-footer .social ul li a.google {
    background-color: #d62d20;
}

#main-footer .social ul li a.share-by-email {
    background-color: #494949;
}

#main-footer .social ul li.facebook-like {
    height: 20px;
    width: auto;
    padding: 4px 6px 0 0;
}

#main-footer .social ul li.facebook-like #fb-root {
    display: none;
}

#main-footer .social ul li.facebook-like > iframe {
    height: 20px;
}

/* News */
#news-list {
    margin-bottom: 10px;
}

#news-list .news {
    position: relative;
    padding: 25px 0 15px 40px;
    border-bottom: 2px solid #dedede;
}

#news-list .news:before {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    height: 30px;
    width: 30px;
    color: #222;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

#news-list .news.new:before {
    content: '\f0a1';
}

#news-list .news.event:before {
    content: '\f133';
}

#news-list .news.promo:before {
    content: '\f295';
}

#news-list .news.last-minute:before {
    content: '\f017';
}

#news-list .news-date {
    display: block;
    margin-bottom: 7px;
    color: color;
    font-size: 15px;
    font-weight: normal;
}

#news-list .news-title {
    display: block;
    margin-bottom: 8px;
    color: #414141;
    font-size: 14px;
    font-weight: bold;
}

#news-list .news-description {
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-size: 14px;
}

#news-list .news-description a {
    color: #414141;
    font-weight: bold;
    text-decoration: underline;
}

#news-list .news-description a:hover {
    text-decoration: none;
}

#news-list .news-description ul {
    margin: 5px 0 5px 16px;
    list-style-type: disc;
}

#news-list .news-description li {
    padding-left: 0;
    margin: 4px 0;
    font-size: 14px;
    color: #545454;
    line-height: 18px;
}

#news-list .news-description strong,
#news-list .news-description b {
    font-weight: bold;
}

#news-legend {
    font-size: 0;
}

#news-legend li {
    display: inline-block;
    height: 30px;
    margin-left: 30px;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    opacity: .6;
    vertical-align: top;
}

#news-legend li:first-child {
    margin-left: 0;
}

#news-legend li:before {
    content: '';
    display: inline-block;
    height: 24px;
    width: 18px;
    margin-right: 2px;
    color: #222;
    font-family: "Font Awesome 5 Free";
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    vertical-align: top;
}

#news-legend li.new:before {
    content: '\f0a1';
}

#news-legend li.event:before {
    content: '\f133';
}

#news-legend li.promo:before {
    content: '\f295';
}

#news-legend li.last-minute:before {
    content: '\f017';
}

@media only screen and (max-width:979px) {
    #news-legend {
        text-align: center;
    }

    #news-legend li {
        display: block;
        margin: 0 0 7px;
    }

}

/* Sitemap */
#sitemap {
}

#sitemap ul {
    margin-top: 20px;
}

#sitemap ul ul {
    margin: 5px 0;
}

#sitemap ul li {
    padding: 5px 0;
}

#sitemap ul li ul li {
    margin-left: 20px;
}

#sitemap ul li a {
    padding-top: 1px;
    margin: 5px 0 8px;
    font-size: 13px;
    line-height: 15px;
    color: #222;
    text-decoration: none;
}

#sitemap ul li a:hover {
    text-decoration: underline;
}

#sitemap ul li a:before {
    content: '\f054';
    display: inline-block;
    margin-right: 5px;
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
}

/* Products and services */
#products-services-photo {
    width: 100%;
    text-align: center;
}

#products-services-photo img {
    display: inline-block;
    max-height: 410px;
    max-width: 100%;
    border-radius: 1px;
}

#products-services .title {
    display: block;
    margin: 20px 0 10px;
    color: #414141;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#products-services section h3 {
    clear: both;
    display: block;
    padding: 7px 0;
    margin: 25px 0 5px;
    color: #414141;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}

#products-services section ul {
    clear: both;
    list-style-type: disc;
}

#products-services section ul li {
    display: block;
    float: left;
    width: 250px;
    margin: 4px 0;
    font-size: 14px;
    color: #545454;
    line-height: 19px;
}

/* Presentation slider */
#presentation-slider {
    position: relative;
    height: 320px;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

#presentation-slider img {
    height: 320px;
    padding: 0 7.5px;
    border-radius: 1px;
    opacity: .4;
    -webkit-transition: opacity 160ms ease;
    -o-transition: opacity 160ms ease;
    transition: opacity 160ms ease;
}

#presentation-slider img.slick-current {
    opacity: 1;
}

#presentation-slider .slick-arrow {
    position: absolute;
    top: 50%;
    height: 320px;
    width: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    color: #222;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 120ms ease;
    -o-transition: opacity 120ms ease;
    transition: opacity 120ms ease;
    cursor: pointer;
    z-index: 8999;
}

#presentation-slider:hover .slick-arrow {
    opacity: .65;
}

#presentation-slider .slick-arrow:active {
}

#presentation-slider .slick-arrow.slick-prev {
    left: 0;
}

#presentation-slider .slick-arrow.slick-next {
    right: 0;
}

/* Catalog homepage */
#catalog-homepage-title {
    display: block;
    margin: 20px 0 15px;
    color: #FCBE4B;
    font-size: 22px;
    text-transform: uppercase;
}

.catalog-homepage-description {
    margin: 20px 0 15px;
    font-size: 15px;
    line-height: 19px;
    color: #454545;
}

/* Catalog */
#catalog > .description {
    display: block;
    padding: 5px 0 12px;
    color: #555;
    font-size: 14px;
    line-height: 18px;
}

#catalog #catalog-toolbar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 34px;
    padding: 0 5px 0 10px;
    margin: 5px 0 15px;
    background-color: #f0f0f0;
    border-radius: 1px;
}

#catalog #catalog-toolbar:after {
    content: '';
    display: block;
    clear: both;
}

/* List grid view */
#list-grid-view {
    display: inline-block;
    float: right;
    height: 24px;
    margin-top: 5px;
    font-size: 0;
    text-align: right;
}

#list-grid-view li {
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
}

#list-grid-view li a {
    display: block;
    height: 24px;
    width: 24px;
    color: #FCBE4B;
    text-decoration: none;
    opacity: .4;
}

#list-grid-view li a.active {
    opacity: .7;
}

#list-grid-view li a i {
    display: block;
    height: 24px;
    width: 24px;
}

#list-grid-view li a i:before {
    display: block;
    height: 24px;
    width: 24px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

/* Filters */
#catalog-toolbar .catalog-filters-title {
    display: inline-block;
    float: left;
    height: 34px;
    padding-right: 5px;
    color: #414141;
    font-size: 13px;
    font-weight: normal;
    line-height: 34px;
}

#catalog-filters {
    display: inline-block;
    float: left;
    width: auto;
    vertical-align: top;
}

#catalog-filters li {
    display: inline-block;
    padding: 0 !important;
}

#catalog-filters input[type="submit"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 20px;
    width: auto;
    padding: 0 4px;
    margin-top: 7px;
    background-color: #414141;
    border: none;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    outline: none;
}

#catalog-filters input[type="submit"].active {
    background-color: #FCBE4B;
    color: #000000;
}

/* Pagination */
#catalog-articles > .PagerControl {
    display: block;
    height: 24px;
    width: auto;
    line-height: 24px;
    text-align: right;
}

#catalog-articles > .PagerControl:first-of-type {
    margin: 0 0 15px;
}

#catalog-articles .PagerControl .PagerNumberArea {
    font-size: 0;
}

#catalog-articles > .PagerControl .PagerNumberArea > span {
    display: inline-block;
    padding: 0 !important;
    vertical-align: top;
}

#catalog-articles > .PagerControl .PagerNumberArea a,
#catalog-articles > .PagerControl .PagerNumberArea .SelectedPage {
    display: inline-block;
    min-width: 12px;
    padding: 0 3px;
    color: #888;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#catalog-articles > .PagerControl .PagerNumberArea a:hover {
    color: #333;
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedPage {
    color: #414141;
    font-weight: bold;
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedPrev,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedPrev,
#catalog-articles > .PagerControl .PagerNumberArea .SelectedNext,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedNext {
    display: inline-block;
    font-size: 0;
    text-align: center;
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedPrev:after,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedPrev:after,
#catalog-articles > .PagerControl .PagerNumberArea .SelectedNext:after,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedNext:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-weight: 900;
    line-height: 24px;
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedPrev {
    margin-right: 5px;
    color: rgba(0, 0, 0, .15);
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedNext {
    margin: 0 5px;
    color: rgba(0, 0, 0, .15);
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedPrev:after,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedPrev:after {
    content: '\f053';
}

#catalog-articles > .PagerControl .PagerNumberArea .SelectedNext:after,
#catalog-articles > .PagerControl .PagerNumberArea .UnselectedNext:after {
    content: '\f054';
}

/* Articles */
#catalog-articles {
    display: block;
    clear: both;
    margin-top: 5px;
    font-size: 0;
}

#catalog-articles > span > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 230px;
    width: calc(33.33% - (10px / 3));
    margin: 0 5px 12px 0;
    border: 1px solid #FCBE4B;
    border-radius: 1px;
    line-height: 12px;
    vertical-align: top;
}

#catalog-articles.list > span > span {
    display: block;
    height: 158px;
    width: 100%;
    margin: 0 0 16px 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

#catalog-articles > span > span .product {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 15px;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

#catalog-articles.list > span > span .product {
    padding: 10px 15px;
}

#catalog-articles .product .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    z-index: 2;
    overflow: hidden;
}

#catalog-articles .product .banner .banner-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: -25px;
    height: 18px;
    width: 120px;
    padding-top: 1px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

#catalog-articles .product .banner.promo .banner-label {
    background-color: #ac0f2d;
}

#catalog-articles .product .banner.sale .banner-label {
    background-color: #cf920f;
}

#catalog-articles .product .banner.new .banner-label {
    background-color: #75ac0f;
    font-size: 10px;
}

#catalog-articles .product .picture-container {
    height: 130px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

#catalog-articles.list .product .picture-container {
    float: left;
    height: 125px;
    width: 167px;
    margin: 0 20px 0 0;
    border: 1px solid #FCBE4B;
    border-radius: 1px;
}

#catalog-articles .product .picture-container img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 1px;
}

#catalog-articles .product .label {
    display: block;
    height: 34px;
    margin-top: 7px;
    color: #414141;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
}

#catalog-articles.list .product .label {
    height: auto;
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 24px;
    overflow: visible;
}

#catalog-articles .product .price {
    display: block;
    height: 18px;
    color: #414141;
    font-size: 17px;
    line-height: 18px;
    text-align: right;
    cursor: pointer;
}

#catalog-articles.list .product .price {
    font-size: 17px;
    text-align: left;
}

@media all and (min-width:513px) {
    #catalog-articles.grid > span > span:nth-of-type(3n+3) {
        margin-right: 0;
    }

}

@media all and (max-width:979px) {
    #catalog-articles > span > span {
        height: auto;
    }

    #catalog-articles.list > span > span {
        height: 158px;
    }

}

@media all and (max-width:512px) {
    #catalog-articles.grid > span > span {
        display: block;
        height: 158px;
        width: 100%;
        margin: 0 0 16px 0;
    }

    #catalog-articles.grid .product .picture-container {
        float: left;
        height: 125px;
        width: 167px;
        margin-right: 20px;
    }

    #catalog-articles.grid .product .label {
        height: auto;
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 19px;
        overflow: visible;
    }

    #catalog-articles.grid .product .price {
        font-size: 17px;
        text-align: left;
    }

}

@media all and (max-width:412px) {
    #list-grid-view {
        display: none;
    }

    #catalog-toolbar {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #catalog-articles .PagerControl {
        display: block;
        float: none;
        height: 30px;
        width: 100%;
        text-align: center;
    }

    #catalog-articles > .PagerControl:first-of-type {
        display: none;
    }

    #catalog-articles .PagerControl .PagerNumberArea a,
    #catalog-articles .PagerControl .PagerNumberArea .SelectedPage {
        height: 30px;
        width: 30px;
        padding: 0;
        margin: 0 2px;
        background-color: #f1f1f1;
        border-radius: 4px;
        line-height: 30px;
    }

    #catalog-articles .PagerControl .PagerNumberArea .SelectedPage {
        background-color: #414141;
        color: #FFFFFF;
    }

    #catalog-articles .PagerControl .PagerNumberArea .SelectedPrev,
    #catalog-articles .PagerControl .PagerNumberArea .UnselectedPrev,
    #catalog-articles .PagerControl .PagerNumberArea .SelectedNext,
    #catalog-articles .PagerControl .PagerNumberArea .UnselectedNext {
        display: none;
    }

    #catalog-articles.grid > span > span {
        height: 123px;
        margin-bottom: 10px;
    }

    #catalog-articles.grid .product .picture-container {
        height: 90px;
        width: 120px;
        margin-right: 15px;
    }

    #catalog-articles.grid .product .label {
        margin: 0 0 5px;
        font-size: 13px;
        line-height: 18px;
    }

    #catalog-articles.grid .product .price {
        font-size: 15px;
    }

}

/* Article details */
#article-details {
    padding-left: 15px;
}

#article-details-pictures {
    display: inline-block;
    position: relative;
    float: left;
    width: 275px;
    margin-right: 30px;
}

#article-details-pictures .banner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    z-index: 2;
    overflow: hidden;
}

#article-details-pictures .banner .banner-label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: -25px;
    height: 18px;
    width: 120px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .5px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
}

#article-details-pictures .banner.promo .banner-label {
    background-color: #ac0f2d;
}

#article-details-pictures .banner.sale .banner-label {
    background-color: #cf920f;
}

#article-details-pictures .banner.new .banner-label {
    background-color: #75ac0f;
}

#article-details-pictures .main-picture {
    position: relative;
    width: 100%;
    border-radius: 1px;
}

#article-details-pictures .main-picture:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .35);
    border-radius: 1px;
}

#article-details-pictures .pictures-list {
    height: 40px;
    width: 100%;
    margin-top: 10px;
    font-size: 0;
}

#article-details-pictures .pictures-list li {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
}

#article-details-pictures .pictures-list li a {
    display: block;
    height: 100%;
    opacity: .75;
    -webkit-transition: opacity 100ms ease;
    -o-transition: opacity 100ms ease;
    transition: opacity 100ms ease;
}

#article-details-pictures .pictures-list li a:hover {
    opacity: 1;
}

#article-details-pictures .pictures-list li img {
    height: 40px;
    border-radius: 1px;
}

#article-details-infos {
    float: right;
    width: calc(100% - 305px);
}

#article-details-infos .title {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FCBE4B;
    margin: 15px 0;
}

#article-details-infos .subtitle {
    display: block;
    padding: 10px 0 5px;
    color: #414141;
    font-size: 15px;
    font-weight: bold;
}

#article-details-infos .description-title {
    display: block;
    margin-bottom: 5px;
    color: #414141;
    font-size: 15px;
    font-weight: bold;
}

#article-details-infos .price {
    display: inline-block;
    padding-top: 10px;
    color: #414141;
    font-size: 18px;
    font-weight: normal;
}

#article-details-infos .price.crossed {
    text-decoration: line-through;
    opacity: .75;
}

#article-details-infos .price {
    display: inline-block;
    padding-top: 10px;
    color: #414141;
    font-size: 18px;
    font-weight: normal;
}

#article-details-description {
    margin-top: 40px;
    color: #222;
    font-size: 15px;
    line-height: 20px;
}

#article-details-description .description-title {
    display: block;
    margin-bottom: 5px;
    color: #414141;
    font-size: 15px;
    font-weight: bold;
}

#article-details-description a {
    color: #414141;
    text-decoration: underline;
}

#article-details-description a:hover {
    text-decoration: none;
}

#article-details-description h3 {
    margin: 15px 0 5px;
    color: #646464;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

#article-details-description h4 {
    margin: 10px 0 5px;
    color: #343434;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}

#article-details-description p {
    margin-bottom: 30px;
    font-size: 15px;
    color: #545454;
    line-height: 22px;
}

#article-details-description strong,
#article-details-description b {
    font-weight: bold;
}

#article-details-description em,
#article-details-description i {
    font-style: italic;
}

#article-details-description s {
    text-decoration: line-through;
}

#article-details-description ul {
    margin: 5px 0 5px 16px;
    list-style-type: disc;
    color: $primary;
}

#article-details-description ol {
    margin-left: 18px;
    list-style-type: decimal;
    font-size: 15px;
    color: #414141;
}

#article-details-description li {
    padding-left: 0;
    margin: 4px 0;
    font-size: 15px;
    color: #545454;
    line-height: 21px;
}

#article-details-description table {
    max-width: 100% !important;
}

#article-details-infos .add-to-cart-link {
    display: block;
    float: right;
    padding: 6px 10px 6px 8px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    background-color: #414141;
    border: 0;
    broder-radius: 1px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#article-details-infos .add-to-cart-link:before {
    content: '\f07a';
    display: inline-block;
    float: left;
    padding-right: 6px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}

@media all and (max-width:512px) {
    #article-details-pictures {
        width: 100%;
        margin-bottom: 30px;
    }

    #article-details-infos {
        float: none;
        width: 100%;
    }

}

/* Catalog details */
#article-details-block {
    display: table-cell;
    vertical-align: middle;
    width: 282px;
    float: left;
}

#article-details-block #article-details-photo {
    position: relative;
}

#article-details-block #article-details-photo #link-zoom {
    display: block;
}

#article-details-block #article-details-photo #viewer-photo {
    border: 1px solid #ededed;
    border-collapse: collapse;
    display: table-cell;
    height: 210px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 280px;
    cursor: pointer;
}

#article-details-block #article-details-photo-block #viewer-photo img {
    border-radius: 1px;
    max-height: 210px;
    max-width: 280px;
    vertical-align: middle;
}

#article-details-block #article-details-photo #zoom {
    cursor: pointer;
    left: 112px;
    position: absolute;
    top: 85px;
    display: none;
}

#article-details-block #article-details-photo:hover #zoom {
    display: block;
}

#article-details-block #article-details-photo #zoom img {
    display: block;
    opacity: 0.8;
}

#article-details-block #article-details-photo #zoom img:hover {
    opacity: 1;
}

/* Catalog sub-menu */
#catalog-submenu {
    margin-top: 12px;
}

#catalog-submenu li {
    display: block;
    margin-bottom: 2px;
}

#catalog-submenu li a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    min-height: 44px;
    width: 100%;
    padding: 15px 8px 15px 10px;
    margin-bottom: 3px;
    background: #FFFFAF;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    border-radius: 1px;
}

#catalog-submenu li:last-of-type a {
    margin-bottom: 0;
}

#catalog-submenu li a:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .035);
}

#catalog-submenu li.Highlighted a,
#catalog-submenu li.Highlighted a:hover {
    background: #FCBE4B;
    color: #000000;
}

#catalog-submenu li.Highlighted a:after {
    content: '\f054';
    display: inline-block;
    float: right;
    margin-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
}

/* Breadcrumbs */
#breadcrumbs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 49px;
    width: 980px;
    margin: 0 auto;
    background-color: #414141;
    font-size: 0;
}

#breadcrumbs span {
    display: inline-block;
    margin: 17px 6px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    vertical-align: top;
}

#breadcrumbs a {
    display: inline-block;
    margin: 17px 6px 0 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    vertical-align: top;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#breadcrumbs .CMSBreadCrumbsCurrentItem {
    color: #FFFFFF;
}

#breadcrumbs .arrow {
    display: inline-block;
    height: 12px;
    width: 6px;
    font-size: 0;
    vertical-align: top;
}

#breadcrumbs .arrow:before {
    content: '\f054';
    display: block;
    height: 12px;
    width: 6px;
    color: color;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: bold;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
}

/* Contact */
#contact-form-subtitle {
    display: block;
    padding: 15px;
    border: 1px solid #676767;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    color: #676767;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

#contact-form-mandatory-message {
    display: block;
    padding: 0 15px 0 15px;
    border-left: 1px solid #676767;
    border-right: 1px solid #676767;
    color: #989898;
    font-size: 13px;
    font-style: italic;
}

#contact-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #676767;
    border-top: none;
    border-radius: 0 0 4px 4px;
    text-align: center;
}

#contact-form .error,
#contact-form .success {
    display: inline-block;
    width: auto;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ec5a3b;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

#contact-form .error:before,
#contact-form .success:before {
    content: '\f071';
    display: inline-block;
    margin-right: 5px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    //98b839
}

#contact-form .success {
    background-color: #98b839;
}

#contact-form .success:before {
    content: '\f058';
}

#contact-form label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    float: left;
    width: 45%;
    padding: 4px 20px 4px 0;
    margin-bottom: 8px;
    color: #717171;
    font-size: 13px;
    line-height: 22px;
    text-align: right;
}

#contact-form span.wpcf7-list-item-label {
    color: #717171;
    font-size: 13px;
    line-height: 22px;
}

#contact-form input[type=checkbox] {
    vertical-align: middle;
}

#contact-form .field.terms {
    padding-left: 50px;
}

#contact-form .field.terms span.wpcf7-not-valid-tip {
    margin-left: 0;
}

#contact-form input[type="text"],
#contact-form input[type="tel"],
#contact-form input[type="email"],
#contact-form input[type="number"],
#contact-form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: none;
    width: 55%;
    padding: 7px 9px;
    margin-bottom: 8px;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #444;
    font-size: 13px;
    cursor: text;
}

img {
    max-width: 100%;
    height: auto;
}

#contact-form .field.send-copy {
    width: 55%;
    margin-left: 45%;
}

#contact-form .field.send-copy label {
    width: auto;
    padding: 0;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
}

#contact-form .field.send-copy input[type="checkbox"] {

    /*display: none;*/
}

#contact-form .field.send-copy input[type="checkbox"] + label:before {
    content: '';
    display: block;
    float: left;
    height: 14px;
    width: 14px;
    margin: 2px 6px 0 0;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

#contact-form .field.send-copy input[type="checkbox"] + label:hover:before {
    border: 1px solid #acacac;
}

#contact-form .field.send-copy input[type="checkbox"]:checked + label:before,
#contact-form .field.send-copy input[type="checkbox"]:checked + label:hover:before {
    content: '\f00c';
    display: inline-block;
    background-color: #414141;
    border-color: #414141;
    color: #FFFFFF;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#contact-form .captcha {
    margin-bottom: 10px;
}

#contact-form .captcha label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    float: left;
    height: 28px;
    width: 100%;
    color: #717171;
    font-size: 13px;
    line-height: 28px;
    text-align: right;
}

#contact-form .captcha .CaptchaTable {
    width: 80px;
    margin-left: calc(100% - 80px);
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}

#contact-form .captcha .CaptchaTable tr td {
    display: block;
    float: left;
    height: 28px;
    width: 100%;
    vertical-align: top;
    font-size: 0;
}

#contact-form .captcha .CaptchaTable tr td:first-of-type {
    padding-right: 10px;
}

#contact-form .captcha .CaptchaTable tr td input[type="text"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 26px;
    width: 80px;
    padding: 0 7px;
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #444;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

#contact-form .captcha .CaptchaTable tr td img {
    margin-top: 3px;
}

#contact-form .buttons-container {
    margin-top: 20px;
    text-align: right;
}

#contact-form .buttons-container:after {
    content: '';
    display: block;
    clear: both;
}

#contact-form .buttons-container .button {
    display: inline-block;
    height: 35px;
    width: auto;
    padding: 0 35px;
    background-color: #888;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

#contact-form .buttons-container .button.send {
    background-color: #414141
}

@media only screen and (max-width:600px) {
    #contact-form label {
        float: none;
        width: 100%;
        padding: 4px 0;
        margin-bottom: 0;
        text-align: left;
    }

    #contact-form input[type="text"],
    #contact-form input[type="tel"],
    #contact-form input[type="email"],
    #contact-form input[type="number"],
    #contact-form textarea {
        float: none;
        width: 100%;
    }

    #contact-form span.wpcf7-not-valid-tip {
        margin-left: 0 !important;
        text-align: left;
    }

    #contact-form span.wpcf7-list-item {
        margin-left: 0;
    }

    #contact-form .field.terms {
        padding-left: 0 !important;
        text-align: left !important
    }

    #contact-form .buttons-container .button {
        width: 100%;
    }

}

/* Map */
.map {
    height: 360px;
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
}

#homepage-map-container .map {
    height: 250px;
}

#homepage-map-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 32px 0;
    background: #FCBE4B;
    border-radius: 1px;
}

#map-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 22px 18px;
    background: #FFFFAF;
    border-radius: 1px;
}

#small-column.floatLeft #map-container {
    margin-top: 8px;
}

#homepage-map-container > .title {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

#map-container > .title {
    display: block;
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
}

/* Open street map */
.map .olControlAttribution {
    bottom: 2px;
    right: 5px;
    font-size: 11px;
    color: #333;
}

.map .olControlAttribution a {
    color: #333;
    text-decoration: none;
}

.map .olControlAttribution a:hover {
    text-decoration: underline;
}

#map-marker {
    position: relative;
}

#map-marker:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 48px;
    width: 34px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=!string!%20viewBox=!string!%3E%3Cpath%20d=!string!%20stroke=!string!%20stroke-opacity=!string!%20fill=!string!/%3E%3C/svg%3E");
}

/* Accesses */
#accesses {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #414141;
    border-radius: 2px;
    text-align: left;
}

#accesses .accesses-title {
    display: block;
    color: #717171;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#accesses ul {
    clear: both;
    padding: 14px 0 0;
    margin: 0;
    list-style-type: none;
    color: #333;
    font-size: 13px;
    line-height: 18px;
    color: #333;
    font-size: 13px;
}

#accesses ul li {
    display: block;
    width: 100%;
    padding: 7px 0 6px 3px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: #333;
}

#accesses ul li:last-of-type {
    border-bottom: none;
}

#pages .title,
#menu .title,
#catalog .title,
#news .title {
    float: none;
    padding-top: 18px;
    margin-bottom: 12px;
    color: #414141;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

#catalog .title {
    margin-bottom: 7px;
    color: #FCBE4B;
    font-size: 20px;
    font-weight: 500;
}

#contact .title {
    margin-bottom: 20px;
    color: #FCBE4B;
    font-size: 20px;
    font-weight: 500;
}

#pages .description {
    margin: 20px 0 15px;
    color: #454545;
    font-size: 15px;
    line-height: 19px;
}

#pages .description ul {
    margin: 20px 0 15px;
    list-style-type: disc;
}

#pages .description ul li {
    margin: 4px 0 4px 25px;
}

#pages .description a {
    color: #FCBE4B;
}

/* Réservation de table */
.booking-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #e1671e;
    text-decoration: none;
    border-radius: 2px;
    color: #fff;
    font-size: 17px;
    font-family: arial;
    font-weight: normal;
    line-height: 50px;
    cursor: pointer;
}

#small-column .booking-button {
    width: 100%;
    margin: 10px 0;
}

#small-column .booking-button:before {
    content: 'http://www.w3.org/2000/svg';
    float: left;
    height: 50px;
    width: 22px;
    padding: 0;
    margin: 0 12px 0 32px;
    background-color: #e1671e;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=!string!%20width=!string!%20height=!string!%3E%3Cpath%20fill=!string!%20d=!string!/%3E%3C/svg%3E");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.booking-button:hover {
    background: #d45f1c;
}

.booking-button:active {
    background: #ed6a1f;
}

.booking-button:before {
    margin-left: 18px;
}

#main-footer .booking-button {
    display: inline-block;
    float: left;
    height: 26px;
    margin-right: 30px;
    vertical-align: top;
}

#main-footer .booking-button:before {
    content: '0%200%2034%2048';
    float: right;
    height: 27px;
    width: 27px;
    padding: 0;
    margin: 0 0 0 7px;
    background-color: #e1671e;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=!string!%20width=!string!%20height=!string!%3E%3Cpath%20fill=!string!%20d=!string!/%3E%3C/svg%3E");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
}

#main-footer .booking-button,
#main-footer .booking-button:hover,
#main-footer .booking-button:active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    height: 26px;
    width: auto;
    padding: 0;
    background: none;
    text-decoration: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

@media screen and (max-width:978px) {
    #small-column .booking-button:before {
        margin-left: 20px;
    }

}

@media screen and (max-width:641px) {
    #main-footer-top {
        height: auto;
        background-color: transparent;
    }

}

/* Popup */
.popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
}

.popup .overlay {
    content: 'M17.25%207.05c-9.19.52-12%208.09-12%2011.95%200%205%202%2010%204%2014s8%2015%208%2015%206-11%208-15%204-9%204-14c0-3.86-2.81-11.43-12-11.95zm0%2017.95c-2.49%200-4.5-2.01-4.5-4.5s2.01-4.5%204.5-4.5%204.5%202.01%204.5%204.5-2.01%204.5-4.5%204.5z';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
    animation: show-popup 275ms ease;
    -webkit-animation: show-popup-overlay 275ms ease;
}

/* Show popup overlay */
@keyframes show-popup-overlay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

@-webkit-keyframes show-popup-overlay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

}

.popup .content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 450px;
    max-width: 100vw;
    padding: 20px 22px;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
    z-index: 9999;
}

.popup .content .send-ok {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.popup .content .send-ok .message {
    position: absolute;
    top: 50%;
    left: 0;
    height: auto;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

.popup .content .send-ok .message label:first-letter {
    text-transform: uppercase;
}

.popup .content .send-ok .message .icon {
    display: block;
    margin-bottom: 15px;
    color: #414141;
    font-size: 75px;
}

.popup .content .send-ok .label + a {
    display: block;
    height: 30px !important;
    width: 120px !important;
    padding: 0 20px;
    margin: 25px auto 0;
    background-color: #888;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.popup .content .send-ok .label + a:hover {
    background-color: #a5a5a5;
}

.popup .content .send-ok .label + a:active {
    background-color: #737373;
}

.popup .content .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    color: rgba(0, 0, 0, .35);
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

.popup .content .close-button:hover {
    color: rgba(0, 0, 0, .5);
}

.popup .content .close-button:active {
    color: rgba(0, 0, 0, .75);
}

.popup .content .title {
    display: block !important;
    float: none !important;
    margin-bottom: 20px !important;
    color: #414141 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.popup .content .subtitle {
    margin: 10px 0 15px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.popup .content .field {
    margin-bottom: 10px;
}

.popup .content .field label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    float: left;
    height: 28px;
    width: 50%;
    padding-right: 15px;
    color: #717171;
    font-size: 13px;
    line-height: 28px;
    text-align: right;
}

.popup .content .field input[type='%23FFFFFF'],
.popup .content .field input[type='0.35'],
.popup .content .field input[type='%23414141'],
.popup .content .field textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 26px;
    width: 50%;
    padding: 0 7px;
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #444;
    font-size: 13px;
    line-height: 26px;
}

.popup .content .field textarea {
    height: 65px;
    padding: 5px 7px;
    line-height: 18px;
    resize: none;
}

.popup .content .captcha {
    margin-bottom: 10px;
}

.popup .content .captcha label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    float: left;
    height: 28px;
    width: 100%;
    color: #717171;
    font-size: 13px;
    line-height: 28px;
    text-align: right;
}

.popup .content .captcha .CaptchaTable {
    width: 80px;
    margin-left: calc(100% - 80px);
    border-collapse: collapse;
    border-spacing: 0;
}

.popup .content .captcha .CaptchaTable tr td {
    display: block;
    float: left;
    height: 28px;
    width: 100%;
    vertical-align: top;
    font-size: 0;
}

.popup .content .captcha .CaptchaTable tr td:first-of-type {
    padding-right: 10px;
}

.popup .content .captcha .CaptchaTable tr td input[type=''] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 26px;
    width: 80px;
    padding: 0 7px;
    background-color: #f1f1f1;
    border: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    color: #444;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.popup .content .captcha .CaptchaTable tr td img {
    margin-top: 3px;
}

.popup .content .buttons-container {
    margin-top: 20px;
    text-align: right;
}

.popup .content .buttons-container .button {
    display: inline-block !important;
    height: 30px !important;
    width: auto !important;
    padding: 0 20px;
    background-color: #888;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.popup .content .buttons-container .button:hover {
    background-color: #a5a5a5;
}

.popup .content .buttons-container .button:active {
    background-color: #737373;
}

.popup .content .buttons-container .button:last-child {
    margin-left: 10px;
}

.popup .content .buttons-container .button.send {
    background-color: #414141
}

.popup .content .buttons-container .button.send:hover {
    background: #A5A5A5;
}

.popup .content .buttons-container .button.send:active {
    background: #000000;
}

.popup .content .mandatory-message {
    margin-top: 25px;
    color: #989898;
    font-size: 12px;
    font-style: italic;
    text-align: right;
}

/* Video gallery */
#videos-gallery-container .video-title {
    display: block;
    margin: 20px 0;
    color: #414141;
    font-size: 22px;
}

#videos-gallery-container .video-description {
    clear: both;
    display: block;
    width: 75%;
    padding: 20px 0 15px;
    color: #222;
    font-size: 14px;
    line-height: 18px;
}

#videos-gallery-container iframe {
    float: left;
    height: 375px;
    width: 500px;
}

#videos-gallery-container .videos-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: calc(100% - 500px);
    padding-left: 12px;
}

#videos-gallery-container .videos-list input[type='http://www.w3.org/2000/svg'] {
    height: auto;
    width: 100%;
    margin-bottom: 12px;
}

@media only screen and (max-width:979px) {
    #videos-gallery-container {
        text-align: center;
    }

    #videos-gallery-container iframe {
        display: inline-block;
        float: none;
    }

    #videos-gallery-container .videos-list {
        float: none;
        width: 100%;
        padding: 12px 0 0;
        text-align: center;
        font-size: 0;
    }

    #videos-gallery-container .videos-list input[type='1024'] {
        height: 75px;
        width: 100px;
        margin: 0 6px;
    }

    #videos-gallery-container .video-description {
        width: 100%;
    }

}

@media only screen and (max-width:529px) {
    #videos-gallery-container iframe {
        height: calc((100vw / 1.33) - 30px);
        width: calc(100vw - 30px);
    }

}

/* Pictures gallery */
#pictures-gallery-container .pictures-gallery-nav {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    padding: 0 7px 0 12px;
    margin-bottom: 15px;
    background-color: #414141;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 35px;
}

/* Zoom */
#pictures-gallery-container .pictures-gallery-nav .zoom-bar {
    float: left;
    height: 35px;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar > i {
    display: inline-block;
    height: 35px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 35px;
    vertical-align: top;
    -webkit-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
    cursor: pointer;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar > i:hover {
    color: #FCBE4B;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul {
    display: inline-block;
    height: 35px;
    margin: 0 10px;
    font-size: 0;
    vertical-align: top;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li {
    display: inline-block;
    position: relative;
    height: 13px;
    width: 40px;
    margin: 11px 0;
    cursor: pointer;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li:before {
    content: '1024';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 1px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    -webkit-transition: background-color 100ms ease;
    -o-transition: background-color 100ms ease;
    transition: background-color 100ms ease;
    z-index: 2;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li:hover:before {
    background-color: #FFFFFF;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li.active:before {
    content: '%23fff';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FCBE4B;
    border-radius: 7px;
    z-index: 2;
}

#pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li:after {
    content: 'M1008%20992c-12.8%2012.8-25.6%2016-41.6%2016s-35.2-6.4-48-22.4L601.6%20668.8c-9.6%206.4-22.4%209.6-38.4%209.6-51.2%200-121.6-35.2-150.4-67.2L134.4%20332.8C32%20233.6%2048%2057.6%20128%2057.6c19.2%200%2044.8%2012.8%2073.6%2038.4%2092.8%2092.8%20800%20803.2%20800%20803.2%2025.6%2028.8%2032%2064%206.4%2092.8zM640%20460.8c51.2%2019.2%20118.4%209.6%20163.2-35.2l195.2-195.2c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200h-3.2l-192%20192c-12.8%2012.8-28.8%2012.8-38.4%203.2-12.8-12.8-9.6-28.8%203.2-38.4l192-192c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200l-192%20192c-12.8%2012.8-28.8%2012.8-38.4%203.2-12.8-12.8-9.6-28.8%203.2-38.4l192-192c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200L595.2%20220.8c-41.6%2041.6-57.6%20112-38.4%20156.8%2012.8%2025.6%2048%2070.4%2083.2%2083.2zm-268.8%20192L320%20601.6%209.6%20912c-16%2016-9.6%2051.2%2016%2080%2025.6%2025.6%2051.2%2022.4%2076.8-6.4l304-304c-12.8-9.6-25.6-19.2-35.2-28.8z';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    z-index: 1;
}

/* Pagination */
#pictures-gallery-container .pictures-gallery-nav .pagination {
    float: right;
    height: 35px;
    font-size: 0;
}

#pictures-gallery-container .pictures-gallery-nav .pagination a {
    display: inline-block;
    float: right;
    height: 35px;
    padding: 0 4px;
    color: #999;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: color 100ms ease;
    -o-transition: color 100ms ease;
    transition: color 100ms ease;
}

#pictures-gallery-container .pictures-gallery-nav .pagination a:hover {
    color: #333;
}

#pictures-gallery-container .pictures-gallery-nav .pagination a.active {
    color: #414141;
}

@media only screen and (max-width:414px) {
    #pictures-gallery-container .pictures-gallery-nav {
        height: auto;
        padding: 0;
        margin-bottom: 15px;
        background-color: transparent;
        border-radius: 0;
    }

    #pictures-gallery-container .pictures-gallery-nav .zoom-bar {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        background-color: #f1f1f1;
        border-radius: 5px;
    }

    #pictures-gallery-container .pictures-gallery-nav .zoom-bar > i {
        width: 35px;
        text-align: center;
    }

    #pictures-gallery-container .pictures-gallery-nav .zoom-bar ul {
        width: calc(100% - 90px);
    }

    #pictures-gallery-container .pictures-gallery-nav .zoom-bar ul li {
        width: 25%;
    }

    #pictures-gallery-container .pictures-gallery-nav .pagination {
        float: right;
        width: auto;
        padding: 0 5px;
        margin-bottom: 15px;
        background-color: #f1f1f1;
        border-radius: 5px;
    }

    #pictures-gallery-container .pictures-gallery-nav .pagination a {
        display: inline-block;
        padding: 0 8px;
        text-align: center;
    }

}

/* Pictures */
#pictures-gallery-container > ul {
    width: 100%;
    clear: both;
    font-size: 0;
}

#pictures-gallery-container > ul > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 15px 15px 0;
    -webkit-transition: width 350ms ease;
    -o-transition: width 350ms ease;
    transition: width 350ms ease;
}

@media only screen and (min-width:415px) {
    #pictures-gallery-container[data-zoom-value=''] > ul > li {
        width: calc(12.5% - ((15px * 7) / 8));
    }

    #pictures-gallery-container[data-zoom-value='http://www.w3.org/2000/svg'] > ul > li {
        width: calc(16.66% - ((15px * 5) / 6));
    }

    #pictures-gallery-container[data-zoom-value='1024'] > ul > li {
        width: calc(25% - ((15px * 3) / 4));
    }

    #pictures-gallery-container[data-zoom-value='1024'] > ul > li {
        width: calc(50% - (15px / 2));
    }

    #pictures-gallery-container[data-zoom-value='%23fff'] > ul > li:nth-child(8n+0),
    #pictures-gallery-container[data-zoom-value='M1008%20992c-12.8%2012.8-25.6%2016-41.6%2016s-35.2-6.4-48-22.4L601.6%20668.8c-9.6%206.4-22.4%209.6-38.4%209.6-51.2%200-121.6-35.2-150.4-67.2L134.4%20332.8C32%20233.6%2048%2057.6%20128%2057.6c19.2%200%2044.8%2012.8%2073.6%2038.4%2092.8%2092.8%20800%20803.2%20800%20803.2%2025.6%2028.8%2032%2064%206.4%2092.8zM640%20460.8c51.2%2019.2%20118.4%209.6%20163.2-35.2l195.2-195.2c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200h-3.2l-192%20192c-12.8%2012.8-28.8%2012.8-38.4%203.2-12.8-12.8-9.6-28.8%203.2-38.4l192-192c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200l-192%20192c-12.8%2012.8-28.8%2012.8-38.4%203.2-12.8-12.8-9.6-28.8%203.2-38.4l192-192c12.8-12.8%2012.8-32%200-44.8s-32-12.8-44.8%200L595.2%20220.8c-41.6%2041.6-57.6%20112-38.4%20156.8%2012.8%2025.6%2048%2070.4%2083.2%2083.2zm-268.8%20192L320%20601.6%209.6%20912c-16%2016-9.6%2051.2%2016%2080%2025.6%2025.6%2051.2%2022.4%2076.8-6.4l304-304c-12.8-9.6-25.6-19.2-35.2-28.8z'] > ul > li:nth-child(6n+0),
    #pictures-gallery-container[data-zoom-value=''] > ul > li:nth-child(4n+0),
    #pictures-gallery-container[data-zoom-value="text"] > ul > li:nth-child(2n+0) {
        margin-right: 0;
    }

}

@media only screen and (max-width:414px) {
    #pictures-gallery-container[data-zoom-value="email"] > ul > li {
        width: calc(16.66% - ((15px * 5) / 6));
    }

    #pictures-gallery-container[data-zoom-value="tel"] > ul > li {
        width: calc(25% - ((15px * 3) / 4));
    }

    #pictures-gallery-container[data-zoom-value="text"] > ul > li {
        width: calc(50% - (15px / 2));
    }

    #pictures-gallery-container[data-zoom-value="image"] > ul > li {
        width: calc(100%);
    }

    #pictures-gallery-container[data-zoom-value="image"] > ul > li:nth-child(6n+0),
    #pictures-gallery-container[data-zoom-value=''] > ul > li:nth-child(4n+0),
    #pictures-gallery-container[data-zoom-value=''] > ul > li:nth-child(2n+0),
    #pictures-gallery-container[data-zoom-value=''] > ul > li:nth-child(1n+0) {
        margin-right: 0;
    }

}

#pictures-gallery-container > ul > li .picture-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    width: 100%;
    padding: 20px 0;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    -webkit-transition: border-color 150ms ease;
    -o-transition: border-color 150ms ease;
    transition: border-color 150ms ease;
    cursor: pointer;
}

#pictures-gallery-container > ul > li .picture-link:hover {
    border-color: #b4b4b4;
}

#pictures-gallery-container > ul > li .picture-link img {
    height: auto;
    width: 100%;
    border-radius: 1px;
}

#pictures-gallery-container > ul > li .legend {
    display: block;
    width: 100%;
    padding-top: 5px;
}

#pictures-gallery-container > ul > li .legend .picture-title {
    display: block;
    width: 100%;
    color: #777;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
    white-space: nowrap;
    overflow: hidden;
}

#pictures-gallery-container > ul > li .picture-link:hover + .legend .picture-title {
    color: #333;
}

#pictures-gallery-container > ul > li .legend .picture-description {
    display: block;
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color 150ms ease;
    -o-transition: color 150ms ease;
    transition: color 150ms ease;
    white-space: nowrap;
    overflow: hidden;
}

#pictures-gallery-container > ul > li .picture-link:hover + .legend .picture-description {
    color: #555;
}

/* Week-menu */
#week-menu {
    margin-bottom: 50px;
    text-align: center;
}

#week-menu .title {
    line-height: 22px;
    text-align: center;
}

#week-menu .subtitle {
    margin: 32px 0 6px;
    color: #414141;
    font-size: 18px;
    text-decoration: none;
}

#week-menu p {
    color: #333;
    font-size: 15px;
    line-height: 21px;
}

/* Free and business pages */
#free-business-page h1 {
    margin: 44px 0 18px;
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

#free-business-page h2 {
    margin: 20px 0 15px;
    color: #414141;
    font-size: 24px;
}

#free-business-page h3 {
    margin: 15px 0 10px;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    line-height: 20px;
}

#free-business-page h4 {
    margin: 10px 0 5px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
}

#free-business-page p {
    margin-bottom: 25px;
    color: #333;
    font-size: 14px;
    line-height: 19px;
}

#free-business-page strong,
#free-business-page b {
    font-weight: bold;
}

#free-business-page em,
#free-business-page i {
    font-style: italic;
}

#free-business-page s {
    text-decoration: line-through;
}

#free-business-page a {
    color: #414141;
}

#free-business-page ul {
    margin: 5px 0 5px 16px;
    list-style-type: disc;
    color: #414141;
}

#free-business-page ol {
    margin-left: 18px;
    list-style-type: decimal;
    font-size: 14px;
    color: #414141;
}

#free-business-page li {
    padding-left: 0;
    margin: 4px 0;
    color: #333;
    font-size: 14px;
    line-height: 19px;
}

#free-business-page table {
    max-width: 100% !important;
}

/* Cart */
.back-to-shopping-button {
    display: inline-block;
    height: 35px;
    padding: 0 11px 0 10px;
    margin: 10px 0;
    background-color: #414141;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
}

.back-to-shopping-button .icon {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
}

#cart #steps {
    display: block;
    height: 60px;
    width: 100%;
    margin: 20px 0 35px;
    list-style: none;
    font-size: 0;
}

#cart #steps a {
    display: inline-block;
    position: relative;
    height: 60px;
    width: calc(20% + 8px);
    margin-left: -10px;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
    vertical-align: top;
}

#cart #steps a:first-of-type {
    margin-left: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border-radius: 3px 0 0 3px;
}

#cart #steps a:last-of-type {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
    border-radius: 0 3px 3px 0;
}

#cart #steps a.selected {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

#cart #steps a.selected:first-of-type {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

#cart #steps a.selected:last-of-type {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version=!string!%20encoding=!string!%3F%3E%3Csvg%20enable-background=!string!%20preserveAspectRatio=!string!%20version=!string!%20viewBox=!string!%20xml:space=!string!%20xmlns=!string!%3E%3Cpolygon%20fill=!string!%20points=!string!/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

#cart #steps a:before {
    content: attr(title);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #777;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    z-index: 1;
}

#cart #steps a.selected:before {
    color: #FFFFFF;
}

#cart #products-list {
    width: 100%;
    font-size: 0;
}

#cart #products-list li {
    display: block;
    height: 64px;
    width: 100%;
    padding: 18px 0 20px;
    border-bottom: 1px solid #ececec;
    font-size: 13px;
}

#cart #products-list li .product-info {
    display: inline-block;
    float: left;
    height: 64px;
    width: 60%;
}

#cart #products-list li .product-info .picture {
    display: inline-block;
    height: 64px;
    width: 85px;
    margin-right: 15px;
    vertical-align: middle;
}

#cart #products-list li .product-info .picture img {
    max-height: 100%;
    max-width: 100%;
    border-radius: 1px;
}

#cart #products-list li .product-info .label {
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

#cart #products-list li .product-info .label a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

#cart #products-list li .product-info .label .special-offer {
    display: block;
    color: #414141;
    font-size: 14px;
}

#cart #products-list li .product-info .label .special-offer strong {
    font-weight: bold;
}

#cart #products-list li .shopping-info {
    display: inline-block;
    height: 64px;
    width: 40%;
    text-align: right;
}

#cart #products-list li .shopping-info .quantity {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 50px;
    background-color: #414141;
    border-radius: 1px;
    text-align: left;
    vertical-align: middle;
}

#cart #products-list li .shopping-info .quantity input[type="-2"] {
    display: none;
}

#cart #products-list li .shopping-info .quantity input[type="-1"] {
    display: inline-block;
    height: 30px;
    width: 23px;
    padding: 0 0 0 8px;
    background: none;
    border: none;
    color: #FFFFFF;
    font-weight: bold;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 30px;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    height: 15px;
    width: 100%;
    color: #FFFFFF;
    text-decoration: none;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons a.incr {
    top: 0;
    margin-top: 6px;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons a.decr {
    bottom: 0;
    margin-bottom: 2px;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons a .icon {
    display: block;
    height: 15px;
    width: 100%;
    text-align: center;
}

#cart #products-list li .shopping-info .quantity .quantity-buttons a .icon:before {
    display: inline-block;
    height: 6px;
    font-size: 12px;
}

#cart #products-list li .shopping-info .price {
    display: inline-block;
    width: 110px;
    color: #555;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

#cart #products-list li .shopping-info .price .crossed {
    color: #999;
    font-weight: bold;
    text-decoration: line-through;
}

#cart #products-list li .shopping-info .remove-button {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    vertical-align: middle;
}

#cart #products-list li .shopping-info .remove-button:before {
    content: "0";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    height: 33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    pointer-events: none;
}

#cart #products-list li .shopping-info .remove-button input[type="1"] {
    height: 33px;
    width: auto;
    padding: 9px 9px 9px 26px;
    background-color: #ececec;
    border: none;
    border-radius: 1px;
    color: #555;
    cursor: pointer;
}

#cart #products-list li .shopping-info .remove-button input[type="-2"]:hover {
    background-color: #dfdfdf;
}

#cart #products-list li .shopping-info .remove-button input[type="-1"]:active {
    background-color: #d5d5d5;
}

#cart #promo-code {
    float: right;
    width: 350px;
    margin-top: 20px;
}

#cart #promo-code:after {
    content: "0";
    display: block;
    clear: both;
}

#cart #promo-code > .label {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 13px;
}

#cart #promo-code input[type="1"] {
    height: 28px;
    width: 120px;
    padding: 0 9px;
    margin-right: 4px;
    background-color: #f1f1f1;
    border: 1px solid #b3b3b3;
    border-radius: 1px;
    color: #333;
    font-size: 13px;
    line-height: 28px;
}

#cart #promo-code input[type="-2"] {
    height: 30px;
    padding: 0 9px;
    background-color: #414141;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    border: none;
    cursor: pointer;
}

#cart #total-container {
    clear: both;
    float: right;
    width: 350px;
    margin-top: 20px;
}

#cart #total-container #subtotal .value {
    display: inline-block;
    width: 110px;
    color: #555;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
}

#checkout-footer-buttons {
    clear: both;
    display: block;
}

.checkout-button-next {
    display: inline-block;
    position: relative;
    float: right;
    height: 35px;
    padding: 0 25px 0 11px;
    margin: 10px 0;
    background-color: #414141;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
}

.checkout-button-next:after {
    content: "-1";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 33px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    pointer-events: none;
}

/* 404 */
#content-404 {
    margin: 30px 0 20px;
    color: #333;
    font-size: 15px;
    line-height: 17px;
}

#content-404 .icon {
    float: left;
    margin-right: 30px;
    color: #414141;
    font-size: 112px;
}

#content-404 .title {
    display: block;
    margin-bottom: 10px;
    color: #414141;
    font-size: 16px;
}

#content-404 a {
    display: block;
    margin-top: 35px;
    color: #414141;
    font-size: 16px;
}

@media all and (min-width:1px) and (max-width:412px) {
    #content-404 .icon {
        display: block;
        float: none;
        margin: 0 0 20px;
        font-size: 80px;
        text-align: center;
    }

}

/* Responsive */
@media all and (min-width:1px) and (max-width:979px) {
    #main-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        width: 100%;
        padding: 10px 15px 0;
    }

    #large-column,
    #large-column.floatLeft,
    #large-column.floatRight {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
    }

    #small-column,
    #small-column.floatLeft,
    #small-column.floatRight {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

    #breadcrumbs {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-height: 49px;
        width: 100%;
        padding: 0 10px;
    }

    #useful-informations {
        height: auto;
        min-height: 0;
        width: 100%;
        padding: 18px 20px;
        margin: 0;
    }

    #homepage-map-container {
        padding: 18px 20px;
    }

    #menu-button {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        height: 40px;
        width: 40px;
        border-radius: 4px;
        background-color: #414141;
    }

    #main-header #header-wrapper {
        min-height: 115px;
        height: auto;
        width: 100%;
        padding: 10px 0 15px 0;
        text-align: center;
    }

    #main-header #languages-wrapper {
        width: 100%;
    }

    #main-wrapper > .content > .big-column,
    #main-wrapper > .content > .big-column.floatLeft,
    #main-wrapper > .content > .big-column.floatRight,
    #main-wrapper > .content > .small-column,
    #main-wrapper > .content > .small-column.floatLeft,
    #main-wrapper > .content > .small-column.floatRight {
        float: none;
        width: 100%;
    }

    #main-wrapper > .content > .small-column,
    #main-wrapper > .content > .small-column.floatLeft,
    #main-wrapper > .content > .small-column.floatRight {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #717171;
    }

    #main-wrapper > .content,
    #main-wrapper > .home_picture,
    #main-wrapper > .home_picture .content_page,
    #main-wrapper > .home_picture .content_page .div_side,
    #main-wrapper > .home_picture .content_page .div_side .pub
    #main-wrapper > .content,
    #main-wrapper > .content > .small-column .presentation .presentation-content,
    #main-wrapper > .content > .small-column #company-informations,
    #main-footer > .wrapper {
        width: 100%;
    }

    #main-footer {
        height: auto;
        padding: 18px 20px;
    }

    #main-footer .social {
        padding: 0;
    }

    #main-footer .social .title {
        display: none;
    }

    #main-footer .social ul li {
        height: 26px;
        width: 26px;
    }

    #main-footer .last-updated {
        height: auto;
    }

    #main-wrapper > .content > .big-column .presentation {
        padding: 0 0 12px 0;
    }

    .breadcrumb_layout {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #main-wrapper > .content > .big-column .presentation .presentation-content {
        width: 100%;
    }

    table.roadbook {
        width: 100%;
    }

    table.roadbook td {
        padding: 1px;
    }

    table.roadbook .number {
        font-size: 12px;
        font-weight: bold;
    }

    .catalog.editus_view .listing .product .product_price {
        position: relative;
        top: auto;
        right: auto;
        min-height: 20px;
    }

    #product-container {
        padding: 20px 0 0;
    }

    .editus_pagination_view.top-pagination {
        display: none;
    }

    .catalog {
        clear: both;
        width: 100%;
    }

    .price-container {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    #filter-dropdown {
        margin-bottom: 12px;
    }

    /* Cart */
    #basket-mini {
        border-radius: 4px;
    }

    #catalog-articles.list > span > span .product {
        padding: 10px 0;
    }

}

@media all and (min-width:488px) and (max-width:979px) {
    .catalog .grid-view .product_item {
        float: left;
        margin: 0 16px 16px 0;
    }

    .catalog .grid-view .product_item:nth-child(3n) {
        margin-right: 16px;
    }

}

@media all and (max-width:768px) {
    #main-header #languages {
        height: 40px;
    }

    #main-header #languages-wrapper {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 40px;
    }

    #main-header #languages-wrapper ul {
        margin-top: 15px;
    }

    #main-nav {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        clear: both;
        height: 100vh;
        width: 200px;
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .2);
        box-shadow: 0 0 25px rgba(0, 0, 0, .2);
        z-index: 9999;
    }

    #main-nav.show {
        display: block;
        animation: show-responsive-menu 275ms ease;
        -webkit-animation: show-responsive-menu 275ms ease;
    }

    /* Show responsive menu */
    @keyframes show-responsive-menu {
        0% {
            opacity: 0;
            -webkit-transform: translateX(200px);
            transform: translateX(200px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    }

    @-webkit-keyframes show-responsive-menu {
        0% {
            opacity: 0;
            -webkit-transform: translateX(200px);
            transform: translateX(200px);
        }

        100% {
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    }

    #responsive-menu-button {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
        height: 30px;
        width: 30px;
        border-radius: 4px;
        background-color: #FFFFFF;
    }

    #responsive-menu-button i {
        display: block;
        height: 30px;
        width: 30px;
        color: #414141;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    #responsive-menu-overlay {
        content: "0";
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: rgba(0, 0, 0, .4);
        z-index: 9998;
    }

    #responsive-menu-overlay.show {
        display: block;
        animation: show-responsive-menu-overlay 275ms ease forwards;
        -webkit-animation: show-responsive-menu-overlay 275ms ease forwards;
    }

    /* Show responsive menu overlay */
    @keyframes show-responsive-menu-overlay {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }

    }

    @-webkit-keyframes show-responsive-menu-overlay {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }

    }

    #main-nav > ul {
        display: block;
        width: 100%;
    }

    #main-nav > ul li {
        display: block;
        float: none;
        height: auto;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        line-height: 44px;
        overflow: visible;
    }

    #main-nav > ul > li a,
    #main-nav > ul > li a:hover,
    #main-nav > ul > li a:active {
        clear: both;
        float: none;
        height: auto;
        min-height: 42px;
        width: 100%;
        min-width: 200px;
        max-width: none;
        padding: 12px;
        font-size: 13px;
        line-height: 18px;
        text-align: left;
    }

    #main-nav > ul > li a.has-sub-items,
    #main-nav > ul > li a.has-sub-items:hover,
    #main-nav > ul > li a.has-sub-items:active {
        width: calc(100% - 39px);
        min-width: calc(100% - 39px);
        max-width: calc(100% - 39px);
    }

    #main-nav > ul > li:hover a {
        background: none;
    }

    #main-nav > ul > li > ul {
        display: none !important;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding: 0;
    }

    #main-nav > ul > li > ul.show {
        display: block !important;
    }

    #main-nav > ul > li > ul > li {
        display: block;
        position: relative;
        float: none;
        min-height: 44px;
        background: rgba(0, 0, 0, .1);
        border-bottom: none;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #main-nav > ul > li .sub-items-show,
    #main-nav > ul > li .sub-items-show:hover,
    #main-nav > ul > li .sub-items-show:active {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        height: 32px;
        width: 32px;
        min-height: 0;
        min-width: 0;
        padding: 0;
        background: rgba(255, 255, 255, .1);
        border-radius: 3px;
    }

    #main-nav > ul > li .sub-items-show i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        height: 32px;
        width: 32px;
        color: #000000;
        line-height: 32px;
        text-align: center;
    }

    #main-nav > ul > li .sub-items-show.active i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

}

@media all and (max-width:675px) {
    .contact-form h2 {
        font-size: 20px;
    }

    #home-slider ul li .text {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        background-color: #414141;
        color: #FFFFFF;
    }

}

@media all and (max-width:640px) {
    header #header-wrapper .logo {
        display: inline-block;
        max-width: 290px;
        float: none;
        margin-top: 12px;
    }

    header #header-wrapper .logo a img {
        max-width: 290px;
    }

    header #header-wrapper .site_title {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: none;
        height: auto;
        width: 100%;
        padding: 0 15px;
        font-size: 22px;
    }

    header #header-wrapper .site_title.with_link_view h1 {
        float: none;
        margin: 35px 0 5px;
        text-align: center;
    }

    header #header-wrapper .languages {
        position: absolute;
        top: 5px;
        right: 0;
        margin: 0;
    }

    #main-wrapper > .content > .small-column #company-informations h2 {
        margin: 10px 0 15px;
    }

    #main-wrapper > footer .social {
        float: none;
    }

    #main-wrapper > footer .editus-logo {
        clear: both;
    }

}

@media all and (max-width:512px) {
    #homepage-products .product {
        height: auto;
        width: 100%;
    }

    #homepage-products .product .picture-container {
        height: 240px;
        width: 300px;
    }

    #homepage-products .product .picture-container img {
        max-height: 240px;
        max-width: 300px;
    }

    #main-wrapper > .content > .big-column .presentation .presentation-content,
    .breadcrumb_layout,
    .catalog.editus_view,
    .catalog.editus_view .product .title,
    .catalog.editus_view .product .title a {
        width: 100%;
    }

    .catalog_product.editus_pagination_view {
        width: 100%;
        margin: 15px 0 0;
        padding: 5px 0;
        border-top: 1px solid #414141;
        border-bottom: 1px solid #414141;
    }

    .catalog.editus_pagination_view li {
        margin: 0 8px;
    }

    .catalog_product.editus_pagination_view li.previous {
        float: left;
        margin-left: 0;
    }

    .catalog_product.editus_pagination_view li.next {
        float: right;
    }

    .booking-button {
        margin-bottom: 25px;
    }

    #basket-mini {
        position: absolute;
        top: 35px;
        right: 0;
        float: none;
        border-radius: 4px;
    }

}

@media all and (max-width:675px) {
    #home-slider .slider .slide .text {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        bottom: auto;
        left: 0;
        right: auto;
        height: auto;
        width: 100%;
        padding: 15px;
        border-radius: 1px 1px 0 0;
    }

    #home-slider .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        font-size: 0;
    }

}

@media all and (max-width:450px) {
    .popup .content {
        border-radius: 0;
    }

    #highlight-products .title {
        font-size: 15px;
    }

    #highlight-products .product {
        height: auto;
        width: 100%;
        margin: 0 0 16px;
    }

}

/* Cookies banner */
#cookies-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px 15px;
    background: #000;
    color: #ddd;
    font-size: 14px;
    line-height: 18px;
    z-index: 999999;
}

#cookies-banner .ConsentButtons {
    display: block;
    margin-top: 7px;
    text-align: right;
}

#cookies-banner .btn {
    display: inline-block;
    padding: 0 12px;
    background-color: #fff;
    border: none;
    border-radius: 13px;
    line-height: 26px;
    color: #111;
    font-size: 14px;
    cursor: pointer;
}

#cookies-banner .btn:active {
    opacity: .85;
}

/* Product image zoom */
#product-image-zoom {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9998;
}

#product-image-zoom .img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 425px;
    width: 500px;
    padding: 25px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
    z-index: 9999;
}

#product-image-zoom .img .close {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    border-radius: 1px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=!string!%20viewBox=!string!%3E%3Cpath%20d=!string!/%3E%3C/svg%3E");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#product-image-zoom .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

body.page-template-template-contact #map-container {
    display: none;
}

#contact-form span.wpcf7-not-valid-tip {
    margin-left: 50px;
    margin-bottom: 5px;
    font-size: 13px;
    clear: both
}

.page-404 #large-column {
    text-align: center;
}

.page-404 a.btn {
    text-decoration: none;
    background: #FCBE4B;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}

.page-404 h1.title {
    font-size: 70px;
    margin-bottom: 15px;
    margin-top: 40px
}