/* -----------------------------------------------------------------------------------
    Theme Name: Abbetti AG
    Theme URI: https://www.abbetti.ch/
    Author: Blowfish AG, Baar und Bern, Schweiz
    Author URI: https://www.blowfish.ch/
    Version: 1.0

    Main Color 1   : #c5a47e
    Main Color 2   : #13100c
    Main Color 3   : #666
    Main Font      : Lato, Cormorant Garamond
----------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------
[Table of contents]
01. Fonts settings
02. Default styles
03. Section padding styles
04. Separator styles (line, dividing)
05. Scrollbar styles
06. Selection styles
07. Owl Carousel Custom styles
08. Sidebar styles
09. Content styles
10. Slider styles
11. Heading Title styles
12. Banner styles
13. Price styles (Price box & Price list)
14. Clients styles
15. Gallery styles 
16. Navigation styles
17. FAQs Style
18. Language Menu style
19. Contact styles (Map, formrm and card)
20. Button styles
21. Footer styles

------------------------------------------------------------------- */


/* ===== Fonts settings (Google Font: Lato & Cormorant Garamond) ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap');


/* ===== Default styles ===== */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    background: #f9f5f2;
}
/*** typography ***/
/* headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13100c;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 15px 0;
	clear: both;
}
/* paragraph */
p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin: 0 0 15px;
}
/* lists */
ul {
    list-style-type: none;
}
/* links */
a {
    color: #c5a47e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
a:hover,
a:active,
a:focus {
    color: #c5a47e;
    outline: none;
    text-decoration: none !important;
}
a:link {
    text-decoration: none;
    color: #c5a47e;
}
a:link:hover {
    color: #13100c;
}
a:focus {
    outline: none;
}
ul li a:hover {
    color: #c5a47e;
}
img {
    width: 100%;
    height: auto;
}
.small,
small {
    font-size: 80%;
}
b,
strong {
    color: #13100c;
    font-weight: 600;
    font-size: 14px;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
hr {
    width: 100%;
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-bottom: 1px solid #c5a47e;
	opacity: 0.25;
}
.js .animate-box {
    opacity: 0;
}
/*** form element ***/
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Lato', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
#message,
#search {
    max-width: 100%;
    margin-bottom: 15px;
    border: none;
    padding: 7px 15px;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75em;
    color: #13100c;
    background-image: none;
    border: 1px solid #ececec;
}
input:focus,
textarea:focus {
    font-family: 'Cormorant Garamond', serif;
    border-bottom-width: 2px;
    border-color: #13100c;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    font-family: 'Lato', sans-serif;
    background: #13100c;
    border: 1px solid #13100c;
    color: #fff;
    padding: 15px 30px;
    margin: 0;
    font-weight: 400;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: transparent;
    color: #13100c;
}
select {
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dropdown-chevron {
    position: absolute;
    right: 15px;
    bottom: 11px;
}

table,
th,
tr,
td {
    /*border: 1px solid #13100c;*/
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
/* padding */
.pt-0 {
    padding-top: 0px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-90 {
    padding-bottom: 90px;
}
/* margin */
.mb-0 {
    margin-bottom: 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-15 {
    margin-top: 15px;
}
.mright-5 {
    margin-right: 5px;
}
/* important */
.clear {
    clear: both;
}
.o-hidden {
    overflow: hidden;
}
.pos-re {
    position: relative;
}
.full-width {
    width: 100% !important;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.bg-cover {
    background-size: cover !important;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* container fluid */
.container-fluid {
    padding-right: 60px;
    padding-left: 60px;
}
@media screen and (max-width: 768px) {
    .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}
}
.container-nopadding {
    padding: 0;
}


/* ===== Section padding styles ===== */
.section-padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.section-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-padding-0 {
    padding-top: 0;
    padding-bottom: 0;
}
.bg-brown {
    background-color: #c5a47e;
}
.color-white {
    color: #fff;
}

/* ===== Separator (line, dividing) styles ===== */
.separator {
    width: 50px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #c5a47e;
    opacity: 0.5;
    margin: 10px 0;
}
.separator-2 {
    width: 80px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #c5a47e;
    opacity: 0.5;
    margin: 15px 0 20px 0;
}
.separator-3 {
    width: 80px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #fff;
    margin: 10px 0 10px 0;
}
.separator-4 {
    width: 40px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #c5a47e;
    opacity: 0.5;
    margin: 15px 0;
}
.fullwidth-separator {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed rgba(162, 120, 58, 0.25);
    margin: 0;
}


/* ===== Scrollbar ===== */
::-webkit-scrollbar {
    width:0;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #13100c;
}
::-webkit-scrollbar-thumb:hover {
    background: #13100c;
}


/* ===== Selection ===== */
::-webkit-selection {
    color: #13100c;
    background: #c5a47e;
}
::-moz-selection {
    color: #13100c;
    background: #c5a47e;
}
::selection {
    color: #13100c;
    background: #c5a47e;
}


/* ===== Owl Carousel Styles ===== */
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
    line-height: .7;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c5a47e;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: #c5a47e;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 12px;
    margin: 5px;
    padding: 4px 7px;
    background: #c5a47e;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.6);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    border: 1px solid #c5a47e;
    color: #c5a47e;
}


/* ===== Sidebar styles ===== */
#abbetti-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#abbetti-aside {
    padding: 50px;
    width: 23%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 1001;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
    #abbetti-aside {
        width: 30%;
    }
}
@media screen and (max-width: 768px) {
    #abbetti-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
        padding: 30px 30px 0 30px;
    }
}
#abbetti-aside #abbetti-logo {
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 90px;
    display: block;
    width: 100%;
    position: relative;
    color: #13100c;
    line-height: 1.2em;
    letter-spacing: 0px;
}
#abbetti-aside #abbetti-logo img {
    width: 180px;
    max-width: 180px;
}
#abbetti-aside #abbetti-logo span {
    text-align: left;
    font-size: 13px;
    color: #666;
    font-weight: 400;
    letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
    #abbetti-aside #abbetti-logo {
        margin-bottom: 60px;
    }
}
#abbetti-aside #abbetti-logo a {
    display: inline-block;
    text-align: left;
    color: #c5a47e;
}
#abbetti-aside #abbetti-logo a span {
    display: block;
    margin-top: 0px;
    text-align: center;
}
/* Menu */
#abbetti-aside #abbetti-main-menu,
#abbetti-aside #abbetti-main-menu ul,
#abbetti-aside #abbetti-main-menu ul li,
#abbetti-aside #abbetti-main-menu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
#abbetti-aside #abbetti-main-menu ul li {
    margin: 10px 0 10px 0;
    padding: 0 0 10px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #f3ece5;
}
#abbetti-aside #abbetti-main-menu ul li a {
    display: inline-block;
}
#abbetti-aside #abbetti-main-menu ul li a:hover {
    color: #c5a47e;
}
#abbetti-aside #abbetti-main-menu ul li a.active {
    color: #c5a47e;
    /*border-bottom: 1px solid #c5a47e;*/
}
#abbetti-aside #abbetti-main-menu ul li a.active:after {
    height: 0px;
}
#abbetti-aside #abbetti-main-menu > ul > li.abbetti-active > a {
    color: #c5a47e;
}
#abbetti-aside #abbetti-main-menu {
    margin-bottom: 60px
}
#abbetti-aside #abbetti-main-menu ul ul {
    display: none;
    padding-top: 8px;
}
#abbetti-aside #abbetti-main-menu > ul > li > a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#abbetti-aside #abbetti-main-menu > ul > li.open > a {
    text-decoration: none;
    position: relative;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #c5a47e;
}
#abbetti-aside #abbetti-main-menu > ul > li > a:hover > span::after,
#abbetti-aside #abbetti-main-menu > ul > li.active > a > span::after,
#abbetti-aside #abbetti-main-menu > ul > li.open > a > span::after {
    border-color: #c5a47e;
}
#abbetti-aside #abbetti-main-menu ul ul li {
    margin: 7px 0 7px 0;
    padding: 0 0 5px 0;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0px;
    text-transform: none;
    border-bottom: 1px solid transparent;
}
#abbetti-aside #abbetti-main-menu ul ul li a {
    color: #666;
    text-decoration: none;
    position: relative;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#abbetti-aside #abbetti-main-menu ul ul li:hover > a,
