@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/dm-sans-v11-latin-regular.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-regular.woff2') format('woff2§'),
    url('../fonts/dm-sans-v11-latin-regular.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: url('../fonts/dm-sans-v11-latin-500.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-500.woff2') format('woff2'),
    url('../fonts/dm-sans-v11-latin-500.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-500.ttf') format('truetype');
}

@font-face {
    font-family: 'DM Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/dm-sans-v11-latin-700.eot');
    src: local(''),
    url('../fonts/dm-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/dm-sans-v11-latin-700.woff2') format('woff2'),
    url('../fonts/dm-sans-v11-latin-700.woff') format('woff'),
    url('../fonts/dm-sans-v11-latin-700.ttf') format('truetype');
}

@font-face {
    font-family: 'MrsEavesRoman';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/MrsEavesRoman_Regular.eot');
    src: local(''),
    url('../fonts/MrsEavesRoman_Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MrsEavesRoman_Regular.woff2') format('woff2'),
    url('../fonts/MrsEavesRoman_Regular.woff') format('woff'),
    url('../fonts/MrsEavesRoman_Regular.ttf') format('truetype');
}










/* Custom code start */

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    line-height: 1.5em;
}
h1, h2, h3, h4 {
    color: inherit;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h1,
.h2-h1 h2,
.h3-h1 h3 {
    font-size: 3.5rem;
    line-height: 1.1em;
}
h2,
.h1-h2 h1,
.h3-h2 h3 {
    font-size: 2.5rem;
}
h3,
.h1-h3 h1,
.h2-h3 h2 {
    font-size: 2rem;
}

h1 strong,
.h2-h1 h2 strong,
.h3-h1 h3 strong,
h2 strong,
.h1-h2 h1 strong,
.h3-h2 h3 strong,
h3 strong,
.h1-h3 h1 strong,
.h2-h3 h2 strong {
    display: inline-block;
    padding: 0.1em 0;
}

svg {
    transition: 0.25s;
}

.no-overflow {
    overflow: hidden !important;
}
.no-wrap {
    white-space: nowrap !important;
}
.no-transition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.no-select {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

#sr-res-root {
    margin: 0 auto;
}



.anchor {
    display: block;
    -ms-transform: translateY(-150px);
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
}

.container {
    padding: 0 20px;
}
.container-fluid {
    padding: 0 20px;
}

.wrapper {
    display: block;
}
.wrapper:not(.static) {
    position: relative;
    z-index: 75;
}
.wrapper.relative-8 {
    z-index: 80;
}
.wrapper.relative-9 {
    z-index: 90;
}
.wrapper.priority {
    z-index: 100;
}
.wrapper.overflow {
    overflow: hidden;
}

.wrapper:not(.zero) {
    padding: 125px 0 125px;
}

.wrapper.divider {
    padding: 25px 0 25px;
}

.wrapper.compact {
    padding: 75px 0 75px;
}

.wrapper.spacing {
    padding: 215px 0 200px;
}
.wrapper.spacing-top {
    padding-top: 215px;
}
.wrapper.spacing-bottom {
    padding-bottom: 200px;
}


/*.main-wrapper > .wrapper.spacing.scroll-target:not(.spacing-ignore):first-child {*/
/*    padding-top: 225px;*/
/*}*/



.main-wrapper {
    position: relative;
    z-index: 250;
}

.wrapper.fullscreen {
    min-height: 100vh;
}
.wrapper.fullscreen.exact {
    height: 100vh;
}

.wrapper.no-top { padding-top: 0 !important; }
.wrapper.no-bottom { padding-bottom: 0 !important; }
.wrapper.zero { padding: 0 !important; }


.wrapper.fullscreen.floating .wrapper.expand.always,
.wrapper.fullscreen.floating > .wrapper.expand {
    display: block;
    position: absolute;
    padding: 300px 0 150px;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 25;
}
.wrapper.fullscreen.floating .wrapper.expand.always > .container-expand,
.wrapper.fullscreen.floating > .wrapper.expand > .container-expand {
    height: 100%;
}

.wrapper .wrap-center.floating {
    display: block;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
}
.wrapper .wrap-center.floating.wrap-top {
    top: 65%;
}

.wrapper .container:not(.static) {
    position: relative;
    z-index: 22;
}

.wrapper.beige {
    background-color: #e2ceb5;
    color: #000;
}
.wrapper.dark {
    color: #fff;
    background: #202020;
}





/* Fancybox */
.fancybox-bg {
    background: #202020;
}
.fancybox-is-open .fancybox-bg {
    opacity: 1;
}
.fancybox-slide--iframe {
    padding: 0 !important;
}





/* Buttons */
.button {
    font-family: 'DM Sans', sans-serif;
    font-family: 'MrsEavesRoman', sans-serif;

    color: inherit;
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.2em;
    margin: 0 3px 8px 0;
    padding: 14px 20px 14px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    border: 0;
    outline: 0;
    z-index: 35;
}
.button:focus,
.button:hover {
    text-decoration: none !important;
    outline: 0 !important;
}
.button:not(.wrap) {
    white-space: nowrap;
}
.button.disabled,
.button[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}
body.ready .button {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}




/* Button Variations */
.button.large {
    font-size: 1.2rem;
    line-height: 1.15em;
    padding: 14px 24px 15px;
}
.button.link {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.button.rounded {
    border-radius: 999px;
    -moz-border-radius: 999px;
    -webkit-border-radius: 999px;
    padding-left: 24px;
    padding-right: 24px;
}
.button.uppercase {
    text-transform: uppercase;
}




/* Button Icons */
.button[data-icon] {
    padding-right: 50px !important;
}
.button[data-icon-left] {
    padding-left: 50px !important;
}
.button.special[data-icon] {
    padding-right: 60px !important;
}
.button.special[data-icon-left] {
    padding-left: 60px !important;
}
.button > .icon {
    display: inline-block;
    position: absolute;
    text-align: center;
    z-index: 12;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.button[data-icon] > .icon {
    right: 13px;
}
.button[data-icon-left] > .icon {
    left: 13px;
}
.button.special[data-icon] > .icon {
    right: 23px;
}
.button.special[data-icon-left] > .icon {
    left: 23px;
}
.button > .icon > svg {
    display: inline-block;
    position: relative;
    height: auto;
    width: 100%;
    top: 50%;
    fill: currentColor;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0s;
}



/* Button Icons Variations */
.button[data-icon="send"] > .icon > svg {
    width: 18px;
}



/* Button Main */
.button.main:not(.special) {
    background-color: #c49a6f;
    color: #fffbf0;
}
.button.main:not(.special):focus,
.button.main:not(.special):hover {
    background-color: #c49a6f;
    color: #fff;
}
.button.main.outline:not(.special) {
    color: #c49a6f;
    box-shadow: inset 0 0 0 0.12rem #c49a6f;
    background-color: transparent;
}
.button.main.outline:not(.special):hover,
.button.main.outline:not(.special):focus {
    color: #a88058;
    box-shadow: inset 0 0 0 0.12rem #a88058;
    background-color: transparent;
}
.button.main.special,
.button.main.special svg {
    color: #c49a6f;
    fill: #c49a6f;
}
.button.main.special.outline:hover,
.button.main.special:hover svg {
    color: #c49a6f;
    fill: #c49a6f;
}




/* Button Black */
.button.black:not(.special) {
    background-color: #000;
    color: #fff;
}
.button.black:not(.special):focus,
.button.black:not(.special):hover {
    background-color: #303030;
    color: #fff;
}
.button.black.outline:not(.special) {
    color: #000;
    box-shadow: inset 0 0 0 0.12rem #000;
    background-color: transparent;
}
.button.black.outline:not(.special):hover,
.button.black.outline:not(.special):focus {
    color: #303030;
    box-shadow: inset 0 0 0 0.12rem #303030;
    background-color: transparent;
}
.button.black.special,
.button.black.special svg {
    color: #000;
    fill: #000;
}
.button.black.special.outline:hover,
.button.black.special:hover svg {
    color: #303030;
    fill: #303030;
}




/* Button Black */
.button.white:not(.special) {
    background-color: #fff;
    color: #fff;
}
.button.white:not(.special):focus,
.button.white:not(.special):hover {
    background-color: #c0c0c0;
    color: #fff;
}
.button.white.outline:not(.special) {
    color: #fff;
    box-shadow: inset 0 0 0 0.12rem #fff;
    background-color: transparent;
}
.button.white.outline:not(.special):hover,
.button.white.outline:not(.special):focus {
    color: #c0c0c0;
    box-shadow: inset 0 0 0 0.12rem #c0c0c0;
    background-color: transparent;
}
.button.white.special,
.button.white.special svg {
    color: #fff;
    fill: #fff;
}
.button.white.special.outline:hover,
.button.white.special:hover svg {
    color: #c0c0c0;
    fill: #c0c0c0;
}



/* Button Green */
.button.green:not(.special) {
    background-color: #038c4c;
    color: #fffbf0;
}
.button.green:not(.special):focus,
.button.green:not(.special):hover {
    background-color: #026c3b;
    color: #fff;
}
.button.green.outline:not(.special) {
    color: #038c4c;
    box-shadow: inset 0 0 0 0.12rem #038c4c;
    background-color: transparent;
}
.button.green.outline:not(.special):hover,
.button.green.outline:not(.special):focus {
    color: #026c3b;
    box-shadow: inset 0 0 0 0.12rem #026c3b;
    background-color: transparent;
}
.button.green.special,
.button.green.special svg {
    color: #038c4c;
    fill: #038c4c;
}
.button.green.special.outline:hover,
.button.green.special:hover svg {
    color: #026c3b;
    fill: #026c3b;
}




/* Button Special */

/*.button.special {*/
/*    position: relative;*/
/*    padding-left: 32px;*/
/*    padding-right: 32px;*/
/*}*/
/*.button.special:not(.outline),*/
/*.button.special:not(.outline) .icon svg {*/
/*    color: #fffbf0;*/
/*    fill: #fffbf0;*/
/*}*/

/*.button.special > span {*/
/*    display: block;*/
/*    position: relative;*/
/*    z-index: 25;*/
/*}*/
/*.button.special > .special {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: 2;*/
/*}*/
/*.button.special > .special > svg {*/
/*    height: 100%;*/
/*}*/
/*.button.special > .special.before,*/
/*.button.special > .special.after {*/
/*    width: 30px;*/
/*    overflow: hidden;*/
/*}*/
/*.button.special > .special.before {*/
/*    left: 1px;*/
/*}*/
/*.button.special > .special.after {*/
/*    right: 1px;*/
/*}*/
/*.button.special > .special.after > svg {*/
/*    float: right;*/
/*}*/
/*.button.special > .special.background {*/
/*    overflow: hidden;*/
/*    width: auto;*/
/*    left: 30px;*/
/*    right: 30px;*/
/*}*/
/*.button.special > .special.background > svg {*/
/*    transform: scaleX(10);*/
/*}*/





/* Close icons */
i.close-icon {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}
i.close-icon::before,
i.close-icon::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 4px;
    background: #000;
    transform: translate( -50%, -50% );
}
i.close-icon.small::before,
i.close-icon.small::after {
    width: 20px;
    height: 3px;
}
i.close-icon.is-plus::after {
    transform: translate( -50%, -50% ) rotate(90deg);
}
i.close-icon:not(.is-plus)::before {
    transform: translate( -50%, -50% ) rotate(-45deg);
}
i.close-icon:not(.is-plus)::after {
    transform: translate( -50%, -50% ) rotate(45deg);
}






/* Alerts */
.alert {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.5em;
    padding: 20px 25px 20px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.alert:not(.square) {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.alert ul {
    padding-left: 17px;
    margin: 0;
}

.alert > strong {
    margin-bottom: 8px;
}

.alert p:last-child {
    margin-bottom: 0 !important;
}

.alert.inline,
.alert.alert-inline {
    display: inline-block;
    padding-right: 25px;
}

.alert.alert-danger {
    color: #9e1212;
    border: 2px solid #9e1212;
    background-color: #fdeeee;
}
.alert.alert-success {
    color: #006f10;
    border: 2px solid #006f10;
    background-color: #eefdf4;
}





/* Articles */

.article {
    display: block;
    position: relative;
    line-height: 1.5em;
    max-width: 100%;
    z-index: 25;
}
.article.top {
    margin-top: 30px;
}
.article.bottom {
    margin-bottom: 40px;
}

.article-wrap.top {
    margin-top: 80px;
}
.article-wrap.bottom {
    margin-bottom: 80px;
}
.article-wrap.bottom.offset {
    margin-bottom: 125px;
}

.article-wrap.has-float > .article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.article.center {
    text-align: center;
}
.article.center-title h1,
.article.center-title h2,
.article.center-title h3 {
    text-align: center;
}
.article.centered {
    margin-left: auto;
    margin-right: auto;
}

.article p:last-child {
    margin-bottom: 0 !important;
}
.article p:not(:last-child) {
    margin: 0 0 15px;
}
.article:not(.links) a:not(.button) {
    color: #c49a6f;
}

.article.enhanced {
    font-size: 1.35rem;
}

.article.quote {
    font-family: 'MrsEavesRoman', sans-serif;
}
.article.quote.massive {
    font-size: 3.5rem;
    line-height: 1.25em;
}

.article.black {
    color: #000;
}







/* Article Headings */

.article h1,
.article h2 {
    color: inherit;
    margin-bottom: 15px;
    line-height: 1em;
}
.article h1:first-child,
.article h2:first-child {
    margin-bottom: 30px;
}
.article ol, .article ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.article iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.article table {
    width: 100%;
    margin-bottom: 0;
}
.article table tr td {
    line-height: 1.35em;
    padding: 4px 0;
}
.article table tr:not(:last-child) td {
    padding-right: 18px;
}
.article.article-lg {
    width: 920px;
}
.article.article-md {
    width: 680px;
}
.article h1 > strong,
.article h2 > strong,
.article h3 > strong {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1em;
}
.article.title-uppercase h1,
.article.title-uppercase h2,
.article.title-uppercase h3 {
    text-transform: uppercase;
}

.article.title h1 > strong,
.article.title h2 > strong,
.article.title h3 > strong,
.article.title-uppercase h1 > strong,
.article.title-uppercase h2 > strong,
.article.title-uppercase h3 > strong {
    font-size: 180%;
}







/* Article Title */

.article-title {
    display: block;
    position: relative;
}
.article-title.uppercase {
    text-transform: uppercase;
}
.article-title .title {
    display: block;
    position: relative;
}
.article-title h1,
.article-title h2,
.article-title h3,
.article-title .title-h1,
.article-title .title-h2,
.article-title .title-h3 {
    display: block;
    position: relative;
    font-family: 'MrsEavesRoman', sans-serif;
    /*line-height: 1.5em;*/
    line-height: 1em;
    font-weight: 400;
    z-index: 25;
}

.article-title h1,
.article-title h2,
.article-title h3,
.article-title .title-h1,
.article-title .title-h2,
.article-title .title-h3 {
    color: #c49a6f;
}

.wrapper.beige .article-title:not(.black-title) h1,
.wrapper.beige .article-title:not(.black-title) h2,
.wrapper.beige .article-title:not(.black-title) h3,
.wrapper.beige .article-title:not(.black-title) .title-h1,
.wrapper.beige .article-title:not(.black-title) .title-h2,
.wrapper.beige .article-title:not(.black-title) .title-h3 {
    color: #c49a6f;
}

.article-title.black-title h1,
.article-title.black-title h2,
.article-title.black-title h3,
.article-title.black-title .title-h1,
.article-title.black-title .title-h2,
.article-title.black-title .title-h3 {
    color: #000;
}







/* Videos */
.video-wrapper {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.video-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.video-wrap.fullscreen {
    height: 100vh;
    min-height: 800px;
}
.video-wrap.fullscreen > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    min-width: 100%;
    height: 100%;
}
.video-wrap.fullscreen > .container {
    height: 100%;
}






/* Socialmedia */

.socialmedia > ul {
    display: inline-block;
    position: relative;
    margin: 0 -3px;
    padding: 0;
    z-index: 8;
}
.socialmedia:not(.wrap) > ul {
    white-space: nowrap;
}
.socialmedia > ul > li {
    display: inline-block;
    vertical-align: top;
    line-height: 0em;
}
.socialmedia > ul > li:not(:last-child) {
    margin-right: 6px;
}
.socialmedia > ul > li > a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 6px;
    border: 0.14rem solid transparent;
}
.socialmedia > ul > li > a,
.socialmedia > ul > li > a:hover {
    text-decoration: none;
}
.socialmedia > ul > li > a > svg,
.socialmedia > ul > li > a > img {
    display: inline-block;
    position: absolute;
    width: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
body.ready .socialmedia > ul > li > a,
body.ready .socialmedia > ul > li > a > svg,
body.ready .socialmedia > ul > li > a > img {
    transition: 0.25s;
}
.socialmedia.svg > ul > li.facebook > a > svg {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
}
.socialmedia.svg > ul > li.twitter > a > svg {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
}
.socialmedia.svg > ul > li.instagram > a > svg {
    transform: translate(-50%, -50%) scale(0.8);
    -webkit-transform: translate(-50%, -50%) scale(0.8);
}
.socialmedia.svg > ul > li.site-email > a > svg {
    transform: translate(-50%, -50%) scale(0.85);
    -webkit-transform: translate(-50%, -50%) scale(0.85);
}

.socials-wrap.rounded .socialmedia > ul > li > a {
    border-radius: 999px;
    overflow: hidden;
}
.socials-wrap.rounded .socialmedia > ul > li:not(:last-child) {
    margin-right: 16px;
}
.socials-wrap.rounded.smaller .socialmedia > ul > li:not(:last-child) {
    margin-right: 8px;
}

.socials-wrap.smaller .socialmedia > ul > li > a {
    width: 40px;
    height: 40px;
}
.socials-wrap.smaller .socialmedia > ul > li > a > svg,
.socials-wrap.smaller .socialmedia > ul > li > a > img {
    width: 32px;
}

.socials-wrap.transform .socialmedia > ul > li:hover > a {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.socials-wrap.bg-transparent .socialmedia > ul > li > a {
    background-color: rgba( 0, 0, 0, 0 );
}
.socials-wrap.bg-black .socialmedia > ul > li > a {
    background-color: #000;
}
.socials-wrap.bg-white .socialmedia > ul > li > a {
    background-color: #fff;
}
.socials-wrap.bg-light .socialmedia > ul > li > a {
    background-color: #fffbf0;
}
.socials-wrap.bg-dark .socialmedia > ul > li > a {
    background-color: #c49a6f;
}


.socials-wrap.bgh-transparent .socialmedia > ul > li > a:hover {
    background-color: rgba( 0, 0, 0, 0 );
}
.socials-wrap.bgh-black .socialmedia > ul > li > a:hover {
    background-color: #000;
}
.socials-wrap.bgh-white .socialmedia > ul > li > a:hover {
    background-color: #fff;
}
.socials-wrap.bgh-light .socialmedia > ul > li > a:hover {
    background-color: #fffbf0;
}
.socials-wrap.bgh-dark .socialmedia > ul > li > a:hover {
    background-color: #c49a6f;
}
.socials-wrap.bgh-main .socialmedia > ul > li > a:hover {
    background-color: #f2ead4;
}



.socials-wrap.is-black .socialmedia > ul > li > a > svg {
    fill: #000;
}
.socials-wrap.is-white .socialmedia > ul > li > a > svg {
    fill: #fff;
}
.socials-wrap.is-light .socialmedia > ul > li > a > svg {
    fill: #fffbf0;
}
.socials-wrap.is-dark .socialmedia > ul > li > a > svg {
    fill: #c49a6f;
}


.socials-wrap.hover-black .socialmedia > ul > li > a:hover > svg {
    fill: #000;
}
.socials-wrap.hover-white .socialmedia > ul > li > a:hover > svg {
    fill: #fff;
}
.socials-wrap.hover-light .socialmedia > ul > li > a:hover > svg {
    fill: #fffbf0;
}
.socials-wrap.hover-dark .socialmedia > ul > li > a:hover > svg {
    fill: #c49a6f;
}


.socials-wrap.hover-border-black .socialmedia > ul > li > a:hover {
    border-color: #000;
}
.socials-wrap.hover-border-white .socialmedia > ul > li > a:hover {
    border-color: #fff;
}
.socials-wrap.hover-border-light .socialmedia > ul > li > a:hover {
    border-color: #fffbf0;
}
.socials-wrap.hover-border-dark .socialmedia > ul > li > a:hover {
    border-color: #c49a6f;
}









/* Scroll Down */

/*.scroll-down {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*    padding: 10px;*/
/*    z-index: 95;*/
/*}*/
/*.scroll-down.centered {*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 15px;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.scroll-down > span {*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    position: relative;*/
/*}*/
/*.scroll-down::before,*/
/*.scroll-down::after {*/
/*    content: ' ';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    width: 64px;*/
/*    height: 64px;*/
/*    top: -48px;*/
/*    transform: translateX(-50%);*/
/*    border-radius: 999px;*/
/*}*/
/*.scroll-down::before {*/
/*    border: 2px solid #fff;*/
/*    width: 24px;*/
/*    height: 34px;*/
/*    top: -32px;*/
/*}*/
/*.scroll-down::after {*/
/*    width: 3px;*/
/*    background: #fff;*/
/*    height: 6px;*/
/*    top: -22px;*/
/*}*/
/*.scroll-down:hover::after,*/
/*.scroll-down:focus::after {*/
/*    top: -14px;*/
/*}*/
/*body.ready .scroll-down::before,*/
/*body.ready .scroll-down::after {*/
/*    transition: 0.25s;*/
/*}*/



.scroll-down {
    display: inline-block;
    position: relative;
    cursor: pointer;
    z-index: 95;
    padding: 10px 10px 60px;
}
.scroll-down.centered {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}
.scroll-down > span {
    display: inline-block;
    white-space: nowrap;
    position: relative;
}
.scroll-down::before,
.scroll-down::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 50%;
    width: 64px;
    height: 64px;
    bottom: 0;
    transform: translateX(-50%) rotate(90deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px;
}
body.ready .scroll-down::before {
    transition: 0.25s;
}
html:not(.webp) .scroll-down::before {
    background-image: url('/images/icon-next-white.png');
}
html.webp .scroll-down::before {
    background-image: url('/images/icon-next-white.webp');
}






/* Website Header, Footer, Main Theme below */






/* General */

h1, h2, h3, h4 {
    color: inherit;
    font-weight: 500;
}
body {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5em;
    font-family: 'DM Sans', sans-serif;

    font-family: 'MrsEavesRoman', sans-serif;
    background-color: #fffbf0;
    color: #c49a6f;
}
body .website {
    overflow: hidden;
}

body.ready [data-animation] {
    transition: 0.35s;
}
body.ready [data-animation="from-right"]:not(.animated) {
    transform: translateX( 50vw );
    opacity: 0;
}
body.ready [data-animation="from-left"]:not(.animated) {
    transform: translateX( -50vw );
    opacity: 0;
}






/* Images */
.image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.image-wrap.top {
    margin-top: 50px;
}
.image-wrap.bottom {
    margin-bottom: 50px;
}
.image-wrap .image,
.image-wrap .image-inner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.image-wrap .image.contain,
.image-wrap .image-inner.contain {
    background-size: contain;
}
.image-wrap .image-inner {
    overflow: hidden;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 5;
}
.image-wrap .image > img {
    width: 100%;
    height: auto;
}
body.ready .image-wrap {
    transition: 0.25s;
}

.image-wrap.aspect {
    text-align: center;
    max-width: 100%;
}
.image-wrap.aspect > .image {
    display: inline-block;
    overflow: hidden;
}
.image-wrap.aspect:not(.compact) > .image {
    padding: 35px;
}
.image-wrap.aspect > .image > img {
    max-height: 50vh;
}






/* Article Screen */
.article-screen {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 600px;
}
.article-screen > .container.spread {
    height: 100%;
}
.article-screen > .container.spread > .article-wrap {
    height: 100%;
}
.article-screen .side-wrap.is-right,
.article-screen .image-wrap.is-right {
    position: absolute;
    right: -5vw;
    top: 0;
    z-index: 25;
}
.article-screen .side-wrap.is-left,
.article-screen .image-wrap.is-left {
    position: absolute;
    left: -5vw;
    top: 0;
    z-index: 25;
}
.article-screen .article-wrap.is-right {
    padding-left: 45%;
}
.article-screen .article-wrap.is-left {
    padding-right: 45%;
}





/* Maps */
.maps-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.maps-wrap:not(.ignore) {
    height: 600px;
    max-height: 65vh;
}
.maps-wrap > .maps,
.maps-wrap > .maps > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
}





/* Logo */
.logo-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 120px;
}
.logo-wrap.complete {
    height: 180px;
}
.logo-wrap.smaller {
    /*width: 300px;*/
    /*height: 90px;*/
}
.logo-wrap.smaller.complete {
    /*height: 180px;*/
}
.logo-wrap > .logo {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
body.ready .logo-wrap,
body.ready .logo-wrap > .logo {
    transition: 0.25s;
}




/* Logo Shadow */
body.homepage:not(.menu-open) .header-wrapper .header-logo.shadows {
    filter: drop-shadow(-2px -2px 4px rgba(0,0,0,0.65)) drop-shadow(2px 2px 4px rgba(0,0,0,0.65));

}
body.in-background:not(.menu-open) .header-wrapper .header-logo.shadows {
    filter: drop-shadow(-2px -2px 4px rgba(0,0,0,0.5)) drop-shadow(2px 2px 4px rgba(0,0,0,0.5));

}





/* Navigation */
.menu-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 420;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fffbf0;
    color: #000;
}
.menu-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: rgba(0,0,0,0);
}
.menu-wrapper .container.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.menu-wrapper .socials-wrap {
    display: block;
    position: absolute;
    bottom: 65px;
    right: 25px;
}
body:not(.menu-open) .menu-wrapper {
    transform: translateY( -110% );
    opacity: 0;
}
body.ready .menu-wrapper {
    transition: opacity 0.25s, transform 0s linear 0.26s;
}
body.ready.menu-open .menu-wrapper {
    transition: opacity 0.25s, transform 0s linear 0s;
}
.menu-wrapper .menu-wrap {
    position: absolute;
    top: 215px;
    left: 0px;
    right: 0px;
    bottom: 105px;
    overflow: auto;
    text-align: center;
}
.menu-wrapper .menu-wrap .container {
    height: 100%;
}
.menu-wrapper .menu-wrap.has-float ul.menu {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.menu-wrapper .menu-wrap {
    scrollbar-width: auto;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar-track {
    background: transparent;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar {
    width: 9px;
}
.menu-wrapper .menu-wrap::-webkit-scrollbar-thumb {
    border-radius: 999px;
    box-shadow: inset 0 0 10px 10px #fff;
    border: solid 3px transparent;
}










/* Main Menu */

.menu-wrap.styled:not(.main-menu) {
    display: block;
    position: relative;
    text-align: center;
}
.menu-wrap.styled ul {
    display: inline-block;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-wrap.styled ul > li {
    display: block;
    position: relative;
    padding: 10px 0;
}
.menu-wrap.styled ul > li > a:not(.button) {
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    font-family: 'MrsEavesRoman', sans-serif;
    font-size: 1.75rem;
    color: #c49a6f;
}
.menu-wrap.styled ul > li > a:not(.button) > span {
    display: block;
    position: relative;
}
.menu-wrap.styled.hover ul > li:not(:hover) > a:not(.button) {
    opacity: 0.5;
}
.menu-wrap.styled ul > li > a:not(.button) > span::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 0%;
    background-color: #c49a6f;
}
.menu-wrap.styled ul > li:hover > a:not(.button) > span::before {
    width: 100%;
}
.menu-wrap.styled ul > li.featured {
    padding: 20px 0 15px;
}
.menu-wrap.styled ul > li > a.button {
    font-size: 1.75rem;
    font-weight: 300;
    /*color: #c49a6f;*/
    /*border: 2px solid #c49a6f;*/
    color: #fff;
    background-color: #c49a6f;
    border: 2px solid #c49a6f;
}

.menu-wrap.styled ul > li > a.button:hover {
    background-color: #d8b897;
    border: 2px solid #d8b897;
}

body.ready .menu-wrap.styled ul > li > a:not(.button),
body.ready .menu-wrap.styled ul > li > a:not(.button)::before,
body.ready .menu-wrap.styled ul > li > a:not(.button)::after,
body.ready .menu-wrap.styled ul > li > a:not(.button) > span::before {
    transition: 0.25s;
}









/* Hamburger */
.hamburger-wrap {
    display: inline-block;
    position: absolute;
    z-index: 65;
    right: 0;
    top: 35px;
}
body:not(.scrolled):not(.menu-open) .hamburger-wrap {
    top: 50px;
}
.hamburger-wrap .hamburger-label {
    display: inline-block;
    position: absolute;
    right: 65px;
    top: 18px;
    color: #000;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2em;
}
body.menu-open .hamburger-wrap .hamburger-label {

}
.hamburger {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 48px;
    height: 48px;
    margin: 17px 0 0 0;
    margin-top: 0 !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 4px;
}
.hamburger div {
    position: relative;
    z-index: 10;
    height: 3px;
    margin: 10px 0;
    background: #c49a6f;
    border-radius: 999px;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.25s;
    box-sizing: content-box;
}
body.menu-open .hamburger div {
    background-color: #c49a6f;
}

body:not(.menu-open).scrolled-bottom .hamburger div {
    background-color: #c49a6f;
}
.hamburger.cross div:nth-child(2),
.hamburger.cross-pre div:nth-child(2),
.hamburger.cross div:nth-child(3),
.hamburger.cross-pre div:nth-child(3) {
    margin-right: 0;
}
body.complete .hamburger div {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.hamburger.cross-pre div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross div:nth-child(2) {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}
.hamburger.cross-pre div:nth-child(1) {
    transform: translateY(13px) ;
}
.hamburger.cross-pre div:nth-child(3) {
    transform: translateY(-13px) ;
}
.hamburger.cross div:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
}
.hamburger.cross div:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
}
body.ready .hamburger-wrap .hamburger-label,
body.ready .hamburger-wrap {
    transition: 0.25s;
}







/* Header */
.header-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 750;
    transition: 0.25s;
}
.header-wrapper .header-inner {
    display: block;
    position: relative;
}
.header-wrapper .header-logo {
    position: absolute;
    top: 35px;
    left: 0px;
    z-index: 35;
}
.header-wrapper .header-logo svg {
    stroke: #c49a6f !important;
    fill: #c49a6f !important;
}

body.ready.homepage.scrolled-safe:not(.scrolled-vh) .header-logo svg {
    opacity: 0;
}
body:not(.scrolled-far) .header-logo svg {
    stroke: #c49a6f !important;
    fill: #c49a6f !important;
}
body:not(.homepage).scrolled-foot:not(.menu-open) .header-wrapper .header-logo {
    top: -150px;
}

body.scrolled:not(.homepage):not(.in-background):not(.menu-open) .header-wrapper .header-logo {
    top: -150px;
}

/*body.homepage:not(.menu-open) .header-wrapper .header-logo {*/
/*    top: 50px;*/
/*    top: 50vh;*/
/*    transform: scale(2) translateX(-25%) translateY(-50%);*/
/*}*/


body.homepage:not(.menu-open) .header-wrapper .header-logo {
    top: 50px;
    top: 50vh;
    transform: scale(1.5) translateX(-33.33%) translateY(-50%);
}

.header-wrapper .header-logo.centered {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
body.ready .header-wrapper .header-logo {
    transition: 0.25s;
}
.header-wrapper .header-aside {
    position: absolute;
    left: 0;
    top: 35px;
}

body.menu-fixed .header-wrapper .header-aside {
    transform: translateX(-200%);
}
body:not(.scrolled):not(.menu-open) .header-wrapper .header-aside {
    top: 50px;
}
body.ready .header-wrapper .header-aside {
    transition: 0.25s;
}
body.menu-open .header-wrapper .header-aside .button.dark.special.outline,
body.scrolled-bottom .header-wrapper .header-aside .button.dark.special.outline,
body.menu-open .header-wrapper .header-aside .button.dark.special svg,
body.scrolled-bottom .header-wrapper .header-aside .button.dark.special svg {
    color: #000;
    fill: #000;
}

.header-wrapper .container-fluid .header-aside {
    left: 20px;
}
.header-wrapper .container-fluid .hamburger-wrap {
    right: 20px;
}






/* Header Menu Open */

body.in-background:not(.menu-open) .header-wrapper .header-logo svg {
    stroke: #fff !important;
    fill: #fff !important;
}
body.in-background:not(.menu-open) .header-wrapper .button {
    box-shadow: inset 0 0 0 0.12rem #fff;
    color: #fff;
}
body.in-background:not(.menu-open)  .header-wrapper .button.outline:not(.special):hover,
body.in-background:not(.menu-open)  .header-wrapper .button.outline:not(.special):focus {
    box-shadow: inset 0 0 0 0.12rem #c0c0c0;
    color: #c0c0c0;
}
body.in-background:not(.menu-open) .hamburger-wrap .hamburger-label {
    color: #fff;
}
body.in-background:not(.menu-open) .hamburger-wrap .hamburger div {
    background-color: #fff;
}

body.menu-open .header-wrapper .header-logo svg {
    stroke: #c49a6f !important;
    fill: #c49a6f !important;
}

body.menu-open .header-wrapper .button:not(.special) {
    /*background-color: #c49a6f;*/
    /*color: #c49a6f;*/
}
body.menu-open .header-wrapper .button:not(.special):focus,
body.menu-open .header-wrapper .button:not(.special):hover {
    /*background-color: #c49a6f;*/
    /*color: #c49a6f;*/
}

body.menu-open .header-wrapper .button.outline:not(.special) {
    /*color: #c49a6f;*/
    /*box-shadow: inset 0 0 0 0.12rem #c49a6f;*/
    /*background-color: transparent;*/
}

body.menu-open .header-wrapper .button.special,
body.menu-open .header-wrapper .button.special svg {
    color: #c49a6f;
    fill: #c49a6f;
}
body.menu-open .header-wrapper .button.special.outline:hover,
body.menu-open .header-wrapper .button.special:hover svg {
    color: #303030;
    fill: #303030;
}


/*body.menu-open .header-wrapper .button.outline:not(.special):hover,*/
/*body.menu-open .header-wrapper .button.outline:not(.special):focus {*/
/*    color: #303030;*/
/*    box-shadow: inset 0 0 0 0.12rem #303030;*/
/*    background-color: transparent;*/
/*}*/




/* Footer */
.footer-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #fffbf0;
    color: #000;
    z-index: 25;
}
.footer-wrapper::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: rgba(0,0,0,0);
}
body:not(.ios) .footer-wrapper {
    background-attachment: fixed;
}
.footer-wrapper .container {
    position: relative;
    z-index: 35;
}
.footer-wrapper .footer-inner {
    display: block;
    position: relative;
    padding: 125px 0 275px;
    z-index: 25;
}
.footer-wrapper .footer-logo {
    display: block;
    position: relative;
    margin: 0 auto 70px;
    max-width: 100%;
}
.footer-wrapper .footer-logo svg {
    stroke: #c49a6f !important;
    fill: #c49a6f !important;
}
.footer-wrapper .footer-social {
    position: absolute;
    right: 5px;
    bottom: 50px;
    z-index: 25;
}
.footer-wrapper .article-wrap {
    text-align: center;
    margin-top: 80px;
}
.footer-wrapper .article-wrap > .article {
    display: inline-block;
}
.footer-wrapper .footer-newsletter {
    display: block;
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 85px auto 0;
}






/* Footer Developer */
.developer-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 45;
}
.developer-wrapper .container {
    position: relative;
}
.developer-wrapper .developer-wrap {
    text-align: right;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 12;
}
.developer-wrapper .developer {
    display: inline-block;
    width: 44px;
    opacity: 0.4;
    transition: 0.4s;
    overflow: hidden;
    position: absolute;
    left: 20px;
    bottom: 0px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.developer-wrapper .developer:not(.wowmedia) {
    width: 38px;
}
.developer-wrapper .developer > img {
    display: block;
    max-width: none;
    min-width: 120px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus,
.developer-wrapper .developer > img {
    width: 120px;
}
.developer-wrapper .developer:not(.wowmedia):hover,
.developer-wrapper .developer:not(.wowmedia):focus,
.developer-wrapper .developer:not(.wowmedia) > img {
    width: 130px;
}
.developer-wrapper .developer:hover,
.developer-wrapper .developer:focus {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}







/* Background */
.background-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-height: 100vh;
    height: 550px;
    color: #fff;
}
.background-wrapper.fullscreen {
    height: 100vh !important;
}
.background-wrapper > .priority {
    z-index: 95;
}
body:not(.ios) .background-wrapper.attached {
    background-attachment: fixed;
}
.background-wrapper .wrapper.expand.always,
.background-wrapper > .wrapper.expand {
    background-color: rgba( 0, 0, 0, 0.35 );
}

.background-wrapper > .wrapper.expand {
    padding-top: 255px;
    height: 100%;
}

.background-wrapper > .background-slider .slick-slide > .wrapper.expand,
.background-wrapper > .background-slider .slick-slide,
.background-wrapper > .background-slider .slick-track,
.background-wrapper > .background-slider .slick-list,
.background-wrapper > .background-slider .slider,
.background-wrapper > .background-slider {
    height: 100%;
}

body.ready .background-slider .slick-dots {
    transition: 0.25s;
}

.background-wrapper.hide-dots > .background-slider .slick-dots {
    opacity: 0;
    transform: translateX(-50%) scale(0);
    -webkit-transform: translateX(-50%) scale(0);
}

.background-wrapper .background-video::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba( 0, 0, 0, 0.25 );
}
.background-wrapper .article-wrap .article {
    text-align: center;
}
.background-wrapper .container.bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
}
.background-wrapper .socials-wrap {
    display: block;
    position: absolute;
    bottom: 65px;
    right: 25px;
    z-index: 15;
}
.background-wrapper .entourage-group {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 25px;
    width: 105px;
    z-index: 15;
    left: 50%;
    transform: translateX(-50%);
    bottom: 145px;
}








