@charset "utf-8";
@font-face {
  font-family: 'Bellota Text';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bellotatext/v19/0FlOVP2VnlWS4f3-UE9hHXMx--G2eA_0.ttf) format('truetype');
}
@font-face {
  font-family: 'Bellota Text';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/bellotatext/v19/0FlMVP2VnlWS4f3-UE9hHXM5RfwqfQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Cal Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/calsans/v2/fdN99sWUv3gWqXxqqSBb.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfMJaIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU69_a8oxmIRG4.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfJpbIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfLZcIRs.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v17/5aU19_a8oxmIfNJdIRs.ttf) format('truetype');
}
@font-face {
  font-family: "Binerka";
  src: url("../fonts/Binerka.eot");
  src: url("../fonts/Binerka.woff") format("woff"), url("../fonts/Binerka.ttf") format("truetype"), url("../fonts/Binerka.otf") format("opentype");
  font-stretch: normal;
  font-weight: normal;
  font-style: normal;
}
/******* DEFINING VARIABLES *******/
/******* GENERAL LESS *******/
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_breaker:after {
  content: "";
  clear: both;
  display: block;
}
.shadow_one {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}
.shadow_two {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
}
.shadow_three {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
}
.shadow_four {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
}
.shadow_five {
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
}
.no_shadow {
  -webkit-filter: none;
  filter: none;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_15 {
  margin-top: 15px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_40 {
  margin-top: 40px;
}
.margin_top_60 {
  margin-top: 60px;
}
.margin_top_100 {
  margin-top: 100px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .margin_top_100 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .margin_top_100 {
    margin-top: 60px;
  }
}
/* width */
::-webkit-scrollbar {
  width: 11px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e9c656;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #48557f;
}
/* width */
div::-webkit-scrollbar {
  width: 9px;
}
/* Track */
div::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
div::-webkit-scrollbar-thumb {
  background: #e9c656;
}
/* Handle on hover */
div::-webkit-scrollbar-thumb:hover {
  background: #48557f;
}
.background_basics {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
}
.text_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: #48557f;
  transition: 0.3s ease;
}
.text_link i {
  margin: 0 5px 0 0;
}
.text_link:hover,
.text_link:active {
  color: #222;
}
.text_link.two {
  color: #e9c656;
}
.text_link.two:hover,
.text_link.two:active {
  color: #48557f;
}
.text_link.three {
  color: #48557f;
}
.text_link.three:hover,
.text_link.three:active {
  color: #fff;
}
.text_link.liked {
  color: #48557f;
}
.coloured_text {
  color: #48557f;
}
.coloured_text.yellow {
  color: #e9c656;
}
.coloured_text.grey {
  color: #888;
}
.coloured_text.purple {
  color: #e9c656;
}
.coloured_text.white {
  color: #fff;
}
.big_text {
  font-size: 1.3rem;
}
.bolden {
  font-weight: 700;
}
.semi_bolden {
  font-weight: 600;
}
.medium_bolden {
  font-weight: 500;
}
.no_bolden {
  font-weight: 400;
}
.center_content {
  text-align: center;
}
.user_select_false {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
}
.preloader > div {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #48557f;
  font-size: 1.1rem;
  display: inline-flex;
  font-family: 'Bellota Text', sans-serif;
}
.preloader > div > div:last-child {
  flex: 1;
  padding: 0 0 0 10px;
}
.preloader > div img {
  width: 35px;
}
::selection {
  background: #51453a;
}
::-moz-selection {
  background: #51453a;
}
* {
  box-sizing: border-box;
}
body {
  background: #fbf9ef;
  font-family: 'Bellota Text', sans-serif;
  font-weight: 400;
  color: #222;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
body.darken {
  background: #51453a;
}
p {
  margin: 0;
  line-height: 140%;
}
p.readable {
  line-height: 170%;
}
li {
  margin: 0;
}
a {
  text-decoration: none;
  border: none;
  color: inherit;
}
img {
  border: none;
  display: block;
}
.headerCrossStyling {
  padding: 0;
  margin: 0;
  font-family: 'Cal Sans', sans-serif;
}
h1 {
  padding: 0;
  margin: 0;
  letter-spacing: -1px;
  font-size: 3.6rem;
  line-height: 100%;
  font-family: 'Cal Sans', sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  h1 {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.8rem;
  }
}
h2 {
  padding: 0;
  margin: 0;
  font-family: 'Cal Sans', sans-serif;
  font-size: 2.2rem;
  letter-spacing: 1px;
  line-height: 105%;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
  }
}
h3 {
  padding: 0;
  margin: 0;
  font-family: 'Cal Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.35rem;
  }
}
h4 {
  padding: 0;
  margin: 0;
  font-family: 'Cal Sans', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
  line-height: 110%;
}
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 105%;
}
.page_not_found {
  padding: 200px 40px;
  text-align: center;
}
.page_not_found > div {
  max-width: 580px;
  margin: 0 auto;
}
.page_not_found > div h1 {
  color: #48557f;
  font-size: 10rem;
}
.page_not_found > div h1.yellow {
  color: #e9c656;
}
.page_not_found > div h1.grey {
  color: #888;
}
.page_not_found > div h1.purple {
  color: #e9c656;
}
.page_not_found > div h1.white {
  color: #fff;
}
.page_not_found > div h3 {
  font-weight: 700;
  margin: 10px 0;
}
.page_not_found > div > div {
  margin: 30px 0 0 0;
}
/******* INPUT LESS *******/
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #ddd;
}
.dark_placeholder::-webkit-input-placeholder {
  color: #48557f;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dark_placeholder:-moz-placeholder {
  /* Firefox 18- */
  color: #48557f;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dark_placeholder::-moz-placeholder {
  /* Firefox 19+ */
  color: #48557f;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.dark_placeholder:-ms-input-placeholder {
  color: #48557f;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
}
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  padding: 13px 35px;
  transition: 0.3s ease;
  background: #48557f;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  position: relative;
  border-radius: 10px;
}
.button span {
  margin: 0 5px 0 0;
  transition: 0.3s ease;
}
.button:hover {
  background: #2a3454;
}
.button:active {
  background: #e9c656;
  color: #222;
}
.button.white {
  background: #fff;
  color: #51453a;
}
.button.white:hover {
  background: #48557f;
  color: #fff;
}
.button.white:hover span {
  color: #222;
}
.button.white:active {
  background: #222;
  color: #fff;
}
.button.white:active span {
  color: #48557f;
}
.button.square {
  padding: 17px 20px;
}
.textbox {
  padding: 20px;
  background: none;
  transition: 0.3s ease;
  resize: vertical;
  outline: none;
  width: 100%;
  font-size: 1rem;
  border: 3px solid #ddd;
  color: #222;
  font-weight: 500;
  font-family: 'Bellota Text', sans-serif;
  border-radius: 10px;
}
.textbox.dark {
  border-color: #fff;
  color: #fff;
}
.textbox:hover {
  border-color: #48557f;
}
.textbox:hover.dark {
  border-color: #48557f;
  color: #48557f;
}
.textbox:focus {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  border-color: #fff;
  background: #fff;
}
.textbox:focus.dark {
  border-color: #fff;
  color: #222;
  background: #fff;
}
.textbox.error {
  border-color: #e9c656;
}
.textbox.disabled {
  color: #ddd;
  border-color: #eee;
}
.textbox.for_textarea {
  min-height: 157px;
}
.textbox.auto_width {
  width: auto;
}
.textbox_with_button {
  position: relative;
}
.textbox_with_button > div:first-child .textbox {
  padding-right: 55px;
}
.textbox_with_button > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.textbox_with_button > div:last-child .button {
  width: 55px;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 15px;
  padding: 15px 10px;
}
.textbox_with_button > div:last-child .preloader {
  padding: 9px 0 9px 9px;
}
.textbox_password {
  position: relative;
}
.textbox_password > div:first-child .textbox {
  padding-right: 55px;
}
.textbox_password > div:last-child {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 5px;
}
.textbox_password > div:last-child a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  font-size: 1.2rem;
  color: #ddd;
  padding: 8px;
  transition: 0.3s ease;
}
.textbox_password > div:last-child a span:last-child {
  display: none;
}
.textbox_password > div:last-child a:hover {
  color: #48557f;
}
.switch_holder {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  display: inline-flex;
  background: #fff;
  border: 1px solid #51453a;
  border-radius: 30px;
  padding: 8px;
}
.switch_holder:after {
  content: "";
  clear: both;
  display: block;
}
.switch_holder > a.switch {
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  float: left;
  display: inline-flex;
  padding: 13px 35px;
  transition: 0.3s ease;
  background: none;
  color: #48557f;
  text-transform: uppercase;
  text-align: center;
  border-radius: 30px;
  border: none;
  font-size: 0.9rem;
}
.switch_holder > a.switch:hover {
  color: #51453a;
}
.switch_holder > a.switch:active {
  color: #51453a;
  background: #51453a;
}
.switch_holder > a.switch.active {
  background: #48557f;
  color: #fff;
}
.switch_holder.wide {
  display: flex;
}
.switch_holder.wide > a.switch {
  flex: 1;
  display: block;
}
.checkbox {
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  background: #fff;
  color: #222;
  padding: 20px 35px;
  transition: 0.3s ease;
  border: 2px solid #ddd;
}
.checkbox > div {
  font-weight: 600;
}
.checkbox > div:first-child > div {
  background: #eee;
  position: relative;
  width: 22px;
  height: 22px;
  transition: 0.3s ease;
}
.checkbox > div:first-child > div > div {
  position: absolute;
  top: -0.5px;
  left: 6px;
  opacity: 0;
  z-index: 1;
}
.checkbox > div:first-child > div > div i {
  font-size: 0.7rem;
  color: #222;
}
.checkbox > div:last-child {
  flex: 1;
  padding: 0 0 0 15px;
}
.checkbox:hover {
  border-color: #48557f;
  color: #51453a;
}
.checkbox:hover > div:first-child > div {
  background: #48557f;
}
.checkbox:hover > div:first-child > div > div {
  opacity: 1;
}
.checkbox:hover > div:first-child > div > div i {
  color: #fff;
}
.checkbox.checked {
  border-color: #e9c656;
  background: #e9c656;
  color: #fff;
}
.checkbox.checked > div:first-child > div {
  background: #fff;
}
.checkbox.checked > div:first-child > div > div {
  opacity: 1;
}
.checkbox.checked > div:first-child > div > div i {
  color: #51453a;
}
.checkbox_domain.float_all {
  margin: -5px;
}
.checkbox_domain.float_all:after {
  content: "";
  clear: both;
  display: block;
}
.checkbox_domain.float_all .checkbox {
  float: left;
  margin: 5px;
}
.field_box {
  position: relative;
}
.field_box .label {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.frm_err > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  display: table;
  width: 100%;
  max-width: 900px;
  color: #222;
  background: #e9c656;
  margin: 0 0 10px 0;
  padding: 20px 10px;
}
.frm_err > div > div {
  display: table-cell;
  vertical-align: middle;
}
.frm_err > div > div:first-child {
  width: 40px;
  background: #e9c656;
  text-align: center;
  font-size: 1.2rem;
}
.frm_err > div > div:nth-child(2) {
  display: none;
}
.frm_err > div > div:last-child {
  font-weight: 600;
  text-align: left;
}
.floating_frm_err {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #48557f;
  display: none;
}
.floating_frm_err > div {
  display: table;
  font-size: 1.3rem;
  margin: 0 auto;
}
.floating_frm_err > div > div {
  display: table-cell;
  vertical-align: middle;
}
.floating_frm_err > div > div:first-child > div {
  width: 0;
  height: 0;
  border-bottom: 100px solid #fc5d00;
  border-left: 50px solid transparent;
}
.floating_frm_err > div > div:nth-child(2) {
  background: #ff5e00;
  text-align: center;
  font-size: 1.8rem;
  padding: 0 30px;
}
.floating_frm_err > div > div:nth-child(3) > div {
  width: 0;
  height: 0;
  border-top: 100px solid #fc5d00;
  border-right: 50px solid transparent;
}
.floating_frm_err > div > div:last-child {
  padding: 30px 30px 30px 10px;
  text-align: center;
}
.frm_success {
  position: fixed;
  z-index: 16;
  bottom: 20px;
  right: 0;
  display: none;
}
.frm_success > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  display: table;
  width: 100%;
  max-width: 900px;
  color: #fff;
  background: #e9c656;
  margin: 0 0 10px 0;
}
.frm_success > div > div {
  display: table-cell;
  vertical-align: middle;
}
.frm_success > div > div:first-child {
  width: 60px;
  background: #572d34;
  text-align: center;
  font-size: 1.2rem;
}
.frm_success > div > div:nth-child(2) {
  width: 25px;
}
.frm_success > div > div:nth-child(2) > div {
  width: 0;
  height: 0;
  border-top: 60px solid #572d34;
  border-right: 25px solid transparent;
}
.frm_success > div > div:last-child {
  font-weight: 600;
  padding: 20px 40px;
  text-align: left;
  font-size: 1rem;
}
.editorjs_holder {
  background: #fff;
  border-radius: 10px;
  padding: 60px 40px;
}
.datetime {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.datetime > div {
  padding: 0 5px;
}
.datetime > div:nth-child(2) {
  flex: 1;
}
.datetime > div:nth-child(3) {
  padding: 0 0 0 5px;
}
.datetime > div:nth-child(4) {
  border-left: 1px solid #51453a;
  padding: 0 5px 0 30px;
}
.datetime > div:nth-child(5) {
  font-weight: 700;
}
.datetime.equal_widths > div {
  flex: 1;
}
/******* MEDIA LESS *******/
.dropzone_holder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 10px;
  position: relative;
}
.dropzone_holder .media_dropzone {
  width: 100%;
  min-height: 170px;
  border: 2px dashed #51453a;
  padding: 5px;
  transition: 0.3s ease;
  display: flex;
  flex-wrap: wrap;
}
.dropzone_holder .media_dropzone .dz-preview {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  text-align: center;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  background: #222;
  position: relative;
  height: 147px;
  flex-basis: 147px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image {
  width: 100%;
  height: 100%;
}
.dropzone_holder .media_dropzone .dz-preview .dz-image img {
  max-width: 200px;
  min-height: 147px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-details {
  display: none;
  opacity: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress {
  background: #fff;
  -webkit-filter: drop-shadow(0 -20px 10px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 -20px 10px rgba(0, 0, 0, 0.15));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.dropzone_holder .media_dropzone .dz-preview .dz-progress > span {
  background: #48557f;
  height: 12px;
  width: 0;
  display: block;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-message {
  display: none;
  background: #48557f;
  position: absolute;
  color: #fff;
  bottom: 4px;
  padding: 10px;
  font-size: 0.8rem;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-success-mark svg {
  width: 30px;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark {
  display: none;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}
.dropzone_holder .media_dropzone .dz-preview .dz-error-mark svg {
  width: 30px;
}
.dropzone_holder #disp_message {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 40px;
}
.dropzone_holder #disp_message > div {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 100%;
}
.dropzone_holder #disp_message > div > div {
  padding: 10px;
  color: #51453a;
}
.dropzone_holder #disp_message > div > div:first-child {
  font-size: 1.8rem;
}
.dropzone_holder #disp_message > div > div:last-child {
  font-weight: 600;
  text-align: left;
}
.dropzone_holder #disp_message.hide {
  display: none;
}
.dropzone_holder.dragover {
  background: #fff;
  padding: 20px;
}
.dropzone_holder.dragover .media_dropzone {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
  border: 3px dashed #48557f;
  min-height: 150px;
}
.dropzone_holder.dragover #disp_message > div > div {
  color: #51453a;
}
.dropzone_holder:hover {
  background: #fff;
}
.dropzone_holder:hover .media_dropzone {
  border-color: #48557f;
}
.dropzone_holder:hover #disp_message > div > div {
  color: #48557f;
}
.dropzone_holder:active {
  background: #fff;
}
.dropzone_holder:active .media_dropzone {
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.25);
  border: 3px solid #51453a;
}
.dropzone_holder:active #disp_message > div > div {
  color: #51453a;
}
/* Hide default controls */
.audio_player {
  display: none;
}
/* Custom player styling */
.custom_audio_player > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_audio_player > div:last-child > div:nth-child(2) {
  font-weight: 600;
  flex: 1;
  padding: 0 0 0 10px;
  font-size: 0.9rem;
  letter-spacing: -1px;
}
.custom_audio_player > div:last-child > div:nth-child(2) span:first-child {
  color: #48557f;
}
.custom_audio_player > div:last-child > div:nth-child(2) span:nth-child(2) {
  margin: 0 5px;
  color: #888;
}
.custom_audio_player > div:last-child > div:last-child {
  padding: 0 20px 0 10px;
}
.custom_audio_player > div:last-child > div:last-child .text_link {
  font-weight: 700;
}
.custom_audio_player > div:last-child > div:last-child .text_link span {
  font-size: 0.85rem;
}
.seek_bar_container {
  position: relative;
  width: 100%;
  height: 6px;
  background: #ddd;
  cursor: pointer;
}
.seek_bar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: none;
}
.seek_bar_progress {
  width: 0;
  height: 100%;
  background: #48557f;
}
.image_viewer {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image_viewer > div:first-child {
  display: table;
  width: 100%;
  height: 100%;
}
.image_viewer > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.image_viewer > div:first-child > div > div {
  display: inline-block;
  margin: 0 auto;
}
.image_viewer > div:first-child > div > div img {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  max-height: 95vh;
  max-width: 100%;
}
.image_viewer > div:nth-child(2),
.image_viewer > div:nth-child(3),
.image_viewer > div:nth-child(4) {
  position: absolute;
  z-index: 2;
}
.image_viewer > div:nth-child(2) {
  top: 0;
  right: 0;
}
.image_viewer > div:nth-child(3) {
  top: 50%;
  left: 0;
}
.image_viewer > div:nth-child(4) {
  top: 50%;
  right: 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .image_viewer {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .image_viewer {
    padding: 0;
  }
}
/******* CUSTOM LESS *******/
.blinds {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  position: fixed;
  z-index: 14;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/media/images/default/subscribe_banner.jpg);
  display: none;
}
.blinds > div {
  background: #ff8a00;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.blinds.dark {
  background: #000;
  opacity: 0.85;
}
.blinds.dark > div {
  display: none;
}
.image_shade {
  background: #39291a;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  margin: -40px 0 0 0;
  transition: 0.3s ease;
}
.banner > div {
  padding: 0 20px;
}
.banner > div:nth-child(3) {
  padding: 0 20px;
}
.banner > div:nth-child(3) > a {
  display: block;
}
.banner > div:nth-child(3) > a > img {
  width: 140px;
  transition: 0.3s ease;
}
.banner > div:nth-child(3) > a > img:first-child {
  display: none;
}
.banner > div:first-child,
.banner > div:nth-child(5) {
  flex: 1;
}
.banner > div:nth-child(5) {
  text-align: right;
}
.banner > div:last-child {
  display: none;
}
.banner > div:last-child > .hamburger {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  font-size: 1.7rem;
  color: #48557f;
  transition: 0.3s ease;
}
.banner > div:last-child > .hamburger:hover {
  color: #fff;
}
.banner.active {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  background: #fff;
  margin: -10px 0 0 0;
  height: 100px;
}
.banner.active > div:nth-child(3) > a > img {
  width: 90px;
}
.banner.active > div:nth-child(3) > a > img:first-child {
  display: block;
  -webkit-filter: drop-shadow(0 -10px 40px rgba(81, 69, 58, 0.5));
  filter: drop-shadow(0 -10px 40px rgba(81, 69, 58, 0.5));
}
.banner.active > div:nth-child(3) > a > img:last-child {
  display: none;
}
.banner.active > div:last-child > .hamburger {
  color: #e9c656;
}
.banner.active > div:last-child > .hamburger:hover {
  color: #48557f;
}
.banner.putaway {
  opacity: 0;
  top: -300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .banner > div:first-child {
    display: none;
  }
  .banner > div:nth-child(2) {
    flex: 1;
    text-align: right;
  }
  .banner > div:nth-child(5) {
    flex: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .banner > div:first-child {
    display: none;
  }
  .banner > div:nth-child(2) {
    flex: 1;
    text-align: right;
  }
  .banner > div:nth-child(4) {
    flex: 1;
  }
  .banner > div:nth-child(5) {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .banner > div:first-child {
    display: none;
  }
  .banner > div:nth-child(2),
  .banner > div:nth-child(4) {
    display: none;
  }
  .banner > div:last-child {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .banner > div:first-child {
    display: none;
  }
  .banner > div:nth-child(2),
  .banner > div:nth-child(4) {
    display: none;
  }
  .banner > div:nth-child(3) {
    padding: 0 15px;
  }
  .banner > div:nth-child(3) > a > img {
    width: 120px;
  }
  .banner > div:last-child {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .banner {
    padding: 0 10px;
  }
  .banner > div:first-child {
    display: none;
  }
  .banner > div:nth-child(2),
  .banner > div:nth-child(4) {
    display: none;
  }
  .banner > div:nth-child(3) {
    padding: 0 15px;
    flex: 1;
  }
  .banner > div:nth-child(3) > a > img {
    width: 120px;
  }
  .banner > div:nth-child(5) {
    display: none;
  }
  .banner > div:last-child {
    display: block;
  }
  .banner.active {
    margin: 0;
    height: 65px;
  }
}
.footer {
  margin: -0.5px 0 0 0;
}
.footer > div:first-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  background-image: url(/media/images/default/subscribe_banner.jpg);
  color: #fff;
  padding: 80px 60px;
}
.footer > div:first-child > div {
  max-width: 1000px;
  margin: 0 auto;
}
.footer > div:first-child > div > div:first-child {
  font-weight: 600;
  text-align: center;
  margin: 0 0 30px 0;
}
.footer > div:first-child > div > div:first-child h3 {
  color: #fff;
}
.footer > div:first-child > div > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer > div:first-child > div > div:last-child > div > div {
  flex: 1;
  padding: 0 10px;
}
.footer > div:first-child > div > div:last-child > div > div:last-child {
  flex: none;
}
.footer > div:nth-child(2) {
  padding: 0 120px 80px 120px;
  background: #874344;
  background: linear-gradient(180deg, #874344 0%, #a9702d 100%);
}
.footer > div:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.footer > div:nth-child(2) > div > div {
  padding: 80px 30px 0 30px;
  flex: auto;
}
.footer > div:nth-child(2) > div > div:first-child {
  display: none;
  flex: 0 0 50%;
  padding: 0 0 0 30px;
  text-align: right;
}
.footer > div:nth-child(2) > div > div:nth-child(2),
.footer > div:nth-child(2) > div > div:last-child {
  flex: none;
  padding: 0 30px;
}
.footer > div:nth-child(2) > div > div:first-child > a,
.footer > div:nth-child(2) > div > div:last-child > a {
  display: inline-block;
  max-width: 100px;
}
.footer > div:nth-child(2) > div > div:first-child > a img,
.footer > div:nth-child(2) > div > div:last-child > a img {
  width: 100%;
}
.footer > div:nth-child(2) > div > div > div {
  padding: 0 0 0 15px;
}
.footer > div:nth-child(2) > div > div > h4 {
  margin: 0 0 15px 0;
  color: #fff;
  font-family: 'Cal Sans', sans-serif;
  letter-spacing: 1px;
  color: #48557f;
}
.footer > div:nth-child(2) > div > div > h4 span {
  font-size: 0.8rem;
  margin: 0 7px 0 0;
}
.footer > div:last-child {
  padding: 20px 120px;
  background: #fff;
  color: #874344;
}
.footer > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer > div:last-child > div > div:first-child {
  font-weight: 600;
  flex: 1;
  padding: 0 20px 0 0;
  font-size: 0.9rem;
}
.footer > div:last-child > div > div:last-child {
  text-align: right;
}
.footer > div:last-child > div > div:last-child > a {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 0.8rem;
}
.footer > div:last-child > div > div:last-child > a > div {
  padding: 0 5px;
}
.footer > div:last-child > div > div:last-child > a img {
  width: 130px;
}
.footer a.footer_link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  margin: 0 0 10px 0;
  color: #fff;
}
.footer a.footer_link:hover {
  color: #48557f;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .footer > div:nth-child(2) {
    padding: 0 100px 80px 100px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .footer > div:nth-child(2) {
    padding: 0 100px 80px 100px;
  }
  .footer > div:nth-child(2) > div > div:first-child {
    display: block;
  }
  .footer > div:nth-child(2) > div > div:nth-child(2) {
    flex: 0 0 50%;
  }
  .footer > div:nth-child(2) > div > div:last-child {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer > div:nth-child(2) {
    padding: 0 100px 80px 100px;
  }
  .footer > div:nth-child(2) > div > div {
    padding: 20px;
    flex: 0 0 50%;
  }
  .footer > div:nth-child(2) > div > div:first-child {
    display: block;
    padding: 0 0 50px 20px;
  }
  .footer > div:nth-child(2) > div > div:nth-child(2) {
    flex: 0 0 50%;
    padding: 0 20px 50px 20px;
    text-align: left;
  }
  .footer > div:nth-child(2) > div > div:nth-child(3),
  .footer > div:nth-child(2) > div > div:nth-child(5) {
    border-right: 1px solid #48557f;
  }
  .footer > div:nth-child(2) > div > div:last-child {
    display: none;
  }
  .footer > div:last-child {
    padding: 20px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .footer > div:first-child > div > div:last-child > div > div {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .footer > div:first-child > div > div:last-child > div > div:last-child {
    margin: 0;
  }
  .footer > div:nth-child(2) {
    padding: 0 60px 50px 60px;
  }
  .footer > div:nth-child(2) > div > div {
    padding: 30px 20px;
    flex: 0 0 50%;
  }
  .footer > div:nth-child(2) > div > div:first-child {
    display: block;
    padding: 0 0 50px 20px;
  }
  .footer > div:nth-child(2) > div > div:nth-child(2) {
    flex: 0 0 50%;
    padding: 0 20px 50px 20px;
    text-align: left;
  }
  .footer > div:nth-child(2) > div > div:nth-child(3) {
    border-right: 1px solid #48557f;
  }
  .footer > div:nth-child(2) > div > div:nth-child(5) {
    flex: 0 0 100%;
    border: solid #48557f;
    border-width: 1px 0;
  }
  .footer > div:nth-child(2) > div > div:nth-child(6) {
    flex: 0 0 100%;
  }
  .footer > div:nth-child(2) > div > div:last-child {
    display: none;
  }
  .footer > div:last-child {
    padding: 40px 60px;
  }
  .footer > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }
  .footer > div:last-child > div > div:last-child {
    flex: 0 0 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .footer > div:first-child {
    padding: 80px 30px;
  }
  .footer > div:first-child > div > div:last-child > div > div {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .footer > div:first-child > div > div:last-child > div > div:last-child {
    margin: 0;
  }
  .footer > div:nth-child(2) {
    padding: 0 30px 50px 30px;
  }
  .footer > div:nth-child(2) > div {
    margin: 0;
  }
  .footer > div:nth-child(2) > div > div {
    padding: 30px 0;
    flex: 0 0 100%;
    border-top: 1px solid #48557f;
    text-align: center;
  }
  .footer > div:nth-child(2) > div > div:first-child {
    display: block;
    border-top: none;
  }
  .footer > div:nth-child(2) > div > div:nth-child(2) {
    border-top: none;
  }
  .footer > div:nth-child(2) > div > div:nth-child(3) {
    padding: 50px 0 30px 0;
    border-top: none;
  }
  .footer > div:nth-child(2) > div > div:last-child {
    display: none;
  }
  .footer > div:nth-child(2) > div > div > div {
    padding: 0;
  }
  .footer > div:last-child {
    padding: 40px 30px;
  }
  .footer > div:last-child > div > div:first-child {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 0 5px 0;
  }
  .footer > div:last-child > div > div:last-child {
    flex: 0 0 100%;
    text-align: center;
  }
}
.slideshow {
  height: 100vh;
  min-height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slideshow > div {
  position: absolute;
  height: 100%;
  top: 0;
}
.slideshow > div:first-child {
  width: 100%;
  left: 0;
}
.slideshow > div:first-child > #slide_video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slideshow > div:first-child > #slide_video .image_shade {
  opacity: 0.3;
}
.slideshow > div:first-child > #slide_video video {
  object-fit: cover;
  object-position: top center;
  height: 100%;
  width: 100%;
}
.slideshow > div:nth-child(2) {
  width: 100%;
  left: 0;
}
.slideshow > div:nth-child(2) > .slide_title {
  position: absolute;
  bottom: 30%;
  left: 0;
  width: 100%;
  display: none;
  text-align: center;
  z-index: 3;
  padding: 0 200px;
}
.slideshow > div:nth-child(2) > .slide_title > div {
  max-width: 900px;
  margin: 0 auto;
}
.slideshow > div:nth-child(2) > .slide_title > div h1 {
  font-size: 4.6rem;
  line-height: 95%;
  color: #fff;
}
.slideshow > div:nth-child(2) > .slide_title > div div {
  margin: 30px 0 0 0;
}
.slideshow > div:nth-child(2) > .slide_title:first-child {
  display: block;
}
.slideshow > div:last-child {
  z-index: 4;
  bottom: 30%;
  right: 100px;
  height: auto;
  top: auto;
}
.slideshow > div:last-child > .slide_button {
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
  border: none;
  border-left: 3px solid #fff;
  padding: 15px 20px;
  opacity: 0.45;
  transition: 0.3s ease;
}
.slideshow > div:last-child > .slide_button:hover {
  opacity: 1;
  color: #48557f;
  border-color: #48557f;
}
.slideshow > div:last-child > .slide_button.active {
  opacity: 1;
  color: #fff;
  border-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .slideshow > div:nth-child(2) > .slide_title {
    padding: 0 100px;
  }
  .slideshow > div:last-child {
    right: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .slideshow > div:nth-child(2) > .slide_title {
    padding: 0 130px;
  }
  .slideshow > div:last-child {
    right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .slideshow > div:nth-child(2) > .slide_title {
    padding: 0 130px 0 100px;
  }
  .slideshow > div:last-child {
    bottom: 38%;
    right: 20px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .slideshow > div:nth-child(2) > .slide_title {
    bottom: 40%;
    padding: 0 50px;
  }
  .slideshow > div:nth-child(2) > .slide_title > div h1 {
    font-size: 3.5rem;
  }
  .slideshow > div:last-child {
    bottom: 120px;
    right: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .slideshow > div:first-child > #slide_video video {
    width: 140%;
  }
  .slideshow > div:nth-child(2) > .slide_title {
    bottom: 35%;
    padding: 0 30px;
  }
  .slideshow > div:nth-child(2) > .slide_title > div h1 {
    font-size: 3.2rem;
  }
  .slideshow > div:last-child {
    bottom: 80px;
    right: 5px;
  }
}
.nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  padding: 0 10px;
  transition: 0.3s ease;
  position: relative;
}
.nav > div {
  position: absolute;
  width: 100%;
  bottom: -25px;
  left: 0;
  z-index: 1;
  transition: 0.3s ease;
  opacity: 0;
}
.nav > div > div {
  height: 4.5px;
  width: 4.5px;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s ease;
  margin: 0 auto;
}
.nav:hover {
  color: #48557f;
}
.nav:hover > div {
  bottom: -13px;
  opacity: 1;
}
.nav.active {
  font-weight: 700;
  color: #48557f;
}
.nav.active > div {
  opacity: 1;
  bottom: -13px;
}
.nav.active > div > div {
  background: #48557f;
}
.nav.darken {
  color: #51453a;
}
.nav.darken > div > div {
  background: #51453a;
}
.nav.darken:hover {
  color: #48557f;
}
.nav.darken.active {
  color: #48557f;
}
.nav.darken.active > div > div {
  background: #48557f;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .nav {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    opacity: 0.6;
    color: #fff;
    font-size: 1.3rem;
  }
  .nav:last-child {
    margin: 0;
  }
  .nav > div {
    bottom: auto;
    top: 12px;
    left: -20px;
  }
  .nav > div > div {
    margin: 0;
  }
  .nav:hover {
    opacity: 1;
    color: #fff;
  }
  .nav:hover > div {
    left: -30px;
  }
  .nav.active {
    opacity: 1;
    color: #000;
  }
  .nav.active > div {
    bottom: auto;
  }
  .nav.active > div > div {
    background: #000;
  }
  .nav.darken {
    color: #fff;
  }
  .nav.darken > div > div {
    background: #fff;
  }
  .nav.darken:hover {
    color: #fff;
  }
  .nav.darken.active {
    color: #000;
  }
  .nav.darken.active > div > div {
    background: #000;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .nav {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    opacity: 0.6;
    color: #fff;
    font-size: 1.3rem;
  }
  .nav:last-child {
    margin: 0;
  }
  .nav > div {
    bottom: auto;
    top: 12px;
    left: -20px;
  }
  .nav > div > div {
    margin: 0;
  }
  .nav:hover {
    opacity: 1;
    color: #fff;
  }
  .nav:hover > div {
    left: -30px;
  }
  .nav.active {
    opacity: 1;
    color: #000;
  }
  .nav.active > div {
    bottom: auto;
  }
  .nav.active > div > div {
    background: #000;
  }
  .nav.darken {
    color: #fff;
  }
  .nav.darken > div > div {
    background: #fff;
  }
  .nav.darken:hover {
    color: #fff;
  }
  .nav.darken.active {
    color: #000;
  }
  .nav.darken.active > div > div {
    background: #000;
  }
}
@media only screen and (max-width: 480px) {
  .nav {
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    opacity: 0.6;
    color: #fff;
    font-size: 1.3rem;
  }
  .nav:last-child {
    margin: 0;
  }
  .nav > div {
    bottom: auto;
    top: 12px;
    left: -20px;
  }
  .nav > div > div {
    margin: 0;
  }
  .nav:hover {
    opacity: 1;
    color: #fff;
  }
  .nav:hover > div {
    left: -30px;
  }
  .nav.active {
    opacity: 1;
    color: #000;
  }
  .nav.active > div {
    bottom: auto;
  }
  .nav.active > div > div {
    background: #000;
  }
  .nav.darken {
    color: #fff;
  }
  .nav.darken > div > div {
    background: #fff;
  }
  .nav.darken:hover {
    color: #fff;
  }
  .nav.darken.active {
    color: #000;
  }
  .nav.darken.active > div > div {
    background: #000;
  }
}
.navigation {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: none;
}
.navigation > div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 30px;
}
.navigation > div:last-child {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  display: block;
  right: 25px;
  top: 20px;
  color: #fff;
  font-size: 2rem;
  transition: 0.3s ease;
}
.navigation > div:last-child:hover {
  color: #48557f;
}
.section_heading {
  margin: 0 0 40px 0;
  text-align: center;
}
.section_heading > h3 {
  font-weight: 700;
  font-size: 1.6rem;
}
.section_heading > p {
  font-weight: 600;
  color: #51453a;
}
.custom_box.one {
  padding: 120px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.one {
    padding: 100px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.one {
    padding: 100px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.one {
    padding: 80px 30px;
  }
}
.custom_box.two {
  padding: 50px 120px 120px 140px;
}
.custom_box.two > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
}
.custom_box.two > div > div {
  flex: 0 0 50%;
}
.custom_box.two > div > div:first-child {
  position: relative;
}
.custom_box.two > div > div:first-child > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
}
.custom_box.two > div > div:first-child > div:first-child {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  height: 120px;
  background: #48557f;
  margin: 0 40px 0 30%;
}
.custom_box.two > div > div:first-child > div:nth-child(2) {
  height: 280px;
  margin: 0 0 0 20%;
}
.custom_box.two > div > div:first-child > div:last-child {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  position: absolute;
  z-index: 1;
  top: -40px;
  left: -20px;
  width: 50%;
  height: 80%;
  padding: 40px 30px;
  background: #fff;
}
.custom_box.two > div > div:last-child {
  padding: 0 0 0 90px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.two {
    padding: 50px 80px 100px 100px;
  }
  .custom_box.two > div {
    max-width: 800px;
  }
  .custom_box.two > div > div {
    flex: 0 0 100%;
  }
  .custom_box.two > div > div:last-child {
    padding: 60px 120px 0 120px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.two {
    padding: 50px 60px 100px 80px;
  }
  .custom_box.two > div > div {
    flex: 0 0 100%;
  }
  .custom_box.two > div > div:last-child {
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.two {
    padding: 50px 30px 80px 30px;
  }
  .custom_box.two > div > div {
    flex: 0 0 100%;
  }
  .custom_box.two > div > div:first-child > div:first-child {
    height: 100px;
  }
  .custom_box.two > div > div:first-child > div:nth-child(2) {
    height: 250px;
  }
  .custom_box.two > div > div:first-child > div:last-child {
    left: 0;
  }
  .custom_box.two > div > div:last-child {
    padding: 60px 0 0 0;
  }
}
.custom_box.three {
  padding: 120px 200px 120px 120px;
}
.custom_box.three > div {
  display: flex;
  flex-wrap: wrap;
}
.custom_box.three > div > div {
  flex: 1;
}
.custom_box.three > div > div span {
  font-size: 1.4rem;
  color: #48557f;
}
.custom_box.three > div > div:first-child {
  flex: none;
}
.custom_box.three > div > div:first-child span {
  margin: 0 0 0 10px;
}
.custom_box.three > div > div:nth-child(2) {
  padding: 0 90px;
}
.custom_box.three > div > div:last-child span {
  display: block;
  margin: 5px 0 0 0;
}
.custom_box.three > div > div:last-child span i {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .custom_box.three {
    padding: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.three {
    padding: 120px;
  }
  .custom_box.three > div > div:first-child {
    flex: 0 0 100%;
    padding: 0 0 30px 0;
  }
  .custom_box.three > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.three > div > div:nth-child(2) {
    padding: 0 90px 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.three {
    padding: 100px 80px;
  }
  .custom_box.three > div > div:first-child {
    flex: 0 0 100%;
    padding: 0 0 30px 0;
  }
  .custom_box.three > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.three > div > div:nth-child(2) {
    padding: 0 80px 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.three {
    padding: 100px 60px;
  }
  .custom_box.three > div > div {
    flex: 0 0 100%;
  }
  .custom_box.three > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.three > div > div:nth-child(2) {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.three {
    padding: 80px 30px;
  }
  .custom_box.three > div > div {
    flex: 0 0 100%;
  }
  .custom_box.three > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.three > div > div:nth-child(2) {
    padding: 30px 0;
  }
}
.custom_box.four {
  padding: 120px 200px 120px 120px;
}
.custom_box.four > div {
  display: flex;
  flex-wrap: wrap;
}
.custom_box.four > div > div {
  flex: 1;
}
.custom_box.four > div > div:first-child {
  flex: 0 0 205px;
  text-align: right;
}
.custom_box.four > div > div:first-child span {
  font-size: 1.4rem;
  color: #48557f;
  margin: 0 0 0 10px;
}
.custom_box.four > div > div:last-child {
  padding: 0 0 0 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .custom_box.four {
    padding: 120px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom_box.four {
    padding: 120px;
  }
  .custom_box.four > div > div {
    flex: 0 0 100%;
  }
  .custom_box.four > div > div:first-child {
    flex: 0 0 100%;
    text-align: left;
  }
  .custom_box.four > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.four > div > div:last-child {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom_box.four {
    padding: 100px 80px;
  }
  .custom_box.four > div > div {
    flex: 0 0 100%;
  }
  .custom_box.four > div > div:first-child {
    flex: 0 0 100%;
    text-align: left;
  }
  .custom_box.four > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.four > div > div:last-child {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.four {
    padding: 100px 60px;
  }
  .custom_box.four > div > div {
    flex: 0 0 100%;
  }
  .custom_box.four > div > div:first-child {
    flex: 0 0 100%;
    text-align: left;
  }
  .custom_box.four > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.four > div > div:last-child {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.four {
    padding: 80px 30px;
  }
  .custom_box.four > div > div {
    flex: 0 0 100%;
  }
  .custom_box.four > div > div:first-child {
    flex: 0 0 100%;
    text-align: left;
  }
  .custom_box.four > div > div:first-child span i {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
  .custom_box.four > div > div:last-child {
    padding: 30px 0 0 0;
  }
}
.custom_box.with_background {
  background: #fbf9ef;
}
.custom_box.include_margin_bottom {
  margin-bottom: 100px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .custom_box.include_margin_bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 480px) {
  .custom_box.include_margin_bottom {
    margin-bottom: 60px;
  }
}
.page_heading {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
.page_heading > div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  margin: 0 0 0 150px;
  width: 520px;
  height: 100%;
}
.page_heading > div h5 {
  font-weight: 700;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: #48557f;
}
.page_heading > div h1 {
  color: #fff;
  font-size: 4.6rem;
  line-height: 95%;
  margin: 20px 0 0 0;
  transition: 0.3s ease;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .page_heading > div {
    margin: 0 0 0 100px;
    width: 500px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page_heading > div {
    margin: 0 0 0 60px;
    width: 450px;
  }
  .page_heading > div h1 {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .page_heading > div {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 100px 60px 80px 60px;
    background: #51453a;
    background: linear-gradient(0deg, #51453a 0%, rgba(169, 112, 45, 0) 100%);
  }
  .page_heading > div h1 {
    font-size: 4rem;
  }
  .page_heading.shift_background {
    background-position: 70% 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  .page_heading > div {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 120px 30px 60px 30px;
    background: #51453a;
    background: linear-gradient(0deg, #51453a 0%, rgba(169, 112, 45, 0) 100%);
  }
  .page_heading > div h1 {
    font-size: 3.5rem;
  }
  .page_heading.shift_background {
    background-position: 75% 50% !important;
  }
}
.sub_page_heading {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  padding: 20% 120px 120px 150px;
}
.sub_page_heading > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #51453a;
  opacity: 0.6;
}
.sub_page_heading > div:last-child {
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.sub_page_heading > div:last-child > h5 {
  font-weight: 700;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: #48557f;
  margin: 6px 0 0 0;
}
.sub_page_heading > div:last-child h1 {
  color: #fff;
  line-height: 95%;
  margin: 20px 0 0 0;
}
.sub_page_heading > div:last-child p {
  font-weight: 700;
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  color: #48557f;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .sub_page_heading {
    padding: 25% 120px 120px 100px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sub_page_heading {
    padding: 34% 120px 100px 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .sub_page_heading {
    padding: 300px 60px 100px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .sub_page_heading {
    padding: 300px 30px 80px 30px;
  }
}
.advance_content > p {
  margin: 10px 0;
}
.advance_content > p a {
  color: #48557f;
  transition: 0.3s ease;
}
.advance_content > p a:hover {
  font-weight: 600;
  color: #222;
  border-bottom: 3px solid #48557f;
}
.advance_content li {
  margin: 8px 0 0 0;
}
.advance_content li:first-child {
  margin: 0;
}
.advance_content > h3 {
  font-weight: 700;
  margin: 30px 0 0 0;
}
.advance_content > h4 {
  margin: 20px 0 0 0;
}
.advance_content > .image {
  margin: 30px 0;
}
.advance_content > .image > div:first-child {
  position: relative;
  overflow: hidden;
}
.advance_content > .image > div:first-child img {
  width: 100%;
}
.advance_content > .image > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0 0;
}
.advance_content > .image > div:nth-child(2) > div:first-child {
  font-size: 1.1rem;
  color: #48557f;
}
.advance_content > .image > div:nth-child(2) > div:nth-child(2) {
  flex: 1;
  padding: 0 10px;
}
.advance_content > .image > div:nth-child(2) > div:nth-child(2) > div {
  height: 1px;
  background: #48557f;
}
.advance_content > .image > div:nth-child(2) > div:last-child h5 {
  font-weight: 700;
  color: #51453a;
}
.advance_content > .embed {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  margin: 30px 0;
  background: #fff;
}
.advance_content > .embed > div:first-child iframe {
  width: 100%;
}
.advance_content > .embed.with_caption > div:last-child {
  font-weight: 700;
  padding: 30px;
}
.advance_content > table {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0;
}
.advance_content > table tr th {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px;
  background: #48557f;
  text-align: left;
}
.advance_content > table tr td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
.advance_content > .delimiter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 39px 0;
}
.advance_content > .delimiter > div:first-child,
.advance_content > .delimiter > div:last-child {
  flex: 1;
}
.advance_content > .delimiter > div:first-child > div,
.advance_content > .delimiter > div:last-child > div {
  height: 1px;
  background: #ccc;
}
.advance_content > .delimiter > div:nth-child(2) i {
  margin: 0 5px;
  color: #48557f;
}
.advance_content > .quote {
  margin: 50px 0;
  background: #48557f;
  padding: 55px 100px;
  position: relative;
  color: #fff;
}
.advance_content > .quote > div {
  position: absolute;
  right: 100px;
  top: -21px;
  font-size: 2.1rem;
  color: #51453a;
  transform: rotate(180deg);
}
.advance_content > .quote h3 {
  color: #fff;
}
.advance_content > .quote p {
  font-weight: 700;
  margin: 5px 0 0 0;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .advance_content > .quote {
    padding: 55px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .advance_content > .quote {
    padding: 55px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .advance_content > .quote {
    padding: 55px 30px;
  }
}
.advance_content > .link {
  margin: 30px 0;
}
.advance_content > .link > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  background: #48557f;
  color: #fff;
  transition: 0.3s ease;
  padding: 40px 0 0 0;
}
.advance_content > .link > a > div:first-child {
  font-size: 1.2rem;
  padding: 0 40px;
}
.advance_content > .link > a > div:nth-child(2) {
  padding: 0 40px;
}
.advance_content > .link > a > div:last-child {
  font-weight: 600;
  border-top: 1px solid #ddd;
  padding: 20px 40px;
  margin: 30px 0 0 0;
  font-size: 0.9rem;
}
.advance_content > .link > a:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.07));
  background: #fff;
  color: #222;
}
.advance_content > .attachment {
  margin: 30px 0;
}
.advance_content > .attachment > a {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease;
}
.advance_content > .attachment > a > div {
  padding: 15px;
}
.advance_content > .attachment > a > div:first-child {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 20px;
}
.advance_content > .attachment > a > div:nth-child(2) {
  flex: 1;
}
.advance_content > .attachment > a > div:last-child {
  color: #eee;
}
.advance_content > .attachment > a:hover {
  background: #51453a;
}
.advance_content > .attachment > a:hover > div:last-child {
  color: #fff;
}
.advance_content > .attachment.doc > a > div:first-child,
.advance_content > .attachment.docx > a > div:first-child {
  background: #295394;
}
.advance_content > .attachment.ppt > a > div:first-child,
.advance_content > .attachment.pptx > a > div:first-child {
  background: #c54830;
}
.advance_content > .attachment.xls > a > div:first-child,
.advance_content > .attachment.xlsx > a > div:first-child {
  background: #1f6e43;
}
.advance_content > .attachment.pdf > a > div:first-child {
  background: #f20f00;
}
.advance_content > .attachment.rtf > a > div:first-child {
  background: #157efb;
}
.advance_content > .attachment.txt > a > div:first-child {
  background: #000;
}
.advance_content > :first-child {
  margin-top: 0;
}
.gallery_button_holder {
  margin: 30px 0 0 0;
  text-align: center;
}
.social_icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.2rem;
  color: #48557f;
  transition: 0.3s ease;
  margin: 0 10px 0 0;
}
.social_icon:last-child {
  margin: 0;
}
.social_icon:hover {
  color: #fff;
}
.social_icon.darken:hover {
  color: #51453a;
}
.social_icon.for_footer {
  color: #fff;
}
.social_icon.for_footer:hover {
  color: #48557f;
}
.home_event_quote_holder {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin: -165px 0 0 0;
  position: relative;
  z-index: 1;
}
.home_event_quote_holder > div:first-child {
  flex: 1;
}
.home_event_quote_holder > div:first-child > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
}
.home_event_quote_holder > div:first-child > div > div:first-child > div {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
}
.home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child {
  flex: 1;
  padding: 20px 30px;
  background: #48557f;
  text-align: center;
}
.home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child h2 {
  font-size: 4rem;
}
.home_event_quote_holder > div:first-child > div > div:first-child > div > div:last-child {
  padding: 15px 50px;
  background: #51453a;
}
.home_event_quote_holder > div:first-child > div > div:last-child {
  flex: 1;
  height: 100%;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:first-child {
  flex: 1;
  padding: 30px;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:first-child h3 {
  font-weight: 400;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:first-child h5 {
  font-weight: 600;
  text-transform: uppercase;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:first-child span {
  font-size: 0.9rem;
  color: #888;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:last-child {
  display: none;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:last-child > div {
  display: flex;
  flex-wrap: wrap;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:last-child > div > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  flex: 0 0 25%;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
  color: #888;
  border: solid #ddd;
  border-width: 0 0.5px;
  background: #f0f0f0;
}
.home_event_quote_holder > div:first-child > div > div:last-child > div > div:last-child > div > a:hover {
  -webkit-filter: drop-shadow(0 -5px 20px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 -5px 20px rgba(0, 0, 0, 0.13));
  color: #48557f;
  border-color: #fff;
  background: #fff;
}
.home_event_quote_holder > div:last-child {
  flex: 0 0 40%;
  padding: 0 0 0 60px;
}
.home_event_quote_holder > div:last-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #48557f;
  min-height: 280px;
  color: #fff;
}
.home_event_quote_holder > div:last-child > div > div {
  padding: 30px 50px;
}
.home_event_quote_holder > div:last-child > div > div h3 {
  color: #fff;
}
.home_event_quote_holder > div:last-child > div > div > p {
  font-weight: 700;
  display: inline-block;
  margin: 20px 0 0 -50px;
  padding: 20px 0 0 50px;
  border-top: 1px solid #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .home_event_quote_holder > div:first-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
  .home_event_quote_holder > div:last-child > div {
    min-height: auto;
  }
  .home_event_quote_holder > div:last-child > div > div {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_event_quote_holder > div:first-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
  .home_event_quote_holder > div:last-child > div {
    min-height: auto;
  }
  .home_event_quote_holder > div:last-child > div > div {
    padding: 40px 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_event_quote_holder {
    margin: -140px 0 0 0;
  }
  .home_event_quote_holder > div:first-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child {
    flex: 0 0 100%;
    background: #51453a;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child h2 {
    font-size: 3.5rem;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child h4 {
    font-weight: 700;
    margin: 0 0 0 5px;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:last-child {
    font-weight: 700;
    padding: 15px 30px;
    text-align: center;
  }
  .home_event_quote_holder > div:first-child > div > div:last-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
  .home_event_quote_holder > div:last-child > div {
    min-height: auto;
  }
  .home_event_quote_holder > div:last-child > div > div {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 480px) {
  .home_event_quote_holder {
    margin: -110px 0 0 0;
  }
  .home_event_quote_holder > div:first-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:first-child {
    padding: 10px 20px;
  }
  .home_event_quote_holder > div:first-child > div > div:first-child > div > div:last-child {
    padding: 15px 30px;
    text-align: center;
  }
  .home_event_quote_holder > div:first-child > div > div:last-child {
    flex: 0 0 100%;
  }
  .home_event_quote_holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
  .home_event_quote_holder > div:last-child > div {
    min-height: auto;
  }
  .home_event_quote_holder > div:last-child > div > div {
    padding: 40px 30px;
  }
}
.home_gallery {
  position: relative;
}
.home_gallery > div:first-child {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 130px;
  z-index: 2;
}
.home_gallery > div:first-child h3 {
  color: #fff;
}
.home_gallery > div:last-child {
  display: flex;
  margin: 60px 0 0 0;
}
.home_gallery > div:last-child > div {
  flex: 0 0 14.28%;
  height: 400px;
}
.home_gallery > div:last-child > div:nth-child(2) > div,
.home_gallery > div:last-child > div:nth-child(6) > div {
  animation-delay: 1s;
}
.home_gallery > div:last-child > div:nth-child(3) > div,
.home_gallery > div:last-child > div:nth-child(5) > div {
  animation-delay: 2s;
}
.home_gallery > div:last-child > div:nth-child(4) {
  flex: 1;
}
.home_gallery > div:last-child > div:nth-child(4) > div {
  animation-delay: 3s;
}
.home_gallery > div:last-child > div > div {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  height: 100%;
  -webkit-animation: bouncer 4s infinite;
  /* Chrome, Safari, Opera */
  animation: bouncer 4s infinite;
  position: relative;
}
.home_gallery > div:last-child > div > div .image_shade {
  opacity: 0.5;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_gallery {
    overflow-x: hidden;
  }
  .home_gallery > div:first-child {
    top: 180px;
  }
  .home_gallery > div:last-child > div {
    flex: 0 0 20%;
  }
  .home_gallery > div:last-child > div:first-child > div,
  .home_gallery > div:last-child > div:nth-child(5) > div {
    animation-delay: 0.5s;
  }
  .home_gallery > div:last-child > div:nth-child(2),
  .home_gallery > div:last-child > div:nth-child(4) {
    flex: 0 0 20%;
  }
  .home_gallery > div:last-child > div:nth-child(2) > div,
  .home_gallery > div:last-child > div:nth-child(4) > div {
    animation-delay: 1.3s;
  }
  .home_gallery > div:last-child > div:nth-child(3) > div {
    animation-delay: 2.1s;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_gallery {
    overflow-x: hidden;
  }
  .home_gallery > div:first-child {
    top: 180px;
  }
  .home_gallery > div:last-child > div {
    flex: 0 0 20%;
  }
  .home_gallery > div:last-child > div:first-child > div,
  .home_gallery > div:last-child > div:nth-child(5) > div {
    animation-delay: 0.5s;
  }
  .home_gallery > div:last-child > div:nth-child(2),
  .home_gallery > div:last-child > div:nth-child(4) {
    flex: 0 0 20%;
  }
  .home_gallery > div:last-child > div:nth-child(2) > div,
  .home_gallery > div:last-child > div:nth-child(4) > div {
    animation-delay: 1.3s;
  }
  .home_gallery > div:last-child > div:nth-child(3) > div {
    animation-delay: 2.1s;
  }
}
@media only screen and (max-width: 480px) {
  .home_gallery {
    overflow-x: hidden;
  }
  .home_gallery > div:first-child {
    top: 180px;
  }
  .home_gallery > div:last-child > div {
    flex: 0 0 25%;
  }
  .home_gallery > div:last-child > div:first-child > div {
    animation-delay: 0.5s;
  }
  .home_gallery > div:last-child > div:nth-child(2) > div {
    animation-delay: 1.3s;
  }
  .home_gallery > div:last-child > div:nth-child(3) > div {
    animation-delay: 2.1s;
  }
  .home_gallery > div:last-child > div:nth-child(4) {
    flex: 0 0 25%;
  }
  .home_gallery > div:last-child > div:nth-child(4) > div {
    animation-delay: 2.9s;
  }
}
@keyframes bouncer {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: -40px;
  }
  100% {
    margin-top: 0;
  }
}
.home_testimonies_holder {
  max-width: 1000px;
  margin: 130px auto 0 auto;
  padding: 0 60px 150px 60px;
}
.home_testimonies_holder > div:first-child {
  text-align: center;
}
.home_testimonies_holder > div:nth-child(2) {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  padding: 60px;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
}
.home_testimonies_holder > div:nth-child(2) > .home_testimony {
  display: none;
}
.home_testimonies_holder > div:nth-child(2) > .home_testimony:first-child {
  display: block;
}
.home_testimonies_holder > div:nth-child(2) > .home_testimony > div {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.home_testimonies_holder > div:nth-child(2) > .home_testimony > div > div:first-child {
  font-weight: 600;
  flex: 1;
  padding: 0 20px 0 0;
  color: #48557f;
}
.home_testimonies_holder > div:nth-child(2) > .home_testimony > div > div h5 {
  font-weight: 600;
  color: #888;
}
.home_testimonies_holder > div:nth-child(2) h3 {
  margin: 0 0 10px 0;
}
.home_testimonies_holder > div:last-child {
  padding: 40px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_testimonies_holder {
    margin: 80px auto 0 auto;
    padding: 0 30px 80px 30px;
  }
  .home_testimonies_holder > div:nth-child(2) {
    padding: 60px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .home_testimonies_holder {
    margin: 80px auto 0 auto;
    padding: 0 30px 80px 30px;
  }
  .home_testimonies_holder > div:nth-child(2) {
    padding: 50px 30px;
  }
}
.testimony_selector {
  margin: 0 20px 0 0;
  display: inline-block;
}
.testimony_selector > div:first-child {
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease;
  height: 70px;
  width: 70px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  font-size: 6rem;
  color: #fff;
  background: #eee;
  text-align: center;
}
.testimony_selector > div:first-child > span {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  transition: 0.3s ease;
}
.testimony_selector > div:first-child:hover {
  background: #51453a;
}
.testimony_selector > div:first-child:hover > span {
  top: -15px;
}
.testimony_selector > div:last-child {
  display: none;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 16px solid #fff;
  position: relative;
  z-index: 1;
  margin: 20px auto 0 auto;
}
.testimony_selector:last-child {
  margin: 0;
}
.testimony_selector.active > div:first-child {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  background: #48557f;
  color: #fff;
}
.testimony_selector.active > div:last-child {
  display: block;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .testimony_selector > div:first-child {
    height: 50px;
    width: 50px;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 480px) {
  .testimony_selector {
    margin: 0 10px 0 0;
  }
  .testimony_selector > div:first-child {
    height: 50px;
    width: 50px;
    font-size: 5rem;
  }
}
.home_book_ad {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.15));
  margin: 200px 0 0 300px;
}
.home_book_ad > div {
  position: relative;
}
.home_book_ad > div > div:first-child {
  position: absolute;
  left: -160px;
  top: -110px;
  width: 570px;
}
.home_book_ad > div > div:first-child img {
  width: 100%;
  max-width: 600px;
}
.home_book_ad > div > div:last-child {
  padding: 80px 80px 80px 260px;
  background: #51453a;
  margin: 0 0 0 210px;
}
.home_book_ad > div > div:last-child h3 {
  color: #48557f;
}
.home_book_ad > div > div:last-child p {
  font-weight: 700;
  color: #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .home_book_ad {
    margin: 200px 0 0 220px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_book_ad {
    margin: 200px 0 0 0;
  }
  .home_book_ad > div > div:first-child {
    left: -45px;
    top: -80px;
  }
  .home_book_ad > div > div:first-child img {
    max-width: 470px;
  }
  .home_book_ad > div > div:last-child {
    padding: 70px 60px 70px 250px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .home_book_ad {
    margin: 80px 0 0 0;
    padding: 80px 30px;
    background: #51453a;
  }
  .home_book_ad > div > div:first-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
  }
  .home_book_ad > div > div:first-child img {
    margin: 0 auto;
  }
  .home_book_ad > div > div:last-child {
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .home_book_ad {
    margin: 80px 0 0 0;
    padding: 80px 30px;
    background: #51453a;
  }
  .home_book_ad > div > div:first-child {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
  }
  .home_book_ad > div > div:first-child img {
    margin: 0 auto;
  }
  .home_book_ad > div > div:last-child {
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
  }
}
.line_separator {
  display: flex;
  margin: 30px 0;
}
.line_separator > div {
  height: 3px;
  flex: 0 0 50%;
}
.line_separator > div:first-child {
  background: #48557f;
}
.line_separator > div:last-child {
  background: #e9c656;
}
.sermons_holder {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.sermons_holder > .sermon {
  flex: 0 0 33.33%;
  padding: 20px;
}
.sermons_holder > .sermon.audio > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 215px;
}
.sermons_holder > .sermon.audio > div > div:first-child {
  flex: 1;
  padding: 0 0 30px 0;
}
.sermons_holder > .sermon.audio > div > div:first-child > div {
  display: table;
  width: 100%;
  height: 100%;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div {
  display: table-cell;
  vertical-align: bottom;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:first-child {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:last-child {
  padding: 30px 20px 0.5px 20px;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:last-child h5 {
  color: #888;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:last-child h5:first-child {
  font-weight: 700;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:last-child h5:last-child {
  font-weight: 600;
  color: #48557f;
}
.sermons_holder > .sermon.audio > div > div:first-child > div > div:last-child > div {
  font-weight: 700;
  margin: 10px 0 7px 0;
}
.sermons_holder > .sermon.video > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 215px;
}
.sermons_holder > .sermon.video > div > div:first-child {
  display: flex;
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 0 30px 30px 0;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child {
  flex: 1;
  padding: 0 0 0 20px;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child h5 {
  font-weight: 700;
  color: #ddd;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child h5 > span {
  color: #48557f;
  margin: 0 0 0 5px;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child div {
  font-weight: 700;
  margin: 5px 0;
  color: #fff;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child .text_link {
  font-weight: 700;
}
.sermons_holder > .sermon.video > div > div:first-child > div:last-child .text_link span {
  font-size: 0.85rem;
}
.sermons_holder > .sermon.video > div > div:last-child {
  position: absolute;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .sermons_holder {
    margin: -20px;
  }
  .sermons_holder > .sermon {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .sermons_holder {
    margin: -20px;
  }
  .sermons_holder > .sermon {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sermons_holder {
    margin: -20px;
  }
  .sermons_holder > .sermon {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .sermons_holder {
    margin: -20px;
  }
  .sermons_holder > .sermon {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 480px) {
  .sermons_holder {
    margin: -20px;
  }
  .sermons_holder > .sermon {
    flex: 0 0 100%;
  }
}
.featured_event {
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
  background-color: #51453a;
  overflow: hidden;
  position: relative;
  padding: 230px 120px 120px 150px;
}
.featured_event > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #51453a;
  opacity: 0.6;
}
.featured_event > div:last-child {
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.featured_event > div:last-child > h5 {
  font-weight: 700;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: #48557f;
  margin: 6px 0 0 0;
}
.featured_event > div:last-child h1 {
  color: #fff;
  line-height: 95%;
  margin: 20px 0 0 0;
}
.featured_event > div:last-child > div {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #48557f;
  margin: 10px 0 0 5px;
}
.featured_event > div:last-child > div > div:last-child {
  padding: 0 0 0 10px;
}
.events_holder {
  max-width: 1000px;
}
.events_holder > .event {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 50px 0 0 0;
}
.events_holder > .event:first-child {
  margin: 0;
}
.events_holder > .event > div:first-child {
  display: flex;
  flex-direction: column;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
}
.events_holder > .event > div:first-child > div:first-child {
  flex: 1;
  padding: 20px 30px;
  background: #48557f;
  text-align: center;
}
.events_holder > .event > div:first-child > div:first-child h2 {
  font-size: 4rem;
}
.events_holder > .event > div:first-child > div:last-child {
  padding: 15px 50px;
  background: #51453a;
}
.events_holder > .event > div:last-child {
  flex: 1;
}
.events_holder > .event > div:last-child > div:first-child {
  display: table;
  padding: 20px 30px;
  height: 130px;
  width: 100%;
}
.events_holder > .event > div:last-child > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
}
.events_holder > .event > div:last-child > div:first-child > div h3 {
  font-weight: 400;
}
.events_holder > .event > div:last-child > div:first-child > div h5 {
  font-weight: 600;
  color: #888;
  margin: 5px 0 0 0;
}
.events_holder > .event > div:last-child > div:first-child > div span {
  font-size: 0.9rem;
  color: #888;
}
.events_holder > .event > div:last-child > div:last-child {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.events_holder > .event > div:last-child > div:last-child > a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  flex: 0 0 25%;
  text-decoration: none;
  padding: 15px;
  text-align: center;
  transition: 0.3s ease;
  color: #888;
  border: solid #ddd;
  border-width: 0 0.5px;
  background: #f0f0f0;
}
.events_holder > .event > div:last-child > div:last-child > a:hover {
  -webkit-filter: drop-shadow(0 -5px 20px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 -5px 20px rgba(0, 0, 0, 0.13));
  color: #48557f;
  border-color: #fff;
  background: #fff;
}
.events_holder > .event.past > div:first-child {
  color: #fff;
}
.events_holder > .event.past > div:first-child > div:first-child {
  background: #ddd;
}
.events_holder > .event.past > div:first-child > div:last-child {
  background: #888;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .events_holder > .event > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    flex-direction: row;
    background: #51453a;
  }
  .events_holder > .event > div:first-child > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 15px 20px;
  }
  .events_holder > .event > div:first-child > div:first-child h2 {
    font-size: 3.5rem;
  }
  .events_holder > .event > div:first-child > div:first-child h4 {
    font-weight: 700;
    margin: 0 0 0 5px;
  }
  .events_holder > .event > div:first-child > div:last-child {
    font-weight: 700;
    padding: 15px 30px;
  }
  .events_holder > .event > div:last-child > div:first-child {
    padding: 20px 30px 30px 30px;
    height: auto;
  }
  .events_holder > .event.past > div:first-child {
    background: #888;
  }
}
@media only screen and (max-width: 480px) {
  .events_holder > .event > div:first-child {
    flex: 0 0 100%;
  }
  .events_holder > .event > div:first-child > div:first-child {
    flex: 0 0 100%;
    padding: 10px 20px;
  }
  .events_holder > .event > div:first-child > div:last-child {
    padding: 15px 30px;
    text-align: center;
  }
  .events_holder > .event.past > div:first-child {
    background: #888;
  }
}
.testimonies_holder {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.testimonies_holder > .testimony {
  flex: 0 0 33.33%;
  padding: 20px;
}
.testimonies_holder > .testimony > div {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 215px;
  transition: 0.3s ease;
}
.testimonies_holder > .testimony > div > div:first-child {
  flex: 1;
  padding: 40px;
}
.testimonies_holder > .testimony > div > div:first-child span {
  font-size: 2.6rem;
  color: #ccc;
  transition: 0.3s ease;
}
.testimonies_holder > .testimony > div > div:first-child .text_link {
  font-weight: 700;
  margin: 5px 0 0 0;
  font-size: 0.85rem;
}
.testimonies_holder > .testimony > div > div:first-child .text_link i {
  margin: 0 0 0 5px;
}
.testimonies_holder > .testimony > div > div:last-child > div {
  font-weight: 700;
  display: inline-block;
  background: #fff;
  padding: 15px 40px;
  transition: 0.3s ease;
}
.testimonies_holder > .testimony > div:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  background: #fff;
}
.testimonies_holder > .testimony > div:hover > div:first-child span {
  color: #e9c656;
}
.testimonies_holder > .testimony > div:hover > div:last-child > div {
  background: #48557f;
  color: #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .testimonies_holder > .testimony {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .testimonies_holder > .testimony {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .testimonies_holder > .testimony {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 480px) {
  .testimonies_holder > .testimony {
    flex: 0 0 100%;
  }
  .testimonies_holder > .testimony > div > div:first-child {
    padding: 40px 30px;
  }
}
.book_display {
  padding: 200px 60px 120px 60px;
  background: #fbf9ef;
}
.book_display > div {
  max-width: 1100px;
  margin: 0 auto;
}
.book_display > div > div {
  display: flex;
  flex-wrap: wrap;
}
.book_display > div > div > div:first-child {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
}
.book_display > div > div > div:first-child a {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  flex: 0 0 25%;
  display: block;
  text-decoration: none;
  padding: 29px 30px;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease;
}
.book_display > div > div > div:first-child a img {
  width: 30px;
}
.book_display > div > div > div:first-child a img:first-child {
  opacity: 0.3;
}
.book_display > div > div > div:first-child a img:last-child {
  display: none;
}
.book_display > div > div > div:first-child a h5 {
  font-weight: 600;
  margin: 20px 0 0 0;
  color: #888;
}
.book_display > div > div > div:first-child a p {
  font-weight: 700;
  color: #888;
}
.book_display > div > div > div:first-child a:hover {
  background: #e9c656;
  border-bottom-color: #e9c656;
}
.book_display > div > div > div:first-child a:hover img:first-child {
  display: none;
}
.book_display > div > div > div:first-child a:hover img:last-child {
  display: block;
}
.book_display > div > div > div:first-child a:hover h5 {
  color: #fff;
}
.book_display > div > div > div:first-child a:hover p {
  color: #fff;
}
.book_display > div > div > div:first-child a.active {
  background: #48557f;
  border-bottom-color: #48557f;
}
.book_display > div > div > div:first-child a.active img:first-child {
  display: none;
}
.book_display > div > div > div:first-child a.active img:last-child {
  display: block;
}
.book_display > div > div > div:first-child a.active h5 {
  color: #fff;
}
.book_display > div > div > div:first-child a.active p {
  color: #fff;
}
.book_display > div > div > div:nth-child(2) {
  flex: 0 0 420px;
}
.book_display > div > div > div:nth-child(2) img {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 600px;
}
.book_display > div > div > div:last-child {
  flex: 1;
  padding: 0 0 0 60px;
}
.book_display > div > div > div:last-child > div:first-child > p {
  margin: 10px 0 0 0;
}
.book_display > div > div > div:last-child > div:first-child > p span {
  margin: 0 0 0 10px;
  color: #48557f;
}
.book_display > div > div > div:last-child > div:last-child > div {
  display: none;
}
.book_display > div > div > div:last-child > div:last-child > div:first-child {
  display: block;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 30px 0;
  border: solid #ddd;
  border-width: 1px 0;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child > div {
  flex: 1;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child > div:nth-child(2) {
  padding: 0 30px;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child > div span {
  color: #888;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child > div h5 {
  font-weight: 700;
  margin: 5px 0;
  color: #888;
}
.book_display > div > div > div:last-child > div:last-child > div > div:first-child > div p {
  font-weight: 700;
}
.book_display > div > div > div:last-child > div:last-child > div > div:nth-child(2) {
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #ddd;
}
.book_display > div > div > div:last-child > div:last-child > div > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.book_display > div > div > div:last-child > div:last-child > div > div:last-child > div:first-child {
  flex: 1;
  padding: 0 20px 0 0;
}
.book_display > div > div > div:last-child > div:last-child > div > div:last-child > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.book_display > div > div > div:last-child > div:last-child > div > div:last-child > div:first-child > div > div:first-child {
  flex: 1;
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .book_display > div > div > div:first-child {
    flex: 0 0 100%;
    flex-direction: row;
    border: solid #ddd;
    border-width: 1px 0;
    margin: 0 0 50px 0;
  }
  .book_display > div > div > div:first-child a {
    border-bottom: none;
    border-right: 1px solid #ddd;
    text-align: center;
  }
  .book_display > div > div > div:first-child a:last-child {
    border-right: none;
  }
  .book_display > div > div > div:first-child a img {
    margin: 0 auto;
  }
  .book_display > div > div > div:first-child a:hover {
    border-right-color: #e9c656;
  }
  .book_display > div > div > div:first-child a.active {
    border-right-color: #48557f;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .book_display {
    padding: 200px 30px 100px 30px;
  }
  .book_display > div {
    max-width: 600px;
  }
  .book_display > div > div > div:nth-child(2) {
    flex: 1;
  }
  .book_display > div > div > div:nth-child(2) img {
    max-width: auto;
  }
  .book_display > div > div > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .book_display {
    padding: 160px 60px 100px 60px;
  }
  .book_display > div > div > div:first-child {
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .book_display > div > div > div:first-child a {
    flex: 0 0 50%;
    border: 1px solid #ddd;
    text-align: center;
  }
  .book_display > div > div > div:first-child a:last-child {
    border-right: 1px solid #ddd;
  }
  .book_display > div > div > div:first-child a img {
    margin: 0 auto;
  }
  .book_display > div > div > div:first-child a:hover {
    border-color: #e9c656;
  }
  .book_display > div > div > div:first-child a.active {
    border-color: #48557f;
  }
  .book_display > div > div > div:nth-child(2) {
    flex: 0 0 100%;
  }
  .book_display > div > div > div:last-child {
    padding: 40px 0 0 0;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div p {
    flex: 1;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div h5 {
    padding: 0 10px;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div:nth-child(2) {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .book_display {
    padding: 160px 30px 80px 30px;
  }
  .book_display > div > div > div:first-child {
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .book_display > div > div > div:first-child a {
    flex: 0 0 50%;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: center;
  }
  .book_display > div > div > div:first-child a:last-child {
    border-right: 1px solid #ddd;
  }
  .book_display > div > div > div:first-child a img {
    margin: 0 auto;
  }
  .book_display > div > div > div:first-child a:hover {
    border-color: #e9c656;
  }
  .book_display > div > div > div:first-child a.active {
    border-color: #48557f;
  }
  .book_display > div > div > div:nth-child(2) {
    flex: 0 0 100%;
  }
  .book_display > div > div > div:last-child {
    padding: 40px 0 0 0;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div p {
    flex: 1;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div h5 {
    padding: 0 10px;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:first-child > div:nth-child(2) {
    padding: 10px 0;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:last-child > div:first-child > div > div {
    flex: 0 0 100%;
  }
  .book_display > div > div > div:last-child > div:last-child > div > div:last-child > div:first-child > div > div:first-child {
    flex: 0 0 100%;
    padding: 0;
  }
}
.gallery_holder {
  background: #fbf9ef;
  column-count: 4;
  column-gap: 25px;
  padding: 200px 120px 120px 120px;
}
.gallery_holder .image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  background: #ddd;
  margin: 0 0 25px 0;
  display: inline-block;
  position: relative;
}
.gallery_holder .image img {
  width: 100%;
}
.gallery_holder .image > div {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.gallery_holder .image:hover {
  filter: brightness(120%);
  z-index: 1;
}
.gallery_holder .image:hover > div {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.3));
  margin: -40px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .gallery_holder {
    column-count: 3;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery_holder {
    column-count: 3;
    padding: 200px 80px 100px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .gallery_holder {
    column-count: 3;
    padding: 160px 60px 100px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery_holder {
    column-count: 2;
    column-gap: 20px;
    padding: 160px 30px 80px 30px;
  }
  .gallery_holder .image {
    margin: 0 0 20px 0;
  }
  .gallery_holder .image:hover > div {
    margin: -10px;
  }
}
.contact_types_holder {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.contact_types_holder .contact_type {
  flex: 0 0 33.33%;
  padding: 15px;
}
.contact_types_holder .contact_type:first-child,
.contact_types_holder .contact_type:nth-child(2) {
  flex: 0 0 50%;
}
.contact_types_holder .contact_type a {
  -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.08));
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  display: block;
  background: #fff;
  padding: 40px 30px;
  transition: 0.3s ease;
  height: 100%;
}
.contact_types_holder .contact_type a span {
  color: #888;
  font-size: 1.2rem;
}
.contact_types_holder .contact_type a p {
  font-weight: 700;
  margin: 5px 0;
}
.contact_types_holder .contact_type a h5 {
  font-weight: 600;
  color: #888;
  line-height: 135%;
}
.contact_types_holder .contact_type a:hover {
  background: #e9c656;
  color: #fff;
}
.contact_types_holder .contact_type a:hover span,
.contact_types_holder .contact_type a:hover h5 {
  color: #fff;
}
.contact_types_holder .contact_type a.active {
  background: #48557f;
  color: #fff;
}
.contact_types_holder .contact_type a.active span,
.contact_types_holder .contact_type a.active h5 {
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_types_holder .contact_type {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact_types_holder .contact_type {
    flex: 0 0 100%;
  }
  .contact_types_holder .contact_type:first-child,
  .contact_types_holder .contact_type:nth-child(2) {
    flex: 0 0 100%;
  }
  .contact_types_holder .contact_type a {
    display: flex;
  }
  .contact_types_holder .contact_type a > div:last-child {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .contact_types_holder .contact_type a p {
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_types_holder .contact_type {
    flex: 0 0 100%;
  }
  .contact_types_holder .contact_type:first-child,
  .contact_types_holder .contact_type:nth-child(2) {
    flex: 0 0 100%;
  }
  .contact_types_holder .contact_type a {
    display: flex;
  }
  .contact_types_holder .contact_type a > div:last-child {
    flex: 1;
    padding: 0 0 0 20px;
  }
  .contact_types_holder .contact_type a p {
    margin: 0 0 5px 0;
  }
}
.contact_form {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  padding: 80px 120px;
  margin: 0 auto;
}
.contact_form > div {
  flex: 0 0 50%;
  padding: 15px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_form {
    padding: 100px 80px;
  }
  .contact_form > div {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact_form {
    padding: 100px 60px;
  }
  .contact_form > div {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contact_form {
    padding: 80px 30px;
  }
  .contact_form > div {
    flex: 0 0 100%;
  }
}
.contact_quick_links_holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #ab606c;
  background: linear-gradient(270deg, #ab606c 0%, #ffa63d 100%);
}
.contact_quick_links_holder > a {
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  flex-grow: 1;
  width: max-content;
  display: block;
  border-right: 1px solid #ffffff3c;
  padding: 60px 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s ease;
}
.contact_quick_links_holder > a:last-child {
  border-right: 0;
}
.contact_quick_links_holder > a span {
  font-size: 1.5rem;
}
.contact_quick_links_holder > a:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  background: #fff;
  color: #e9c656;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  .contact_quick_links_holder > a {
    flex: 0 0 33.33%;
    padding: 50px 30px;
  }
  .contact_quick_links_holder > a:nth-child(3) {
    border-right: 0;
  }
  .contact_quick_links_holder > a:nth-child(n+4) {
    flex: 0 0 50%;
    border-top: 1px solid #ffffff3c;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .contact_quick_links_holder > a {
    flex: 0 0 33.33%;
    padding: 50px 30px;
  }
  .contact_quick_links_holder > a:nth-child(3) {
    border-right: 0;
  }
  .contact_quick_links_holder > a:nth-child(n+4) {
    flex: 0 0 50%;
    border-top: 1px solid #ffffff3c;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_quick_links_holder > a {
    flex: 0 0 33.33%;
    padding: 50px 30px;
  }
  .contact_quick_links_holder > a:nth-child(3) {
    border-right: 0;
  }
  .contact_quick_links_holder > a:nth-child(n+4) {
    flex: 0 0 50%;
    border-top: 1px solid #ffffff3c;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact_quick_links_holder > a {
    flex: 0 0 50%;
    border-bottom: 1px solid #ffffff3c;
    padding: 40px 30px;
  }
  .contact_quick_links_holder > a:last-child {
    flex: 0 0 100%;
  }
  .contact_quick_links_holder > a:nth-child(even) {
    border-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_quick_links_holder > a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100%;
    border-bottom: 1px solid #ffffff3c;
    border-right: 0;
    padding: 35px 30px;
  }
  .contact_quick_links_holder > a:last-child {
    border-bottom: 0;
  }
  .contact_quick_links_holder > a > span {
    flex: 0 0 50px;
  }
  .contact_quick_links_holder > a > div {
    text-align: left;
  }
}
.contact_purpose_notice {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #48557f;
  color: #fff;
  padding: 20px;
}
.contact_purpose_notice > div {
  padding: 10px;
}
.contact_purpose_notice > div:first-child {
  font-weight: 600;
}
.contact_purpose_notice > div:nth-child(2) {
  font-size: 1.4rem;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .contact_purpose_notice {
    padding: 30px;
  }
  .contact_purpose_notice > div {
    padding: 0;
  }
  .contact_purpose_notice > div:first-child {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .contact_purpose_notice > div:nth-child(2) {
    font-size: 1.2rem;
    padding: 0 5px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_purpose_notice {
    padding: 30px;
  }
  .contact_purpose_notice > div {
    padding: 0;
  }
  .contact_purpose_notice > div:first-child {
    flex: 0 0 100%;
    text-align: center;
    padding: 0 0 10px 0;
  }
  .contact_purpose_notice > div:nth-child(2) {
    font-size: 1.2rem;
    padding: 0 5px 0 0;
  }
}
.youtube_popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.youtube_popup > div {
  flex: 1;
  padding: 20%;
}
.youtube_popup > div .youtube_closer {
  position: absolute;
  top: 0;
  right: 0;
}
.youtube_popup > div .video_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube_popup > div .video_container iframe,
.youtube_popup > div .video_container object,
.youtube_popup > div .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .youtube_popup > div {
    padding: 30px;
  }
}
.testimony_form {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
}
.testimony_form > div {
  display: flex;
}
.testimony_form > div > div:last-child {
  padding: 80px;
  width: 600px;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}
.testimony_form > div > div:last-child h3 {
  color: #e9c656;
  margin: 0 0 20px 0;
}
.testimony_form > div > div:last-child .line_separator {
  margin: 60px 0;
}
.testimony_form > div > div:last-child .for_textarea {
  height: 253px;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .testimony_form {
    padding: 0 0 0 30px;
  }
  .testimony_form > div > div:last-child {
    padding: 60px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .testimony_form > div > div:last-child {
    padding: 50px 30px;
    width: 100%;
  }
}
.testimony_expanded_view {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
}
.testimony_expanded_view > div {
  display: flex;
}
.testimony_expanded_view > div > div:last-child {
  padding: 80px;
  width: 600px;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}
.testimony_expanded_view > div > div:last-child span {
  font-size: 4rem;
  color: #e9c656;
  transition: 0.3s ease;
}
.testimony_expanded_view > div > div:last-child h3 {
  color: #48557f;
}
.testimony_expanded_view > div > div:last-child .line_separator {
  margin: 40px 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .testimony_expanded_view {
    padding: 0 0 0 30px;
  }
  .testimony_expanded_view > div > div:last-child {
    padding: 60px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .testimony_expanded_view > div > div:last-child {
    padding: 50px 30px;
    width: 100%;
  }
}
.payment_success {
  padding: 200px 120px 120px 120px;
  background: #fbf9ef;
  text-align: center;
}
.payment_success > div {
  max-width: 600px;
  margin: 0 auto;
}
.payment_success > div > div:first-child {
  font-size: 5rem;
  color: #48557f;
  margin: 0 0 15px 0;
}
.payment_success > div h1 {
  color: #48557f;
  margin: 0 0 15px 0;
  font-size: 3rem;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .payment_success {
    padding: 200px 80px 100px 80px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .payment_success {
    padding: 160px 60px 100px 60px;
  }
}
@media only screen and (max-width: 480px) {
  .payment_success {
    padding: 160px 30px 80px 30px;
  }
}
.user_book_container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.user_book_container > div:first-child {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
  background: #fbf9ef;
}
.user_book_container > div:first-child > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.user_book_container > div:first-child > div > div:nth-child(2) {
  flex: 1;
  padding: 0 70px 0 30px;
}
.user_book_container > div:first-child > div > div:nth-child(2) > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_book_container > div:first-child > div > div:nth-child(2) > div > div:first-child img {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 60px;
}
.user_book_container > div:first-child > div > div:nth-child(2) > div > div:nth-child(2) {
  font-weight: 600;
  padding: 0 10px 0 20px;
  color: #48557f;
}
.user_book_container > div:first-child > div > div:nth-child(2) > div > div:nth-child(2) span {
  margin: 0 0 0 10px;
}
.user_book_container > div:last-child {
  flex: 1;
}
.user_book_container > div:last-child > div {
  height: 100%;
}
.user_book_container > div:last-child > div iframe {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  border: none;
  display: block;
}
.u_account_container {
  padding: 90px 0 0 0;
}
.u_account_container .u_account_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 120px;
  background: #e9c656;
  color: #fff;
}
.u_account_container .u_account_heading > div:first-child {
  padding: 0 30px 0 0;
}
.u_account_container .u_account_heading > div h3 {
  color: #fff;
}
.u_account_container .u_account_inner {
  padding: 100px 120px;
  background: #fbf9ef;
}
.bookshelf_holder {
  display: flex;
  flex-wrap: wrap;
  margin: -30px;
}
.bookshelf_holder > .bookshelf_box {
  flex: 0 0 50%;
  padding: 30px;
}
.bookshelf_holder > .bookshelf_box > a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  flex-wrap: wrap;
  background: #fff;
  transition: 0.3s ease;
}
.bookshelf_holder > .bookshelf_box > a > div:first-child {
  flex: 0 0 100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bookshelf_holder > .bookshelf_box > a > div:first-child > div:first-child img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  width: 100%;
}
.bookshelf_holder > .bookshelf_box > a > div:first-child > div:last-child {
  font-weight: 700;
  padding: 5px 10px;
  text-align: center;
  background: #e9c656;
  color: #fff;
  font-size: 0.8rem;
}
.bookshelf_holder > .bookshelf_box > a > div:last-child {
  flex: 1;
  padding: 30px;
}
.bookshelf_holder > .bookshelf_box > a > div:last-child h5 {
  font-weight: 700;
  color: #48557f;
}
.bookshelf_holder > .bookshelf_box > a:hover {
  -webkit-filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.11));
}
.book-holder {
  background: #312f3f;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 15%;
}
.book-holder > div:first-child {
  flex: 0 0 35%;
  position: relative;
  z-index: 1;
}
.book-holder > div:first-child img {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.book-holder > div:last-child {
  flex: 1;
  padding: 0 0 0 60px;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .book-holder {
    padding: 80px 130px;
  }
  .book-holder > div:first-child {
    flex: 0 0 100%;
  }
  .book-holder > div:first-child img {
    max-width: 400px;
  }
  .book-holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .book-holder {
    padding: 80px 90px;
  }
  .book-holder > div:first-child {
    flex: 0 0 100%;
  }
  .book-holder > div:first-child img {
    max-width: 400px;
  }
  .book-holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .book-holder {
    padding: 80px 70px;
  }
  .book-holder > div:first-child {
    flex: 0 0 100%;
  }
  .book-holder > div:first-child img {
    max-width: 400px;
  }
  .book-holder > div:last-child {
    flex: 0 0 100%;
    padding: 60px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .book-holder {
    padding: 80px 50px;
  }
  .book-holder > div:first-child {
    flex: 0 0 100%;
  }
  .book-holder > div:first-child img {
    max-width: 400px;
  }
  .book-holder > div:last-child {
    flex: 0 0 100%;
    padding: 40px 0 0 0;
  }
}
