﻿/* fonts */
@font-face {
  font-family: "RedHatText";
  src: url("/fonts/RedHatDisplay-Light.WOFF") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RedHatText";
  src: url("/fonts/RedHatDisplay-Regular.WOFF") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RedHatText";
  src: url("/fonts/RedHatDisplay-Medium.WOFF") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RedHatText";
  src: url("/fonts/RedHatDisplay-SemiBold.WOFF") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "RedHatText";
  src: url("/fonts/RedHatDisplay-Bold.WOFF") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/* added to avoid overlap with menubar with Identity related pages */
div #pagetitle {
  margin-top: 150px; }

/* this section is for the disposable alert displayed at the top after login, etc. */
.row {
  display: -ms-flexbox;
  /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap;
  /* IE10 */
  flex-wrap: wrap;
  width: 100%; }

.content {
  -ms-flex: 100%;
  /* IE10 */
  flex: 100%;
  min-height: 500px;
  margin: auto; }

.container {
  flex: 1000px;
  margin: auto;
  margin-top: 150px;
  max-width: 1500px;
  /*1000px*/ }

.containerCenter {
  flex: 1000px;
  margin: auto;
  margin-top: 150px;
  max-width: 1500px;
  text-align: center; }

.containerDetailsForm {
  flex: 1000px;
  margin: auto;
  margin-top: 150px;
  max-width: 1000px; }

.containerIdentity {
  flex: 1000px;
  margin: auto;
  margin-right: 150px;
  margin-top: 150px;
  max-width: 1000px; }