/* Background Tabs */
.background-tab [data-left]::before {
    left: 100px;
    background-position: 100% 0;
}
.background-tab [data-right]::after {
    right: 100px;
    background-position: 0% 0;
}
.background-tab [data-center][data-right=""]::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}
body.ready .background-tab[data-tab-href]:not(.active):not(.forced) {
    display: none;
}







/* Background Tabs Actions */

.background-actions-fixed {
    display: block;
    position: relative;
}

.background-actions {
    display: block;
    position: relative;
    background-color: #e2ceb5;
}
.background-actions.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 255;
}
.background-actions.fixed::after {
    content: ' ';
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 155;
    transform: translateY(100%);
    border-top: 2px solid #fffbf0;
    background-color: #fffbf0;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(255,251,240,1) 100%);
}


.background-actions.has-overflow .background-options {
    text-align: left;
}
.background-actions.has-overflow {
    padding-right: 128px;
}
.background-actions.has-overflow::before {
    content: ' ';
    position: absolute;
    height: 100%;
    right: 128px;
    width: 32px;
    top: 0;
    z-index: 175;
    border-right: 2px solid #e2ceb5;
    background-color: #e2ceb5;
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(226,206,181,1) 100%);
}

.background-options {
    display: block;
    position: relative;
    text-align: center;
    list-style: none;
    padding: 15px 20px 0;
    white-space: nowrap;
    overflow: auto;
    margin: 0;
}

