
.header {top: 0px !important;}

.wc_statusbar {display: none;} 

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

*[class*="btn-"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: "Roboto Condensed";
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 0;
  border: none;
  padding: 0 20px;
}

*[class*="btn-"], *[class*="btn-"]:hover, *[class*="btn-"]:active, *[class*="btn-"]:focus {
  text-decoration: none;
}
 
 
 /*------------------------------------*
	@COMPONENTS #BUTTONS
\*------------------------------------*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  font-family: "Roboto Condensed";
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none !important;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.btn:hover {
  border: none !important;
}

@media (max-width: 560px) {
  .btn {
    padding: 10px 15px;
    font-size: 16px;
  }
}

.btn-warning {
  background-color: #d1be71;
  color: #fff;
}

.btn-warning:hover {
  background-color: #c5ac4a !important;
}

.btn-secondary {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-color: #f3eff2;
  color: #333;
  font-family: "Roboto Condensed";
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 20px;
  
}

.btn-secondary:hover {
  background-color: #ddd2da !important;
}

.btn--sm {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--lg {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__button a {color: #fff;}
 
/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  position: relative;
  background-color: #fff;
}

#hero-photo {
  margin-top: 111px;
  }

@media (max-width: 768px) {
  .hero {
    height: auto;
  }
}

.hero--alt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 70px;
}

@media (max-width: 992px) {
  .hero--alt {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .hero--alt {
    height: 200px;
  }
}

.hero__slide {
  position: relative;
}

.hero__slide .container {
  min-height: 700px;
  padding-left: 200px;
  padding-right: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.hero__slide .container .hero__title {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 30px;
  text-shadow:0 2px 4px #000;
  text-align: center;
}

@media (max-width: 560px) {
  .hero__slide .container .hero__title {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.hero__slide .container p {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .hero__slide .container p {
    font-size: 17px;
    margin-bottom:20px;
  }
}

@media (max-width: 1000px) {
  .hero__slide .container {
    min-height: 400px;
    
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 768px) {
  .hero__slide .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 560px) {
  .hero__slide .container .btn {
    font-size: 12px;
    margin-bottom: 50px;
  }
}

.hero__background {
  background-size: cover;
  margin-top: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 700px;
}

@media (max-width: 1200px) {
  .hero__background {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .hero__background {
    height: 300px;
  }
}

/*------------------------------------*
    @OBJECTS #CAROUSEL
\*------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
} 

.slick-dots {display: none !important;} 

.icon {display: none !important;}    

.page {
  position: relative;
  
}

@media (max-width: 1200px) {
  .page {
    padding-top: 80px;
  }
}

@media (max-width: 768px) {
  .page {
    padding-top: 140px;
  }
}    