.margin-left-35 {
  margin-left: 35px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-top-175 {
  padding-top: 175px; }

.padding-20 {
  padding: 20px 20px 20px 20px; }

.padding-x-20 {
  padding-left: 10px;
  padding-right: 10px; }

.padding-y-20 {
  padding-top: 10px;
  padding-bottom: 10px; }

.padding-x-50 {
  padding-left: 25px;
  padding-right: 25px; }

.padding-y-50 {
  padding-top: 25px;
  padding-bottom: 25px; }

.col {
  width: 100%; }

.col-2 {
  width: 50%; }

/* Messages */
.alert {
  left: 0;
  overflow: auto;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 999; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.alert-success-close {
  color: #3c763d; }

.alert-info-close {
  color: #31708f; }

.alert-warning-close {
  color: #8a6d3b; }

.alert-danger-close {
  color: #a94442; }

.modalmsg {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  color: #ffda69;
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 50px;
  /*width: 100%; removing this shrunk the Cookie Consent popup */
  z-index: 55; }

.modalmsg a {
  color: #c3c3c3;
  transition: all .6s;
  margin: .5rem 0; }

.modalmsg a:hover {
  color: #FFE500; }

.modalmsg .obu_sp_btn {
  margin: 15px 50px; }

.modalmsg p {
  margin: 5px 10px; }

.modalmsg-header {
  padding: 1rem;
  border-bottom: 1px solid gray; }

.modalmsg-header h4 {
  margin-bottom: 0; }

.modalmsg-header .close {
  position: absolute;
  right: 0;
  top: 0; }

.modalmsg-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  max-width: 80%;
  margin: 1.75rem auto; }

/* Modal Content/Box */
.modalmsg-content {
  background-color: black;
  margin: 15px auto;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 4px 4px 8px 4px gray; }

.modalmsg-body {
  padding: 1rem; }

.paymentMsg {
  background-color: transparent;
  color: #ffda69;
  left: 27%;
  overflow: auto;
  position: absolute;
  top: 25%;
  width: 50%;
  z-index: 9999; }

/* end of section for the disposable alert */
html * {
  user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -khtml-user-select: text; }


html *:before,
html *:after {
  box-sizing: border-box; }

/* Common Styles */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
span,
table,
tbody,
td,
textarea,
th,
thead,
tr,
ul {
  word-wrap: break-word;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: transparent; }

dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

a.blackLink {
  color: black !important; }

a.notClickable {
  cursor: default;
  pointer-events: none; }

a img,
img {
  border: none;
  outline: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

button[disabled],
html input[disabled] {
  cursor: pointer; }

a {
  cursor: pointer;
  /*display: inline-block; <---- this was making some button links too narrow */
  outline: 0;
  text-decoration: none; }

.centered {
  text-align: center; }

input:not([type="checkbox"]) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 2px groove;
  font-family: "RedHatText", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 30px 0;
  transition: 180ms box-shadow ease-in-out;
  width: 100%; }

input:focus {
  background-color: white;
  /*lightskyblue*/
  border-bottom: 3px groove #F24405; }

input:disabled {
  color: lightgrey; }

input:required {
  background: white;
  /*#f73e00*/ }

input:invalid {
  background: white;
  /*lightgoldenrodyellow #ffca31*/ }

input:valid {
  background: white;
  /*powderblue lightskyblue*/ }

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0.125em solid;
  border-radius: 0.15em;
  display: inline-grid;
  font: inherit;
  height: 1.2em;
  margin: 5px 10px 0px 0px;
  place-content: center;
  width: 1.2em;
  /*transform: translateY(-1.2em); this was to move the checkbox up on the label line but I couldn't figure out how to move the label to the right */ }

.checkboxLabel {
  border-bottom: none !important;
  color: #444;
  cursor: pointer;
  display: block;
  line-height: 1;
  padding: 22px 25px;
  text-indent: -1.6em;
  width: 100%; }

input[type="checkbox"]::before {
  background-color: CanvasText;
  box-shadow: inset 1em 1em var(--form-control-color);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  content: "";
  height: 0.65em;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  width: 0.65em; }

input[type="checkbox"]:checked::before {
  transform: scale(1); }

select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: default-button;
  -moz-appearance: button;
  -ms-appearance: button;
  font-family: "RedHatText", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  background: white;
  /*powderblue*/
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 1px groove;
  line-height: 24px;
  margin: 10px 0 30px 0;
  outline: none;
  transition: 180ms box-shadow ease-in-out;
  width: 100%; }

select:focus {
  /*background-color: lightskyblue;*/
  border-bottom: 3px groove #F24405; }

textarea {
  overflow: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: 2px groove;
  font-family: "RedHatText", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 30px 0;
  resize: vertical;
  width: 100%; }

textarea:focus {
  /*background-color: lightskyblue;*/
  border-bottom: 3px groove #F24405; }

/* jquery ui datepicker customizations */
.ui-datepicker {
  font-family: var(--font-family-red_hat_display) !important;
  z-index: 999 !important; }

.ui-datepicker .ui-datepicker-header {
  background-color: var(--background-colour); }

/* color for day cells that are selectable */
.ui-datepicker .ui-state-default {
  background-color: gray;
  color: var(--white); }

/* color for default day cell */
.ui-datepicker .ui-datepicker-days-cell-over {
  background-color: lightblue !important; }

/* color for hovered over day cell */
.ui-datepicker .ui-state-hover {
  background-color: var(--trinidad);
  color: var(--white); }

/* color for selected day cell */
.ui-datepicker .ui-state-active {
  background-color: var(--trinidad);
  color: var(--white); }

.hoverBorder:hover {
  border: 3px solid #ffc931;
  border-radius: 5px;
  cursor: pointer; }

.hoverNoBorder:hover {
  border: none;
  cursor: pointer; }

.hoverBorderSlim:hover {
  border: 1px solid #ffc931;
  border-radius: 5px;
  cursor: pointer; }

.rotate90 {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-osx-transform: rotate(90deg); }

body {
  font-family: "RedHatText", sans-serif;
  min-width: 300px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  /*background-color: #f5f6fa;*/
  -webkit-overflow-scrolling: touch; }

.label {
  color: black;
  display: block;
  font-family: "RedHatText";
  font-weight: 600;
  width: 100%; }

label {
  color: black;
  display: block;
  font-family: "RedHatText";
  font-weight: 600;
  width: 100%; }

.accordionLabel {
  border-bottom: 1px solid #a7a7a7;
  color: black;
  cursor: pointer;
  display: block;
  font-family: "RedHatText";
  font-weight: 600;
  padding: 8px 22px;
  width: 100%; }

.accordionContent {
  margin: 0 0 1px 0;
  padding: 10px 50px;
  /* 25px*/ }

/* this psuedo-disabled text selection */
/*::selection {
    text-shadow: none;
}*/
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  width: auto;
  display: block;
  float: none !important; }

dir,
menu,
ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

ul.discPadded {
  line-height: 25px;
  list-style: disc;
  margin: 20px 20px; }

ul.numPadded {
  line-height: 25px;
  list-style: decimal;
  margin: 20px 20px; }

*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto; }

/* end comman styles */
/* -------------------------------------------- header ---------------------------------------------------- */
.obu_container, .footer_container {
  /* changesssssssssssssssssss*/
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

header {
  padding: 23px 0 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  transition: all 100ms ease-in-out; }

header.stickyBlack {
  z-index: 999;
  background: #ffffff;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0c0902; }

header.stickyWhite {
  z-index: 999;
  background: #222222;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0c0902; }

.obu_header_row {
  display: flex; }

header .obu_logo_block {
  margin-right: 50px;
  max-width: 200px;
  width: 80%; }

header .obu_logo_block a {
  display: block;
  width: 100%; }

header .obu_logo_block a img {
  width: 100%; }

.obu_menu_item_block nav ul,
.obu_user_cart_block {
  display: flex; }

.obu_menu_item_block nav {
  width: calc(100% - 90px);
  /*padding-right: 20px;*/
  /*padding: 0 20px 0 25px;*/ }

.obu_menu_item_block nav ul li {
  padding: 0 25px;
  position: relative; }

.obu_menu_item_block nav ul li a {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  font-family: "RedHatText";
  font-weight: 600; }

.obu_user_cart_block a {
  display: block;
  margin-left: 8px; }

.obu_user_cart_block .user_link {
  padding-right: 25px; }

.obu_user_cart_block .user_link img {
  width: 18px;
  height: 24px; }

.obu_user_cart_block .cart_block img {
  width: 23px;
  height: 24px; }

/* hamburger icon css */
.nav_mobile {
  display: none;
  height: 28px;
  cursor: pointer;
  position: relative; }

#nav_toggle {
  position: absolute;
  top: 0;
  cursor: pointer;
  padding: 10px 22px 16px 0;
  right: 0; }

#nav_toggle span.hamburger_white,
#nav_toggle span.hamburger_white:before,
#nav_toggle span.hamburger_white:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 21px;
  background: #fff;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  border-radius: 5px; }

#nav_toggle span.hamburger_black,
#nav_toggle span.hamburger_black:before,
#nav_toggle span.hamburger_black:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 21px;
  background: #222;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
  border-radius: 5px; }

#nav_toggle span:before {
  top: -8px; }

#nav_toggle span:after {
  bottom: -8px; }

#nav_toggle.active span:before,
#nav_toggle.active span:after {
  top: 0; }

#nav_toggle.active span:before {
  transform: rotate(45deg); }

#nav_toggle.active span:after {
  transform: rotate(-45deg); }

#nav_toggle.active span {
  background-color: transparent; }