.background-options {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    -ms-overflow-style: none;
    scrollbar-face-color: transparent;
}
.background-options::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.background-options::-webkit-scrollbar-track {
    background-color: transparent;
}
.background-options::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.background-options > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 20px 10px;
}
.background-options > li > a {
    display: inline-block;
    text-decoration: none;
    font-size: 1.5rem;
    color: #c49a6f;
    color: #916f4c;
}
.background-options.compact > li > a {
    font-size: 1.35rem;
}
.background-options.hover > li:not(:hover) > a {
    /*opacity: 0.5;*/
}
.background-options > li > a > span {
    display: block;
    position: relative;
    padding: 15px 10px;
    height: 68px;
    z-index: 5;
}
.background-options > li > a > span > em {
    display: block;
    position: relative;
    font-style: normal;
    max-width: 200px;
    line-height: 1.1em;
    transform: translateY(-50%);
    top: 50%;
    max-height: 68px;
    overflow: hidden;
}
.background-options > li.active > a {
    color: #000;
}
.background-options > li > a::after {
    content: ' ';
    display: block;
    position: absolute;
    transform-origin: 0 100%;
    -webkit-transform-origin: 0 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 15px solid #fffbf0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.background-options:not(.hover) > li:not(.active) > a::after,
.background-options.hover > li:not(:hover) > a::after {
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
}

body.ready .background-options > li > a > span::before,
body.ready .background-options > li > a::after,
body.ready .background-options > li > a {
    transition: 0.25s;
}





/* Partners */
.partners-wrap {
    display: block;
    position: relative;
}
.partners-wrap.top {
    margin-top: 40px;
}
.partners-wrap.center {
    text-align: center;
}
.partners-wrap .partner-item {
    display: inline-block;
    vertical-align: top;
    /*cursor: pointer;*/
    position: relative;
    height: 110px;
    margin: 0 30px 30px;
}
.partners-wrap .partner-item .image {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 160px;
    height: 100px;
    transition: 0.3s;
    transform: translateY(-50%);
    top: 50%;
}
.partners-wrap .partner-item .image > img {
    display: block;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.partner-modal {
    display: block;
    position: relative;
    text-align: center;
}
.partner-modal .image {
    display: block;
    height: 400px;
    width: 680px;
    max-width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #1c1c1c;
}
.partner-modal .image.centered.top > img {
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.partner-modal .button {
    margin-top: 15px;
}






/* Gallery */
.gallery-slider .gallery-slide {
    display: block;
    height: 100vh;
}
.gallery-slider.limited .gallery-slide {
    height: 800px;
    max-height: 90vh;
}





/* Dishes */
.dishes-wrap {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 920px;
}
.dishes-wrap.has-border {
    border: 2px solid #c49a6f;
    padding: 30px;
}
.dishes-wrap h2 {
    display: block;
    margin: 0 0 20px !important;
    text-align: center;
}
.dishes-wrap .article {
    text-align: center;
}
.dishes-wrap .article.bottom {
    margin-bottom: 35px;
}
.dishes-wrap .dish-label {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 0 25px;
    font-family: 'MrsEavesRoman', sans-serif;
    font-size: 1.65rem;
}
.dishes-wrap .article.slogan {
    display: block;
    position: relative;
}
.dishes-wrap .article h2:last-child {
    margin-bottom: 0 !important;
}
.dishes-wrap .article.slogan:not(.slogan-1) {
    margin-top: 30px;
}
.dishes-wrap .article.slogan h3 {
    font-weight: 600;
}
.dishes-wrap .dish-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.2em;
    text-align: center;
}
.dishes-wrap .dish-item .name {
    display: block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.25em;
    color: #000;
}
.dishes-wrap .dish-item .name > span {
    display: block;
    font-weight: 500;
    font-family: 'MrsEavesRoman', sans-serif;
    font-size: 1.25rem;
}
.dishes-wrap .dish-item.has-prices .name {
    min-height: 50px;
    padding-right: 55px;
}
.dishes-wrap .dish-item .description {
    font-size: 1.1rem;
    line-height: 1.25em;
    margin: 5px 0 0 0;
}
.dishes-wrap .dish-item .price {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    text-align: right;
    opacity: 0.165;
}
.dishes-wrap .dish-item .price > span {
    display: block;
}
.dishes-wrap .dish-item .price > span:not(:first-child) {
    font-size: 1rem;
}
.dishes-wrap .row-dishes {
    position: relative;
    justify-content: center;
    margin: 0 -20px;
}
.dishes-wrap .row-dishes > div {
    padding: 0 20px;
}
.dishes-wrap .row-dishes.has-top {
    margin-top: 30px;
}
.dishes-wrap .dishes-rows {
    position: relative;
}



/* Dishes Centered */
.dishes-wrap .dish-item.centered-aligned,
.dishes-wrap.centered-aligned .dish-item {
    position: relative;
    height: 100%;
}
.dishes-wrap .dish-item.centered-aligned .article-wrap,
.dishes-wrap.centered-aligned .dish-item .article-wrap {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}




/* Careers */
.career-wrap {
    display: block;
    position: relative;
}
.career-wrap.centered {
    margin: 0 auto;
    max-width: 100%;
    width: 920px;
    width: 680px;
}
.career-wrap .career-group {
    display: block;
    position: relative;
}
.career-wrap .career-group:not(:last-child) {
    margin-bottom: 50px;
}
.career-wrap .career-group > .article {
    margin-bottom: 20px;
}
.career-wrap .career-group > .article h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}



/* Career Item */
.career-wrap .career-item {
    display: block;
    position: relative;
}
.career-wrap .career-item:not(:last-child) {
    margin-bottom: 20px;
}
.career-wrap .career-item > .title {
    display: block;
    position: relative;
    overflow: hidden;
    height: 70px;
    border-radius: 999px;
    background-color: #cab79a;
    padding: 0 64px 0 30px;
    z-index: 45;
}
.career-wrap .career-item > .title > span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'MrsEavesRoman', sans-serif;
    font-size: 1.5rem;
}
.career-wrap .career-item > .title i.close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.career-wrap .career-item:not(.active) > .title i.close-icon {
    transform: rotate(45deg);
}
.career-wrap .career-item > .contents {
    position: absolute;
    top: 35px;
    z-index: 35;
    padding-top: 35px;
    border-radius: 0 0 35px 35px;
    background-color: #d8c5a7;
    background-color: #dbc7ad;
    border: 2px solid #cab89a;
}
.career-wrap .career-item.active {
    z-index: 55;
}
.career-wrap .career-item:not(.active) > .contents {
    display: none;
}
.career-wrap .career-item .article-wrap {
    position: relative;
    padding: 20px 30px 30px
}
.career-wrap .career-item .article-wrap .article {
    margin-bottom: 25px;
    font-size: 1.1rem;
}






