/* =============================================================================
   Skelet
   Author: Kittyhawk
   ========================================================================== */
body {
  background-color: #ffffff;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.bull {
  margin: 0 5px;
}

.hitCounter {
  display: none;
}

/* =============================================================================
   Navigation
   ========================================================================== */
.menuText {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  height: 20px;
  position: absolute;
  right: 36px;
  text-transform: uppercase;
  height: 29px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0E0E0E;
  background-image: -moz-linear-gradient(top, #0E0E0E, #0E0E0E);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0E0E0E), to(#0E0E0E));
  background-image: -webkit-linear-gradient(top, #0E0E0E, #0E0E0E);
  background-image: -o-linear-gradient(top, #0E0E0E, #0E0E0E);
  background-image: linear-gradient(to bottom, #0E0E0E, #0E0E0E);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0E0E0E', endColorstr='#ff0E0E0E', GradientType=0);
  border-color: #0E0E0E #0E0E0E #0E0E0E;
  border-color: rgba(14, 14, 14, 0) rgba(14, 14, 14, 0) rgba(14, 14, 14, 0);
  *background-color: #040404;
  top: 0px;
  padding: 8px 0 0 10px;
  cursor: pointer;
}

/* =============================================================================
   Startpage
   ========================================================================== */
/* =============================================================================
   Content page
   ========================================================================== */
.content {
  position: absolute;
  right: 74px;
  top: 0;
  z-index: 123;
  width: 513px;
  background: url("../img/back-content2.png") repeat scroll 0 0 transparent;
  padding: 97px 17px 60px 17px;
}

/* =============================================================================
   Collection
   ========================================================================== */
.secNav ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.secNav ul li {
  background: transparent url("../img/back-nav.png") repeat 0 0;
  padding: 20px;
  display: block;
  margin-bottom: 25px;
}

.secNav ul li a, .secNav ul li a:visited {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  letter-spacing: 1px;
}

.secNav ul li a:hover {
  text-decoration: none;
  color: #f4e0c5;
  letter-spacing: 1px;
}

.secNav ul li.active a, .secNav ul li.active a:visited {
  color: #f4e0c5;
  letter-spacing: 1px;
}

.secNav ul li.active a:hover {
  color: #fff;
  letter-spacing: 1px;
}

/* =============================================================================
   gallery
   ========================================================================== */
.galleryEnd {
  clear: both;
}

.gal-image img {
  width: 100%;
  height: auto;
}

.row-fluid .gal-item-active {
  width: 180px;
  height: 150px;
  padding: 4px;
  margin-bottom: 25px;
  margin-right: 2%;
  background: transparent url("../img/back-nav.png") repeat 0 0;
  float: left;
}

.gal-item-active .toForm {
  padding-left: 10px;
}

.gal-item-active .toForm a, .gal-item-active .toForm a:visited {
  font-size: 13px;
  color: #fff;
  font-weight: 200;
}

/* =============================================================================
   Contact Form
   ========================================================================== */
input[type="text"].warning, textarea.warning {
  border: solid 1px #B94A48;
  background-color: #F2DEDE;
}

span.requiredLabel {
  margin: 0px 2px;
  font-size: 10px;
}

fieldset label.radio {
  margin-left: 40px;
}

fieldset label.checkbox {
  margin-left: 40px;
}

fieldset .control-group {
  margin-left: 40px;
}

/* =============================================================================
   Footer carousel
   ========================================================================== */
.footerSpacer {
  height: 30px;
}

#footerCarouselWrapper {
  height: 150px;
  padding-top: 0px;
  position: relative;
  bottom: 0px;
  text-align: center;
  z-index: 999991;
}

#footerCarouselHolder {
  height: 150px;
  margin: 0 60px 0 60px;
}

#footerCarousel .item {
  border: none;
  background-color: white;
  padding: 4px;
  margin: 0px 10px;
  display: block;
  float: left;
  position: relative;
  height: 122px;
}

a.prev, a.next {
  background: url("../img/carousel-arrow.png") no-repeat transparent;
  width: 41px;
  height: 61px;
  display: none;
  position: absolute;
  top: 40px;
}

a.prev {
  left: 0px;
  background-position: 0 0;
}

a.prev:hover {
  background-position: 0 0px;
}

a.prev.disabled {
  background-position: 0 0px !important;
}

a.next {
  right: 0px;
  background-position: -40px 0;
}

a.next:hover {
  background-position: -40px 0px;
}

a.next.disabled {
  background-position: -40px 0px !important;
}

a.prev.disabled, a.next.disabled {
  cursor: default;
}

/* =============================================================================
   Footer
   ========================================================================== */
.footerText {
  text-align: center;
  color: #fff;
}

.footerText ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerText ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.5px;
}

.footerText ul li a, .footerText ul li a:visited {
  color: #fff;
  text-decoration: none;
}

.footerText ul li a:hover {
  text-decoration: underline;
}

/* =============================================================================
  responsive
  ========================================================================== */
.visibledesktop {
  display: inline;
}