.obu_menu_item_block {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
  margin-top: 16px; }

.obu_menu_item_block nav ul li:hover > ul.sub_menu {
  opacity: 1; }

.obu_menu_item_block nav ul li ul.sub_menu {
  display: block;
  opacity: 0;
  position: absolute;
  /*min-width: 130px;*/
  /*max-width: 130px;*/
  width: max-content;
  background-color: #f24405;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
  right: 0;
  margin: 0 auto;
  padding: 10px 10px 0px 10px;
  /*text-align: left;*/
  border-radius: 10px;
  z-index: 99999; }

.obu_menu_item_block nav ul.sub_menu li {
  padding: 0 0 10px 0 !important; }

.obu_menu_item_block nav ul.sub_menu li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }

.obu_menu_item_block nav ul.sub_menu li a:hover {
  font-weight: 800; }

.obu_menu_item_block nav ul.sub_menu li a.white {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }

.obu_menu_item_block nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center; }

.obu_menu_item_block nav ul li a.white {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.obu_menu_item_block nav ul li a .fa-caret-down {
  /*display: none;*/
  padding-left: 5px; }

.cart_block {
  position: relative;
  /*padding-right: 10px;*/ }

.cart_block .cart_num_block {
  position: absolute;
  color: #fff;
  font-size: 11px;
  /*10px*/
  background-color: #f24405;
  padding: 4px;
  /*2px*/
  line-height: 5px;
  border-radius: 2px;
  transform: rotate(45deg);
  /*40deg*/
  max-width: 15px;
  width: 100%;
  height: 16px;
  /*15px*/
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  right: 0px;
  /*2px*/ }

.cart_block .cart_user_block {
  position: absolute;
  color: #fff;
  font-size: 11px;
  background-color: #f24405;
  padding: 4px;
  line-height: 5px;
  border-radius: 2px;
  transform: rotate(45deg);
  max-width: 15px;
  /*23px*/
  width: 100%;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  right: 24px; }

.cart_block .cart_num_block span {
  display: block;
  transform: rotate(-40deg); }

.icon_menu_block ul.icon_sub_menu {
  display: block;
  opacity: 0;
  width: max-content;
  background-color: #f24405;
  top: 28px;
  left: 19%;
  transform: translate(-50%, 0);
  right: 0;
  margin: 7px 2px 7px -9px;
  padding: 7px 7px 0px 7px;
  border-radius: 10px;
  z-index: 99999; }

.icon_menu_block:hover .icon_sub_menu {
  opacity: 1; }

.icon_menu_block ul.icon_sub_menu li {
  padding: 0 0 10px 0 !important; }

.icon_menu_block ul.icon_sub_menu li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }

.icon_menu_block ul.icon_sub_menu li a:hover {
  font-weight: 800; }

.icon_menu_block ul.icon_sub_menu li a.white {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600; }