#abbetti-aside #abbetti-main-menu ul ul li.open > a,
#abbetti-aside #abbetti-main-menu ul ul li.active > a {
    color: #c5a47e;
}
#abbetti-aside #abbetti-main-menu ul ul ul li a {
    margin-left: 24px;
    padding-top: 0px;
}
#abbetti-aside #abbetti-main-menu ul ul li.abbetti-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 6px;
    z-index: 10;
    top: 8px;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#abbetti-aside #abbetti-main-menu ul ul li.active > a::after,
#abbetti-aside #abbetti-main-menu ul ul li.open > a::after,
#abbetti-aside #abbetti-main-menu ul ul li > a:hover::after {
    border-color: #c5a47e;
}
/*  Menu Mobile Icon style  */
body.offcanvas {
    overflow-x: hidden;
}
body.offcanvas #abbetti-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    z-index: 999;
    position: fixed;
}
body.offcanvas #abbetti-main,
body.offcanvas .abbetti-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
/* footer */
#abbetti-aside .abbetti-footer {
    position:relative;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    color: #666;
    top: 90px;
}
#abbetti-aside .abbetti-footer p {
    font-size: 13px;
    font-style: italic;
}
#abbetti-aside .abbetti-footer span a:hover,
#abbetti-aside .abbetti-footer a {
    color: #c5a47e;
    font-style: normal;
}
#abbetti-aside .abbetti-footer img {
    max-width: 18px;
}
@media screen and (max-width: 768px) {
    #abbetti-aside .abbetti-footer {
        position: relative;
        top: 0;
    }
}
#abbetti-aside .abbetti-footer span {
    display: block;
}