/* General Form */
.form-wrap .field.file span.filename {
    display: block;
    position: absolute;
    left: 15px;
    top: 11px;
    z-index: 5;
    width: 100%;
    height: 40px;
    line-height: 28px;
    font-size: 1.1rem;
    color: #c49a6f;
}
.form-wrap .field.file.is-right span.filename {
    text-align: right;
    padding-right: 45px;
}
.form-wrap .field input[type=file] {
    position: relative;
    opacity: 0;
    z-index: 25;
}
.form-wrap .field input,
.form-wrap .field select,
.form-wrap .field textarea {
    font-family: 'DM Sans', sans-serif;
}





/* Contact Form */
.contact-wrap {
    display: block;
    position: relative;
}

.contact-wrap.bottom {
    margin-bottom: 35px;
}

.contact-form .field {
    display: block;
    position: relative;
    margin-bottom: 40px;
}
.contact-form .field .field-wrap {

}
.contact-form .field .field-inner {
    display: block;
    position: relative;
}

.contact-form .field:not(.select):not(.checkbox) .field-inner::before,
.contact-form .field:not(.select):not(.checkbox) .field-inner::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 5;
}
.contact-form .field:not(.select):not(.checkbox) .field-inner::before {
    background-color: #c49a6f;
}
.contact-form .field:not(.select):not(.checkbox):not(.focus):not(.filled) .field-inner::after {
    width: 0%;
}
.contact-form .field .field-inner label.label {
    position: absolute;
    top: 10px;
    left: 0px;
    font-size: 1.1rem;
    color: #c49a6f;
}
.contact-form .field .field-inner label.label > em {
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1em;
    color: #da0000;
}
.contact-form .field.focus .field-inner label.label,
.contact-form .field.filled .field-inner label.label,
.contact-form .field.select .field-inner label.label,
.contact-form .field.checkbox .field-inner label.label {
    top: -24px;
    left: 0px;
    font-size: 1rem;
    color: #000;
}
.contact-form .field:not(.focus):not(.filled):not(.select):not(.checkbox) .field-inner label.label > em {
    opacity: 0;
}
.contact-form .field .field-inner .meta {
    position: absolute;
    top: -24px;
    left: 0px;
    font-size: 1rem;
    color: #c49a6f;
}
.contact-form .field .field-inner .meta.placeholder {
    opacity: 0;
}
.contact-form .field .field-inner .meta.error {
    opacity: 0;
}

