.ls-l.slider1 {
  /*width: 100% !important;
		position: relative !important;
		text-align: left !important;
		padding-left: 10% !important;
		left: 0 !important;*/
}

.ls-l.slider2 {
  /*width: 100% !important;
		position: relative !important;
		text-align: center !important;
		display: block !important;
		left: 0 !important;*/
}

.ls-l.slider3 {
  /*position: relative !important;*/
}

.ls-l.noshadow {
  text-shadow: none;
}

.ls-l.black {
  color: #000;
  text-shadow: none;
}

.ls-l.boxshadow {
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.ls-l.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}

.ls-l.modern_big_greenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}

.ls-l.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 100px;
  line-height: 60px;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  margin: 0px 0 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-transform: uppercase;
}

.ls-l.very_big_white {
  position: absolute;
  color: #7bb145;
  text-shadow: none;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Raleway', sans-serif;
  margin: 0px 0 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  text-transform: capitalize;
}

.ls-l.very_big_white.slider2 {
  color: #434343;
}

.ls-l.very_big_white span.orange {
  color: #ffbb28 !important;
}

.ls-l.very_big_white span.border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ls-l.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}

.ls-l.large_text {
  position: absolute;
  color: #434343;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.medium_text {
  position: absolute;
  color: #434343;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}

.ls-l.medium_text.no-boder:after {
  display: none;
}

.ls-l.medium_text.slider2 {
  color: #7bb145 !important;
}

.ls-l.small_text {
  position: absolute;
  color: #434343;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.ls-l.small_text span {
  padding: 7% 8% !important;
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 5px;
}

.ls-l.small_text .purchase {
  background-color: #fff;
}

.ls-l.small_text .shopnow {
  border-color: #fff;
  color: #fff;
}

.ls-l.small_text.btn-black {
  color: #000;
  border-color: #000;
}

.ls-l.small_text.btn-black:hover {
  border-color: #669834;
  color: #669834;
}

.ls-l.saleoff {
  font-family: 'Lato', sans-serif;
  position: absolute;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}

.ls-l.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}

.ls-l.big_orange {
  position: absolute;
  color: #ff7302;
  text-shadow: none;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  font-family: Arial;
  padding: 0px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #fff;
  letter-spacing: -1.5px;
}

.ls-l.big_yellow {
  position: absolute;
  color: #ffd658;
  text-shadow: none;
  font-weight: 400;
  font-size: 100px;
  line-height: 36px;
  font-family: "Open Sans";
  padding: 0px 4px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: transparent;
}

.ls-l.big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 40px;
  line-height: 36px;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.ls-l.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.ls-l.large_bold_grey, .ls-l a {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.big_greene {
  position: absolute;
  color: green;
  text-shadow: none;
  font-weight: 400;
  font-size: 78px;
  line-height: 36px;
  font-family: "Open Sans";
  padding: 0px 4px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: transparent;
}

.ls-l.big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 40px;
  line-height: 36px;
  font-family: "Open Sans",Arial, Helvetica, sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

.ls-l.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.large_bold_darkgreen {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bg_darkgreen {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}

.ls-l.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: white;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

.ls-l.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}

@media (min-width: 992px) {
  .ls-l.big_white::before,
  .ls-l.big_white::after {
    content: "";
    height: 6px;
    width: 89px;
    background: url(../img/line.png) no-repeat 0 0;
    display: inline-block;
    position: absolute;
    top: 40%;
  }
  .ls-l.big_white::before {
    left: -160px;
  }
  .ls-l.big_white::after {
    right: -160px;
  }
}

@media (min-width: 992px) {
  .ls-l.big_black::before,
  .ls-l.big_black::after {
    content: "";
    height: 6px;
    width: 89px;
    background: url(../img/line-back.png) no-repeat 0 0;
    display: inline-block;
    position: absolute;
    top: 40%;
  }
  .ls-l.big_black::before {
    left: -160px;
  }
  .ls-l.big_black::after {
    right: -160px;
  }
}

@media (min-width: 1200px) {
  .ls-l.no_style.parallax_bg {
    top: 40px !important;
  }
  .ls-l.no_style.parallax_bg_1 {
    top: 90px !important;
  }
}

@media (max-width: 767px) {
  html #slider_row .ls-v5 .ls-nav-prev,
  html #slider_row .ls-v5 .ls-nav-next {
    display: none !important;
  }
}