/* ======= Content styles ======= */
#abbetti-main {
    width: 77%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
@media screen and (max-width: 1200px) {
    #abbetti-main {
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    #abbetti-main {
        width: 100%;
    }
}


/* ===== Slider styles ===== */
.hero-section {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #fff;
}
.hero-inner {
  position: relative;
  z-index: 15;
}
.hero-inner .hero-title {
    font-size: 40px;
    line-height: 1.2em;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
  margin-bottom: 0px;
}
.hero-inner .hero-subtitle {
    color: #fff;
    font-size: 17px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 576px) {
  .hero-inner .hero-title {
    font-size: 24px;
  }
  .hero-inner .hero-subtitle {
    font-size: 14px;
  }
}
#heroSliderContainer .vegas-overlay {}
#heroSliderContainer .hero-inner .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-inner .text-inner {
    min-height: 600px;
    position: relative;
}
.hero-inner .desc {
    position: absolute;
    bottom: 0px;
    right: 0;
    background: transparent;
}

/* ===== Heading Title styles ===== */
.abbetti-heading {
    color: #13100c;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 30px;
}
h1.abbetti-heading {
    font-size: 34px;
    margin-left:-2px;
}
.abbetti-heading span {
    display: block;
}
.abbetti-about-subheading {
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2em;
    color: #c5a47e;
}
.abbetti-subheading {
    display: block;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    color: #c5a47e;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}


/* ===== Banner styles ===== */
.banner-container {
    position: relative;
}
.banner-img-width {
    width: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-img-width,
.banner-img:after {
    position: absolute;
    height: 100%;
}
.banner-img-width,
.banner-img:after {
    position: absolute;
    height: 100%;
}
.banner-head:after,
.banner-head:before {
    content: " ";
    display: table;
}
.banner-head-padding {
    position: relative;
    padding-top: 200px;
    padding-bottom: 200px;
}
.banner-head-margin {
    margin-left: auto;
    margin-right: auto;
}

/* =====  Price style  ===== */
/* Price Box */
.price .item {
    padding: 60px 30px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .4s;
    transition: all .4s;
    margin: 30px 0;
}
.price .item .type {
    position: relative;
    border-bottom: 1px solid #eee;
    position: relative;
}
.price .item .type:after {
    content: '';
    width: 20px;
    height: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: absolute;
    bottom: -11px;
    left: calc(50% - 10px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.price .item .type h6 {
    position: relative;
    color: #13100c;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.price .item .value {
    margin: 30px 0;
}
.price .item .value h4 {
    font-size: 36px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.price .item .value h4 span {
    font-size: 15px;
}
.price .item .value p {
    font-weight: 400;
    margin-top: 0px;
    color: #c5a47e;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}
.price .item .feat ul {
    margin-bottom: 30px;
    padding: 0;
}
.price .item .feat li {
    color: #666;
    margin-bottom: 10px;
}
.price .item .feat li:last-child {
    margin-bottom: 0;
}
.price .item .feat del {
    opacity: .8;
}
/* PriceListe */
.preisliste .section-head {
    text-align: left;
    margin-bottom: 0;
    z-index: 1;
}
.preisliste .section-head h4 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.preisliste .section-head p {
    color: #FFF;
}
.table {
    margin-bottom: 0;
}
.table-bordered td,
.table-bordered th {
    border-top: 1px solid #ece5da;
    border-bottom: 1px solid #ece5da;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
.table td,
.table th {
    padding: 4px 0px;
    vertical-align: top;
    border-top: 1px solid #ece5da;
}
.table th {
    color: #c5a47e;
}


/* =====  Clients Style  ===== */
.clients {
    background-color: #fff;
}
.clients .owl-carousel {
    margin: 30px 0;
}
.clients .client-logo {
    opacity: 1;
    line-height: 0;
}
.clients .client-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
    border: 1px solid #f7ece5;
}
.clients img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* =====  Gallery Style  ===== */
.gallery-item {
    position: relative;
    padding-top: 25px;
}
.gallery-item p {
    margin-bottom: 0;
}
.gallery-item p span {
    margin-top: 0;
    margin-bottom: 15px;
    color: #13100c;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    font-family: 'Cormorant Garamond', serif;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #ffffff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.gallery-box .gallery-detail i {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
}
.gallery-box .gallery-detail i:hover {
    color: #fff;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
}
.photo-alt-title {
    color: #13100c;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 15px;
}


/* ===== Navigation styles ===== */
.abbetti-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}
.abbetti-nav-toggle.active i::before,
.abbetti-nav-toggle.active i::after {
    background: #fff;
}
.abbetti-nav-toggle.dark.active i::before,
.abbetti-nav-toggle.dark.active i::after {
    background: #13100c;
}
.abbetti-nav-toggle:hover,
.abbetti-nav-toggle:focus,
.abbetti-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}
.abbetti-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    width: 19px;
    height: 1px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    top: -4px;
}
.abbetti-nav-toggle i::before,
.abbetti-nav-toggle i::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.abbetti-nav-toggle.dark i {
    position: relative;
    color: #13100c;
    background: #13100c;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.abbetti-nav-toggle.dark i::before,
.abbetti-nav-toggle.dark i::after {
    background: #13100c;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.abbetti-nav-toggle i::before {
    top: -7px;
}
.abbetti-nav-toggle i::after {
    bottom: -7px;
}
.abbetti-nav-toggle:hover i::before {
    top: -10px;
}
.abbetti-nav-toggle:hover i::after {
    bottom: -10px;
}
.abbetti-nav-toggle.active i {
    background: transparent;
}
.abbetti-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.abbetti-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.abbetti-nav-toggle {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 12px 15px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #13100c;
    margin: 15px 30px;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .abbetti-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}


/* ======= FAQs Style ======= */
.faqs-accordion .accordion .item {
    margin-bottom: 30px;
}
.faqs-accordion .accordion .title {
    padding: 18px 60px 18px 20px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: relative;
}
.faqs-accordion .accordion .title:after {
    content: '\e61a';
    font-family: 'themify';
    font-weight: normal;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 20px;
}
.faqs-accordion .accordion .title h6 {
    font-size: 15px;
    margin-bottom: 0;
}
.faqs-accordion .accordion .accordion-info {
    display: none;
    padding: 0px 15px;
    margin-top: 30px;
    border-left: 1px dotted #ccc;
}
.faqs-accordion .accordion .active {
    display: block;
}
.faqs-accordion .accordion .active .title {
    color: #fff;
    background: #c5a47e;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faqs-accordion .accordion .active .title:after {
    content: '\e622';
}
.faqs-accordion .accordion .active .title h6 {
    color: #fff;
}
.faqs-accordion .accordion .accordion-info ul {
    list-style-type: disc;
}
/* List */
ul.info {
    padding-left: 0;
}
.info li {
    margin-bottom: 10px;
    line-height: 1.5em;
}
.info li:before {
    font-size: 10px;
    content: '\e65a';
    font-family: 'themify';
    position: relative;
    padding: 0 10px 0 0;
    color: #c5a47e;
}


/* Language Menu style */
#lang-menu {
    width: 110px;
    height: auto;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #ececec;
    padding: 4px 4px;
}
.cls-border-lang {
  border: 1px solid #f9eee1;
}
#lang-menu div {
  transition:all .2s ease;
  -webkit-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -o-transition:all .2s ease;
}
#lang-menu div:before {
    font-family: 'themify';
    content: "\e665";
    color: #c5a47e;
    margin-right: 7px;
}
.cls-borderbottom-lang {
  border-bottom:1px solid #f9eee1;
  opacity:.25;
}
#lang-menu ul li:before {
    font-family: 'themify';
    content: "\e665";
    color: #c5a47e;
    margin-right: 7px;
}
#lang-menu ul {
  list-style:none;
  margin:0px;
  padding:0px;
  display:none; 
  text-align:center;
}
#lang-menu ul li {
  padding:6px 0px;
  transition:all .3s ease;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
}
#lang-menu ul li:hover {  
  cursor:pointer;
  color:#fff;
  background:#c5a47e;
}
#lang-menu ul li:hover::before {  
  color:#fff;
}