.icon_menu_block ul.icon_sub_menu li a {
  display: flex;
  align-items: center;
  justify-content: center; }

.icon_menu_block ul.icon_sub_menu li a.white {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }

.icon_menu_block ul.icon_sub_menu li a .fa-caret-down {
  /*display: none;*/
  padding-left: 5px; }

.group-faqs {
  width: 95%; }

/* ----------------------------------------------------- banner css -------------------------------------------- */
.obu_banner_sec {
  padding: 213px 0 50px;
  background: url(../../assets/CH/oxbow_banner_bg.png) no-repeat;
  background-size: cover;
  background-position: center center; }

.obu_banner_sec .obu_banner_container {
  /* changesssssssssssssssssss*/
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.obu_banner_sec .obu_banner_container .obu_banner_sale {
  margin-left: 5px;
  position: absolute;
  top: 79px; }

.obu_banner_sec h1 {
  max-width: 567px;
  width: 100%;
  font-size: 80px;
  line-height: 88px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px; }

.obu_banner_sec p {
  max-width: 370px;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px; }

.obu_sp_btn {
  font-family: "RedHatText", sans-serif;
  max-width: 194px;
  /* <--- don't change */
  min-width: 50px;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  border-radius: 5px;
  background-color: #f24405;
  text-align: center;
  padding: 13px 10px 13px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none; }

.obu_sp_btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform: translateX(100%);
  z-index: -1;
  transition: 0.5s ease-in-out; }

.obu_sp_btn:hover {
  color: #222222;
  z-index: 9; }

.obu_sp_btn:hover::before {
  transform: translateX(0); }

.obu_sp_btn:disabled {
  color: gray;
  transform: none;
  transition: none; }

.obu_sp_btn:disabled::before, .obu_sp_btn:disabled::after {
  background: none;
  content: "";
  transform: none;
  transition: none; }

.obu_sp_btn:disabled:hover {
  color: gray;
  cursor: not-allowed; }

.obu_sp_btn:disabled:hover::before {
  transform: none; }

.obu_homes_detail_main {
  padding-top: 82px; }