.contact-form .field select,
.contact-form .field textarea,
.contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    background: none !important;
    outline: none !important;
    border: none !important;
    font-size: 1.1rem;
    width: 100%;
    color: #000;
    padding: 10px 0px;
}
.contact-form .field textarea {
    resize: none;
    height: 10em;
    margin-bottom: -10px;
}

.contact-form .field.checkbox .set {
    padding: 10px 0;
}
.contact-form .field.checkbox .set-item {
    display: inline-block;
    vertical-align: top;
}
.contact-form .field.checkbox .set-item label.checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 0 5px 0 34px;
    color: #c49a6f;
}
.contact-form .field.checkbox .set-item label.checkbox > input {
    position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    opacity: 0; z-index: 5;
}
.contact-form .field.checkbox .set-item label.checkbox > span {
    display: inline-block;
}
.contact-form .field.checkbox .set-item label.checkbox a[href] {
    display: inline-block;
    position: relative;
    z-index: 25;
    text-decoration: underline !important;
}
.contact-form .field.checkbox .set-item label.checkbox::before,
.contact-form .field.checkbox .set-item label.checkbox::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    border-radius: 5px;
}
.contact-form .field.checkbox .set-item label.checkbox::after {
    border: 2px solid #c49a6f;
}
.contact-form .field.checkbox .set-item.active label.checkbox::before {
    background-color: #c49a6f;
}