.hiddendesktop {
  display: none;
}

.galleryImage {
  text-align: center;
}

.galleryImage img {
  width: 100%;
  height: 100%;
}

.moreInfoButton a, .moreInfoButton a:visited, .moreInfoButton a:hover {
  color: #ef8b43;
}

/* =============================================================================
  Media table
  ========================================================================== */
@media (max-width: 1070px) {
  #footerCarouselHolder {
    height: 150px;
    margin: 0 0px 0 0px;
  }

  .logo {
    margin-left: 10px;
  }

  .navbar .nav > li > a {
    padding: 10px 16px;
  }

  #footerCarousel .item {
    border: none;
    background-color: white;
    padding: 4px;
    margin: 0px 8px;
    display: block;
    float: left;
    position: relative;
    height: 122px;
  }

  .contentHolder {
    background: url("../img/back-content2.png") repeat scroll 0 0 transparent;
    padding: 150px 0px 60px 10px;
    position: relative;
  }

  .contentHolder p {
    font-weight: 300;
    line-height: 19px;
    padding-right: 20px;
  }

  .contentBlock {
    z-index: 2;
  }
}
@media (max-width: 979px) {
  .visibledesktop {
    display: none;
  }

  .hiddendesktop {
    display: inline;
  }

  .logo {
    left: 0px;
  }

  .navbar-inverse nav {
    margin: 0;
  }

  .navbar-fixed-top {
    position: fixed;
    background-color: transparent;
    top: 0px;
    left: 0px;
    z-index: 400;
    margin: 0 5px 0 0;
    width: 100%;
    height: 40px;
    text-align: right;
  }

  .navbar .nav-collapse .nav.pull-right {
    background: transparent url("../img/back-nav.png") repeat 0 0;
    margin-top: 42px;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }

  .navbar-inverse .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background: none;
  }

  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    background-image: none;
    position: absolute;
    width: 100%;
  }

  #footerCarouselHolder {
    height: 80px;
    width: 860px;
    margin: 0 0px;
  }

  .footerStart {
    position: fixed;
    min-height: 19px;
    left: 0;
    width: 100%;
    background: transparent url("../img/back-nav.png") repeat 0 0;
    z-index: 99999;
    overflow: hidden;
  }

  .content {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 123;
    width: 438px;
    background: url("../img/back-content2.png") repeat scroll 0 0 transparent;
    padding-top: 145px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .shareContent {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 134px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .footerStart {
    position: fixed;
    min-height: 19px;
    left: 0;
    width: 100%;
    background: transparent url("../img/back-nav.png") repeat 0 0;
    z-index: 99999;
    padding-top: 11px;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0 !important;
  }

  .navbar .nav-collapse .nav.pull-right {
    background: transparent url("../img/back-nav.png") repeat 0 0;
    margin-top: 42px;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }

  .navbar-inverse .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background: none;
  }
}
/* =============================================================================
  Media smartphone
  ========================================================================== */
@media (max-width: 480px) {
  .logo {
    left: 0px;
    width: 142px;
  }

  .navbar-fixed-top {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 90000;
  }

  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    position: absolute;
  }

  .footerStart {
    position: fixed;
    min-height: 19px;
    left: 0;
    width: 100%;
    background: transparent url("../img/back-nav.png") repeat 0 0;
    z-index: 99999;
    padding-top: 11px;
  }

  .navbar .nav-collapse .nav.pull-right {
    background: transparent url("../img/back-nav.png") repeat 0 0;
    margin-top: 42px;
  }

  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }

  .navbar-inverse .nav .active > a,
  .navbar-inverse .nav .active > a:hover,
  .navbar-inverse .nav .active > a:focus {
    color: #ffffff;
    background: none;
  }

  .content {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 123;
    width: 256px;
    background: url("../img/back-content2.png") repeat scroll 0 0 transparent;
    padding-top: 112px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 60px;
  }

  h1 {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
    margin: 0 10px 15px 0px;
  }

  .navbar .nav-collapse .nav.pull-right {
    padding-top: 18px;
  }

  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0 !important;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  a.menu:after, .dropdown-toggle:after {
    content: none;
  }
}
body {
  color: #ffffff;
}
body .contentBlock {
  margin-top: 100px;
}
body .contentHolder {
  background: url("../img/back-content2.png") repeat scroll 0 0 transparent;
  padding: 60px 47px 60px 47px;
}
body .contentHolder p {
  font-weight: 200;
  line-height: 24px;
}

a {
  color: #ef8b43;
  text-decoration: none;
}
a:visited {
  color: #ef8b43;
  text-decoration: none;
}
a:hover, a:active {
  color: #ef8b43;
  outline: 0;
  text-decoration: none;
}

/* =============================================================================
   Headings
   ========================================================================== */
