@charset "UTF-8";

.fs-style {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fs-style:before {
  padding: 0 2000px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-position: top center;
  background-color: white;
  z-index: 0;
  display: inline-block !important;
  top: 0;
  left: -2000px;
}
.fs-style.fs-full-width {
  margin-bottom: 15px;
  margin-top: 20px;
}
.fs-style.fs-full-width:before {
  background-color: #dfb655;
  border-bottom: 4px solid #f8f7f4;
}

.fs-style1:before {
  background-image: url("../images/bg-product.jpg");
}

.fs-style2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.fs-style2:before {
  background-color: #3c5346;
}

.fs-style3 {
  padding: 95px 0;
}
.fs-style3:before {
  background-image: url(../images/style-3.jpg);
}



/* Slider */
.dec-slier {
  text-transform: uppercase;
  font-weight: 700;
}

.btn-link {
  padding: 15px 20px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}
.btn-link:hover {
  background: #eec159;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #eec159 0%, #e9d15e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #eec159), color-stop(100%, #e9d15e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #eec159 0%, #e9d15e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #eec159 0%, #e9d15e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #eec159 0%, #e9d15e 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #eec159 0%, #e9d15e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eec159', endColorstr='#e9d15e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