html:not(.webp) .contact-form .field.checkbox .set-item.active label.checkbox::before {
    background-image: url('/images/icon-check.png');
}
html.webp .contact-form .field.checkbox .set-item.active label.checkbox::before {
    background-image: url('/images/icon-check.webp');
}

.contact-form .field.checkbox .set-item:not(.active) label.checkbox::before {
    opacity: 0;
}

.contact-form .field-recaptcha {
    display: block;
    position: relative;
}
.contact-form .field-recaptcha .g-recaptcha {
    display: inline-block;
}
.contact-form .actions {
    position: relative;
    margin-top: 30px;
}

body.ready .contact-form .field select,
body.ready .contact-form .field textarea,
body.ready .contact-form .field:not(.select):not(.checkbox) .field-inner::before,
body.ready .contact-form .field:not(.select):not(.checkbox) .field-inner::after,
body.ready .contact-form .field input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=file]),
body.ready .contact-form .field .field-inner .meta,
body.ready .contact-form .field .field-inner label.label,
body.ready .contact-form .field .field-inner label.label > em {
    transition: 0.25s;
}

.contact-form .alert {
    margin-bottom: 40px;
}





/* Newsletter Form */
.form-newsletter .fields {
    position: relative;
    padding-right: 180px;
}
.form-newsletter .fields .actions {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 25;
    margin: 0;
}
.form-newsletter .article-wrap h2 {
    font-size: 2rem;
}