/* ===== Contact Styles ===== */
/* contact map */
#contactMap {
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}
/* contact card */
.kontakt-card {
    background: #fff;
    padding: 30px;
}
.kontakt-card h6 {
    color: #13100c;
    font-weight: 600;
    font-size: 18px;
}
/* contact form */
form {
    padding: 0;
    position: relative;
    width: 100%;
}
.form-control {
    position: relative;
    z-index: 2;
    margin: 0;
    width: 100%;
    height: 40px;
    display: block;
    border: 1px solid #f3ece5;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background-position: -100%;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 15px;
    border-radius: 0;
    padding: 0;
}
.form-control:focus {
    border: 1px solid #c5a47e;
    box-shadow: none;
    outline: 0 none;
}
.img-fluid {
    margin-bottom: 15px;
}
form .input-select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
        padding: 8px;
    background: #fff;
}
.form-select {
    position: relative;
}
.form-select::after {
    position: absolute;
    right: 15px;
    top: 10px;
    content: '\e64b';
    font-family: 'themify';
    font-size: 12px;
    z-index: 9;
}
/* label */
label {
    color: #666;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    display: inline-block;
    -moz-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 0;
}
/* input */
input[type=email],
input[type=text],
textarea,
input[type=password],
input[type=number] {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    border: 1px solid #f3ece5;
    padding: 8px;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    line-height: 1.75em;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    border-radius: 0;
}
input[type=email].input-active,
input[type=email]:focus,
input[type=text].input-active,
input[type=text]:focus,
textarea.input-active,
textarea:focus,
input[type=password].input-active,
input[type=password]:focus,
input[type=number].input-active,
input[type=number]:focus {
    background-position: 0 0;
    box-shadow: none;
    outline: 0;
    border: none;
    color: #666;
    /*border: 1px solid #c5a47e;*/
    border-radius: 0;
}
input[type=email].input-active,
input[type=email]:focus:after,
input[type=text].input-active,
input[type=text]:focus:after,
textarea.input-active,
textarea:focus:after,
input[type=password].input-active,
input[type=password]:focus:after,
input[type=number].input-active,
input[type=number]:focus:after {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    border: none;
    padding: 15px 0;
    will-change: background-position;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #ececec 96%);
    background-position: -1920px 0;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #666;
    font-size: 14px;
    line-height: 1.75em;
}
input[type=email]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    transition: all .2s cubic-bezier(.64, .09, .08, 1);
    color: #666;
}
input[type=radio]:after,
input[type=radio]:before {
    content: '';
    position: absolute;
    transition: all .3s cubic-bezier(.64, .09, .08, 1)
}
input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
     -webkit-appearance: none;
    width: 12px;
}
input[type=checkbox]:before {
    content: '';
    width: 22px;
    height: 22px;
    border: 1px solid #f3ece5;
    background: #fff;
    position: absolute;
    top: 0px;
    margin-left: -1px;
}
input[type=checkbox]:after {
    font-family: 'themify';
    content: '\e64c';
    color: #c5a47e;
    background: transparent;
    position: absolute;
    top: 1px;
    margin-left: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .3s cubic-bezier(.64, .09, .08, 1);
    will-change: opacity;
    font-size: 12px;
}
input[type=checkbox]:checked:after {
    opacity: 1
}
input[type=radio] {
    position: relative;
    cursor: pointer;
    margin: 5px 30px 15px 0px;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
}
input[type=radio]:before {
    background-color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #f3ece5;
    display: inline-block;
    top: -3px;
    left: 0px;
    background-image: radial-gradient(circle, #c5a47e 50%, #fff 70%);
    background-size: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: background-size;
    z-index: 2;
}
input[type=radio]:after {
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 50%;
}
input[type=radio]:checked:before {
    background-size: 14px 14px
}
textarea.form-control {
    background: #fff;
    padding: 8px;
    height: auto;
    margin-bottom: 15px;
    border: 1px solid #f3ece5;
    font-family: 'Lato', sans-serif;
    color: #666;
}
::placeholder {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75em
    color: #666 !important;
}

/* =====  Button styles  ===== */
/* button one */
.btn-one {
    position: relative;
    line-height: 1em;
}
.btn-one a {
    font-family: 'Lato', sans-serif;
    background: #c5a47e;
    border: 1px solid #c5a47e;
    color: #fff;
    padding: 12px 24px;
    margin: 0 15px 15px 0;
    font-weight: 500;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
}
.btn-one a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-one a span {
    position: relative;
    z-index: 2;
}
.btn-one a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 30px;
}
.btn-one a:hover span {
    color: #13100c;
}
.btn-one a.disabled-link {
    background: #848484;
    border: 1px solid #848484;
}