h1 {
  color: #f4e0c5;
  font-family: "Montserrat", sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 35px;
  margin: 0 140px 15px 0px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  color: #000000;
  line-height: 27px;
  font-weight: 300;
  padding: 10px 0 2px 0;
  margin: 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 24px;
  font-weight: 600;
  padding: 10px 0 2px 0;
  margin: 0;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 0 2px 0;
  margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

.contentPage ul, .contentPage ol {
  margin: 0;
  padding: 0 0 10px 40px;
}
.contentPage li {
  line-height: 19px;
  padding: 0 0 1px 0;
}
.contentPage p {
  margin: 0;
  padding: 0 0 27px 0;
}

a.primary-button {
  font-size: 20px;
  padding: 10px 20px;
  color: #000000;
  background-color: #f4e0c5;
  border: solid 1px #937f6e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
a.primary-button:hover {
  background-color: #937f6e;
  border: solid 1px #937f6e;
  color: #ffffff;
}

a.logo {
  padding-top: 16px 0px;
  display: inline-block;
  font-size: 49px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 3px 3px 2px black;
}
a.logo:hover {
  text-decoration: none;
  color: #ffffff;
}

.collection-button {
  text-align: center;
  padding-top: 20px;
}

.navbar {
  background: transparent url("../img/back-nav.png") repeat 0 0;
}

.nav {
  margin-top: 30px;
}

.nav-item > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
}
.nav-item > a:hover {
  background-color: #f4e0c5;
  color: #937f6e;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.offcanvas-collapse.open .nav-item > a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  display: block;
  margin-bottom: 10px;
  margin-right: 80px;
}
.offcanvas-collapse.open .nav-item > a:hover {
  background-color: #f4e0c5;
  color: #937f6e;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  border: none;
}
.card .card-img-top {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.footerStart {
  background: transparent url("../img/back-nav.png") repeat 0 0;
  padding: 26px 0 17px 0;
}

.footer-carrousel {
  position: absolute;
  width: 100%;
  bottom: 100px;
  left: 0px;
  background: transparent url("../img/back-nav.png") repeat 0 0;
  padding: 26px 0 26px 0;
}
.footer-carrousel .footer-carrousel-holder {
  position: relative;
}

.btn-primary {
  background-color: #f4e0c5;
  color: #000000;
  border: solid 1px #000000;
}

.mainText {
  padding-top: 300px;
}

.mainText ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainText ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  text-shadow: -1px 1px 2px #937f6e, 1px -1px 2px #937f6e;
  letter-spacing: 0.4px;
}

.mainText ul li .bull {
  font-size: 52px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide-image {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.swiper-slide-image .img-thumbnail {
  background-color: transparent;
  border: solid 6px #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.swiper-button-prev {
  left: -20px;
}

.swiper-button-next {
  right: -20px;
}

img.card-img-top {
  border: solid 3px #ffffff;
}

.card-body {
  padding: 5px;
  margin-bottom: 20px;
}
.card-body .toForm a {
  color: #ffffff;
}

.language .be {
  display: none;
}
.language li {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #ffffff;
  width: 30px;
  height: 30px;
  background-color: transparent;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language li a {
  color: #ffffff;
  display: block;
  font-size: 12px;
}
.language li:hover {
  background-color: transparent;
  border: solid 1px #ffffff;
}
.language li:hover a, .language li:hover a:hover {
  color: #ffffff;
}
.language li.active {
  background-color: transparent;
  border: solid 1px #ffffff;
}
.language li.active a {
  color: #ffffff;
}
.language li.active:hover {
  background-color: transparent;
  border: solid 1px #ffffff;
}
.language li.active:hover a, .language li.active:hover a:hover {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .nav-item > a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
    background-color: #000000;
  }
  .nav-item > a:hover {
    background-color: #f4e0c5;
    color: #937f6e;
  }

  .offcanvas-collapse {
    background: transparent url("../img/back-nav.png") repeat 0 0;
    top: 100px;
    padding-top: 60px;
  }

  .mainText ul li {
    text-align: center;
    font-size: 36px;
    line-height: 40px;
  }
  .mainText ul li .bull {
    display: none;
  }

  .footerStart {
    position: relative;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }

  .startpage .footerStart {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }

  .footer-carrousel {
    display: none;
  }

  .mobile-nav {
    padding-top: 30px;
  }

  .language {
    display: block;
  }
  .language li {
    -webkit-border-radius: 0px;
    border: 0px;
    width: 60px;
    height: auto;
    background-color: #000000;
    margin-left: 0px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
  }
  .language li > a {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    display: block;
    margin-bottom: 0px;
    margin-right: 0px;
    text-align: center;
  }
  .language li > a:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .language li.active {
    background-color: #000000;
    border: none;
    color: #ffffff;
  }
  .language li.active > a {
    color: #f4e0c5;
  }
  .language li.active > a:hover {
    background-color: #000000;
    color: #ffffff;
  }
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 99px;
    /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem);
    /* Account for horizontal padding on navbar */
  }
}
.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: var(--blue);
}

.nav-underline .active {
  font-weight: 500;
  color: var(--gray-dark);
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

.bg-purple {
  background-color: var(--purple);
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.lh-100 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-150 {
  line-height: 1.5;
}

/*# sourceMappingURL=all.css.map */