/* Background Special */

.background-special {
    display: inline-block;
    position: absolute;
    bottom: -8em;
    right: -4em;
    z-index: 20;
    color: #fff;
    font-weight: 500;
    width: 16em;
    height: 16em;
    border-radius: 999px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    transform-origin: 80% 60%;
}

.background-special > .special-wrap {
    display: inline-block;
    position: relative;
    text-align: center;
}

@media all and (min-width: 576px) {

    .background-special:hover {
        transform: scale(1.25);
    }
    .background-special > .special-wrap {
        position: absolute;
        width: 75%;
        height: 50%;
        right: 25%;
        bottom: 48%;
    }
    .background-special > .special-wrap > .special {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font-size: 1.75rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        padding: 0 20px 0 45px;
    }

}

@media all and (max-width: 575px) {

    .background-special {
        width: auto;
        height: auto;
        bottom: 25px;
        right: 50%;
        border-radius: 0;
        transform: translateX(50%);

        font-family: 'DM Sans', sans-serif;
        font-family: 'MrsEavesRoman', sans-serif;
        color: inherit;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.2em;
        margin: 0 3px 8px 0;
        padding: 14px 20px 14px;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -webkit-border-radius: 6px;
        background-color: transparent;
        text-decoration: none;
        text-align: center;
        border: 0;
        outline: 0;
        z-index: 35;

        box-shadow: inset 0 0 0 0.15rem #fff;

        /*color: #c49a6f !important;*/
        /*box-shadow: inset 0 0 0 0.12rem #c49a6f !important;*/
        /*background-color: #fffbf0;*/


    }

}


/* Popup */

.popup-wrapper {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 751;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.65) 30%,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 0.65) 70%,
    rgba(0, 0, 0, 0.35));
    transition: opacity 200ms;
    pointer-events: none;
}
.popup-wrapper.show {
    opacity: 1;
    pointer-events: all;
}

.popup-wrapper .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 35%;
    min-width: 50rem;
    color: #FFFFFF;
    transition: transform 200ms;
}
.popup-wrapper.show .popup {
    transform: translate(-50%, -50%);
}

.popup .popup-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}


/* Popup content */

.popup .popup-content-wrap {
    background: #c49a6f;
    padding: 2rem;
}
.popup .popup-content-wrap h2,
.popup .popup-content-wrap h3,
.popup .popup-content-wrap h4 {
    font-size: 2.25rem;
    display: block;
    font-weight: 600;
    margin-bottom: 0;
}
.popup .popup-content-wrap h2,
.popup .popup-content-wrap h3,
.popup .popup-content-wrap h4,
.popup .popup-content-wrap p em strong {
    text-transform: uppercase;
}
.popup .popup-content-wrap p em strong {
    font-style: normal;
    font-size: 1.35rem;
}

.popup .popup-content-wrap .button {
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.35);
    padding: 8px 35px;
    margin-top: 1.25rem;
    font-size: 1.1rem;
    margin-bottom: 0;
}
.popup .popup-content-wrap .button:hover {
    background: rgba(0, 0, 0, 0.5);
}


/* Popup image */

.popup .popup-image-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}
.popup .popup-image-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
}
.popup .popup-image-wrap div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}


/* Popup close button */

.popup .popup-close {
    cursor: pointer;
}
.popup .popup-close svg {
    fill: #FFFFFF;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    width: 1.35rem;
    height: 1.35rem;
}





