@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400|Inconsolata);
a {
  text-decoration: none !important;
}
ul#tabs-list {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (min-width: 1001px) {
  ul#tabs-list {
    width: 1000px;
    margin: 0 auto;
  }
}
label.panel-label {
  font-weight: 400;
  text-transform: uppercase;
  user-select: none;
  display: block;
  width: 100%;
  color: #959595;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 200ms;
}
label.panel-label:hover {
  color: #fec23e;
}
#panels .container {
  margin: 0 auto;
  padding: 0 !important;
  padding-top: 18px !important;
}
#panels section header label.panel-label {
  padding: 12px 24px;
  box-sizing: border-box;
}
#panels section main {
  box-sizing: border-box;
  max-height: 0;
  opacity: 0;
  transition: opacity 600ms;
  overflow-y: hidden;
}
#panel-1-ctrl:checked ~ #panels #panel-1 main {
  max-height: initial;
  opacity: 1;
}
#panel-2-ctrl:checked ~ #panels #panel-2 main {
  max-height: initial;
  opacity: 1;
}
#panel-3-ctrl:checked ~ #panels #panel-3 main {
  max-height: initial;
  opacity: 1;
}
#panel-4-ctrl:checked ~ #panels #panel-4 main {
  max-height: initial;
  opacity: 1;
}
#panel-5-ctrl:checked ~ #panels #panel-5 main {
  max-height: initial;
  opacity: 1;
}
@media (max-width: 767px) {
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
  }
  #nav-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
  }
  #open-nav-label {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
  }
  #nav-ctrl:checked ~ #tabs-list #open-nav-label {
    display: none;
  }
  #close-nav-label {
    display: block;
    max-height: 0;
    overflow-y: hidden;
    color: #ec1f24;
    padding: 0px;
    transition: max-height 200ms;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 1px;
  }
  #nav-ctrl:checked ~ #tabs-list #close-nav-label {
    max-height: 36px;
    opacity: 1;
    padding: 12px 24px;
  }
  #tabs-list {
    position: relative;
    margin: 0 30px !important;
    background: #fff;
  }
  #tabs-list label.panel-label {
    padding: 12px 0;
  }
  #tabs-list #li-for-panel-1 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-2 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-3 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-4 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #tabs-list #li-for-panel-5 {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 200ms;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    max-height: 46px;
    opacity: 1;
    background: #ec1f24;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    color: #fec23e;
    color: white;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    max-height: 46px;
    opacity: 1;
    background: #ec1f24;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    color: #fec23e;
    color: white;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    max-height: 46px;
    opacity: 1;
    background: #ec1f24;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    color: #fec23e;
    color: white;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    max-height: 46px;
    opacity: 1;
    background: #ec1f24;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    color: #fec23e;
    color: white;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    max-height: 46px;
    opacity: 1;
    background: #ec1f24;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    color: #fec23e;
    color: white;
  }
  #panels .container {
    width: 100%;
  }
  #panels section header {
    display: block;
  }
}
@media (min-width: 768px) {
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label {
    color: #fec23e;
    padding-top: 26px;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label::after {
    height: 6px;
  }
  #panel-1-ctrl:checked ~ #tabs-list #li-for-panel-1 label.panel-label span {
    border-bottom: 1px solid;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label {
    color: #fec23e;
    padding-top: 26px;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label::after {
    height: 6px;
  }
  #panel-2-ctrl:checked ~ #tabs-list #li-for-panel-2 label.panel-label span {
    border-bottom: 1px solid;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label {
    color: #fec23e;
    padding-top: 26px;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label::after {
    height: 6px;
  }
  #panel-3-ctrl:checked ~ #tabs-list #li-for-panel-3 label.panel-label span {
    border-bottom: 1px solid;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label {
    color: #fec23e;
    padding-top: 26px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label::after {
    height: 6px;
  }
  #panel-4-ctrl:checked ~ #tabs-list #li-for-panel-4 label.panel-label span {
    border-bottom: 1px solid;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 {
    pointer-events: none;
    cursor: default;
    transform: translate3d(0, 1px, 0);
    box-shadow: none;
    border-right: none;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label {
    color: #fec23e;
    padding-top: 26px;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label::after {
    height: 6px;
  }
  #panel-5-ctrl:checked ~ #tabs-list #li-for-panel-5 label.panel-label span {
    border-bottom: 1px solid;
  }
  ul#tabs-list {
    text-align: center;
  }
  ul#tabs-list li {
    display: inline-block;
    text-align: center;
    font-size: 0.875em;
    width: 18%;
    position: relative;
  }
  ul#tabs-list li:hover {
    transition: none;
    border-right: none;
  }
  ul#tabs-list li label.panel-label {
    position: relative;
    padding: 24px 0;
  }
  ul#tabs-list li label.panel-label::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100%;
    height: 0;
    transition-property: height;
    transition-duration: 200ms;
  }
  ul#tabs-list li label.panel-label:hover {
    padding-top: 25px;
  }
  ul#tabs-list li label.panel-label:hover::after {
    height: 6px;
  }
  #open-nav-label, #close-nav-label {
    visibility: hidden;
    opacity: 0;
  }
  #nav-ctrl {
    display: none;
  }
}
@media (min-width: 900px) {
  main {
    margin: 0 auto;
  }
}
.panel-radios {
  display: none;
  position: fixed;
  left: 50%;
  top: 10px;
  width: 20px;
  opacity: 0.5;
  z-index: 99;
}
.panel-radios:nth-child(1) {
  transform: translateX(-50px);
}
.panel-radios:nth-child(2) {
  transform: translateX(-30px);
}
.panel-radios:nth-child(3) {
  transform: translateX(-10px);
}
.panel-radios:nth-child(4) {
  transform: translateX(10px);
}
.panel-radios:nth-child(5) {
  transform: translateX(30px);
}
.panel-radios:nth-child(6) {
  top: 30px;
  transform: translateX(-20px/2);
  display: block;
}
#introduction {
  width: 90%;
  margin: 0 auto;
  padding: 48px 24px;
  color: white;
}
#introduction h1 {
  font-weight: 300;
  text-align: center;
}
main h1 {
  margin-top: 0;
  font-weight: 300;
  color: #fec23e;
}
main p {
  line-height: 1.8;
}
main hr {
  margin: 12px 0;
  border-top: 1px solid #dfdfdf;
}
label.demo-label {
  color: white;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
label.demo-label:hover {
  background-color: #e74c3c;
}
#demo-child-toggle {
  display: none;
}
#demo-child-toggle:checked ~ #demo-parent #demo-child {
  color: #fec23e;
  font-weight: bold;
  text-transform: uppercase;
}
#demo-parent {
  margin-top: 8px;
}
#tabs-list.tabs {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important;
  border-radius: 20px;
  height: 165px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: #fff;
  position: relative;
  top: -120px;
}
@media (max-width: 1200px) {
  #tabs-list.tabs {
    display: none;
  }
}
#tabs-list.tabs li {
  height: 100%;
  padding: 0 20px;
  border-right: 2px solid #D9D9D9;
  width: 100%;
}
#tabs-list.tabs li:hover {
  border-right: 2px solid #D9D9D9;
}
#tabs-list.tabs li label {
  height: 100%;
}
#tabs-list.tabs li label span {
  height: 100%;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  color: #ec1f24;
  line-height: 22px;
  letter-spacing: 0.9px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