.obu_homes_detail_row {
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  filter: brightness(100%);
  padding: 20px 15px 18px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.obu_homes_detail_col {
  /* width: 25%; */
  display: flex !important;
  align-items: center;
  /* padding-right: 10px; */
  padding: 10px 0 0; }

.obu_homes_detail_col:not(:last-child) {
  padding-right: 140px; }

.obu_homes_detail_col span {
  font-family: "RedHatText", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
  color: #fff; }

.obu_homes_detail_col img {
  margin: 0 15px 0 0; }

/* -------------------------------------------------- briquee css ------------------------------------------*/
.obu_brique_sec {
  background-color: #fff;
  padding: 50px 0 100px; }

.obu_brique_container {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

.obu_brique_container h2,
.obu_content_wrap h2,
.obu_oc_content h2,
.obu_new_content_wrraper h2 {
  font-family: "RedHatText", sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #222222;
  text-align: center;
  margin-bottom: 40px; }

.obu_brique_row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px; }

.obu_brique_img_block {
  position: relative;
  /*max-width: 240px;*/
  width: 100%;
  margin: 0 auto 25px;
  position: relative; }

.obu_brique_img_block img {
  margin: 0 auto;
  position: relative; }

.obu_brique_col a:link {
  color: #222222; }

.obu_brique_col a:active {
  color: #222222; }

.obu_brique_col a:visited {
  color: #222222; }

.obu_brique_col a:hover {
  color: #222222; }

.obu_brique_col h3 {
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-size: 1.17em;
  font-weight: 400;
  text-align: center; }

.obu_brique_col h4 {
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center; }

.obu_brique_col h5 {
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  text-align: center; }

.obu_brique_col p {
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center; }

.obu_brique_col p .real_pri_line {
  display: inline-block;
  text-decoration: line-through; }

.obu_brique_col p .dis_pri {
  display: inline-block;
  color: #f24405;
  padding-left: 10px; }

.obu_brique_sec .obu_sp_btn, .obu_brique_col .obu_sp_btn {
  display: block;
  margin: 0 auto; }

/* ---------------------------------------------------- making memories css ------------------------------------------------ */
.obw_making_memories_sec {
  padding: 0 30px 100px;
  background-color: #fff; }

.obw_making_memories_sec .obw_mm_container {
  width: 100%;
  background: url(../../assets/CH/about_banner_01.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 164px 15px 136px; }

.obu_content_wrap {
  max-width: 390px;
  width: 100%;
  margin-left: auto; }

.obu_content_wrap h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px; }

.obu_content_wrap p,
.obu_oc_content p,
.obu_new_content_wrraper p {
  font-family: "RedHatText", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-bottom: 20px; }

.obu_content_wrap .obu_sp_btn {
  background-color: #fff;
  color: #222222; }

.obw_mm_main_block {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  display: flex; }

.obw_mm_main_block .img_block {
  padding: 20px;
  width: calc(100% - 390px); }

/* ---------------------------------------------------- our customer css ----------------------------------------- */
.obu_our_customers_sec {
  padding: 0 20px 65px 30px;
  background-color: #fff; }

.obu_new_container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto; }

.obu_our_cust_container {
  max-width: 100%; }

.obu_oc_row {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.obu_oc_content {
  max-width: 420px;
  width: 100%;
  padding-right: 10px; }

.obu_oc_content h2 {
  margin-bottom: 15px;
  text-align: left; }

.obu_oc_content p {
  color: #222222; }

.oc_slide_box {
  background-color: #eeeeee;
  border-radius: 20px;
  padding: 100px 30px 60px;
  margin: 0 10px; }

.oc_slide_box p {
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 162px; }

.oc_slide_box span {
  font-size: 14px;
  line-height: 22px;
  color: #222222;
  font-family: "RedHatText", sans-serif;
  font-weight: 500;
  display: block; }

.obc_slider_main_block {
  width: calc(100% - 420px);
  position: relative; }

.obu_oc_slider_custom_btn {
  display: flex;
  align-items: center;
  padding: 20px 10px 0; }

.obu_slider_line {
  width: calc(100% - 48px);
  height: 3px;
  background: #eee;
  display: inline-block;
  margin-right: 26px;
  position: relative; }

.obu_slider_line::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #f24405; }

.obu_oc_slider_buttons {
  display: flex;
  max-width: 48px;
  width: 100%; }

.obu_oc_slider_buttons button.slick-prev.slick-arrow,
.obu_oc_slider_buttons button.slick-next.slick-arrow {
  font-size: 0;
  background-color: unset;
  border: none;
  width: 9px;
  height: 20px; }

.obu_oc_slider_buttons button.slick-prev.slick-arrow,
.obu_oc_slider_buttons button.slick-next.slick-arrow {
  background: url(../../assets/CH/oxbow_angle_left.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 20px;
  cursor: pointer; }

.obu_oc_slider_buttons button.slick-next.slick-arrow {
  background: url(../../assets/CH/oxbow_angle_right.svg) no-repeat;
  margin-left: 20px; }

.obu_oc_slider_custom_btn.active .obu_slider_line::before {
  left: unset;
  right: 0; }

/* ------------------------------------------------- news css -------------------------------------------------- */
.obu_latest_news_sec {
  padding: 0 20px 130px;
  background-color: #fff; }

.obu_new_row {
  display: flex;
  align-items: center; }

.obu_new_img_block {
  max-width: 700px;
  width: 100%;
  padding-right: 60px; }

.obu_new_img_block img {
  object-fit: cover;
  max-height: 100%;
  height: 100%;
  border-radius: 30px; }

.obu_new_content_wrraper {
  max-width: 480px;
  width: 100%;
  padding-left: 60px; }

.obu_new_content_wrraper p {
  color: #222222; }

.obu_new_content_wrraper h2 {
  text-align: left;
  margin-bottom: 15px; }

form .input_field {
  margin-bottom: 20px; }

form .input_field input {
  width: 100%;
  padding: 0 10px 18px 0;
  border: none;
  border-bottom: 2px solid rgba(34, 34, 34, 0.2);
  color: rgba(34, 34, 34, 0.6);
  font-family: "RedHatText", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; }

form .input_field::placeholder {
  color: rgba(34, 34, 34, 0.6);
  font-family: "RedHatText", sans-serif;
  font-weight: 500; }

.error {
  display: none;
  font-family: "RedHatText", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  padding-top: 5px;
  color: #f24405; }

.errorVisible {
  font-family: "RedHatText", sans-serif;
  color: #f24405;
  padding-bottom: 10px; }

/* ----------------------------------------------------- footer --------------------------------------------- */
footer {
  position: relative;
  margin-top: 100px;
  padding: 80px 0 8px;
  background-color: #222222;
  border-radius: 20px 20px 0 0;
  left: 0;
  right: 0;
  bottom: 0; }

.footer_logo {
  position: absolute;
  top: -63px;
  left: 50%;
  transform: translate(-50%, 0); }

.footer_logo img {
  width: 120px;
  height: 120px; }

.footer_list_block ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px; }

.footer_list_block ul li:not(:last-child) {
  padding-right: 112px; }

.footer_list_block ul li a {
  font-family: "RedHatText", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
  transition: 0.0s all ease-in-out;
  /* was 0.5s */ }

.footer_list_block ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 100%;
  /*transition: 0.5s all ease-in-out;*/
  /* believe this was causing John to see white dots on mobile when clicking footer links */ }

.footer_list_block ul li a:hover::after {
  width: 100%; }

.footer_copyrights_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

.footer_copyrights_block p, .footer_copyrights_block .paypal_block {
  font-family: "RedHatText", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding-right: 20px;
  padding: 5px 20px 5px 0; }

.footer_copyrights_block .paypal_block {
  padding: 5px 0;
  display: flex;
  align-items: center; }

.footer_copyrights_block .paypal_block img {
  margin-left: 20px;
  width: 90px;
  height: 23px; }

button.obu_sp_btn > span:first-child {
  position: relative;
  z-index: 2;
  transition: 0s; }

.obu_content_wrap .obu_sp_btn:hover span {
  color: #fff; }

.obu_content_wrap .obu_sp_btn:disabled:hover span {
  color: inherit; }

.obu_content_wrap .obu_sp_btn span.hover_btn {
  background: #f24405; }

.signup_btn, .obu_brique_sec .obu_sp_btn, .obu_oc_content .obu_sp_btn {
  border: 1px solid #f24405; }

button.obu_sp_btn::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -5px;
  bottom: 0;
  background: url(../../assets/CH/Polygon_shap_orange.png) no-repeat;
  height: 60px;
  z-index: 9;
  transition: 0.4s all ease-in-out;
  transform: translateX(100%);
  width: 60px;
  background-size: cover; }

button.obu_sp_btn:disabled::after {
  transition: none;
  transform: none; }

.obu_content_wrap button.obu_sp_btn::after {
  background: url(../../assets/CH/Polygon_shap_white.png) no-repeat;
  background-size: cover;
  top: -6px; }

button.obu_sp_btn:hover::after {
  transform: translateX(0); }

button.obu_sp_btn:disabled:hover::after {
  transform: none; }

button.obu_sp_btn:hover span {
  color: #222222; }

button.obu_sp_btn:disabled:hover span {
  color: inherit; }

span.hover_btn {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  width: calc(120% - 25px);
  background: #fff;
  transition: all 0.4s ease-in-out;
  transform: translateX(120%);
  z-index: 1; }

span.hover_btn:disabled {
  transition: none;
  transform: none; }

span.hover_btn::before {
  content: "";
  position: absolute;
  left: -25px;
  top: -5px;
  bottom: 0;
  background: url(../../assets/CH/Polygon_shap_white.png) no-repeat;
  background-size: cover;
  height: 60px;
  width: 60px;
  filter: brightness(0) invert(1); }

.obu_content_wrap .obu_sp_btn span.hover_btn::before {
  background: unset;
  background-size: cover;
  filter: unset;
  height: unset;
  width: unset;
  z-index: 9;
  transition: 0.4s all ease-in-out;
  left: -25px;
  top: 0;
  bottom: 0;
  border: 24px solid transparent;
  border-left: 0;
  border-right: 25px solid #f24405; }

.obu_brique_img_block {
  position: relative; }

.obu_brique_img_block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  /*180px*/
  height: 75%;
  /*180px*/
  background: #f24405;
  margin: auto;
  border-radius: 15px;
  transform: rotate(45deg) scale(0);
  z-index: 0; }

.obu_brique_img_block:hover::before {
  transform: rotate(45deg) scale(1); }

/* -------------------------------------------------- media query -------------------------------------------- */
@media screen and (min-width: 767px) {
  .obu_menu_item_block nav ul {
    display: flex; } }

@media screen and (min-width: 1921px) {
  .obu_our_cust_container {
    max-width: 1340px;
    margin: 0 auto; } }

@media screen and (max-width: 1600px) {
  .obu_homes_detail_row {
    flex-wrap: wrap; }
  .obu_our_customers_sec {
    padding: 0 15px 65px 20px; }
  .obw_making_memories_sec {
    padding: 0 15px 100px; }
  .oc_slide_box p {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 24px; }
  .oc_slide_box {
    padding: 50px 20px; } }

@media screen and (max-width: 1350px) {
  .obu_homes_detail_col:not(:last-child),
  .obu_homes_detail_col {
    padding: 7px 5%;
    justify-content: center; } }

@media screen and (max-width: 1400px) {
  .obu_brique_row {
    grid-column-gap: 20px;
    width: 1080px; }
  .obw_making_memories_sec {
    padding: 0 15px 100px; }
  .oc_slide_box p {
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 24px; }
  .obu_oc_content h2 {
    font-size: 34px;
    line-height: 40px; }
  .obu_new_row {
    justify-content: space-between; }
  .obu_new_img_block {
    max-width: 660px;
    padding-right: 20px; }
  .obu_new_content_wrraper {
    max-width: 440px;
    padding-left: 20px; }
  .footer_list_block ul li:not(:last-child) {
    padding-right: 50px; } }

@media screen and (max-width: 991px) {
  .obw_mm_main_block .img_block {
    display: none; }
  .obu_content_wrap {
    margin-right: auto;
    margin-left: unset; }
  .obw_making_memories_sec {
    padding: 0 0 100px; }
  .obu_oc_content {
    max-width: 370px; }
  .obc_slider_main_block {
    width: calc(100% - 370px); }
  .oc_slide_box p {
    font-size: 16px;
    line-height: 20px; }
  .obu_new_content_wrraper h2 {
    font-size: 34px;
    line-height: 40px; }
  .obu_brique_row {
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    width: 80%; }
  /*.obu_brique_img_block::before {
        width: 190px;
        height: 190px;
    }*/ }

@media screen and (max-width: 880px) {
  .obu_banner_sec {
    padding: 164px 0 50px; }
  .obu_banner_sec .obu_banner_container .obu_banner_sale {
    height: 99px; }
  .obu_homes_detail_main {
    padding-top: 80px; }
  .obu_oc_row {
    flex-direction: column; }
  .obu_oc_content {
    max-width: 100%;
    margin: 0 auto 60px 0; }
  .obc_slider_main_block {
    width: 100%; }
  .obw_making_memories_sec {
    padding: 0 0 80px; }
  .obu_our_customers_sec {
    padding: 0 20px 80px 15px; }
  .obu_oc_content h2 {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto 15px; }
  .obu_oc_content p {
    text-align: center;
    max-width: 400px;
    margin: 0 auto 20px; }
  .obu_oc_content .obu_sp_btn {
    display: block;
    margin: 0 auto; } }

@media screen and (max-width: 867px) {
  .obu_banner_sec .obu_banner_container .obu_banner_sale {
    width: 94%; } }

@media screen and (max-width: 767px) {
  header .obu_container {
    position: relative; }
  .obu_banner_sec .obu_banner_container .obu_banner_sale {
    height: 96px;
    margin-left: 3px; }
  .obu_menu_item_block {
    margin-right: -42px;
    position: unset; }
  header .obu_logo_block {
    margin-right: 20px;
    width: 60%; }
  header .obu_logo_block a {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding-left: 20px; }
  /*.obu_user_cart_block .user_link {
        display: none;
    }*/
  .obu_menu_item_block nav {
    position: absolute;
    left: 12px;
    width: 28px;
    height: 28px; }
  .nav_mobile {
    display: block;
    /*position: absolute;*/ }
  .obu_menu_item_block nav > ul {
    position: fixed;
    right: 0;
    top: 88px;
    background: #222222;
    z-index: 9999;
    padding: 20px;
    left: 0px;
    transform: scaleY(0);
    opacity: 0;
    transform-origin: 0 0 0;
    justify-content: center;
    display: block;
    text-align: center;
    transition: all 0.5s ease-in-out; }
  .obu_menu_item_block nav ul li {
    padding: 0 0 15px 0; }
  .obu_menu_item_block nav ul li:last-child,
  .obu_menu_item_block nav ul li ul.sub_menu li:last-child {
    padding: 0 !important; }
  /* hover on mobile probably a bad idea ;) */
  /*.obu_menu_item_block nav ul li:hover > ul.sub_menu {
        opacity: 1;
    }*/
  .obu_menu_item_block nav ul li a .fa-caret-down {
    display: block; }
  .obu_menu_item_block nav ul li ul.sub_menu {
    opacity: 1;
    display: block;
    /* none */
    position: unset;
    min-width: 100%;
    max-width: 100%;
    background-color: unset;
    padding: 10px 10px 0;
    transform: unset; }
  /* hover on mobile probably a bad idea ;) */
  /*.obu_menu_item_block nav ul li:hover > ul.sub_menu {
        display: block;
        opacity: 1;
    }*/
  .obu_menu_item_block nav ul li ul.sub_menu li a {
    color: #fff;
    text-decoration: underline; }
  .show_menu .obu_menu_item_block nav > ul {
    color: #fff;
    transform: scaleY(1);
    opacity: 1; }
  .show_menu .obu_menu_item_block nav ul li a {
    color: #ffffff; }
  .obu_banner_sec h1 {
    max-width: 550px;
    font-size: 50px;
    line-height: 60px; }
  .obu_brique_sec {
    padding: 80px 0; }
  .obw_making_memories_sec .obw_mm_container {
    padding: 475px 15px 100px;
    background: url(../../assets/CH/making-memories-mobile.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px; }
  .obu_new_row {
    flex-direction: column; }
  .obu_new_img_block {
    max-width: 600px;
    padding-right: 0; }
  .obu_new_content_wrraper {
    max-width: 100%;
    padding: 30px 0 0; }
  form .input_field {
    max-width: 350px;
    width: 100%;
    margin: 0 auto 20px; }
  .obu_latest_news_sec {
    padding-bottom: 160px; }
  .footer_list_block ul li:not(:last-child) {
    padding-right: 20px; }
  footer {
    padding: 95px 0 20px; }
  .footer_list_block ul {
    margin-bottom: 40px;
    flex-wrap: wrap; }
  .footer_list_block ul li {
    padding: 5px 20px 5px 0; }
  .obu_new_content_wrraper h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px; }
  .obu_new_content_wrraper p {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 20px; }
  .signup_btn {
    display: block;
    margin: 0 auto; }
  .footer_copyrights_block {
    justify-content: center;
    flex-direction: column-reverse; } }

@media screen and (max-width: 580px) {
  .obu_banner_sec .obu_banner_container .obu_banner_sale {
    height: 94px;
    margin-left: 0px;
    width: 90%;
    top: 78px; }
  .obw_making_memories_sec .obw_mm_container {
    padding: 475px 15px 100px;
    background: url(../../assets/CH/making-memories-mobile.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px; }
  .obw_making_memories_sec {
    padding: 0 20px 80px; }
  .obu_banner_sec {
    background: url(../../assets/CH/mobile_banner_img.png) no-repeat;
    background-size: cover;
    background-position: center center; }
  .obu_banner_sec h1 {
    max-width: 350px;
    margin: 0 auto 20px;
    font-size: 40px;
    line-height: 48px;
    text-align: center; }
  .obu_banner_sec p {
    max-width: 350px;
    margin: 0 auto 20px;
    text-align: center; }
  .obu_sp_btn {
    display: block;
    margin: 0 auto; }
  .obu_homes_detail_main {
    padding-top: 300px; }
  .obu_homes_detail_row {
    max-width: 100%; }
  .obu_homes_detail_col {
    margin: 0 5px;
    padding: 0; }
  .obu_homes_detail_col:not(:last-child), .obu_homes_detail_col {
    padding: 2px;
    justify-content: center; }
  .obu_brique_row {
    /*grid-row-gap: 80px;*/
    grid-template-columns: repeat(2, 1fr);
    width: 80%; }
  .obu_brique_img_block {
    margin-bottom: 25px; }
  .obu_content_wrap {
    max-width: 250px;
    margin: 0 auto; }
  .obu_content_wrap h2, .obu_content_wrap p {
    text-align: center;
    margin-bottom: 20px; }
  .obu_oc_content h2 {
    max-width: 310px;
    margin: 0 auto 15px; }
  .obu_oc_content p {
    max-width: 310px; }
  .oc_slide_box {
    padding: 100px 30px 60px; }
  .oc_slide_box p {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 162px; }
  .footer_list_block ul {
    flex-direction: column; }
  .footer_list_block ul li:not(:last-child), .footer_list_block ul li {
    padding: 0 0 40px; }
  .footer_list_block ul li:last-child {
    padding: 0; }
  .footer_copyrights_block {
    flex-direction: column-reverse; }
  .footer_copyrights_block .paypal_block {
    padding: 5px 0 10px; }
  .footer_copyrights_block p {
    text-align: center; }
  .obu_brique_container h2 {
    margin-bottom: 50px; } }

@media screen and (max-width: 480px) {
  .obu_user_cart_block .user_link {
    padding-right: 10px; }
  .obu_menu_item_block nav ul {
    top: 74px; }
  header .obu_logo_block a {
    max-width: 180px; }
  .obu_new_content_wrraper h2 {
    max-width: 310px;
    margin: 0 auto 15px; } }

@media screen and (max-width: 360px) {
  .obu_content_wrap h2,
  .obu_new_content_wrraper h2 {
    font-size: 28px;
    line-height: 34px; }
  .obu_brique_sec {
    padding: 50px 0; }
  .obu_brique_container h2, .obu_oc_content h2 {
    font-size: 34px;
    line-height: 40px; }
  .obu_banner_sec h1 {
    font-size: 40px;
    line-height: 50px; }
  .obu_banner_sec p {
    font-size: 16px;
    line-height: 20px; }
  header .obu_logo_block a {
    max-width: 200px;
    padding-left: 55px; }
  .obu_menu_item_block nav ul {
    top: 62px; }
  .obu_homes_detail_row {
    flex-direction: column;
    justify-content: center; }
  .obu_banner_sec h1 {
    font-size: 34px;
    line-height: 40px; }
  .oc_slide_box p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 100px; }
  .oc_slide_box {
    padding: 60px 30px; } }