/* Main Theme Responsive */
@media all and (max-width: 1400px) {





}

@media all and (max-width: 1200px) {

    /* Popup */
    .popup-wrapper .popup {
        min-width: auto;
        max-width: 50rem;
        width: 90vw;
    }



}

@media all and (max-width: 992px) {






    /* Header Background */
    body.homepage:not(.menu-open) .header-wrapper .header-logo {
        /*transform: scale(1.5) translateX(-33.33%) translateY(-50%);*/
        transform: scale(1) translateX(-50%) translateY(-50%);
    }


    /* Background */
    .background-wrapper .socials-wrap {
        display: none;
    }



    /* Partners */
    .partners-wrap .partner-item {
        height: 100px;
    }
    .partners-wrap .partner-item .image {
        width: 125px;
        height: 70px;
    }



}

@media all and (max-width: 768px) {





    /* General */
    .wrapper.spacing {
        padding: 150px 0 135px;
    }
    .wrapper.spacing-top {
        padding-top: 150px;
    }
    .wrapper.spacing-bottom {
        padding-bottom: 135px;
    }
    .wrapper.compact {
        padding: 50px 0;
    }


    h1,
    .h2-h1 h2,
    .h3-h1 h3 {
        font-size: 2.5rem;
    }
    h2,
    .h1-h2 h1,
    .h3-h2 h3 {
        font-size: 2rem;
    }
    h3,
    .h1-h3 h1,
    .h2-h3 h2 {
        font-size: 1.75rem;
    }







    /* Logo */
    .logo-wrap {
        width: 300px;
        height: 120px;
    }
    .logo-wrap.complete {
        height: 180px;
    }




    /* Navigations */
    .menu-wrap.styled ul > li {
        padding: 8px 0;
    }
    .menu-wrap.styled ul > li > a.button,
    .menu-wrap.styled ul > li > a:not(.button) {
        font-size: 1.55rem;
    }
    .menu-wrap.styled ul > li.featured {
        padding: 10px 0 10px;
    }



    /* Footer */
    .footer-wrapper .footer-logo {
        width: 300px;
        margin-bottom: 50px;
    }




    /* Background */
    .background-wrapper > .wrapper.expand {
        padding-top: 215px;
    }
    body:not(.homepage) .background-wrapper > .wrapper.expand .article-wrap .article.article-lg {
        max-height: 130px;
        overflow: hidden;
    }




    /* Header */
    .header-wrapper .header-logo {
        top: 20px;
    }

    .hamburger-wrap,
    .header-wrapper .container-fluid .hamburger-wrap,
    body:not(.scrolled):not(.menu-open) .hamburger-wrap {
        top: 10px;
        right: -4px;
    }

    body:not(.homepage) .header-wrapper .header-aside {
        position: fixed;
        top: auto !important;
        left: auto !important;
        right: 20px;
        bottom: 15px;
        z-index: 245;
        transform: none;
    }
    body:not(.homepage).scrolled-foot .header-wrapper .header-aside {
        right: -200px;
    }
    body:not(.homepage).menu-open .header-wrapper .header-aside {
        bottom: -140px;
    }
    body.homepage.menu-open .header-wrapper .header-aside {
        left: -200px;
    }
    body:not(.homepage) .header-wrapper .header-aside .button.main.outline:not(.special) {
        color: #c49a6f !important;
        box-shadow: inset 0 0 0 0.12rem #c49a6f !important;
        background-color: #fffbf0;
    }
    .header-wrapper .container-fluid .header-aside,
    body:not(.scrolled):not(.menu-open) .header-wrapper .header-aside {
        top: 15px;
        left: -5px;
    }




    /* Dishes Background Options */
    .background-options {
        padding-top: 0;
        text-align: left;
    }
    .background-options > li {
        padding: 5px 10px;
    }
    .background-actions.has-overflow {
        padding-right: 80px;
    }
    .background-actions.has-overflow::before {
        right: 80px;
    }


    /* Dishes */
    .dishes-wrap.has-border {
        padding: 20px;
    }
    .dishes-wrap .article.bottom {
        margin-bottom: 20px;
    }
    .dishes-wrap .dish-item {
        margin: 0 auto 20px;
        max-width: 100%;
        width: 300px;
    }




    /* Navigation */
    .menu-wrapper .menu-wrap {
        top: 150px;
        bottom: 135px;
    }



}

@media all and (max-width: 575px) {





    /* Logo */
    body.homepage:not(.menu-open) .header-wrapper .header-logo {
        transform: scale(1) translateX(-50%) translateY(-50%);
        top: 40vh;
    }

    body.homepage .slider-wrap .slick-arrow {
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    body.homepage .slick-dots,
    .slider-wrap .slick-dots {
        bottom: 70px;
    }

    .slick-dots li > button,
    .slider-wrap .slick-dots li > button {
        width: 24px;
        height: 24px;
    }





    /* Footer */
    .footer-wrapper .footer-social {
        position: relative;
        bottom: auto;
        margin: 60px auto 0;
        text-align: center;
    }
    .footer-wrapper .footer-inner {
        padding-bottom: 100px;
    }
    .developer-wrapper {
        bottom: 0 !important;
    }





    /* Navigation */
    .menu-wrapper .socials-wrap {
        right: auto;
        left: 50%;
        bottom: 80px;
        transform: translateX(-50%);
    }





    /* Partners */
    .partners-wrap .partner-item {
        height: 70px;
    }
    .partners-wrap .partner-item .image {
        width: 115px;
        height: 60px;
    }





    /* Newsletter Form */
    .form-newsletter .fields {
        padding-right: 0px;
    }
    .form-newsletter .fields .actions {
        position: relative;
        margin-top: 30px;
    }





    /* Popup */
    .popup-wrapper .popup {
        bottom: 0;
        top: unset;
        width: 100%;
        height: auto;
    }
    .popup .popup-inner {
        display: block;
    }
    .popup .popup-image-wrap {
        height: 10rem;
    }

    .popup-wrapper.show .popup {
        transform: translateX(-50%);
    }



}

@media all and (max-width: 410px) {





}

@media all and (max-width: 350px) {





}

@media all and (max-height: 700px) and (max-width: 575px) {





}

@media all and (max-height: 675px) and (min-width: 768px) {





}

@media all and (min-height: 675px) and (min-width: 768px) {





}







/* Mobile Friendly -  Bootstrap Responsive */




@media all and (min-width: 1199px) and (min-width: 1400px) {
    .hidden-xl { display: none !important; }
    .visible-xl { display: block !important; }

    .left-xl { text-align: left !important; }
    .right-xl { text-align: right !important; }

    .no-br-xl br, .no-br br { display: none; }
}
@media all and (min-width: 991px) and (max-width: 1200px) {
    .hidden-lg { display: none !important; }
    .visible-lg { display: block !important; }

    .left-lg { text-align: left !important; }
    .right-lg { text-align: right !important; }

    .no-br-lg br, .no-br br { display: none; }
}
@media all and (min-width: 767px) and (max-width: 992px) {
    .hidden-md { display: none !important; }
    .visible-md { display: block !important; }

    .left-md { text-align: left !important; }
    .right-md { text-align: right !important; }

    .no-br-md br, .no-br br { display: none; }
}
@media all and (min-width: 574px) and (max-width: 768px) {
    .hidden-sm { display: none !important; }
    .visible-sm { display: block !important; }

    .left-sm { text-align: left !important; }
    .right-sm { text-align: right !important; }

    .no-br-sm br, .no-br br { display: none; }
}
@media all and (min-width: 0px) and (max-width: 575px) {
    .hidden-xs { display: none !important; }
    .visible-xs { display: block !important; }

    .left-xs { text-align: left !important; }
    .right-xs { text-align: right !important; }

    .container-fluid { padding: 0 20px; }
    .container { padding: 0 20px; }

    .no-br-xs br, .no-br br { display: none; }

}