#tabs-list.tabs li label.active {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  bottom: 0;
  padding: 0;
  height: 185px;
  transform: translateY(-50%);
  background: #ec1f24;
  border-radius: 10px;
}
#tabs-list.tabs li label.active span {
  color: #fff;
}
#tabs-list.tabs li label.active:hover {
  padding-top: 0 !important;
}
#tabs-list.tabs li.last {
  border: none;
}
#tabs-list.tabs li.active {
  border-right: none;
}
@media (min-width: 982px) {
  .overlap-row {
    position: absolute;
    top: -104px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media (min-width: 982px) {
  .link-wrap {
    width: 140px;
    overflow-wrap: break-word;
    text-align: center;
  }
}
.link-wrap a {
  white-space: unset !important;
  line-height: 20px !important;
}
.careers-accordion .et_pb_accordion_item {
  padding: 0;
}
.careers-accordion .et_pb_accordion_item .et_pb_toggle_title {
  padding: 20px;
  background-color: #E02B20;
  color: #fff !important;
}
.careers-accordion .et_pb_accordion_item .et_pb_toggle_title::before {
  right: 20px;
}
.careers-accordion .et_pb_accordion_item .et_pb_toggle_content {
  padding: 30px;
  background-color: #fff;
}
.apply-btn {
  text-align: right;
}
.apply-btn a {
  color: #FFFFFF !important;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #ec1f24 !important;
  padding-top: 8px !important;
  padding-right: 40px !important;
  padding-bottom: 8px !important;
  padding-left: 40px !important;
  transition: all 300ms ease 0ms;
}
.apply-btn a::after {
  font-size: 1.6em;
}
.apply-btn a:hover {
  background-color: #EC1F24;
}
.back-btn, .quote-btn {
  text-align: right;
}
.back-btn a, .quote-btn a {
  color: #FFFFFF !important;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #B8B8B8 !important;
  padding-top: 8px !important;
  padding-right: 40px !important;
  padding-bottom: 8px !important;
  padding-left: 40px !important;
  transition: all 300ms ease 0ms;
}
.back-btn a::after, .quote-btn a::after {
  font-size: 1.6em;
}
.back-btn a:hover, .quote-btn a:hover {
  background-color: #EC1F24;
}
.quote-btn a {
  background-color: #EC1F24 !important;
}
.product-btns .et_pb_code_inner {
  display: flex;
  justify-content: center;
}
.product-btns .et_pb_code_inner .back-btn {
  margin-right: 15px;
}
.newsletter-form {
  position: relative;
}
.newsletter-form .input {
  width: 100%;
  padding: 10px 120px 10px 20px;
  border-radius: 20px;
  height: 47px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.newsletter-form .input::placeholder {
  color: #F6F6F6;
}
.newsletter-form .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  border: none;
  border-radius: 20px;
  height: 30px;
  width: 97px;
  font-size: 11px;
  background: #fff;
  color: #828282;
}
.owl-prev {
  width: 15px;
  position: absolute;
  top: 50%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
}
.owl-next {
  width: 15px;
  position: absolute;
  top: 50%;
  right: -25px;
  display: block !important;
  border: 0px solid black;
}
.owl-prev i, .owl-next i {
  color: #242424;
}
@media (min-width: 981px) {
  .featured-prods .panel .divider {
    padding-top: 0px;
    margin-top: 0px !important;
    width: 210px;
    position: relative;
    box-sizing: content-box;
    height: 15px;
  }
}
.featured-prods .panel .divider::before {
  width: auto;
  top: 0px;
  right: 0px;
  left: 0px;
  content: "";
  height: 1px;
  border-top: 3px solid #ec1f24;
  position: absolute;
  z-index: 10;
}
.featured-prods .panel .divider .divider-internal {
  display: inline-block;
  width: 100%;
}
.featured-prods .panel .divider::after {
  content: "";
  display: table;
}
.featured-prods .panel .heading {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 900;
  font-size: 35px;
  color: #000;
  padding-bottom: 15px;
}
.featured-prods .panel .title {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #000;
  padding-bottom: 0;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.featured-prods .panel .description {
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #6e6e6e;
  height: 165px;
  overflow: hidden;
}
.featured-prods .panel .see-more-link {
  margin-bottom: 10px;
}
.featured-prods .panel .see-more-link a {
  color: #fec23e !important;
  border-width: 0px !important;
  border-color: rgba(0, 0, 0, 0);
  border-radius: 0px;
  font-size: 14px;
  font-family: "Open Sans Condensed", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700 !important;
  padding-right: 2em;
  background-color: rgba(0, 0, 0, 0);
}
.featured-prods .panel .see-more-link a::after {
  font-size: 1.6em;
  opacity: 1;
  margin-left: 0.3em;
  left: auto;
  line-height: 1em;
  content: "5";
  position: absolute;
  text-transform: none;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  font-family: ETmodules !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
}
.featured-prods .panel .get-quote-btn {
  margin-top: 10px;
}
.featured-prods .panel .get-quote-btn a {
  color: #FFFFFF !important;
  border-radius: 30px;
  font-size: 16px;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  background-color: #ec1f24;
  padding-top: 8px !important;
  padding-right: 40px !important;
  padding-bottom: 8px !important;
  padding-left: 40px !important;
  display: inline-block;
  transition: all 300ms ease 0ms;
  position: relative;
  font-weight: 500;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
}
.featured-prods .panel .view-all-link {
  text-align: right;
}
.featured-prods .panel .view-all-link a {
  font-family: "Open Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #6e6e6e;
}
.featured-prods .panel .featured-thumbnails h1 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #6E6E6E;
}
.featured-prods .panel .featured-thumbnails .thumb-container {
  text-align: center;
  width: 140px;
  background: #ffe200;
  border-radius: 140px;
  height: 140px;
  padding: 15px;
  margin-bottom: 10px;
}
.featured-prods .panel .featured-thumbnails img {
  background-color: #ffe200;
}
.post-title-single h1 {
  margin-top: 40px;
}
img.f-w {
  width: 100%;
}
img.round {
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .prod-tax-row {
    margin: 20px 0;
    border-radius: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important;
  }
}
.prod-tax-row .header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 22px;
  line-height: 27px;
  color: #6E6E6E;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-align: center;
}
.prod-tax-row .img-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-tax-row .prod-name-label {
  color: #6E6E6E;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.prod-tax-row .prod-title, .prod-tax-row .prod-name, .prod-tax-row .prod-type, .prod-tax-row .prod-desc, .prod-tax-row .prod-temp, .prod-tax-row .prod-app, .prod-tax-row .prod-rs {
  color: #6E6E6E;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.prod-tax-row .prod-type, .prod-tax-row .prod-name {
  font-weight: 700;
  text-transform: uppercase;
}
.prod-tax-row .prod-temp, .prod-tax-row .prod-app, .prod-tax-row .prod-rs {
  text-align: center;
}
.prod-tax-row .prod-rs {
  width: 90%;
}
.prod-tax-row .prod-title {
  font-weight: 600;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 170px;
}
.prod-tax-row .prod-title .prod-name-header {
  font-size: 16px;
  color: #ec1f24;
}
.prod-tax-row .prod-title div {
  overflow-wrap: anywhere;
}
.prod-tax-row .prod-image {
  transition: 0.5s all;
  position: relative;
  z-index: 2;
  background-color: #F6F6F6;
}
.prod-tax-row .prod-image:hover {
  opacity: 0;
  transition: 0.5s all;
}
.prod-label {
  color: #6E6E6E;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.9px;
  line-height: 30px;
}
.align-center {
  display: flex;
  align-items: center;
}
@media (max-width: 1030px) {
  .align-center {
    display: block;
  }
}
.justify-center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1030px) {
  .justify-center {
    display: block;
  }
}
.prod-tax-row.gray {
  background-color: #F6F6F6;
}
.prod-tax-row.white {
  background-color: #FFF;
}
.prod-tax-row.white .prod-image {
  background-color: #FFF;
}
.prod-tax-row.heading {
  background-color: #F6F6F6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 1023px) {
  .prod-tax-row.heading {
    display: none;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .row {
    flex-direction: column;
  }
}
.row .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .row .col-lg-6 {
    max-width: 100%;
    margin-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.row .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 20px 0;
}
@media (max-width: 1000px) {
  .row .col-lg-4 {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.row .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 20px 0;
}
@media (max-width: 1030px) {
  .row .col-lg-3 {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 981px) {
  .et_pb_posts .et_pb_post img, .et_pb_posts .et_overlay {
    width: 23%;
    height: 180px !important;
    margin-right: 4%;
    float: left;
  }
  .et_pb_posts .entry-title, .et_pb_posts .post-meta, .et_pb_posts .post-content {
    float: right;
    width: 68%;
  }
  body.rtl .et_pb_posts .et_pb_post img, body.rtl .et_pb_posts .et_overlay {
    float: right;
    margin-left: 4%;
    margin-right: 0;
  }
  body.rtl .et_pb_posts .entry-title, body.rtl .et_pb_posts .post-meta, body.rtl .et_pb_posts .post-content {
    float: left;
  }
  .footer-post-list.et_pb_posts .et_pb_post img {
    height: auto !important;
  }
}
.mobile-tabs {
  display: none;
  position: relative;
  top: -120px;
  text-align: center;
}
@media (max-width: 1200px) {
  .mobile-tabs {
    display: block;
  }
}
.mobile-tabs .current-tab-item {
  padding: 50px 10px;
  margin: 0 auto;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important;
  border-radius: 20px;
  color: #fff;
  background-color: #ec1f24;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.9px;
  font-size: 16px;
}
.mobile-tabs .current-tab-item a {
  color: #fff;
}
.mobile-tabs .tab-item {
  padding: 50px 10px;
  margin: 10px auto;
  border-radius: 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4) !important;
  background-color: #fff;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.9px;
  font-size: 16px;
}
.mobile-tabs .tab-item a {
  color: #ec1f24;
}
.mobile-tabs .tab-item.active {
  background-color: #ec1f24;
}
.mobile-tabs .tab-item.active a {
  color: #fff;
}
.mobile-tabs .hide-tab {
  display: none;
}
.next-btn {
  position: absolute;
  right: 20px;
}
.prev-btn {
  position: absolute;
  left: 20px;
}
.mobile-prod-header {
  display: none;
  font-size: 22px;
  line-height: 27px;
  color: #6e6e6e;
  font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}
@media (max-width: 1023px) {
  .mobile-prod-header {
    display: block;
  }
}
@media (max-width: 1900px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    min-height: 908px;
  }
}
@media (max-width: 1600px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    min-height: 708px;
  }
}
@media (max-width: 1366px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    min-height: 606px;
  }
}
@media (max-width: 1152px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    min-height: auto;
    height: 506px;
  }
}
@media (max-width: 1024px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 456px;
  }
}
@media (max-width: 981px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 406px;
  }
}
@media (max-width: 782px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 356px;
  }
}
@media (max-width: 600px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 256px;
  }
}
@media (max-width: 425px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 196px;
  }
}
@media (max-width: 375px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 166px;
  }
}
@media (max-width: 320px) {
  .et_pb_fullwidth_slider_0.home-slider .et_pb_slide {
    height: 146px;
  }
}
.et_pb_fullwidth_slider_0.home-slider .et_pb_slide .et_pb_slide_description:has(h2):has(.et_pb_slide_content):has(.et_pb_button_wrapper) {
  padding: 50px;
  width: fit-content;
  margin: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  border-radius: 20px;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 20px 0;
}
@media (max-width: 1030px) {
  .col-5 {
    max-width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
.et_pb_image.gallery-img .et_pb_image_wrap {
  width: 100%;
}
.et_pb_image.gallery-img .et_pb_image_wrap img {
  width: 100%;
  object-fit: cover;
}
.homepage-blurb.cottages-blurb .et_pb_main_blurb_image img {
  max-height: 150px;
  object-fit: cover;
}
