h1,
.h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 120%;
    color: #000;
    letter-spacing: 2px;
}

h2,
.h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    letter-spacing: 2px;
    font-weight: 700;
}

h3,
.h3 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #000;
    letter-spacing: 2px;
}

h4,
.h4,
.menu ul li a {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.menu ul li a:hover {
    text-decoration: none;
    color: #;
}

.menu ul li a.active {

}


@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 30px;
    }
        
}


body,
p,
.text {
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000;
    line-height: 140%;
    letter-spacing: 1px;
    margin-bottom: 0; 
}

.reduced,
.reduced * {
    font-family: 'Karla', sans-serif;
    font-size: 13px;
    color: #000;
}

.ultraReduced,
.ultraReduced * {
    font-size: 10px;
    color: #000;
}

.upper {
    text-transform: uppercase;
    letter-spacing: 1px
}

label {
    display: block;
}

a {
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover,
a.active {
    text-decoration: none;
    color: #472028;
}

ul, ol{
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}


textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
select {
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    padding: 10px 15px 9px 15px;

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}         
textarea{
    border: 1px solid #000;
}
::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
}

select::-ms-expand {
    display: none;
}

.displayError ::-webkit-input-placeholder {
    color:#ef5160;
}
.displayError :-moz-placeholder {
    color:#ef5160;
}
.displayError ::-moz-placeholder {
    color:#ef5160;
}
.displayError :-ms-input-placeholder {
    color:#ef5160;
}
.displayError textarea,
.displayError input[type=text],
.displayError input[type=email],
.displayError input[type=password],
.displayError input[type=tel],
.displayError input[type=search],
.displayError select {
    color:#ef5160;
}



.select {
    position: relative;
    display: block;
    overflow-x: hidden;
    z-index: 9;
}

.select select {
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 999;
    letter-spacing:1px;
}


.select::after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    margin-top: -9px;
    color: #000;
    font-family: FontAwesome;
    font-size: 22px
}

.select select:disabled {
    background: none;
    background-color: #f7f7f7;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover,
input[type=tel]:hover,
input[type=search]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    border-color: #000;
}

input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled,
select:disabled {
    background-color: #eee;
}

.inputError {
    padding: 0;
    position: relative;
}

.errorToolTip {
    display: none;
}

.errorToolTip2 {
    display: none;
}

.displayError .errorToolTip {
    display: block;
}

.displayError2 .errorToolTip2 {
    display: block;
}

.errorToolTip {
    position: absolute;
    top: -30px;
    left: 0px;
    width: auto;
}

.errorToolTip2 {
    position: absolute;
    top: -10px;
    left: -3px;
    width: auto;
}

.errorToolTip.checkbox {
    top: -38px
}

.imgError {
    height: 9px;
    width: 15px;
    background: url(../images/bgToolTipError.png) no-repeat top left;
    float: left;
    position: absolute;
    top: 26px;
    left: 10px;
}

.bgError {
    background-color: rgb(156, 31, 47);
}

.errorToolTip .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.errorToolTip2 .bgError p {
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    margin-left: 10px;
    margin-right: 10px;
}

.hidden {
    display: none
}

.alert.error {
    color: #FFFFFF;
    background-color: rgb(156, 31, 47);
    padding: 5px;
}


::-moz-selection {
    background-color: #000;
    color: #FFFFFF;
}


::selection {
    background-color: #000;
    color: #FFFFFF;
}

/*Buttons*/

.button,
button,
input[type=submit] {
    font-family: 'Karla', sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #472028;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    padding: 5px 30px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #472028;
    line-height: 26px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    z-index: 1;
    outline: none;
}
.button:hover,
button:hover,
input[type=submit]:hover {
    border: 1px solid #472028;
    background: #472028;
    color: #FFFFFF;
    text-decoration: none;
}

.button:focus,
button:focus{
    outline: none;
}

.button2 {
    border: 1px solid #472028;
    background: #472028;
    color: #FFFFFF;

}

.button2:hover {
    border: 1px solid #472028;
    background: #fff;
    color: #472028;
    text-decoration: none;
}

.button-green{
    background-color: #799B82;
    border: 2px solid #799B82;
    color: #FFFFFF;
}
.button-green:hover {
    border: 2px solid #799B82;
    background: #fff;
    color: #799B82;
    text-decoration: none;
}



address {
    font-style: normal;
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1270px;
    }
}

@media (min-width: 1450px) {
    .container {
        max-width: 1440px;
    }
}



/* General styles */

body {
    background: #fff;
}

#containerSite {
    background: #fff;
}

.content img {
    max-width: 100%
}

dl * {
    display: inline-block;
    color: #000;
}

#overlay {
    display: none;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.left {
    float: left;
}

.right {
    float: right;
}


/* Main */



header {
    position: relative;
    z-index: 999;
}

.align-right {
    text-align: right
}

.c-hamburger {
    display: inline-block;
    margin: 0;
    padding: 0!important;
    font-size: 1em;
    width: 1.3em;
    height: 1.2em;
    text-indent: -9999px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background: none;
    position: relative;
    vertical-align: top;
    margin-top: -1px;
}
.c-hamburger:after{background:transparent;}


.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: relative;
    top: 0;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #000;

}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;

}



.c-hamburger span::before {
    top: -6px;
}

.c-hamburger span::after {
    bottom: -6px;
}


.c-hamburger:hover, .c-hamburger:active {
    text-decoration: none;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: auto;
}


    .c-hamburger span::before {
        -webkit-transform: translateY(-0.1em);
            -ms-transform: translateY(-0.1em);
                transform: translateY(-0.1em);
    }

    .c-hamburger span::after {
        -webkit-transform: translateY(0.1em);
            -ms-transform: translateY(0.1em);
                transform: translateY(0.1em);
    }




.c-hamburger--htx {
    background-color: none;
}

.c-hamburger--htx span {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;/*, background-color;*/
    -webkit-transition-duration: 0s, 0s;
         -o-transition-duration: 0s, 0s;
            transition-duration: 0s, 0s;/*, 0.35s;*/
    -webkit-transition-delay: 0.3s, 0.3s;
         -o-transition-delay: 0.3s, 0.3s;
            transition-delay: 0.3s, 0.3s;/*,0s;*/

}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
         -o-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;/*, 0.35s;*/
    -webkit-transition-delay: 0.3s, 0s;
         -o-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;/*,0s;*/
}

.c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;/*, background-color;*/
}

.c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;/*, background-color;*/
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
    background-color: none;
}

.c-hamburger--htx.is-active span {
    background: none !important;
    width: 80%;
    left: 10%;

    -webkit-backface-visibility: hidden;

            backface-visibility: hidden;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);

}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
         -o-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
}
#containerSite{
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.nav-is-visible{
    webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -webkit-transform: translateX(300px);
            transform: translateX(300px);
}
.nav-is-visible .hamburger-menu{
    display: none;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}