.button {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #FFF;
  background-color: #fdb822;
  display: inline-block;
  text-transform: uppercase;
  padding: 17px 22px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  color: #FFF;
  background-color: #684f40;
}
.button-void {
  font-family: 'Montserrat', sans-serif;
  color: #684f40;
  border: 2px #684f40 solid;
  padding: 13px 40px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  margin: 30px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button-void:hover {
  background-color: #684f40;
  color: #FFF;
}
.center-logo {
  position: absolute;
  top: 80px;
  left: 50%;
  width: 180px;
  height: 180px;
  margin-left: -90px;
  z-index: 10;
}
.center-logo img {
  max-width: 100%;
  max-height: 100%;
}
.centered-columns {
  display: table;
  width: 100%;
  height: 100%;
}
.centered-columns .centered-column {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.centered-columns .centered-column.centered-column-bottom {
  vertical-align: bottom;
}
.centered-columns .centered-column.centered-column-top {
  vertical-align: top;
}
.client-logo {
  text-align: center;
  margin-bottom: 25px;
}
.client-logo img {
  opacity: 0.6;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.client-logo:hover img {
  opacity: 1;
}
.content-box {
  padding: 30px;
  border: 2px #684f40 solid;
  margin: 60px 0 20px 0;
}
.delimiter-inline {
  padding-left: 5px;
  padding-right: 5px;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
.feed-post {
  text-align: center;
  margin: 0 auto;
}
.feed-post a {
  color: #fdb822;
}
.feed-post .feed-post-img {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5;
  padding: 5px;
  margin: 0 auto 10px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feed-post .feed-post-img img {
  width: 100%;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.feed-post-slider {
  max-width: 300px;
  margin: 0 auto;
}
.feed-post-slider .owl-controls .owl-next,
.feed-post-slider .owl-controls .owl-prev {
  font-size: 25px;
  top: 30px;
  margin-top: 0;
  background-color: transparent;
  border: none;
}
.feed-post-slider .owl-controls .owl-next:hover,
.feed-post-slider .owl-controls .owl-prev:hover {
  background-color: transparent;
}
.feed-post-slider .owl-controls .owl-next {
  right: 15px;
}
.feed-post-slider .owl-controls .owl-next:after {
  content: '\f054';
}
.feed-post-slider .owl-controls .owl-prev {
  left: 15px;
}
.feed-post-slider .owl-controls .owl-prev:after {
  content: '\f053';
}
.filter-icon-content {
  width: 70px;
  height: 70px;
  margin: 20px 22px 30px 22px;
  position: relative;
  background-color: #684f40;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-icon-content:after {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 80px;
  height: 80px;
  border: 2px #684f40 solid;
  background-color: #684f40;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.filter-icon-content:before {
  position: absolute;
  left: -21px;
  top: 50%;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background-color: #e1e1e1;
  content: '';
}
.filter-icon-content:hover {
  background-color: #fdb822;
}
.filter-icon-content:hover:after {
  border: 2px #fdb822 solid;
  background-color: transparent;
}
.filter-icon-content .filter-icon {
  z-index: 10;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.filter-icon-content .filter-icon svg {
  width: 32px;
  height: 32px;
  fill: #FFF;
}
.filter-icon-wrapper {
  display: inline-block;
}
.filter-icons-container {
  display: inline-block;
}
.filter-icons-container .filter-icon-wrapper:first-of-type .filter-icon-content:before {
  display: none;
}
.offer-box {
  position: relative;
}
.offer-box .offer-box-left {
  width: 40%;
}
.offer-box .offer-box-right {
  position: relative;
  width: 60%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 500px;
}
.offer-info {
  line-height: 1.8;
  padding: 27px;
}
.offer-info h1,
.offer-info h2,
.offer-info h3 {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.offer-info h1 {
  font-size: 20px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.offset-borders {
  position: relative;
  padding: 12px 0;
}
.offset-borders:after,
.offset-borders:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #684f40;
  content: '';
}
.offset-borders:after {
  top: 0px;
}
.offset-borders:before {
  bottom: 0px;
}

.price-label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fdb822;
  content: '';
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.price-label .price-label-content {
  position: relative;
  z-index: 1;
}

.product-label-container,
.product-label-container-alt {
  font-size: 12px;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 3px;
  left: 3px;
  display: table;
  z-index: 99;
}
.product-label-container .product-label,
.product-label-container-alt .product-label {
  font-family: 'Montserrat', sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  background-color: #ff4800;
}
.product-label-container .product-label-bottom,
.product-label-container-alt .product-label-bottom {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  overflow: hidden;
}
.product-label-container .product-label-bottom:after,
.product-label-container-alt .product-label-bottom:after,
.product-label-container .product-label-bottom:before,
.product-label-container-alt .product-label-bottom:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ff4800;
  content: '';
}
.product-label-container .product-label-bottom:after,
.product-label-container-alt .product-label-bottom:after {
  left: -50%;
  -webkit-transform: rotate(-18.5deg);
  -moz-transform: rotate(-18.5deg);
  -o-transform: rotate(-18.5deg);
  -ms-transform: rotate(-18.5deg);
  transform: rotate(-18.5deg);
}
.product-label-container .product-label-bottom:before,
.product-label-container-alt .product-label-bottom:before {
  left: 50%;
  -webkit-transform: rotate(18.5deg);
  -moz-transform: rotate(18.5deg);
  -o-transform: rotate(18.5deg);
  -ms-transform: rotate(18.5deg);
  transform: rotate(18.5deg);
}
.product-label-container.big-label,
.product-label-container-alt.big-label {
  font-size: 18px;
  width: 110px;
  height: 130px;
  left: auto;
  right: 23px;
  top: -10px;
}
.product-label-container.big-label .product-label-bottom,
.product-label-container-alt.big-label .product-label-bottom {
  bottom: -19px;
  height: 20px;
}
.product-label-container-alt .product-label {
  background-color: #ff0000;
}
.product-label-container-alt .product-label-bottom:after,
.product-label-container-alt .product-label-bottom:before {
  background-color: #ff0000;
}

.tabs-big-container {
  overflow: auto;
}
.tabs-big-container .nav {
  float: left;
}
.tabs-big-container .nav > li {
  position: relative;
  float: none;
  margin: 0 35px 55px 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tabs-big-container .nav > li > a {
  display: block;
  padding: 7px;
  background: none;
  outline: none;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tabs-big-container .nav > li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tabs-big-container .nav > li:after {
  position: absolute;
  width: 16px;
  height: 16px;
  right: -44px;
  top: 50%;
  margin-top: -8px;
  content: '';
  border-top: 2px #fdb822 solid;
  border-left: 2px #fdb822 solid;
  opacity: 0;
  background-color: #FFF;
  z-index: 10;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tabs-big-container .nav > li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px #fdb822 solid;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.tabs-big-container .nav > li:hover:before,
.tabs-big-container .nav > li.active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tabs-big-container .nav > li.active:after {
  opacity: 1;
}
.tabs-big-container .nav > li:last-of-type {
  margin-bottom: 0;
}
.tabs-big-container .tab-content {
  border: 2px #fdb822 solid;
  padding: 8px;
  background-color: #FFF;
}

/*== 5 Media Queries ==*/

@media (max-width: 1360px) {
  .tool-bottom,
  .tool-top {
    display: none;
  }
}
@media (max-width: 1020px) {
  .google-map-big-container {
    height: 450px;
  }
  .menu-button-container {
    display: block;
  }
  .page-header {
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 999;
  }
  .page-header .logo-primary,
  .page-header.fixed-header .logo-secondary {
    display: block;
  }
  .page-header .nav-top {
    display: none;
  }
  .page-header.fixed-header {
    z-index: 999;
  }
  .page-header.fixed-header .nav-top > ul > li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .top-section {
    margin-top: 103px;
  }
}
@media (max-width: 991px) {
  .centered-columns.big-columns .centered-column {
    display: block;
    width: 100%;
    float: none;
  }
  .center-logo {
    top: 10px;
    z-index: auto;
  }
  .offer-box .offer-box-left,
  .offer-box .offer-box-right {
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .centered-columns .centered-column {
    display: block;
    width: 100%;
    float: none;
  }
  .footer-column {
    text-align: center;
  }
  .footer-column .icon-opening-container {
    display: inline-block;
  }
  .footer-column .icon-opening-content {
    float: left;
  }
  .icon-opening-wrapper.big-version .icon-opening {
    float: none;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-controls .owl-next,
  .owl-controls .owl-prev {
    top: auto;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
    margin: 0 10px 30px 10px;
  }
  .tabs-big-container .nav {
    float: none;
  }
  .tabs-big-container .nav > li {
    display: inline-block;
    margin-bottom: 35px;
  }
  .tabs-big-container .nav > li:after {
    display: none;
  }
}
@media (max-width: 750px) {
  .filter-icon-wrapper {
    display: block;
  }
  .filter-icon-wrapper .filter-icon-content:before {
    display: none;
  }
  .form-contact-alt .input-description {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .quote {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .form-contact {
    margin-left: auto;
    margin-right: auto;
  }
  .google-map {
    position: relative;
    height: 300px;
  }
  .google-map-big-container {
    height: 300px;
  }
}
@media (max-width: 500px) {
  #masterslider .ms-layer h2 {
    font-size: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #masterslider .ms-layer h3 {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #masterslider .ms-layer .ms-layer-content {
    padding-left: 0;
    padding-right: 0;
  }
  .form-subscribe .email-container {
    margin-right: 0;
  }
  .form-subscribe .submit-container {
    position: relative;
    width: 100%;
  }
 
}
@media (min-width: 768px) {
  .testimonials-slider .owl-pagination {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .testimonials-slider .owl-pagination {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .testimonials-slider .owl-pagination {
    width: 1170px;
  }
}



/*== 6 less elements ==*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