/* button two */
.btn-two {
    position: relative;
    line-height: 1em;
    margin-right: 12px;
    float: left;
}
.btn-two a {
    font-family: 'Lato', sans-serif;
    background: #13100c;
    /* border: 1px solid #13100c; */
    color: #f9f5f2;
    padding: 14px 24px;
    margin: 0 0 15px 0;
    font-weight: 500;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
}
.btn-two a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-two a span {
    position: relative;
    z-index: 2;
}
.btn-two a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius: 30px;
}
.btn-two a:hover span {
    color: #13100c;
}
/* button three */
.btn-three {
    position: relative;
    line-height: 1em;
}
.btn-three a {
    font-family: 'Lato', sans-serif;
    background: #FFF;
    border: 1px solid transparent;
    color: #13100c;
    padding: 14px 25px;
    margin: 0 15px 15px 0;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 30px;
}
.btn-three a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-three a span {
    position: relative;
    z-index: 2;
}
.btn-three a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
        background: #c5a47e;
    border-radius: 30px;
}
.btn-three a:hover span {
    color: #fff;
}
.btn-three a:last-child {
    margin-right: 0px;
}


/* ===== Footer styles ===== */
.footer {
    background-color: #13100c;
    padding-top: 90px;
}
.footer h5 {
    color: #c5a47e;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
}
.footer p,
.footer p a {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 3px;
}
.footer p a:hover {
    color: #c5a47e;
}
/* list */
.footer ul {
    padding-left: 0;
}
.footer ul li {
    margin-bottom: 3px;
    text-decoration-line: underline;
    position: relative;
}
.footer ul li a {
    color: rgba(255, 255, 255, 0.75);
}
.footer ul li a:before {
    content: "\e649";
    display: inline-block;
    font-family: "themify";
    font-weight: normal;
    font-size: 8px;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    margin-right: 10px;
}
.footer ul li a:hover {
    color: #c5a47e;
}
/* sub-footer */
.footer .sub-footer {
    padding: 25px 0;
    margin-top: 50px;
    background-color: #13100c;
    border: none;
    border-top: 1px solid rgba(197, 164, 126,0.2);
}
.footer .sub-footer p {
    margin-bottom: 0;
}
.footer .sub-footer p a:hover {
    position: relative;
}

/* ===== Image Gallery Styles ===== */
.jquery-lightbox b, .jquery-lightbox strong {
    color: #fff;
	font-weight:600;
}