/* line 2, ../sass/partials/_base.scss */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6, ../sass/partials/_base.scss */
html {
  font-size: 62.5%;
  height: 100%;
}

/* line 11, ../sass/partials/_base.scss */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 22, ../sass/partials/_base.scss */
address {
  margin: 0;
  max-width: 230px;
}

/* line 27, ../sass/partials/_base.scss */
.hidden {
  display: none !important;
}

/* Mobile devices */
@media only screen and (max-width: 575px) {
  /* line 32, ../sass/partials/_base.scss */
  .hidden__xs {
    display: none;
  }
}
/* Tablets and phablets */
@media only screen and (max-width: 767px) {
  /* line 38, ../sass/partials/_base.scss */
  .hidden__s {
    display: none;
  }
}
/* line 44, ../sass/partials/_base.scss */
body {
  font-family: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #312a25;
  font-size: 1.4rem;
  font-size: 14px;
  word-spacing: .5px;
  letter-spacing: .05em;
  height: 100%;
  line-height: 1.65;
  font-weight: 400;
  position: relative;
}
/* line 55, ../sass/partials/_base.scss */
body ul,
body ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 61, ../sass/partials/_base.scss */
body.overflow-hidden, body.expand_filter {
  overflow: hidden;
}

/* line 66, ../sass/partials/_base.scss */
.msg_body {
  height: 97vh;
}

/* line 70, ../sass/partials/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* line 80, ../sass/partials/_base.scss */
h1 {
  font-size: 40px;
}

/* line 84, ../sass/partials/_base.scss */
h2 {
  font-size: 32px;
}

/* line 88, ../sass/partials/_base.scss */
h3 {
  font-size: 28px;
}

/* line 92, ../sass/partials/_base.scss */
h4 {
  font-size: 21px;
}

/* line 96, ../sass/partials/_base.scss */
h5 {
  font-size: 18px;
}

/* line 100, ../sass/partials/_base.scss */
h6 {
  font-size: 16px;
}

/* line 104, ../sass/partials/_base.scss */
p {
  margin: 0;
}
/* line 106, ../sass/partials/_base.scss */
p + p {
  margin-top: 8.5px;
}
/* line 109, ../sass/partials/_base.scss */
p a {
  color: #b44e3a;
}
/* line 113, ../sass/partials/_base.scss */
form > p {
  margin-bottom: 10px;
  font-size: 12px;
}

/* line 119, ../sass/partials/_base.scss */
mark {
  padding: 2.5px 5px;
  background-color: rgba(46, 13, 32, 0.2);
}

/* line 124, ../sass/partials/_base.scss */
em {
  font-weight: bold;
  font-style: italic;
}
/* line 127, ../sass/partials/_base.scss */
em sup {
  color: #b44e3a;
}

/* line 132, ../sass/partials/_base.scss */
strong {
  font-weight: 700;
}

/* line 136, ../sass/partials/_base.scss */
.textarea-control {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}

/* line 143, ../sass/partials/_base.scss */
address {
  margin: 10px 0;
  font-style: normal;
}
/* line 146, ../sass/partials/_base.scss */
address span {
  display: block;
}
/* line 149, ../sass/partials/_base.scss */
.info_list address {
  margin: 0;
}

/* line 154, ../sass/partials/_base.scss */
.centered {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/* line 160, ../sass/partials/_base.scss */
.container {
  max-width: 100%;
  position: relative;
  z-index: 5;
  /* Landscape tablets and desktop or laptops */
}
/* line 164, ../sass/partials/_base.scss */
.container.ct_slim {
  max-width: 800px;
}
/* line 167, ../sass/partials/_base.scss */
.container.narrow_container {
  max-width: 1000px;
}
@media only screen and (min-width: 1200px) {
  /* line 160, ../sass/partials/_base.scss */
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

/* line 181, ../sass/partials/_base.scss */
.entry_content {
  max-width: 800px;
}

/* line 185, ../sass/partials/_base.scss */
.bracket_enclosure {
  font-family: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: .95em;
  text-transform: none;
}
/* line 189, ../sass/partials/_base.scss */
.bracket_enclosure::before, .bracket_enclosure::after {
  padding: 0 2px;
}
/* line 193, ../sass/partials/_base.scss */
.bracket_enclosure::before {
  content: "(";
}
/* line 196, ../sass/partials/_base.scss */
.bracket_enclosure::after {
  content: ")";
}

/* line 201, ../sass/partials/_base.scss */
.font-xs {
  font-size: 10px !important;
}

/* line 204, ../sass/partials/_base.scss */
.font_regular {
  font-weight: 400 !important;
  font-family: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* line 209, ../sass/partials/_base.scss */
.font_bold {
  font-weight: 700 !important;
  font-family: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* line 214, ../sass/partials/_base.scss */
.color-primary {
  color: #2e0d20 !important;
  fill: #2e0d20 !important;
}

/* line 219, ../sass/partials/_base.scss */
.color-secondary {
  color: #bc8a39 !important;
  fill: #bc8a39 !important;
}

/* line 224, ../sass/partials/_base.scss */
.color-inverse {
  color: #b44e3a !important;
  fill: #b44e3a !important;
}

/* line 229, ../sass/partials/_base.scss */
.color-inverse-2 {
  color: #00a99d !important;
  fill: #00a99d !important;
}

/* line 234, ../sass/partials/_base.scss */
.color-black {
  color: #353535 !important;
}

/* line 238, ../sass/partials/_base.scss */
.color-dark {
  color: #000000 !important;
}

/* line 242, ../sass/partials/_base.scss */
.color-white {
  color: white !important;
  fill: white !important;
}

/* line 247, ../sass/partials/_base.scss */
.color-off-white {
  color: #f5f5f5 !important;
}

/* line 251, ../sass/partials/_base.scss */
.color-grey {
  color: #757575 !important;
}

/* line 255, ../sass/partials/_base.scss */
.color-grey-light {
  color: #959595 !important;
  fill: #959595 !important;
}

/* line 260, ../sass/partials/_base.scss */
.bg-primary {
  background-color: #2e0d20 !important;
}

/* line 264, ../sass/partials/_base.scss */
.saturate-primary {
  background-color: #fcf8fa !important;
}

/* line 268, ../sass/partials/_base.scss */
.bg-secondary {
  background-color: #bc8a39 !important;
}

/* line 272, ../sass/partials/_base.scss */
.bg-inverse {
  background-color: #b44e3a !important;
}

/* line 276, ../sass/partials/_base.scss */
.bg-inverse-2 {
  background-color: #00a99d !important;
}

/* line 280, ../sass/partials/_base.scss */
.bg-black {
  background-color: #353535 !important;
}

/* line 284, ../sass/partials/_base.scss */
.bg-off-white {
  background-color: #f5f5f5 !important;
}

/* line 288, ../sass/partials/_base.scss */
.bg-white {
  background-color: #ffffff !important;
}

/* line 292, ../sass/partials/_base.scss */
.bg-grey {
  background-color: #e5e5e5 !important;
}

/* line 296, ../sass/partials/_base.scss */
.bg-black {
  background-color: #353535 !important;
}

/* line 300, ../sass/partials/_base.scss */
.bg-brown {
  background-color: #312a25 !important;
}

/* line 304, ../sass/partials/_base.scss */
.font-regular {
  font-weight: 400 !important;
}

/* line 308, ../sass/partials/_base.scss */
.font-bold {
  font-weight: 700 !important;
}

/* line 312, ../sass/partials/_base.scss */
.text-caps {
  text-transform: uppercase !important;
}

/* line 316, ../sass/partials/_base.scss */
.text-center {
  text-align: center;
}

/* line 320, ../sass/partials/_base.scss */
.text-right {
  text-align: right;
}

/* line 324, ../sass/partials/_base.scss */
.text-left {
  text-align: left;
}

/* line 328, ../sass/partials/_base.scss */
.font-sm {
  font-size: 12px !important;
}

/* line 332, ../sass/partials/_base.scss */
.font-md {
  font-size: 14px;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 332, ../sass/partials/_base.scss */
  .font-md {
    font-size: 16px;
  }
}

/* line 339, ../sass/partials/_base.scss */
.font-lg {
  font-size: 21px !important;
}

/* line 343, ../sass/partials/_base.scss */
.v_pad_lg {
  padding-top: 40px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 343, ../sass/partials/_base.scss */
  .v_pad_lg {
    padding-top: 80px;
  }
}

/* line 350, ../sass/partials/_base.scss */
.v_pad_md {
  padding-top: 20px;
}

/* line 354, ../sass/partials/_base.scss */
.empty_state {
  position: relative;
  max-width: 450px;
  margin: auto;
  min-height: 150px;
}
/* line 359, ../sass/partials/_base.scss */
.empty_state .def_wrapper {
  padding: 30px 10px;
  width: 100%;
}
/* line 363, ../sass/partials/_base.scss */
.empty_state .title {
  margin-bottom: 10px;
}
/* line 366, ../sass/partials/_base.scss */
.empty_state .def_img {
  width: 200px;
  margin: 20px auto;
  clear: both;
}

/* line 373, ../sass/partials/_base.scss */
.st_tag {
  display: inline-block;
  padding: .85em 1em;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 15px;
  border: 1px solid rgba(49, 42, 37, 0.5);
  color: #312a25;
  background-color: #ffffff;
}

/* line 385, ../sass/partials/_base.scss */
.block_default {
  display: block;
  position: relative;
  padding: 40px 30px;
  background-color: #e5e5e5;
}

/* line 392, ../sass/partials/_base.scss */
.deco_bar {
  display: block;
  clear: both;
}
/* line 396, ../sass/partials/_base.scss */
.deco_bar::after {
  display: inline-block;
  content: "";
  width: 8rem;
  max-width: 150px;
  height: 4px;
  border-radius: 15px;
  background-color: #bc8a39;
  margin-top: 5px;
}
/* line 407, ../sass/partials/_base.scss */
.deco_bar + * {
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  /* line 413, ../sass/partials/_base.scss */
  .offset-mg-bottom {
    margin-bottom: -1720px;
  }
}

/* line 420, ../sass/partials/_base.scss */
.text-transform {
  text-transform: uppercase;
}

/* line 424, ../sass/partials/_base.scss */
.pd-none {
  padding: 0 !important;
}

/* line 428, ../sass/partials/_base.scss */
.mg-none {
  margin: 0 !important;
}

/* line 432, ../sass/partials/_base.scss */
.pd-sides {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 437, ../sass/partials/_base.scss */
.pb-none {
  padding-bottom: 0 !important;
}

/* line 441, ../sass/partials/_base.scss */
.bd-none {
  border: none !important;
}

/* line 445, ../sass/partials/_base.scss */
.pt-30 {
  padding-top: 31px !important;
}

/* line 449, ../sass/partials/_base.scss */
.top-none {
  top: 35px !important;
}

/* line 1, ../sass/partials/_forms.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #312a25;
}

/* line 6, ../sass/partials/_forms.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #312a25;
}

/* line 11, ../sass/partials/_forms.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #312a25;
}

/* line 16, ../sass/partials/_forms.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #312a25;
}

/* line 21, ../sass/partials/_forms.scss */
.slim_form {
  clear: both;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 21, ../sass/partials/_forms.scss */
  .slim_form {
    width: 50%;
  }
}

/* line 28, ../sass/partials/_forms.scss */
fieldset {
  padding: 1em 0;
}
/* line 31, ../sass/partials/_forms.scss */
fieldset > p {
  margin-bottom: 8.5px;
}
/* line 35, ../sass/partials/_forms.scss */
fieldset + fieldset {
  margin-top: 20px;
}

/* line 40, ../sass/partials/_forms.scss */
.form_section_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: inset 0 -1px 0 rgba(46, 13, 32, 0.1);
}

/* line 47, ../sass/partials/_forms.scss */
.form_section_title {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 51, ../sass/partials/_forms.scss */
.form_section_header .form_section_title {
  box-shadow: inset 0 -3px 0 #2e0d20;
  padding-bottom: 10px;
  color: #2e0d20;
  margin: 0;
}

/* line 59, ../sass/partials/_forms.scss */
.input-group-addon {
  background: #2e0d20;
  color: #ffffff;
  padding: .75em 1em;
  align-self: center;
  height: 100%;
}

/* line 67, ../sass/partials/_forms.scss */
.input-group-btn {
  font-size: 1em;
}
/* line 69, ../sass/partials/_forms.scss */
.input-group-btn .btn {
  vertical-align: top;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

/* line 76, ../sass/partials/_forms.scss */
.form-horizontal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Tablets and phablets */
}
/* line 79, ../sass/partials/_forms.scss */
.form-horizontal .control-label {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) {
  /* line 76, ../sass/partials/_forms.scss */
  .form-horizontal {
    margin-bottom: 20px;
  }
}

/* line 89, ../sass/partials/_forms.scss */
.form-group {
  position: relative;
  margin-bottom: 20px;
  /* Landscape tablets and desktop or laptops */
}
/* line 92, ../sass/partials/_forms.scss */
.input_group_wrapper .form-group, .filterSection_content .form-group {
  margin: 0;
}
@media only screen and (max-width: 1439px) {
  /* line 96, ../sass/partials/_forms.scss */
  .form-group[class*="col-"] {
    margin: 0;
  }
  /* line 98, ../sass/partials/_forms.scss */
  .form-group[class*="col-"]:first-of-type {
    padding-right: 7.5px;
    padding-left: 0;
  }
  /* line 102, ../sass/partials/_forms.scss */
  .form-group[class*="col-"]:last-of-type {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
/* line 108, ../sass/partials/_forms.scss */
.form-group .checkbox-inline {
  margin-top: 0;
}
/* line 111, ../sass/partials/_forms.scss */
.form-group > a:not(.btn) {
  display: inline-block;
  margin-top: 10px;
}

/* line 117, ../sass/partials/_forms.scss */
.funky_form {
  position: relative;
}

/* line 121, ../sass/partials/_forms.scss */
.form_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 121, ../sass/partials/_forms.scss */
  .form_row {
    flex-direction: row;
  }
}

/* line 132, ../sass/partials/_forms.scss */
.form_row_item {
  padding: 0 15px;
  width: 100%;
}

/* line 137, ../sass/partials/_forms.scss */
.label_half {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 137, ../sass/partials/_forms.scss */
  .label_half {
    flex: 1 0 30%;
    width: 30%;
  }
}

/* line 144, ../sass/partials/_forms.scss */
.input_half {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 144, ../sass/partials/_forms.scss */
  .input_half {
    flex: 1 0 70%;
    width: 70%;
  }
}

/* line 151, ../sass/partials/_forms.scss */
.help-block {
  font-size: 11px;
  color: #959595;
  font-style: italic;
  padding: 5px 0;
}

/* line 158, ../sass/partials/_forms.scss */
.required::before {
  content: "*";
  font-size: 1.125em;
  color: #b44e3a;
}

/* line 164, ../sass/partials/_forms.scss */
label {
  font-size: 1em;
  letter-spacing: .15em;
  font-weight: 400;
}

/* line 170, ../sass/partials/_forms.scss */
.form-control {
  padding: 7px 10px;
  font-size: 14px;
  line-height: normal;
  top: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  outline: 0;
  width: 100%;
  position: relative;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  border-radius: 5px;
  color: #353535;
  text-indent: .01px;
  min-height: 40px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 3px rgba(53, 53, 53, 0.2);
}
/* line 190, ../sass/partials/_forms.scss */
.form-control.title_input {
  font-size: 1.25em;
  font-weight: 700;
}
/* line 195, ../sass/partials/_forms.scss */
.form-control.comment_input {
  font-size: 12px;
  box-shadow: none;
}
/* line 200, ../sass/partials/_forms.scss */
.form-control.input_filled {
  box-shadow: none;
  height: auto;
  background-color: #f5f5f5;
}
/* line 206, ../sass/partials/_forms.scss */
.budget_input_item .form-control {
  border-radius: 0;
  min-height: 50px;
}
/* line 211, ../sass/partials/_forms.scss */
.not_empty .form-control {
  padding-bottom: 2px;
}
/* line 215, ../sass/partials/_forms.scss */
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #b44e3a;
}

/* line 222, ../sass/partials/_forms.scss */
textarea {
  display: block;
  resize: vertical;
}

/* line 227, ../sass/partials/_forms.scss */
.control-label {
  z-index: 4;
  font-weight: 600;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4rem;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1rem;
  margin-bottom: 0;
  padding-bottom: 7.5px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 241, ../sass/partials/_forms.scss */
.funky_form .control-label {
  display: block;
  top: -10px;
  opacity: 0;
  margin-bottom: 0;
  font-size: 70%;
  user-select: none;
  position: absolute;
  border-radius: 5px;
  pointer-events: none;
  padding: 6px 12px 3px;
  background-color: white;
  transform: translateY(3px);
}
/* line 256, ../sass/partials/_forms.scss */
.not_empty .control-label {
  opacity: 1;
  transform: none;
}

/* line 262, ../sass/partials/_forms.scss */
select.form-control {
  background: white url(../img/arrow-down.png) right center no-repeat;
  padding-right: 25px;
}
/* line 265, ../sass/partials/_forms.scss */
select.form-control:focus {
  outline: none;
}

/* line 270, ../sass/partials/_forms.scss */
input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: relative;
  margin-right: 7.5px;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* line 282, ../sass/partials/_forms.scss */
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
  outline: none;
}
/* line 286, ../sass/partials/_forms.scss */
input[type="radio"]:before, input[type="radio"]:after,
.radio input[type="radio"]:before,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:before,
.radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -moz-transition: 240ms;
  -o-transition: 240ms;
  -webkit-transition: 240ms;
  transition: 240ms;
}
/* line 295, ../sass/partials/_forms.scss */
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #b44e3a;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* line 303, ../sass/partials/_forms.scss */
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
  position: relative;
  top: -3px;
  border: 2px solid #959595;
}
/* line 309, ../sass/partials/_forms.scss */
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
/* line 313, ../sass/partials/_forms.scss */
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #c5c5c5;
}
/* line 317, ../sass/partials/_forms.scss */
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
  border-color: #b44e3a;
}
/* line 321, ../sass/partials/_forms.scss */
input[type="radio"]:disabled:after, input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #c5c5c5;
}

/* line 326, ../sass/partials/_forms.scss */
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  margin-bottom: -4px;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
/* line 336, ../sass/partials/_forms.scss */
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
/* line 340, ../sass/partials/_forms.scss */
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 7.5px;
  border: 2px solid #959595;
  border-radius: 2px;
  -moz-transition: 240ms;
  -o-transition: 240ms;
  -webkit-transition: 240ms;
  transition: 240ms;
}
/* line 352, ../sass/partials/_forms.scss */
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #f5f5f5;
  border-top-width: 0;
  border-left-width: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 366, ../sass/partials/_forms.scss */
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #b44e3a;
  border-color: #b44e3a;
}
/* line 371, ../sass/partials/_forms.scss */
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #c5c5c5;
}
/* line 375, ../sass/partials/_forms.scss */
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #c5c5c5;
  border-color: transparent;
}

/* line 381, ../sass/partials/_forms.scss */
.list_selector {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

/* line 387, ../sass/partials/_forms.scss */
.list_preview_pane {
  margin-top: 12px;
  background-color: #ffffff;
  clear: both;
  position: relative;
  font-size: 14px;
  color: #353535;
  border-radius: 5px;
  border: 1px solid #312a25;
}

/* line 398, ../sass/partials/_forms.scss */
.user_selection {
  padding: 10px 15px;
}

/* line 402, ../sass/partials/_forms.scss */
.selector_trigger {
  display: block;
  padding: 10px 15px;
  border-top: 1px solid rgba(46, 13, 32, 0.4);
  text-align: center;
}

/* line 409, ../sass/partials/_forms.scss */
.input_grid {
  margin-bottom: 20px;
}
/* line 411, ../sass/partials/_forms.scss */
.input_grid:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

/* line 417, ../sass/partials/_forms.scss */
.input_grid_control {
  display: block;
}
/* line 419, ../sass/partials/_forms.scss */
.input_grid_control:not(:last-child) {
  margin-bottom: 15px;
}

/* line 424, ../sass/partials/_forms.scss */
.mediaUploadControl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 0 -10px;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 424, ../sass/partials/_forms.scss */
  .mediaUploadControl {
    flex-direction: row;
  }
}

/* line 434, ../sass/partials/_forms.scss */
.mediaUploadPreview, .mediaUploadInfo {
  width: 100%;
  padding: 10px;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 434, ../sass/partials/_forms.scss */
  .mediaUploadPreview, .mediaUploadInfo {
    width: auto;
  }
}

/* line 442, ../sass/partials/_forms.scss */
.mediaUploadInfo {
  color: #353535;
  line-height: 1.45;
  margin-top: 15px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 442, ../sass/partials/_forms.scss */
  .mediaUploadInfo {
    margin-top: 0;
  }
}

/* line 452, ../sass/partials/_forms.scss */
.banner_preview {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  height: 120px;
}

/* line 460, ../sass/partials/_forms.scss */
.preview_holder {
  width: 100;
  height: 100%;
  background-color: #959595;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 469, ../sass/partials/_forms.scss */
.input_block {
  margin-bottom: 10px;
}

/* line 473, ../sass/partials/_forms.scss */
.brand_logo {
  margin-bottom: 10px;
}

/* line 477, ../sass/partials/_forms.scss */
.avatar {
  padding: 10px;
  display: block;
  margin-bottom: 15px;
}
/* line 481, ../sass/partials/_forms.scss */
.avatar img {
  display: inline-block;
  max-width: 170px;
}

/* line 487, ../sass/partials/_forms.scss */
.help_list {
  margin-top: 15px;
  list-style: disc;
  list-style-position: inside;
  padding-left: 10px;
}
/* line 493, ../sass/partials/_forms.scss */
.help_list li {
  display: list-item;
  margin-bottom: 5px;
}

/* line 499, ../sass/partials/_forms.scss */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/* line 507, ../sass/partials/_forms.scss */
.inputfile:focus {
  outline: 1px dotted #bc8a39;
  outline: -webkit-focus-ring-color auto 5px;
}

/* line 513, ../sass/partials/_forms.scss */
.upload_widget {
  padding: 20px 10px;
  border-radius: 4px;
  background-color: #e5e5e5;
  cursor: pointer;
  fill: #312a25;
  display: block;
  width: 100%;
}
/* line 522, ../sass/partials/_forms.scss */
.upload_widget .icon_holder {
  margin-bottom: 15px;
}
/* line 526, ../sass/partials/_forms.scss */
.upload_widget:hover, .upload_widget:focus {
  background-color: #d5d5d5;
}

/* line 531, ../sass/partials/_forms.scss */
.preview_widget {
  display: block;
  clear: both;
  margin-bottom: 15px;
}

/* line 537, ../sass/partials/_forms.scss */
.wd_wrapper {
  background-color: #ffffff;
  padding: 15px 25px;
  border-radius: 5px;
}
/* line 542, ../sass/partials/_forms.scss */
.preview_widget .wd_wrapper {
  border: 1px solid #d5d5d5;
  box-shadow: 1px 2px 6px #d5d5d5;
  border-radius: 5px;
}
/* line 548, ../sass/partials/_forms.scss */
.settings_panel .wd_wrapper, .preview_widget .wd_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
/* line 555, ../sass/partials/_forms.scss */
.wd_wrapper:hover {
  opacity: .97;
}

/*Info tooltip*/
/* line 562, ../sass/partials/_forms.scss */
.has_details {
  position: relative;
}

/* line 566, ../sass/partials/_forms.scss */
.info_trigger {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  fill: #757575;
}
/* line 572, ../sass/partials/_forms.scss */
.info_trigger:hover, .info_trigger:focus {
  fill: #00a99d;
}
/* line 577, ../sass/partials/_forms.scss */
.info_open .info_trigger {
  fill: #00a99d;
}
/* line 580, ../sass/partials/_forms.scss */
.info_open .info_trigger::after {
  content: "";
  position: absolute;
  left: 0;
  border-bottom: 10px solid rgba(0, 169, 157, 0.95);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* line 591, ../sass/partials/_forms.scss */
.info_details {
  max-width: 350px;
  padding: 15px;
  box-shadow: 2px 3px 20px 0 rgba(53, 53, 53, 0.2);
  visibility: hidden;
  opacity: 0;
  -moz-transform-origin: center 50%;
  -ms-transform-origin: center 50%;
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1) 0.1s;
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition-delay: 0.1s;
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1) 0.1s;
  position: absolute;
  z-index: 50;
  min-width: 250px;
  font-size: 12px;
  line-height: 1.4;
  top: 25px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid #00a99d;
}
/* line 606, ../sass/partials/_forms.scss */
.info_open .info_details {
  height: auto;
  display: block;
  visibility: visible;
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
}

/* line 613, ../sass/partials/_forms.scss */
.widget_info {
  line-height: 1.5;
  flex: 1;
}

/* line 618, ../sass/partials/_forms.scss */
.widget_controls {
  flex-shrink: 0;
  margin-left: 10px;
}

/* line 623, ../sass/partials/_forms.scss */
.new_item_btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border: 1px dashed #312a25;
  padding: 10px 15px;
  font-size: 12px;
  fill: #312a25;
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
}
/* line 634, ../sass/partials/_forms.scss */
.new_item_btn:hover, .new_item_btn:focus {
  background-color: #312a25;
  color: #ffffff;
  fill: #ffffff;
}

/* line 641, ../sass/partials/_forms.scss */
.wd_icon {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/* line 651, ../sass/partials/_forms.scss */
.filter_bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d5d5d5;
}

/* line 658, ../sass/partials/_forms.scss */
.categoryFilter_var {
  align-items: center;
  padding-top: 0;
}

/* line 663, ../sass/partials/_forms.scss */
.filter_control_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* line 668, ../sass/partials/_forms.scss */
.filter_option {
  display: flex;
  align-items: center;
  position: relative;
  fill: #959595;
  color: #959595;
}
/* line 675, ../sass/partials/_forms.scss */
.filter_option + .filter_option {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
}

/* Landscape tablets and desktop or laptops */
@media only screen and (min-width: 992px) {
  /* line 683, ../sass/partials/_forms.scss */
  .filter_toggle {
    display: none;
  }
}
/* line 688, ../sass/partials/_forms.scss */
.filter_item {
  display: inline-block;
  position: relative;
}
/* line 692, ../sass/partials/_forms.scss */
.filter_item + .filter_item {
  margin-left: 1rem;
}

/* line 697, ../sass/partials/_forms.scss */
.filterInput_item {
  display: block;
}
/* line 700, ../sass/partials/_forms.scss */
.filterInput_item:not(last-child) {
  margin-bottom: 10px;
}

/* line 705, ../sass/partials/_forms.scss */
.filter_section {
  font-size: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/* line 713, ../sass/partials/_forms.scss */
.filterSection_header {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #312a25;
  text-transform: uppercase;
}

/* line 721, ../sass/partials/_forms.scss */
.filterSection_content {
  margin-top: 20px;
}

/* line 725, ../sass/partials/_forms.scss */
.dynamic_input_widget {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 728, ../sass/partials/_forms.scss */
.dynamic_input_widget .budget_input_item .form-control {
  border-radius: 5px;
  min-height: 40px;
  width: 98%;
}

/* line 735, ../sass/partials/_forms.scss */
.dy_input_item {
  width: 80px;
}
/* line 737, ../sass/partials/_forms.scss */
.dy_input_item:not(:last-of-type) {
  margin-right: 10px;
}

/* line 742, ../sass/partials/_forms.scss */
.input_avg {
  width: auto;
  flex-grow: 1;
}

/* SVG Icon systems */
/* line 2, ../sass/partials/_custom_icons.scss */
.cust_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  fill: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 13, ../sass/partials/_custom_icons.scss */
[class*="btn-"] .cust_icon {
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
/* line 19, ../sass/partials/_custom_icons.scss */
.categorySelector .cust_icon {
  width: 12px;
  height: 12px;
}
/* line 24, ../sass/partials/_custom_icons.scss */
.btn-icon .cust_icon {
  margin: 5px;
  display: block;
}

/* line 30, ../sass/partials/_custom_icons.scss */
.cust_icon_description {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: -10px;
  right: 15px;
  font-size: 10px;
  color: #bc8a39;
  visibility: hidden;
  opacity: 0;
  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

/* line 46, ../sass/partials/_custom_icons.scss */
.icon_holder:hover .cust_icon_description {
  visibility: visible;
  opacity: 1;
}

/* line 51, ../sass/partials/_custom_icons.scss */
svg {
  display: block;
  width: 100%;
}

/* line 56, ../sass/partials/_custom_icons.scss */
.icon_xs {
  width: 14px;
  height: 14px;
}

/* line 61, ../sass/partials/_custom_icons.scss */
.icon_sm {
  width: 30px;
  height: 30px;
}

/* line 66, ../sass/partials/_custom_icons.scss */
.icon_md {
  width: 48px;
  height: 48px;
}

/* line 71, ../sass/partials/_custom_icons.scss */
.icon_lg {
  width: 64px;
  height: 64px;
}

/* line 76, ../sass/partials/_custom_icons.scss */
.map_pin {
  background-image: url(../img/icons/map_pin.svg);
}

/* line 80, ../sass/partials/_custom_icons.scss */
.phone {
  background-image: url(../img/icons/phone.svg);
}

/* line 84, ../sass/partials/_custom_icons.scss */
.link {
  background-image: url(../img/icons/link.svg);
}

/* line 88, ../sass/partials/_custom_icons.scss */
.globe {
  background-image: url(../img/icons/globe.svg);
}

/* line 92, ../sass/partials/_custom_icons.scss */
.duration {
  background-image: url(../img/icons/duration.svg);
}

/* line 96, ../sass/partials/_custom_icons.scss */
.star_score {
  background-image: url(../img/icons/star_score.svg);
}

/* line 100, ../sass/partials/_custom_icons.scss */
.email {
  background-image: url(../img/icons/email.svg);
}

/* line 104, ../sass/partials/_custom_icons.scss */
.close {
  background-image: url(../img/icons/close.svg);
}

/* line 108, ../sass/partials/_custom_icons.scss */
.info {
  background-image: url(../img/icons/info.svg);
}

/* line 112, ../sass/partials/_custom_icons.scss */
.edit {
  background-image: url(../img/icons/edit.svg);
}

/* line 116, ../sass/partials/_custom_icons.scss */
.delete {
  background-image: url(../img/icons/delete.svg);
}

/* line 120, ../sass/partials/_custom_icons.scss */
.user_verified {
  background-image: url(../img/icons/verified.svg);
}

/* line 124, ../sass/partials/_custom_icons.scss */
.msg_notification {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #00a99d;
  display: block;
  visibility: hidden;
  opacity: 0;
}
/* line 132, ../sass/partials/_custom_icons.scss */
.has_message .msg_notification {
  visibility: visible;
  opacity: 1;
}
/* line 137, ../sass/partials/_custom_icons.scss */
.control_btns .msg_notification {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 143, ../sass/partials/_custom_icons.scss */
.currency {
  font-size: .85em;
  font-style: normal;
}
/* line 146, ../sass/partials/_custom_icons.scss */
.currency::before {
  color: inherit;
}

/* line 151, ../sass/partials/_custom_icons.scss */
.naira::before {
  content: "\20A6";
}

/*! ************************************
Rating pluggin
****************************************/
/* line 5, ../sass/partials/_plugin.scss */
* html .rateit,
* html .rateit .rateit-range {
  display: inline;
}

/* for IE 7 */
/* line 13, ../sass/partials/_plugin.scss */
* + html .rateit,
* + html .rateit .rateit-range {
  display: inline;
}

/* line 18, ../sass/partials/_plugin.scss */
.rateit {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
/* line 24, ../sass/partials/_plugin.scss */
.cartItem_info .rateit {
  display: block;
}
/* line 27, ../sass/partials/_plugin.scss */
.rateit .rateit-hover,
.rateit .rateit-selected {
  position: absolute;
  left: 0px;
}
/* line 32, ../sass/partials/_plugin.scss */
.rateit .rateit-hover-rtl,
.rateit .rateit-selected-rtl {
  left: auto;
  right: 0px;
}
/* line 37, ../sass/partials/_plugin.scss */
.rateit .rateit-hover {
  background: url(../img/star.gif) left -32px;
}
/* line 40, ../sass/partials/_plugin.scss */
.rateit .rateit-hover-rtl {
  background-position: right -32px;
}
/* line 43, ../sass/partials/_plugin.scss */
.rateit .rateit-selected {
  background: url(../img/star.gif) left -16px;
}
/* line 46, ../sass/partials/_plugin.scss */
.rateit .rateit-selected-rtl {
  background-position: right -16px;
}
/* line 49, ../sass/partials/_plugin.scss */
.rateit .rateit-range {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  background: url(../img/star.gif);
  height: 16px;
  outline: none;
}
/* line 56, ../sass/partials/_plugin.scss */
.rateit .rateit-range * {
  display: block;
}
/* line 60, ../sass/partials/_plugin.scss */
.rateit .rateit-preset {
  background: url(../img/star.gif) left -48px;
}
/* line 63, ../sass/partials/_plugin.scss */
.rateit .rateit-preset-rtl {
  background: url(../img/star.gif) left -48px;
}
/* line 66, ../sass/partials/_plugin.scss */
.rateit button.rateit-reset {
  background: url(../img/delete.gif) 0 0;
  width: 16px;
  height: 16px;
  display: -moz-inline-box;
  display: inline-block;
  float: left;
  outline: none;
  border: none;
  padding: 0;
}
/* line 76, ../sass/partials/_plugin.scss */
.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
  background-position: 0 -16px;
}

/* line 83, ../sass/partials/_plugin.scss */
.rating_space {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
/* line 88, ../sass/partials/_plugin.scss */
.rating_space:before, .rating_space:after {
  padding: 0 1px;
}
/* line 92, ../sass/partials/_plugin.scss */
.rating_space:before {
  content: "(";
}
/* line 96, ../sass/partials/_plugin.scss */
.rating_space:after {
  content: ")";
}

/* line 101, ../sass/partials/_plugin.scss */
.rating_ind {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
}

/* line 106, ../sass/partials/_plugin.scss */
.rating_summary_vl {
  font-size: 14px;
  margin-left: 10px;
}
/* line 110, ../sass/partials/_plugin.scss */
.rating_summary_vl * {
  display: table-cell;
  vertical-align: middle;
}

/*Custom rating display*/
/* line 117, ../sass/partials/_plugin.scss */
.user_performance_widget {
  display: block;
  clear: both;
}
/* line 121, ../sass/partials/_plugin.scss */
.prof_details .user_performance_widget {
  padding: 20px 0 10px;
}

/* line 126, ../sass/partials/_plugin.scss */
.rating_remarks {
  font-size: 14px;
  text-transform: capitalize;
  color: #353535;
}

/* line 132, ../sass/partials/_plugin.scss */
.rating_avg {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #009245;
  color: #ffffff;
  font-weight: 700;
  font-size: 21px;
  padding: 5px;
  border-radius: 5px;
}

/* line 147, ../sass/partials/_plugin.scss */
.rating_sample_space {
  font-size: 12px;
}
/* line 149, ../sass/partials/_plugin.scss */
.rating_sample_space::before {
  content: "(";
}
/* line 152, ../sass/partials/_plugin.scss */
.rating_sample_space::after {
  content: ")";
}

/* line 159, ../sass/partials/_plugin.scss */
.slick-arrow {
  cursor: pointer;
  opacity: .65;
  background-size: 12px;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  position: absolute;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  z-index: 1;
}
/* line 181, ../sass/partials/_plugin.scss */
.slick-arrow:hover, .slick-arrow:focus {
  opacity: 1;
  outline: 0;
}

/* line 187, ../sass/partials/_plugin.scss */
.slick-prev {
  background-image: url(../img/icons/arrow_left.svg);
  left: 15px;
}

/* line 192, ../sass/partials/_plugin.scss */
.slick-next {
  right: 15px;
  background-image: url(../img/icons/arrow_right.svg);
}

/* line 1, ../sass/partials/_header_nav.scss */
header[role="banner"] {
  width: 100%;
  z-index: 30;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 60px;
  top: 0;
  left: 0;
}

/* line 10, ../sass/partials/_header_nav.scss */
.floating_navbar {
  position: absolute;
}

/* line 14, ../sass/partials/_header_nav.scss */
.main_header {
  position: absolute;
  background: rgba(46, 13, 32, 0.95);
  box-shadow: 1px 0 4px #353535;
  fill: #f5f5f5;
  color: #f5f5f5;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 14, ../sass/partials/_header_nav.scss */
  .main_header {
    position: fixed;
  }
}
/* line 25, ../sass/partials/_header_nav.scss */
.main_header + .main_content_area {
  padding-top: 60px;
}

/* line 30, ../sass/partials/_header_nav.scss */
.navbar_container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* line 39, ../sass/partials/_header_nav.scss */
.navbar_group {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 47, ../sass/partials/_header_nav.scss */
.navbar_group_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 1200px) {
  /* line 47, ../sass/partials/_header_nav.scss */
  .navbar_group_left {
    padding-left: 60px;
  }
}

/* line 58, ../sass/partials/_header_nav.scss */
.logo-pd-left {
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 1200px) {
  /* line 58, ../sass/partials/_header_nav.scss */
  .logo-pd-left {
    padding-left: 35px;
  }
}

/* line 66, ../sass/partials/_header_nav.scss */
.navbar_group_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 1200px) {
  /* line 66, ../sass/partials/_header_nav.scss */
  .navbar_group_right {
    padding-right: 60px;
  }
}

/* line 77, ../sass/partials/_header_nav.scss */
.navbar_group_center {
  flex-grow: 1;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 77, ../sass/partials/_header_nav.scss */
  .navbar_group_center {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 77, ../sass/partials/_header_nav.scss */
  .navbar_group_center {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 92, ../sass/partials/_header_nav.scss */
.primary_nav_menu {
  background-color: #2e0d20;
  height: 100%;
  visibility: hidden;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  position: fixed;
  width: 100%;
  left: 0;
  top: 60px;
  /* Tablets and phablets */
}
/* line 103, ../sass/partials/_header_nav.scss */
.is-active .primary_nav_menu {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
}
@media only screen and (min-width: 768px) {
  /* line 92, ../sass/partials/_header_nav.scss */
  .primary_nav_menu {
    background-color: transparent;
    position: static;
    visibility: visible;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    line-height: 60px;
  }
}

/* line 117, ../sass/partials/_header_nav.scss */
.primary_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 117, ../sass/partials/_header_nav.scss */
  .primary_nav {
    flex-direction: column;
  }
}

/* line 127, ../sass/partials/_header_nav.scss */
.nav_item {
  text-transform: capitalize;
  position: relative;
  width: 100%;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 127, ../sass/partials/_header_nav.scss */
  .nav_item {
    border-bottom: none;
    width: auto;
    display: inline-block;
  }
}
/* line 141, ../sass/partials/_header_nav.scss */
.nav_item_list .nav_item {
  min-width: 50%;
  flex: 1 0 50%;
  padding: 5px 10px;
}

/* line 148, ../sass/partials/_header_nav.scss */
.nav_link_item {
  display: block;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
  position: relative;
  padding: 15px;
  font-size: 21px;
  color: #f5f5f5;
  font-weight: 700;
  white-space: nowrap;
  /* Tablets and phablets */
}
/* line 158, ../sass/partials/_header_nav.scss */
.nav_link_item.link_highlight {
  color: #bc8a39;
}
/* line 162, ../sass/partials/_header_nav.scss */
.active .nav_link_item, .nav_link_item:hover, .nav_link_item:focus {
  color: #bc8a39;
  box-shadow: inset 0 -3px 0 #bc8a39;
}
@media only screen and (min-width: 768px) {
  /* line 148, ../sass/partials/_header_nav.scss */
  .nav_link_item {
    font-size: 14px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 178, ../sass/partials/_header_nav.scss */
.navbar_search_form {
  background-color: #2e0d20;
  width: 100%;
  height: 60px;
  padding: 8px 10px;
  z-index: 1;
  visibility: hidden;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: top;
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  /* Landscape tablets and desktop or laptops */
}
/* line 189, ../sass/partials/_header_nav.scss */
.show_search .navbar_search_form {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: transform 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
}
@media only screen and (min-width: 992px) {
  /* line 178, ../sass/partials/_header_nav.scss */
  .navbar_search_form {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    visibility: visible;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    background: transparent;
    position: relative;
  }
}

/* line 206, ../sass/partials/_header_nav.scss */
.navbar_search_input {
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #353535;
  border: none;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 30px;
}
/* line 220, ../sass/partials/_header_nav.scss */
.navbar_search_input:focus {
  outline: none;
}

/* line 225, ../sass/partials/_header_nav.scss */
.navbar_search_btn {
  margin-top: -10px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: auto;
  fill: #757575;
}
/* line 235, ../sass/partials/_header_nav.scss */
.navbar_search_btn:hover, .navbar_search_btn:focus {
  fill: #bc8a39;
}

/* line 240, ../sass/partials/_header_nav.scss */
.navbar_search_submit {
  left: 13px;
}

/* line 244, ../sass/partials/_header_nav.scss */
.navbar_search_reset {
  right: 13px;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 250, ../sass/partials/_header_nav.scss */
.has_value .navbar_search_reset {
  opacity: 1;
  visibility: visible;
}

/* line 256, ../sass/partials/_header_nav.scss */
.sub_bav_block {
  display: block;
  line-height: 1.5;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  background-color: #ffffff;
  -moz-transition: opacity 400ms, height 400ms, -moz-transform 400ms, box-shadow 1200ms, visibility 400ms;
  -o-transition: opacity 400ms, height 400ms, -o-transform 400ms, box-shadow 1200ms, visibility 400ms;
  -webkit-transition: opacity 400ms, height 400ms, -webkit-transform 400ms, box-shadow 1200ms, visibility 400ms;
  transition: opacity 400ms, height 400ms, transform 400ms, box-shadow 1200ms, visibility 400ms;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 256, ../sass/partials/_header_nav.scss */
  .sub_bav_block {
    border-radius: 5px;
    -moz-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    -webkit-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    box-shadow: 0 -1px 2px transparent;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -30rem;
    width: 60rem;
    z-index: 200;
  }
  /* line 277, ../sass/partials/_header_nav.scss */
  .sub_bav_block::before {
    border: 0.8rem solid transparent;
    border-bottom-color: #ffffff;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    margin-left: -0.8rem;
    top: -1.6rem;
    width: 0;
  }
}

/* line 292, ../sass/partials/_header_nav.scss */
.nav_visible, .nav_item:hover .sub_bav_block {
  opacity: 1;
  height: auto;
  pointer-events: all;
  visibility: visible;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 292, ../sass/partials/_header_nav.scss */
  .nav_visible, .nav_item:hover .sub_bav_block {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
}

/* line 304, ../sass/partials/_header_nav.scss */
.nav_item_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #312a25;
  padding: 10px;
}
/* line 310, ../sass/partials/_header_nav.scss */
.nav_item_list a {
  display: block;
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: .5rem;
  font-size: 12px;
  height: 100%;
}
/* line 318, ../sass/partials/_header_nav.scss */
.nav_item_list a:hover, .nav_item_list a:focus {
  background-color: #b44e3a;
  color: #f5f5f5;
}

/* line 325, ../sass/partials/_header_nav.scss */
.nav_block_cta {
  display: block;
  border-radius: 0 0 5px 5px;
  width: 100%;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  text-transform: uppercase;
  letter-spacing: .125em;
  padding: 1.6em 3em;
  text-align: center;
  background-color: #b44e3a;
  font-size: 12px;
  font-weight: 400;
}
/* line 338, ../sass/partials/_header_nav.scss */
.nav_block_cta:hover, .nav_block_cta:focus {
  background-color: #bc8a39;
  color: #f5f5f5;
}

/* line 344, ../sass/partials/_header_nav.scss */
.brand_image {
  display: inline-block;
}

/* line 348, ../sass/partials/_header_nav.scss */
.logo_link {
  display: block;
  line-height: 60px;
  position: relative;
  fill: #f5f5f5;
}
/* line 353, ../sass/partials/_header_nav.scss */
.logo_link > img,
.logo_link svg {
  display: inline-block;
  height: auto;
  width: 130px;
  vertical-align: middle;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 353, ../sass/partials/_header_nav.scss */
  .logo_link > img,
  .logo_link svg {
    width: 170px;
  }
}
/* line 364, ../sass/partials/_header_nav.scss */
.logo_link:hover, .logo_link:focus {
  fill: #00a99d;
}

/* line 370, ../sass/partials/_header_nav.scss */
.logo_image_holder {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: top left;
  background-size: cover;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logomark.svg);
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 370, ../sass/partials/_header_nav.scss */
  .logo_image_holder {
    width: 170px;
    height: 30px;
    background-image: url(../img/logo.svg);
  }
}

/* line 388, ../sass/partials/_header_nav.scss */
.logo_image_holder_two {
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-position: top left;
  background-size: cover;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-image: url(../img/logomark.svg);
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 388, ../sass/partials/_header_nav.scss */
  .logo_image_holder_two {
    width: 50px;
    height: 50px;
    background-image: url(../img/logomark.svg);
  }
}

/* line 408, ../sass/partials/_header_nav.scss */
.tc_logo {
  -moz-transition: fill 1.6s ease-in-out;
  -o-transition: fill 1.6s ease-in-out;
  -webkit-transition: fill 1.6s ease-in-out;
  transition: fill 1.6s ease-in-out;
}

/* line 412, ../sass/partials/_header_nav.scss */
.navbar_consts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* line 417, ../sass/partials/_header_nav.scss */
.control_btns {
  margin-left: 20px;
  position: relative;
}
/* line 421, ../sass/partials/_header_nav.scss */
.control_btns > a {
  display: block;
}

/* line 426, ../sass/partials/_header_nav.scss */
.control_btns_two {
  margin-left: 40px;
  position: relative;
}
/* line 430, ../sass/partials/_header_nav.scss */
.control_btns_two > a {
  display: block;
}
/* line 434, ../sass/partials/_header_nav.scss */
.control_btns_two .cust_icon {
  width: 25px;
  height: 25px;
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 434, ../sass/partials/_header_nav.scss */
  .control_btns_two .cust_icon {
    width: 20px;
    height: 20px;
  }
}

/* line 445, ../sass/partials/_header_nav.scss */
.btn_menu {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 445, ../sass/partials/_header_nav.scss */
  .btn_menu {
    display: none;
  }
}

/* line 451, ../sass/partials/_header_nav.scss */
.btn_search_trigger {
  fill: #bc8a39;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 451, ../sass/partials/_header_nav.scss */
  .btn_search_trigger {
    display: none;
  }
}

/* line 459, ../sass/partials/_header_nav.scss */
.icon_holder {
  display: block;
}
/* line 462, ../sass/partials/_header_nav.scss */
[class*="wrapper"] .icon_holder {
  margin-bottom: 10px;
}
/* line 466, ../sass/partials/_header_nav.scss */
.control_btns .icon_holder {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

/* line 473, ../sass/partials/_header_nav.scss */
.dpd_header {
  padding: 20px 15px;
  display: block;
  clear: both;
  color: #312a25;
  background-color: #ffffff;
}
/* line 480, ../sass/partials/_header_nav.scss */
.dpd_header .btn-link {
  display: block;
  margin-top: 10px;
  font-weight: 700;
}

/* line 487, ../sass/partials/_header_nav.scss */
.dpd_nav_item {
  clear: both;
}
/* line 490, ../sass/partials/_header_nav.scss */
.dpd_nav_item > a {
  padding: 10px 15px;
}

/* line 495, ../sass/partials/_header_nav.scss */
.dsp_tab_row {
  display: table;
}
/* line 498, ../sass/partials/_header_nav.scss */
.dsp_tab_row > span, .dsp_tab_row > * {
  display: table-cell;
  vertical-align: middle;
}
/* line 503, ../sass/partials/_header_nav.scss */
.dsp_tab_row > * + * {
  padding-left: 5px;
}

/* line 508, ../sass/partials/_header_nav.scss */
.nav_item_text {
  text-transform: none;
}

/* line 512, ../sass/partials/_header_nav.scss */
.primary-nav-trigger {
  position: relative;
}

/* line 516, ../sass/partials/_header_nav.scss */
.menu-icon {
  /* this span is the central line of the menu icon */
  display: block;
  width: 24px;
  height: 3px;
  background-color: #bc8a39;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
/* line 524, ../sass/partials/_header_nav.scss */
.menu-icon::before, .menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #bc8a39;
  right: 0;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  -o-transition: -o-transform 0.3s, top 0.3s, background-color 0s;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
/* line 534, ../sass/partials/_header_nav.scss */
.menu-icon::before {
  top: -7px;
}
/* line 537, ../sass/partials/_header_nav.scss */
.menu-icon::after {
  top: 7px;
}
/* line 540, ../sass/partials/_header_nav.scss */
.menu-icon.is-clicked {
  background-color: rgba(188, 138, 57, 0);
}
/* line 542, ../sass/partials/_header_nav.scss */
.menu-icon.is-clicked::before, .menu-icon.is-clicked::after {
  background-color: #bc8a39;
}
/* line 546, ../sass/partials/_header_nav.scss */
.menu-icon.is-clicked::before {
  top: 0;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 550, ../sass/partials/_header_nav.scss */
.menu-icon.is-clicked::after {
  top: 0;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* line 1, ../sass/partials/_navigations.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: inherit;
}
/* line 5, ../sass/partials/_navigations.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #b44e3a;
  fill: #bc8a39;
}
/* line 11, ../sass/partials/_navigations.scss */
a:focus {
  outline: thin dotted transparent;
}

/* line 16, ../sass/partials/_navigations.scss */
.caret {
  margin-left: 4px;
}

/* line 20, ../sass/partials/_navigations.scss */
button {
  outline: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  height: auto;
  color: inherit;
  cursor: pointer;
  line-height: 1;
  background: 0 0;
}

/* line 36, ../sass/partials/_navigations.scss */
.btn,
a.btn {
  border: none;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  letter-spacing: .125em;
  padding: 1.65em 3em;
  text-align: center;
  background-color: transparent;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  fill: #f5f5f5;
  line-height: normal;
  cursor: pointer;
}
/* line 54, ../sass/partials/_navigations.scss */
.btn + .btn,
a.btn + .btn {
  margin-left: 1em;
}
/* line 57, ../sass/partials/_navigations.scss */
.btn.btn-primary,
a.btn.btn-primary {
  background-color: #2e0d20;
}
/* line 59, ../sass/partials/_navigations.scss */
.btn.btn-primary:hover, .btn.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus {
  background-color: #353535;
}
/* line 64, ../sass/partials/_navigations.scss */
.btn.btn-secondary,
a.btn.btn-secondary {
  background-color: #bc8a39;
}
/* line 66, ../sass/partials/_navigations.scss */
.btn.btn-secondary:hover, .btn.btn-secondary:focus,
a.btn.btn-secondary:hover,
a.btn.btn-secondary:focus {
  background-color: #b44e3a;
}
/* line 71, ../sass/partials/_navigations.scss */
.btn.btn-inverse,
a.btn.btn-inverse {
  background-color: #b44e3a;
}
/* line 73, ../sass/partials/_navigations.scss */
.btn.btn-inverse:hover, .btn.btn-inverse:focus,
a.btn.btn-inverse:hover,
a.btn.btn-inverse:focus {
  background-color: #bc8a39;
}
/* line 78, ../sass/partials/_navigations.scss */
.btn.btn-white,
a.btn.btn-white {
  background-color: #ffffff;
  color: #2e0d20;
}
/* line 81, ../sass/partials/_navigations.scss */
.btn.btn-white:hover, .btn.btn-white:focus,
a.btn.btn-white:hover,
a.btn.btn-white:focus {
  background-color: #353535;
  color: #ffffff;
}
/* line 87, ../sass/partials/_navigations.scss */
.btn.btn-card,
a.btn.btn-card {
  color: inherit;
}
/* line 89, ../sass/partials/_navigations.scss */
.btn.btn-card:hover, .btn.btn-card:focus, .btn.btn-card:visited,
a.btn.btn-card:hover,
a.btn.btn-card:focus,
a.btn.btn-card:visited {
  background-color: #e5e5e5;
  color: #312a25;
}
/* line 96, ../sass/partials/_navigations.scss */
.btn.btn-icon,
a.btn.btn-icon {
  padding: .15em;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  fill: #312a25;
  align-items: center;
  justify-content: center;
}
/* line 106, ../sass/partials/_navigations.scss */
.btn.btn-icon .cust_icon,
a.btn.btn-icon .cust_icon {
  opacity: .5;
}
/* line 110, ../sass/partials/_navigations.scss */
.btn.btn-icon:hover, .btn.btn-icon:focus,
a.btn.btn-icon:hover,
a.btn.btn-icon:focus {
  background-color: #d5d5d5;
}
/* line 114, ../sass/partials/_navigations.scss */
.btn.btn-icon:hover .cust_icon, .btn.btn-icon:focus .cust_icon,
a.btn.btn-icon:hover .cust_icon,
a.btn.btn-icon:focus .cust_icon {
  opacity: 1;
}
/* line 119, ../sass/partials/_navigations.scss */
.btn.btn-default,
a.btn.btn-default {
  background-color: #ffffff;
  color: #312a25;
  fill: #312a25;
  border: none;
}
/* line 124, ../sass/partials/_navigations.scss */
.btn.btn-default:hover, .btn.btn-default:focus,
a.btn.btn-default:hover,
a.btn.btn-default:focus {
  background-color: #d5d5d5;
}
/* line 129, ../sass/partials/_navigations.scss */
.btn.btn-outline,
a.btn.btn-outline {
  border: 2px solid #2e0d20;
  color: #312a25;
}
/* line 133, ../sass/partials/_navigations.scss */
.btn.btn-outline:hover, .btn.btn-outline:focus,
a.btn.btn-outline:hover,
a.btn.btn-outline:focus {
  border-color: transparent;
  background-color: #2e0d20;
  color: #ffffff;
}
/* line 139, ../sass/partials/_navigations.scss */
.btn:hover, .btn:focus,
a.btn:hover,
a.btn:focus {
  text-decoration: none !important;
}
/* line 142, ../sass/partials/_navigations.scss */
.no-touch .btn:hover, .no-touch .btn:focus, .no-touch
a.btn:hover, .no-touch
a.btn:focus {
  outline: none;
}

/* line 149, ../sass/partials/_navigations.scss */
.btn-sm.btn,
.btn-group-sm > .btn {
  padding: 1.35em 1.75em;
  font-size: 11px;
}

/* line 155, ../sass/partials/_navigations.scss */
.btn-lg.btn,
.btn-group-lg > .btn {
  padding: 2em 5em;
  font-size: 14px;
}

/* line 161, ../sass/partials/_navigations.scss */
.btn-link {
  padding: 0;
  color: #b44e3a;
  display: inline-block;
}
/* line 165, ../sass/partials/_navigations.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #00a99d;
}

/* line 172, ../sass/partials/_navigations.scss */
.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border: none;
}
/* line 177, ../sass/partials/_navigations.scss */
.nav-tabs > li {
  line-height: 30px;
}
/* line 180, ../sass/partials/_navigations.scss */
.nav-tabs > li > a {
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  padding: 10px 15px;
  white-space: nowrap;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 191, ../sass/partials/_navigations.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus {
  border: none;
  background-color: transparent;
}
/* line 199, ../sass/partials/_navigations.scss */
.nav-tabs > li.active > a, .nav-tabs > li > a.active {
  box-shadow: inset 0 -3px 0 #2e0d20;
  color: #2e0d20;
}

/* line 206, ../sass/partials/_navigations.scss */
.more-btn {
  display: block;
  position: relative;
  padding: 30px 0 10px;
  text-align: center;
}
/* line 211, ../sass/partials/_navigations.scss */
.more-btn .btn {
  min-width: 120px;
}

/* line 216, ../sass/partials/_navigations.scss */
.to-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 3.5%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2e0d20 url(../img/top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 30000;
}
/* line 233, ../sass/partials/_navigations.scss */
.no-touch .to-top:hover, .no-touch .to-top:focus {
  background-color: rgba(46, 13, 32, 0.66);
  opacity: 1;
}
/* line 239, ../sass/partials/_navigations.scss */
.to-top.is-visible, .to-top.fade-out, .no-touch .to-top:hover {
  -moz-transition: opacity 0.3s, visibility 0s;
  -o-transition: opacity 0.3s, visibility 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s;
}
/* line 244, ../sass/partials/_navigations.scss */
.to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
/* line 249, ../sass/partials/_navigations.scss */
.to-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

/* line 255, ../sass/partials/_navigations.scss */
.social_links {
  clear: both;
  display: block;
  margin: 10px 0;
}
/* line 259, ../sass/partials/_navigations.scss */
.social_links .link_item {
  display: inline-block;
  fill: inherit;
}
/* line 262, ../sass/partials/_navigations.scss */
.social_links .link_item + .link_item {
  margin-left: 15px;
}
/* line 265, ../sass/partials/_navigations.scss */
.social_links .link_item:hover, .social_links .link_item:focus {
  fill: #00a99d;
}
/* line 270, ../sass/partials/_navigations.scss */
.info_list_item .social_links {
  margin: 0;
  fill: #b44e3a;
}

/* line 276, ../sass/partials/_navigations.scss */
.social_prop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

/* line 283, ../sass/partials/_navigations.scss */
.close_dialog {
  z-index: 5;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  background-color: transparent;
  -moz-transition: background-color 0.8s ease-in-out;
  -o-transition: background-color 0.8s ease-in-out;
  -webkit-transition: background-color 0.8s ease-in-out;
  transition: background-color 0.8s ease-in-out;
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
/* line 296, ../sass/partials/_navigations.scss */
.close_dialog::before, .close_dialog::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #959595;
  height: 14px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -1px;
}
/* line 307, ../sass/partials/_navigations.scss */
.close_dialog::before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 310, ../sass/partials/_navigations.scss */
.close_dialog::after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 313, ../sass/partials/_navigations.scss */
.close_dialog:hover, .close_dialog:focus {
  background-color: #bc8a39;
}
/* line 316, ../sass/partials/_navigations.scss */
.close_dialog:hover::before, .close_dialog:hover::after, .close_dialog:focus::before, .close_dialog:focus::after {
  background-color: #353535;
}

/* line 323, ../sass/partials/_navigations.scss */
.social_btn {
  width: 90px;
  height: 30px;
  line-height: 30px;
  fill: #ffffff;
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin: 0 25px;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /* Mobile devices */
}
/* line 333, ../sass/partials/_navigations.scss */
.social_btn:hover, .social_btn:focus {
  fill: #ffffff;
  background-color: #bc8a39;
}
@media only screen and (max-width: 375px) {
  /* line 323, ../sass/partials/_navigations.scss */
  .social_btn {
    width: 50px;
  }
}

/* line 344, ../sass/partials/_navigations.scss */
.bg_fb {
  background-color: #3b5893;
}

/* line 348, ../sass/partials/_navigations.scss */
.bg_tw {
  background-color: #1fa1f2;
}

/* line 352, ../sass/partials/_navigations.scss */
.bg_goog {
  background-color: #dd4b39;
}

/* line 356, ../sass/partials/_navigations.scss */
.dropdown-menu {
  padding: 0;
  opacity: 0;
  font-size: 1em;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  border: .08rem solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translate3d(0px, 45px, 0px);
  -ms-transform: translate3d(0px, 45px, 0px);
  -webkit-transform: translate3d(0px, 45px, 0px);
  transform: translate3d(0px, 45px, 0px);
}
/* line 367, ../sass/partials/_navigations.scss */
.infoTable .dropdown-menu {
  font-size: 12px;
}
/* line 370, ../sass/partials/_navigations.scss */
.dropdown-menu.profile_dropdown {
  min-width: 250px;
  background-color: #f5f5f5;
  overflow: hidden;
}
/* line 375, ../sass/partials/_navigations.scss */
.dropdown-menu.dropdown-right {
  left: auto;
  right: 0;
}
/* line 379, ../sass/partials/_navigations.scss */
.dropdown-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 383, ../sass/partials/_navigations.scss */
.dropdown-menu li.active > * {
  background: #bc8a39;
  color: #ffffff;
}
/* line 387, ../sass/partials/_navigations.scss */
.dropdown-menu li > * {
  display: block;
  fill: #312a25;
  color: #2e0d20;
  text-transform: uppercase;
  line-height: normal;
}
/* line 393, ../sass/partials/_navigations.scss */
.dropdown-menu li > *:hover {
  background: #f5f5f5;
  color: #353535;
  fill: #00a99d;
}
/* line 401, ../sass/partials/_navigations.scss */
.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 408, ../sass/partials/_navigations.scss */
.categoryMenu .dropdown-menu {
  top: 70px;
  width: 290px;
  right: -125px;
}

/* line 415, ../sass/partials/_navigations.scss */
.subNavigation {
  list-style: none;
}
/* line 418, ../sass/partials/_navigations.scss */
.subNavigation .menuLink_item {
  display: block;
  font-size: 12px;
  color: #312a25;
  font-weight: 300;
  padding: 10px 20px;
  position: relative;
  text-transform: unset;
}

/* line 429, ../sass/partials/_navigations.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 433, ../sass/partials/_navigations.scss */
.sticky_nav {
  display: block;
  clear: both;
  width: 100%;
}

/* line 439, ../sass/partials/_navigations.scss */
.section_nav {
  clear: both;
  width: 100%;
  display: block;
  z-index: 1000;
  background-color: white;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  left: 0;
}
/* line 449, ../sass/partials/_navigations.scss */
.fix__top .section_nav {
  position: fixed;
  top: 0;
}

/* line 455, ../sass/partials/_navigations.scss */
.section_nav_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  height: 50%;
  width: 100%;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 455, ../sass/partials/_navigations.scss */
  .section_nav_row {
    justify-content: space-between;
    overflow: hidden;
  }
}

/* line 468, ../sass/partials/_navigations.scss */
.breadcrumb_nav {
  display: block;
  padding: 15px 0;
}

/* line 473, ../sass/partials/_navigations.scss */
.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}
/* line 479, ../sass/partials/_navigations.scss */
.breadcrumb li {
  font-size: 1.2rem;
  display: inline-block;
  font-weight: 400;
  color: #959595;
}
/* line 484, ../sass/partials/_navigations.scss */
.breadcrumb li + li::before {
  padding: 0 5px;
  content: "\203A";
  display: inline-block;
}
/* line 489, ../sass/partials/_navigations.scss */
.breadcrumb li > a {
  display: inline-block;
  padding-right: 5px;
}
/* line 494, ../sass/partials/_navigations.scss */
.breadcrumb > .active {
  color: #b44e3a;
  pointer-events: none;
}

/* line 1, ../sass/partials/_profiles.scss */
.user_banner_area {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: auto;
  background-color: #b44e3a;
  background-image: url(../img/banners/prof_banner.jpg);
  padding: 50px 0;
  position: relative;
  z-index: 10;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/partials/_profiles.scss */
  .user_banner_area {
    height: 300px;
  }
}
/* line 17, ../sass/partials/_profiles.scss */
.user_banner_area::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .45;
  background-color: #2e0d20;
}
/* line 30, ../sass/partials/_profiles.scss */
.user_banner_area .container {
  height: 100%;
}

/* line 35, ../sass/partials/_profiles.scss */
.user_context_nav {
  clear: both;
  display: block;
  background: #ffffff;
  border-top: 1px;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
}

/* line 47, ../sass/partials/_profiles.scss */
.merchant_profile_details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  fill: #d5d5d5;
  line-height: 150%;
  margin-bottom: 30px;
  /* Tablets and phablets */
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 47, ../sass/partials/_profiles.scss */
  .merchant_profile_details {
    align-items: center;
    text-align: center;
    color: #ffffff;
    fill: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  /* line 47, ../sass/partials/_profiles.scss */
  .merchant_profile_details {
    width: 300px;
    position: absolute;
    left: 60px;
    bottom: -290px;
  }
}

/* line 68, ../sass/partials/_profiles.scss */
.merchant_profile_details_view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  fill: #d5d5d5;
  line-height: 150%;
  margin-bottom: 30px;
  /* Tablets and phablets */
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 68, ../sass/partials/_profiles.scss */
  .merchant_profile_details_view {
    align-items: center;
    text-align: center;
    color: #ffffff;
    fill: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  /* line 68, ../sass/partials/_profiles.scss */
  .merchant_profile_details_view {
    width: 300px;
    position: absolute;
    left: 60px;
    bottom: -340px;
  }
}

/* line 90, ../sass/partials/_profiles.scss */
.merchant_content_area {
  display: block;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 90, ../sass/partials/_profiles.scss */
  .merchant_content_area {
    padding-left: 350px;
  }
}

/* line 97, ../sass/partials/_profiles.scss */
.merchant_logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 97, ../sass/partials/_profiles.scss */
  .merchant_logo {
    justify-content: flex-start;
  }
}

/* line 107, ../sass/partials/_profiles.scss */
.user_avatar {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d5d5d5;
  overflow: hidden;
  padding: 2px;
  border-radius: 50%;
}
/* line 117, ../sass/partials/_profiles.scss */
.user_avatar img {
  width: 100%;
  display: block;
  border-radius: 50%;
}
/* line 123, ../sass/partials/_profiles.scss */
.merchant_logo .user_avatar {
  width: 96px;
  height: 96px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 123, ../sass/partials/_profiles.scss */
  .merchant_logo .user_avatar {
    width: 128px;
    height: 128px;
  }
}
/* line 133, ../sass/partials/_profiles.scss */
.user_avatar .avi_sm {
  height: 30px;
  width: 30px;
}
/* line 137, ../sass/partials/_profiles.scss */
.dpd_header .user_avatar {
  width: 48px;
  height: 48px;
}
/* line 142, ../sass/partials/_profiles.scss */
.post_author_thumb .user_avatar {
  height: 40px;
  width: 40px;
}

/* line 152, ../sass/partials/_profiles.scss */
.pr_info_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
}
/* line 156, ../sass/partials/_profiles.scss */
.pr_info_block + .pr_info_block {
  border-top: 1px solid #e5e5e5;
}

/* line 161, ../sass/partials/_profiles.scss */
.prof_header {
  display: block;
  clear: both;
  margin-bottom: 10px;
}

/* line 167, ../sass/partials/_profiles.scss */
.prof_title {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
}

/* line 173, ../sass/partials/_profiles.scss */
.prof_details {
  margin-bottom: 15px;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 173, ../sass/partials/_profiles.scss */
  .prof_details {
    margin-bottom: 0;
  }
}

/*User Info area*/
/* line 182, ../sass/partials/_profiles.scss */
.content_wrapper {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* line 187, ../sass/partials/_profiles.scss */
.user_infoHeader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  box-shadow: inset 0 -1px 0 rgba(180, 78, 58, 0.2);
}

/* line 195, ../sass/partials/_profiles.scss */
.header_cto {
  padding-bottom: 10px;
}

/* Profile information cards*/
/* line 201, ../sass/partials/_profiles.scss */
.account_meta {
  margin-bottom: 15px;
}

/* line 205, ../sass/partials/_profiles.scss */
.info_label {
  font-size: 12px;
  text-transform: uppercase;
}

/* line 210, ../sass/partials/_profiles.scss */
.info_value {
  padding-top: 10px;
  font-size: 32px;
}

/* line 215, ../sass/partials/_profiles.scss */
.meta_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  margin: 10px -5px;
}

/* line 221, ../sass/partials/_profiles.scss */
.info_meta {
  display: block;
  clear: both;
  font-size: 12px;
  padding: 5px 0;
}
/* line 227, ../sass/partials/_profiles.scss */
.info_meta:last-child {
  padding-bottom: 0;
}
/* line 231, ../sass/partials/_profiles.scss */
.meta_list .info_meta {
  padding: 0 5px;
  display: inline-block;
}
/* line 235, ../sass/partials/_profiles.scss */
.meta_list .info_meta + .info_meta {
  border-left: 1px solid #d5d5d5;
}

/* line 241, ../sass/partials/_profiles.scss */
.meta_value, .meta_label {
  display: inline-block;
}

/* line 245, ../sass/partials/_profiles.scss */
.meta_value {
  font-size: 14px;
}

/* line 249, ../sass/partials/_profiles.scss */
.meta_cto {
  clear: both;
  margin-top: 20px;
}
/* line 253, ../sass/partials/_profiles.scss */
.meta_cto a {
  display: block;
  color: #959595;
}
/* line 257, ../sass/partials/_profiles.scss */
.meta_cto a:hover, .meta_cto a:focus {
  color: #b44e3a;
}

/* line 263, ../sass/partials/_profiles.scss */
.random_info_card {
  padding: 15px;
  width: 100%;
}

/* line 268, ../sass/partials/_profiles.scss */
.card_wrapper {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 5px rgba(53, 53, 53, 0.2);
  border-radius: 5px;
  line-height: 150%;
  position: relative;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}

/* line 281, ../sass/partials/_profiles.scss */
.infoCard_header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 290, ../sass/partials/_profiles.scss */
.infoTitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/*mediaList*/
/* line 298, ../sass/partials/_profiles.scss */
.info_list_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
/* line 301, ../sass/partials/_profiles.scss */
.info_list_item.event_item_info {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 307, ../sass/partials/_profiles.scss */
.info_list_item:last-child .info_container {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

/* line 315, ../sass/partials/_profiles.scss */
.info_image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-flex: 0;
  flex: 0 0 30px;
}
/* line 319, ../sass/partials/_profiles.scss */
.info_image .cust_icon {
  opacity: .35;
  height: 16px;
}

/* line 325, ../sass/partials/_profiles.scss */
.info_container {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 332, ../sass/partials/_profiles.scss */
.info_container:hover .info_ctr, .info_container:focus .info_ctr {
  opacity: 1;
}
/* line 336, ../sass/partials/_profiles.scss */
.event_item_info .info_container {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 341, ../sass/partials/_profiles.scss */
.info_container.flex_content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
}

/* line 349, ../sass/partials/_profiles.scss */
.info_item_title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}

/* line 355, ../sass/partials/_profiles.scss */
.info_summary {
  margin-bottom: 5px;
}

/* line 359, ../sass/partials/_profiles.scss */
.info_ctr {
  padding-left: 20px;
  opacity: .4;
}

/* line 364, ../sass/partials/_profiles.scss */
.calendar_box {
  width: 65px;
  height: 65px;
  padding: 8px 4px;
  font-size: 11px;
  text-align: center;
  margin-right: 10px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color: #bc8a39;
}
/* line 376, ../sass/partials/_profiles.scss */
.calendar_box > span {
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 383, ../sass/partials/_profiles.scss */
.day {
  font-size: 1.75em;
  font-weight: 700;
  margin: 4px 0;
}

/*Vendor details bar*/
/* line 391, ../sass/partials/_profiles.scss */
.bar_wrapper {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  position: relative;
}
/* line 397, ../sass/partials/_profiles.scss */
.tiny_bar .bar_wrapper {
  margin-bottom: 30px;
  color: #2e0d20;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* line 406, ../sass/partials/_profiles.scss */
.tiny_bar .bar_wrapper:hover, .tiny_bar .bar_wrapper:focus {
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
/* line 409, ../sass/partials/_profiles.scss */
.tiny_bar .bar_wrapper:hover .bar_image, .tiny_bar .bar_wrapper:focus .bar_image {
  background-color: #f5f5f5;
}
/* line 415, ../sass/partials/_profiles.scss */
.vendor_service .bar_wrapper {
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 415, ../sass/partials/_profiles.scss */
  .vendor_service .bar_wrapper {
    flex-direction: column;
  }
}
/* line 422, ../sass/partials/_profiles.scss */
.bar_wrapper:hover .fav_control, .bar_wrapper:focus .fav_control {
  opacity: 1;
}

/* line 428, ../sass/partials/_profiles.scss */
.bar_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: block;
}

/* line 436, ../sass/partials/_profiles.scss */
.itemControl {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

/* line 443, ../sass/partials/_profiles.scss */
.checkControl {
  display: flex;
  position: absolute;
  bottom: -5px;
  right: -7px;
  z-index: 10;
}

/* line 451, ../sass/partials/_profiles.scss */
.fav_control {
  padding: .15em;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  display: flex;
  fill: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: .5;
  align-items: center;
  justify-content: center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 465, ../sass/partials/_profiles.scss */
.fav_control:hover, .fav_control:focus, .is_liked .fav_control {
  background-color: #ffffff;
  fill: #b44e3a;
}

/* line 471, ../sass/partials/_profiles.scss */
.bar_image {
  display: flex;
  align-items: center;
}
/* line 475, ../sass/partials/_profiles.scss */
.tiny_bar .bar_image {
  margin-right: 5px;
  border-radius: 5px;
  -moz-transition: background-color 0.4s ease 0s;
  -o-transition: background-color 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: background-color 0.4s ease 0s;
  padding: 10px;
  width: 80px;
}
/* line 483, ../sass/partials/_profiles.scss */
.vendor_service .bar_image {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* Tablets and phablets */
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 483, ../sass/partials/_profiles.scss */
  .vendor_service .bar_image {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 483, ../sass/partials/_profiles.scss */
  .vendor_service .bar_image {
    width: 25%;
    margin-right: 15px;
  }
}

/* line 498, ../sass/partials/_profiles.scss */
.bar_img_holder {
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 505, ../sass/partials/_profiles.scss */
.tiny_bar .bar_img_holder {
  background-image: url(../img/logos/dummy_logo_1.png);
  padding-bottom: 100%;
}
/* line 510, ../sass/partials/_profiles.scss */
.vendor_service .bar_img_holder {
  padding-bottom: 66.67%;
  background-color: #ffffff;
}

/* line 517, ../sass/partials/_profiles.scss */
.bar_content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 517, ../sass/partials/_profiles.scss */
  .bar_content {
    width: 75%;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 530, ../sass/partials/_profiles.scss */
.barCard_details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* line 535, ../sass/partials/_profiles.scss */
.bar_content .barCard_details {
  justify-content: flex-start;
  flex: 1;
}

/* line 541, ../sass/partials/_profiles.scss */
.barCard_callout {
  flex-shrink: 0;
  /* Mobile devices */
  /* Tablets and phablets */
}
@media only screen and (max-width: 575px) {
  /* line 541, ../sass/partials/_profiles.scss */
  .barCard_callout {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 541, ../sass/partials/_profiles.scss */
  .barCard_callout {
    margin-left: 10px;
    text-align: right;
  }
}

/* line 554, ../sass/partials/_profiles.scss */
.barCard_title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.35;
  margin-bottom: .4rem;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 1200px) {
  /* line 554, ../sass/partials/_profiles.scss */
  .barCard_title {
    font-size: 2.8rem;
  }
}

/* line 566, ../sass/partials/_profiles.scss */
.brand_name {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: .075rem;
  margin-bottom: .5rem;
  position: relative;
  color: #757575;
}
/* line 574, ../sass/partials/_profiles.scss */
.vendor_service .brand_name {
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 574, ../sass/partials/_profiles.scss */
  .vendor_service .brand_name {
    display: none;
  }
}
/* line 580, ../sass/partials/_profiles.scss */
.tiny_bar .brand_name {
  font-weight: 600;
  color: inherit;
}

/* line 586, ../sass/partials/_profiles.scss */
.is_verified {
  position: relative;
  display: inline-block;
}
/* line 589, ../sass/partials/_profiles.scss */
.is_verified::after {
  content: "";
  background-image: url(../img/icons/verified.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -20px;
  top: 0px;
}

/* line 601, ../sass/partials/_profiles.scss */
.card_subtitle {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #959595;
}

/* line 1, ../sass/partials/_heroes.scss */
.hero_area {
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  overflow: hidden;
  min-height: 480px;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 1, ../sass/partials/_heroes.scss */
  .hero_area {
    height: 100vh;
    max-height: 700px;
    padding: 60px 0;
  }
}
/* line 17, ../sass/partials/_heroes.scss */
.hero_area::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .9;
}

/* line 30, ../sass/partials/_heroes.scss */
.hero_area-two {
  width: 100%;
  position: relative;
  z-index: 1;
  height: auto;
  overflow: hidden;
  min-height: 480px;
  padding: 30px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 30, ../sass/partials/_heroes.scss */
  .hero_area-two {
    padding: 60px 0;
  }
}
/* line 46, ../sass/partials/_heroes.scss */
.hero_area-two::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: .9;
}

/* line 68, ../sass/partials/_heroes.scss */
.merchant_hero {
  background-image: url(../img/banners/merchant_hold.jpg);
}
/* line 71, ../sass/partials/_heroes.scss */
.merchant_hero::before {
  background-color: #2e0d20;
}

/* line 77, ../sass/partials/_heroes.scss */
.video_bg .video_wrapper {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -5;
}

/* line 88, ../sass/partials/_heroes.scss */
.hero_background video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  display: none;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 88, ../sass/partials/_heroes.scss */
  .hero_background video {
    display: inline;
  }
}

/* line 104, ../sass/partials/_heroes.scss */
.main_hero {
  background-image: url(../img/banners/home_hold.jpg);
}
/* line 107, ../sass/partials/_heroes.scss */
.main_hero::before {
  opacity: .75;
  background-color: #f5f5f5;
}

/* line 113, ../sass/partials/_heroes.scss */
.banner_content {
  padding-top: 60px;
  position: relative;
  /* Tablets and phablets */
}
/* line 117, ../sass/partials/_heroes.scss */
.user_banner_area .banner_content {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  /* line 113, ../sass/partials/_heroes.scss */
  .banner_content {
    padding-top: 0;
  }
  /* line 124, ../sass/partials/_heroes.scss */
  .user_banner_area .banner_content {
    padding-top: 60px;
  }
}

/* line 132, ../sass/partials/_heroes.scss */
.banner_bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 138, ../sass/partials/_heroes.scss */
.bg_strips {
  background-image: url(../img/banners/bg_stroke.png);
}

/* line 142, ../sass/partials/_heroes.scss */
.bg_squares {
  background-image: url(../img/banners/bg_squares.svg);
  background-size: cover;
}

/* line 147, ../sass/partials/_heroes.scss */
.bg_polygons {
  background-image: url(../img/banners/bg_networks.svg);
  background-size: cover;
}

/* line 152, ../sass/partials/_heroes.scss */
.ev_budget_banner {
  background-image: url(../img/banners/budgetting_banner.jpg);
}

/* line 156, ../sass/partials/_heroes.scss */
.alt_bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
/* line 165, ../sass/partials/_heroes.scss */
.alt_bg[class*='bg-'] {
  opacity: .85;
}

/* line 170, ../sass/partials/_heroes.scss */
.bg_burst {
  background-image: url(../img/banners/spa_burst.svg);
  background-position: top right;
  max-width: 550px;
}

/* line 176, ../sass/partials/_heroes.scss */
.hero_intro_msg {
  max-width: 650px;
  padding: 60px 0 40px;
  font-size: 16px;
  /* Tablets and phablets */
  /* Landscape tablets and desktop or laptops */
}
/* line 181, ../sass/partials/_heroes.scss */
.hero_intro_msg .subtitle {
  margin: 25px auto 10px;
}
@media only screen and (min-width: 768px) {
  /* line 176, ../sass/partials/_heroes.scss */
  .hero_intro_msg {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 176, ../sass/partials/_heroes.scss */
  .hero_intro_msg {
    padding-top: 140px;
  }
}

/* line 194, ../sass/partials/_heroes.scss */
.v_align_center {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* line 199, ../sass/partials/_heroes.scss */
.hero_title {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: 700;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 199, ../sass/partials/_heroes.scss */
  .hero_title {
    font-size: 45px;
  }
}

/* line 209, ../sass/partials/_heroes.scss */
.hero_down {
  text-align: center;
  width: 100%;
}
/* line 212, ../sass/partials/_heroes.scss */
.hero_down .ct_label {
  font-size: 1em;
  display: none;
}

/* line 218, ../sass/partials/_heroes.scss */
.scroller_circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 2px solid #c5c5c5;
}
/* line 228, ../sass/partials/_heroes.scss */
.scroller_circle svg {
  position: relative;
  top: 2px;
  height: 18px;
  width: 18px;
  fill: #c5c5c5;
}
/* line 235, ../sass/partials/_heroes.scss */
.scroller_circle:hover, .scroller_circle:focus {
  background-color: #bc8a39;
  border-color: transparent;
}
/* line 239, ../sass/partials/_heroes.scss */
.scroller_circle:hover svg, .scroller_circle:focus svg {
  fill: #312a25;
}

/* line 246, ../sass/partials/_heroes.scss */
.hero_split {
  position: relative;
  *zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: column nowrap;
  /* Tablets and phablets */
}
/* line 149, ../sass/partials/_mixins.scss */
.hero_split:before, .hero_split:after {
  content: "";
  display: table;
}
/* line 156, ../sass/partials/_mixins.scss */
.hero_split:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  /* line 246, ../sass/partials/_heroes.scss */
  .hero_split {
    flex-direction: row;
  }
}

/* line 260, ../sass/partials/_heroes.scss */
.split_content_area,
.split_form_area {
  -webkit-box-flex: 1;
  width: 100%;
}

/* line 266, ../sass/partials/_heroes.scss */
.split_content_area {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 266, ../sass/partials/_heroes.scss */
  .split_content_area {
    max-width: 65%;
    flex: 1 0 65%;
    padding-right: 50px;
  }
}

/* line 274, ../sass/partials/_heroes.scss */
.split_form_area {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 274, ../sass/partials/_heroes.scss */
  .split_form_area {
    max-width: 35%;
    flex: 1 0 35%;
  }
}

/* line 281, ../sass/partials/_heroes.scss */
.split_content_area_two,
.split_form_area_two {
  -webkit-box-flex: 1;
  width: 100%;
}

/* line 287, ../sass/partials/_heroes.scss */
.split_content_area_two {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 287, ../sass/partials/_heroes.scss */
  .split_content_area_two {
    max-width: 55%;
    flex: 1 0 55%;
    padding-right: 50px;
  }
}

/* line 295, ../sass/partials/_heroes.scss */
.split_form_area_two {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 295, ../sass/partials/_heroes.scss */
  .split_form_area_two {
    max-width: 45%;
    flex: 1 0 45%;
  }
}

/* line 1, ../sass/partials/_blocks.scss */
.main_content_area {
  position: relative;
  z-index: 1;
}

/* line 6, ../sass/partials/_blocks.scss */
.section_block {
  width: 100%;
  clear: both;
  background-size: cover;
  position: relative;
}

/* line 13, ../sass/partials/_blocks.scss */
.categoryServices {
  z-index: 100;
}

/* line 17, ../sass/partials/_blocks.scss */
.section_wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
/* line 22, ../sass/partials/_blocks.scss */
.banner_bg .section_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 28, ../sass/partials/_blocks.scss */
.section_header {
  padding-bottom: 40px;
}

/* line 32, ../sass/partials/_blocks.scss */
.subtitle {
  font-size: 16px;
  display: inline-block;
  max-width: 600px;
  /* Tablets and phablets */
}
/* line 37, ../sass/partials/_blocks.scss */
.prof_header .subtitle {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  /* line 42, ../sass/partials/_blocks.scss */
  .section_header .subtitle {
    font-size: 21px;
  }
}

/* line 48, ../sass/partials/_blocks.scss */
.section_title {
  font-size: 26px;
  font-weight: 700;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 48, ../sass/partials/_blocks.scss */
  .section_title {
    font-size: 32px;
  }
}
/* line 56, ../sass/partials/_blocks.scss */
.feature_ad_panel .section_title {
  margin-bottom: 15px;
}

/* line 61, ../sass/partials/_blocks.scss */
.section_cto {
  margin-top: 15px;
  display: block;
  clear: both;
  padding-top: 15px;
}
/* line 67, ../sass/partials/_blocks.scss */
.auth_panel .section_cto {
  margin-bottom: 15px;
}
/* line 70, ../sass/partials/_blocks.scss */
.auth_panel .section_cto .btn {
  min-width: 220px;
}
/* line 75, ../sass/partials/_blocks.scss */
.section_cto.ds_post_item {
  margin-top: 0;
}
/* line 79, ../sass/partials/_blocks.scss */
.widget_body .section_cto, .panel_inner .section_cto {
  border-top: 1px solid rgba(46, 13, 32, 0.1);
}

/* line 84, ../sass/partials/_blocks.scss */
.hr_line {
  display: block;
  height: 5px;
  width: 100%;
  background-color: #736459;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF312A25', endColorstr='#FF2E0D20');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxMmEyNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjYmM4YTM5Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiNDRlM2EiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwYTk5ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJlMGQyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #312a25), color-stop(25%, #bc8a39), color-stop(50%, #b44e3a), color-stop(75%, #00a99d), color-stop(100%, #2e0d20));
  background-image: -moz-linear-gradient(left, #312a25 0%, #bc8a39 25%, #b44e3a 50%, #00a99d 75%, #2e0d20 100%);
  background-image: -webkit-linear-gradient(left, #312a25 0%, #bc8a39 25%, #b44e3a 50%, #00a99d 75%, #2e0d20 100%);
  background-image: linear-gradient(to right, #312a25 0%, #bc8a39 25%, #b44e3a 50%, #00a99d 75%, #2e0d20 100%);
}
/* line 91, ../sass/partials/_blocks.scss */
.has_line .hr_line {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* line 98, ../sass/partials/_blocks.scss */
.block_panel {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 5px 5px 25px 0 rgba(53, 53, 53, 0.1);
}
/* line 106, ../sass/partials/_blocks.scss */
.auth_panel .block_panel {
  border-radius: 0;
}

/* line 111, ../sass/partials/_blocks.scss */
.auth_panel {
  max-width: 400px;
  margin: 30px auto;
}

/* line 116, ../sass/partials/_blocks.scss */
.block_header {
  clear: both;
  padding: 15px 30px 10px;
}
/* line 120, ../sass/partials/_blocks.scss */
.auth_panel .block_header {
  padding-top: 35px;
  margin-bottom: 20px;
}

/* line 126, ../sass/partials/_blocks.scss */
.pane_title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
}

/* line 132, ../sass/partials/_blocks.scss */
.content_inner {
  clear: both;
  width: 100%;
}
/* line 136, ../sass/partials/_blocks.scss */
.block_panel .content_inner {
  padding: 15px 30px 30px;
}
/* line 140, ../sass/partials/_blocks.scss */
.auth_panel .content_inner {
  min-height: 300px;
}

/* line 146, ../sass/partials/_blocks.scss */
.content_footer {
  padding: 10px 15px 10px;
  background-color: #f5f5f5;
}

/* line 152, ../sass/partials/_blocks.scss */
.content_social {
  padding: 10px 15px 10px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}

/* line 159, ../sass/partials/_blocks.scss */
.content_inner > h2.info_title {
  margin-bottom: 25px;
}

/* line 162, ../sass/partials/_blocks.scss */
.error_message {
  display: block;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-top: -20px;
  clear: both;
  background-color: rgba(180, 78, 58, 0.2);
  border-radius: 3px;
  color: #353535;
}

/* line 173, ../sass/partials/_blocks.scss */
.auth_meta {
  padding-bottom: 15px;
  text-align: center;
  font-size: 14px;
  /* Tablets and phablets */
}
/* line 178, ../sass/partials/_blocks.scss */
.auth_meta a {
  float: none;
  text-decoration: underline;
  text-transform: none;
}
@media only screen and (min-width: 768px) {
  /* line 173, ../sass/partials/_blocks.scss */
  .auth_meta {
    text-align: left;
  }
  /* line 187, ../sass/partials/_blocks.scss */
  .auth_meta > a {
    float: right;
  }
}

/*main Fotter*/
/* line 195, ../sass/partials/_blocks.scss */
footer[role='contentinfo'] {
  color: #f5f5f5;
  fill: #f5f5f5;
  padding: 40px 0;
}
/* line 201, ../sass/partials/_blocks.scss */
footer[role='contentinfo'] a:hover, footer[role='contentinfo'] a:focus {
  color: #bc8a39;
}
/* line 207, ../sass/partials/_blocks.scss */
footer[role='contentinfo'] .title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 212, ../sass/partials/_blocks.scss */
footer[role='contentinfo'] li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 217, ../sass/partials/_blocks.scss */
.flex_row {
  margin: 0 -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  *zoom: 1;
}
/* line 149, ../sass/partials/_mixins.scss */
.flex_row:before, .flex_row:after {
  content: "";
  display: table;
}
/* line 156, ../sass/partials/_mixins.scss */
.flex_row:after {
  clear: both;
}

/* line 224, ../sass/partials/_blocks.scss */
.foot_block {
  margin: 15px 0;
  width: 100%;
  /* Mobile devices */
  /* Tablets and phablets */
}
@media only screen and (min-width: 576px) {
  /* line 224, ../sass/partials/_blocks.scss */
  .foot_block {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 224, ../sass/partials/_blocks.scss */
  .foot_block {
    flex: 1;
    width: auto;
  }
}
/* line 234, ../sass/partials/_blocks.scss */
.foot_block .wrapper {
  width: 100%;
  display: block;
  padding: 0 20px;
}

/* line 241, ../sass/partials/_blocks.scss */
.div_bar {
  display: block;
  height: 6px;
  border-radius: 10px;
  background-color: #e5e5e5;
  margin-bottom: 20px;
}

/* line 249, ../sass/partials/_blocks.scss */
.footer_links {
  /* Tablets and phablets */
}
/* line 250, ../sass/partials/_blocks.scss */
.footer_links li {
  display: inline-block;
  /* Tablets and phablets */
}
/* line 252, ../sass/partials/_blocks.scss */
.footer_links li + li::before {
  content: '|';
  padding: 0 4px;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  /* line 250, ../sass/partials/_blocks.scss */
  .footer_links li {
    display: block;
  }
  /* line 261, ../sass/partials/_blocks.scss */
  .footer_links li + li::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 269, ../sass/partials/_blocks.scss */
  .footer_links.last li {
    display: inline-block;
    font-size: .85em;
  }
  /* line 273, ../sass/partials/_blocks.scss */
  .footer_links.last li + li::before {
    display: inline-block;
  }
}

/* line 281, ../sass/partials/_blocks.scss */
.licensing {
  margin-top: 10px;
  font-size: .85em;
  color: #959595;
}

/* line 287, ../sass/partials/_blocks.scss */
.section_inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px 0;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 287, ../sass/partials/_blocks.scss */
  .section_inner {
    padding: 100px 0;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* line 299, ../sass/partials/_blocks.scss */
.banner_caption {
  max-width: 500px;
  padding-bottom: 30px;
}
/* line 302, ../sass/partials/_blocks.scss */
.banner_caption .hero_title {
  margin-bottom: 15px;
  line-height: 1.1;
}

/* line 308, ../sass/partials/_blocks.scss */
.data_item {
  display: block;
}
/* line 310, ../sass/partials/_blocks.scss */
.banner_caption .data_item {
  padding: 15px 0;
}
/* line 313, ../sass/partials/_blocks.scss */
.data_item a:hover, .data_item:focus {
  text-decoration: underline;
  opacity: .85;
}
/* line 318, ../sass/partials/_blocks.scss */
.data_item .data_label,
.data_item .data_value {
  font-size: 14px;
  display: block;
  line-height: 1.4;
}

/* line 326, ../sass/partials/_blocks.scss */
.info_box {
  width: 100%;
  border: 4px solid #312a25;
  border-radius: 4px;
  background-color: #ffffff;
  min-height: 300px;
}

/* line 334, ../sass/partials/_blocks.scss */
.info_pane {
  position: relative;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 334, ../sass/partials/_blocks.scss */
  .info_pane {
    min-height: 300px;
  }
}

/* line 342, ../sass/partials/_blocks.scss */
.info_wrapper {
  display: block;
  padding: 20px;
  height: 100%;
}

/* line 348, ../sass/partials/_blocks.scss */
.info_header {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
/* line 353, ../sass/partials/_blocks.scss */
.info_header .info_count, .info_header .info_title {
  display: table-cell;
  vertical-align: middle;
}

/* line 359, ../sass/partials/_blocks.scss */
.info_count {
  line-height: 1;
  font-size: 50px;
  opacity: .7;
}

/* line 365, ../sass/partials/_blocks.scss */
.info_title {
  font-size: 16px;
  line-height: 145%;
}
/* line 369, ../sass/partials/_blocks.scss */
.info_header .info_title {
  padding-left: 15px;
  font-size: 21px;
  font-weight: 700;
}

/*Home split layout*/
/* line 378, ../sass/partials/_blocks.scss */
.process_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
  padding: 25px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 378, ../sass/partials/_blocks.scss */
  .process_row {
    flex-direction: row;
    padding: 60px 0;
  }
  /* line 390, ../sass/partials/_blocks.scss */
  .process_row.row_reversed {
    flex-direction: row-reverse;
  }
}

/* line 396, ../sass/partials/_blocks.scss */
.process_image, .process_details {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  /* Tablets and phablets */
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 768px) {
  /* line 396, ../sass/partials/_blocks.scss */
  .process_image, .process_details {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  /* line 396, ../sass/partials/_blocks.scss */
  .process_image, .process_details {
    padding: 0;
  }
}

/* line 410, ../sass/partials/_blocks.scss */
.process_image_holder {
  display: block;
  width: 100%;
  height: 100%;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 410, ../sass/partials/_blocks.scss */
  .process_image_holder {
    box-shadow: 5px 5px 25px 0 rgba(53, 53, 53, 0.2);
  }
}
/* line 419, ../sass/partials/_blocks.scss */
.process_image_holder img {
  width: 100%;
  display: inline-block;
}

/* line 425, ../sass/partials/_blocks.scss */
.process_details {
  margin: 20px 0;
  font-size: 16px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 430, ../sass/partials/_blocks.scss */
  .process_details > div {
    max-width: 400px;
    margin: auto;
  }
  /* line 435, ../sass/partials/_blocks.scss */
  .row_reversed .process_details {
    text-align: right;
  }
}

/* line 441, ../sass/partials/_blocks.scss */
.process_header {
  margin-bottom: 20px;
}

/* line 445, ../sass/partials/_blocks.scss */
.action_item {
  display: flex;
  flex-direction: row;
  margin: 0 -5px 10px;
  /* Tablets and phablets */
}
/* line 451, ../sass/partials/_blocks.scss */
.action_item > span {
  padding: 0 5px;
}
@media only screen and (min-width: 768px) {
  /* line 456, ../sass/partials/_blocks.scss */
  .row_reversed .action_item {
    flex-direction: row-reverse;
  }
}

/*Split info panes*/
/* line 463, ../sass/partials/_blocks.scss */
.optionsGrid {
  width: 100%;
}

/* line 467, ../sass/partials/_blocks.scss */
.optionGroup {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(229, 229, 229, 0.65);
  padding: 15px 0;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 467, ../sass/partials/_blocks.scss */
  .optionGroup {
    flex-wrap: nowrap;
  }
}
/* line 478, ../sass/partials/_blocks.scss */
.optionGroup:last-of-type {
  border: none;
}
/* line 482, ../sass/partials/_blocks.scss */
.optionGroup .help-block {
  margin-bottom: 0;
}

/* line 487, ../sass/partials/_blocks.scss */
.optionLabel {
  vertical-align: top;
  width: 100%;
  font-weight: bold;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 487, ../sass/partials/_blocks.scss */
  .optionLabel {
    width: 30%;
    padding-right: 30px;
  }
}

/* line 498, ../sass/partials/_blocks.scss */
.optionContent {
  width: 100%;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 498, ../sass/partials/_blocks.scss */
  .optionContent {
    width: 70%;
  }
}

/* line 506, ../sass/partials/_blocks.scss */
.confirmation_bar {
  width: 100%;
  padding: 30px 0;
}

/* line 511, ../sass/partials/_blocks.scss */
.bar_info {
  max-width: 500px;
  margin: auto;
}

/*Service Categories*/
/* line 3, ../sass/partials/_pdp_styles.scss */
.categoryHeader {
  padding-bottom: 40px;
  clear: both;
}

/* line 8, ../sass/partials/_pdp_styles.scss */
.categoryMenu {
  position: relative;
  z-index: 100;
}

/* line 13, ../sass/partials/_pdp_styles.scss */
.categorySelector {
  cursor: pointer;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  display: inline-block;
  outline: 0;
}
/* line 18, ../sass/partials/_pdp_styles.scss */
.categorySelector:hover, .categorySelector:focus {
  opacity: .6;
}

/* line 23, ../sass/partials/_pdp_styles.scss */
.categories_dropdown {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  line-height: 1;
  padding: 10px 0;
  position: relative;
  font-size: 18px;
  width: 100%;
}

/* line 34, ../sass/partials/_pdp_styles.scss */
.categoryTitle, .selectorTrigger_btn {
  display: inline-block;
  vertical-align: middle;
}

/* line 39, ../sass/partials/_pdp_styles.scss */
.categoryTitle {
  margin-right: 20px;
  color: #2e0d20;
  font-weight: 700;
  line-height: 1;
  font-size: 3rem;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 39, ../sass/partials/_pdp_styles.scss */
  .categoryTitle {
    font-size: 4.5rem;
  }
}

/* line 51, ../sass/partials/_pdp_styles.scss */
.selectorTrigger_btn {
  border-radius: 50%;
  z-index: 150;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease 0s;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  fill: #b44e3a;
}

/* line 63, ../sass/partials/_pdp_styles.scss */
.categorySummary {
  margin-top: 15px;
  font-size: 16px;
  color: #757575;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 63, ../sass/partials/_pdp_styles.scss */
  .categorySummary {
    font-size: 21px;
  }
}

/* line 73, ../sass/partials/_pdp_styles.scss */
.catFilter_location {
  color: #b44e3a;
  fill: #b44e3a;
  font-size: 1em;
}
/* line 78, ../sass/partials/_pdp_styles.scss */
.catFilter_location .cust_icon {
  margin-left: 5px;
  vertical-align: unset;
}
/* line 83, ../sass/partials/_pdp_styles.scss */
.catFilter_location:hover, .catFilter_location:focus {
  color: #bc8a39;
  fill: #bc8a39;
}

/* line 89, ../sass/partials/_pdp_styles.scss */
.flControl_label {
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 5px;
}

/* line 95, ../sass/partials/_pdp_styles.scss */
.filter_control {
  display: block;
}

/*Vendor page content layout*/
/* line 101, ../sass/partials/_pdp_styles.scss */
.categoryContent {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 106, ../sass/partials/_pdp_styles.scss */
.categoryFilter {
  height: 100%;
  overflow: hidden;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
}
/* line 110, ../sass/partials/_pdp_styles.scss */
.expand_filter .categoryFilter {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (max-width: 991px) {
  /* line 106, ../sass/partials/_pdp_styles.scss */
  .categoryFilter {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
    width: 100%;
    max-width: 350px;
    top: 60px;
    z-index: 1000;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 106, ../sass/partials/_pdp_styles.scss */
  .categoryFilter {
    width: 35%;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 106, ../sass/partials/_pdp_styles.scss */
  .categoryFilter {
    width: 28%;
  }
}

/* line 139, ../sass/partials/_pdp_styles.scss */
.pull-right {
  float: right;
}

/* line 144, ../sass/partials/_pdp_styles.scss */
.widget_overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(53, 53, 53, 0.75);
  visibility: hidden;
  opacity: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in;
  -webkit-transition-delay: 0s;
  transition: all 0.4s ease-in 0s;
  /* Landscape tablets and desktop or laptops */
}
/* line 159, ../sass/partials/_pdp_styles.scss */
.expand_filter .widget_overlay {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  /* line 165, ../sass/partials/_pdp_styles.scss */
  .expand_filter .widget_overlay {
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
  }
}

/* line 171, ../sass/partials/_pdp_styles.scss */
.wrapper_outer, .wrapper_inner {
  position: relative;
  width: 100%;
  height: 100%;
  clear: both;
}

/* line 178, ../sass/partials/_pdp_styles.scss */
.wrapper_inner {
  display: block;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 178, ../sass/partials/_pdp_styles.scss */
  .wrapper_inner {
    background-color: #ffffff;
    padding: 20px 15px 100px;
    overflow-y: scroll;
  }
}

/* line 188, ../sass/partials/_pdp_styles.scss */
.flWidget_Header {
  clear: both;
  margin-bottom: 20px;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 188, ../sass/partials/_pdp_styles.scss */
  .flWidget_Header {
    display: none;
  }
}

/* line 197, ../sass/partials/_pdp_styles.scss */
.categoryItems {
  width: 100%;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 197, ../sass/partials/_pdp_styles.scss */
  .categoryItems {
    width: 57%;
    margin-right: 6%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 197, ../sass/partials/_pdp_styles.scss */
  .categoryItems {
    width: 67%;
  }
}

/* line 211, ../sass/partials/_pdp_styles.scss */
.vendor_list_container {
  padding-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* Tablets and phablets */
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 211, ../sass/partials/_pdp_styles.scss */
  .vendor_list_container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 211, ../sass/partials/_pdp_styles.scss */
  .vendor_list_container {
    flex-direction: column;
  }
}

/* line 226, ../sass/partials/_pdp_styles.scss */
.vendor_service {
  padding: 3rem 0;
  border-bottom: 1px solid #e5e5e5;
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 226, ../sass/partials/_pdp_styles.scss */
  .vendor_service {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*Vendor storefront*/
/* line 241, ../sass/partials/_pdp_styles.scss */
.gallery_hero {
  display: block;
  clear: both;
}

/* line 246, ../sass/partials/_pdp_styles.scss */
.service_info_tray {
  display: block;
  clear: both;
  padding: 40px 0;
  background-color: #ffffff;
  position: relative;
}

/* line 254, ../sass/partials/_pdp_styles.scss */
.gallery_wrapper {
  width: 100%;
  max-width: 1366px;
  background-color: #353535;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
/* line 262, ../sass/partials/_pdp_styles.scss */
.gallery_wrapper .slick-list, .gallery_wrapper .slick-slide, .gallery_wrapper .slick-slider, .gallery_wrapper .slide-track {
  height: 420px;
}

/* line 267, ../sass/partials/_pdp_styles.scss */
.slide_item_wrapper {
  position: relative;
  border: none;
}

/* line 272, ../sass/partials/_pdp_styles.scss */
.slide_image_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 420px;
  left: 0;
  top: 0;
}
/* line 281, ../sass/partials/_pdp_styles.scss */
.slide_image_wrapper img {
  display: block;
  margin: auto;
}

/* line 287, ../sass/partials/_pdp_styles.scss */
.slide_image {
  opacity: 1;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: auto;
  height: 100%;
}
/* line 293, ../sass/partials/_pdp_styles.scss */
.slick-slide:not(.slick-center) .slide_image {
  opacity: .25;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* line 299, ../sass/partials/_pdp_styles.scss */
.gallery_img_count {
  color: #c5c5c5;
  fill: #c5c5c5;
  padding: .85em 1.2em;
  font-size: 12px;
  background-color: rgba(188, 138, 57, 0.4);
  border-radius: 4px;
}
/* line 307, ../sass/partials/_pdp_styles.scss */
.gallery_wrapper .gallery_img_count {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* line 314, ../sass/partials/_pdp_styles.scss */
.gallery_control {
  position: absolute;
  top: 30px;
  right: 20px;
}

/* line 320, ../sass/partials/_pdp_styles.scss */
.flex-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 324, ../sass/partials/_pdp_styles.scss */
.insight_list {
  margin: 0 -10px;
}

/* line 328, ../sass/partials/_pdp_styles.scss */
.insight_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  font-size: 12px;
}
/* line 334, ../sass/partials/_pdp_styles.scss */
.barCard_callout .insight_item {
  padding: 0;
}
/* line 338, ../sass/partials/_pdp_styles.scss */
.text-center .insight_item {
  align-items: center;
}
/* line 342, ../sass/partials/_pdp_styles.scss */
.vendor_info_sub .insight_item {
  clear: both;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 342, ../sass/partials/_pdp_styles.scss */
  .vendor_info_sub .insight_item {
    align-items: flex-end;
  }
}

/* line 351, ../sass/partials/_pdp_styles.scss */
.insight_title {
  font-size: 1em;
}

/* line 355, ../sass/partials/_pdp_styles.scss */
.insight_value {
  line-height: 1;
}
/* line 358, ../sass/partials/_pdp_styles.scss */
.insight_value + .insight_title {
  margin-top: 5px;
}

/* line 363, ../sass/partials/_pdp_styles.scss */
.value {
  font-size: 21px;
}

/* line 367, ../sass/partials/_pdp_styles.scss */
.value_sm {
  font-size: 16px;
}

/* line 371, ../sass/partials/_pdp_styles.scss */
.value_lg {
  font-size: 21px;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 1200px) {
  /* line 371, ../sass/partials/_pdp_styles.scss */
  .value_lg {
    font-size: 32px;
  }
}

/* line 379, ../sass/partials/_pdp_styles.scss */
.service_info_section {
  display: block;
  padding: 50px 0;
}
/* line 383, ../sass/partials/_pdp_styles.scss */
.details_section .service_info_section {
  padding-top: 0;
}

/* line 388, ../sass/partials/_pdp_styles.scss */
.vendor_info_card {
  clear: both;
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 391, ../sass/partials/_pdp_styles.scss */
  .order-1 .vendor_info_card {
    margin-bottom: 50px;
  }
  /* line 395, ../sass/partials/_pdp_styles.scss */
  .order-2 .vendor_info_card {
    margin-top: 50px;
  }
}

/* line 401, ../sass/partials/_pdp_styles.scss */
.details_section {
  font-size: 16px;
  line-height: 150%;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 401, ../sass/partials/_pdp_styles.scss */
  .details_section {
    padding-right: 50px;
  }
}

/* line 410, ../sass/partials/_pdp_styles.scss */
.vendor_info {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* Mobile devices */
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 410, ../sass/partials/_pdp_styles.scss */
  .vendor_info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  /* line 410, ../sass/partials/_pdp_styles.scss */
  .vendor_info {
    justify-content: space-between;
    align-content: flex-end;
  }
}

/* line 425, ../sass/partials/_pdp_styles.scss */
.sv_vendor_info {
  flex: 1;
}

/* line 429, ../sass/partials/_pdp_styles.scss */
.vendor_info_sub {
  flex-shrink: 0;
  /* Mobile devices */
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 429, ../sass/partials/_pdp_styles.scss */
  .vendor_info_sub {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) {
  /* line 429, ../sass/partials/_pdp_styles.scss */
  .vendor_info_sub {
    margin-left: 15px;
    text-align: right;
  }
}

/* line 442, ../sass/partials/_pdp_styles.scss */
.add_review {
  flex-shrink: 0;
  /* Mobile devices */
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 442, ../sass/partials/_pdp_styles.scss */
  .add_review {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) {
  /* line 442, ../sass/partials/_pdp_styles.scss */
  .add_review {
    margin-top: 20px;
    margin-right: 20px;
    text-align: right;
  }
}

/* line 456, ../sass/partials/_pdp_styles.scss */
.vendor_name {
  font-size: 21px;
  letter-spacing: .0625em;
  margin-bottom: 10px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 456, ../sass/partials/_pdp_styles.scss */
  .vendor_name {
    font-size: 32px;
  }
}

/* line 466, ../sass/partials/_pdp_styles.scss */
.user_info {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* Mobile devices */
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 466, ../sass/partials/_pdp_styles.scss */
  .user_info {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) {
  /* line 466, ../sass/partials/_pdp_styles.scss */
  .user_info {
    justify-content: space-between;
    align-content: flex-end;
  }
}

/* line 481, ../sass/partials/_pdp_styles.scss */
.sv_user_info {
  flex: 1;
}

/* line 485, ../sass/partials/_pdp_styles.scss */
.user_info_sub {
  flex-shrink: 0;
  /* Mobile devices */
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 485, ../sass/partials/_pdp_styles.scss */
  .user_info_sub {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) {
  /* line 485, ../sass/partials/_pdp_styles.scss */
  .user_info_sub {
    margin-left: 15px;
    text-align: right;
  }
}

/* line 498, ../sass/partials/_pdp_styles.scss */
.user_name {
  font-size: 21px;
  letter-spacing: .0625em;
  margin-bottom: 10px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 498, ../sass/partials/_pdp_styles.scss */
  .user_name {
    font-size: 32px;
  }
}

/* line 508, ../sass/partials/_pdp_styles.scss */
.details_block {
  overflow: hidden;
  width: 100%;
  clear: both;
  padding: 50px 0;
  border-bottom: 1px solid #d5d5d5;
}
/* line 515, ../sass/partials/_pdp_styles.scss */
.details_block:first-child {
  padding-top: 0;
}
/* line 519, ../sass/partials/_pdp_styles.scss */
.details_block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 525, ../sass/partials/_pdp_styles.scss */
.dt_block_title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 531, ../sass/partials/_pdp_styles.scss */
.brand_info_block {
  padding-bottom: 15px;
  border-bottom: 1px dotted #d5d5d5;
}
/* line 535, ../sass/partials/_pdp_styles.scss */
.brand_info_block + .info_list {
  padding: 15px 0;
}

/*post layout*/
/* line 541, ../sass/partials/_pdp_styles.scss */
.ds_post_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
  align-items: flex-start;
  border-bottom: 1px solid #e5e5e5;
}
/* line 547, ../sass/partials/_pdp_styles.scss */
.post_comment .ds_post_item {
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 12px;
}

/* line 554, ../sass/partials/_pdp_styles.scss */
.post_header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

/* line 560, ../sass/partials/_pdp_styles.scss */
.author_name {
  font-size: 13px;
  font-weight: 600;
  color: #312a25;
  display: inline-block;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 560, ../sass/partials/_pdp_styles.scss */
  .author_name {
    font-size: 16px;
  }
}

/* line 571, ../sass/partials/_pdp_styles.scss */
.unread {
  display: inline-block;
  position: relative;
  display: inline-block;
}
/* line 583, ../sass/partials/_pdp_styles.scss */
.unread::after {
  content: "";
  background-color: #00a99d;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: 9px;
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 583, ../sass/partials/_pdp_styles.scss */
  .unread::after {
    top: 8px;
  }
}

/* line 600, ../sass/partials/_pdp_styles.scss */
.post_time {
  display: inline-block;
  font-size: 12px;
  color: rgba(49, 42, 37, 0.75);
}

/* line 612, ../sass/partials/_pdp_styles.scss */
.post_author_thumb {
  flex-shrink: 0;
  margin-right: 15px;
  z-index: 99;
  /* Mobile devices */
}

/* line 622, ../sass/partials/_pdp_styles.scss */
.post_details_holder {
  flex: 1;
  width: 100%;
  z-index: 99;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 622, ../sass/partials/_pdp_styles.scss */
  .post_details_holder {
    z-index: 1;
  }
}

/* line 633, ../sass/partials/_pdp_styles.scss */
.post_details, .comment_input_box {
  display: block;
  clear: both;
}

/* line 638, ../sass/partials/_pdp_styles.scss */
.post_action_btn {
  margin-top: 10px;
  text-align: right;
  clear: both;
}

/* line 644, ../sass/partials/_pdp_styles.scss */
.post_content {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: .025em;
}

/* line 650, ../sass/partials/_pdp_styles.scss */
.post_info_meta {
  font-size: 12px;
  letter-spacing: 1px;
}

/* line 655, ../sass/partials/_pdp_styles.scss */
.post_admin_control {
  padding-top: 10px;
  clear: both;
}

/* line 660, ../sass/partials/_pdp_styles.scss */
.control_options {
  *zoom: 1;
}
/* line 149, ../sass/partials/_mixins.scss */
.control_options:before, .control_options:after {
  content: "";
  display: table;
}
/* line 156, ../sass/partials/_mixins.scss */
.control_options:after {
  clear: both;
}
/* line 663, ../sass/partials/_pdp_styles.scss */
.control_options li {
  display: inline-block;
}
/* line 666, ../sass/partials/_pdp_styles.scss */
.control_options li:not(:last-child) {
  margin-right: 20px;
}
/* line 671, ../sass/partials/_pdp_styles.scss */
.control_options a {
  display: block;
  color: #757575;
  font-size: 12px;
}
/* line 676, ../sass/partials/_pdp_styles.scss */
.control_options a:hover {
  color: #b44e3a;
}

/* line 682, ../sass/partials/_pdp_styles.scss */
.rating_score {
  margin-left: 10px;
}

/* line 686, ../sass/partials/_pdp_styles.scss */
.rt_score {
  display: table-row;
}
/* line 689, ../sass/partials/_pdp_styles.scss */
.rt_score > span {
  display: table-cell;
  vertical-align: middle;
}

/* line 695, ../sass/partials/_pdp_styles.scss */
.score_count {
  font-size: 14px;
  font-weight: 700;
  padding: 0 4px;
}

/* line 701, ../sass/partials/_pdp_styles.scss */
.pricing_addon {
  padding-top: 20px;
  font-size: 12px;
}
/* line 705, ../sass/partials/_pdp_styles.scss */
.pricing_addon .insight_title {
  margin-bottom: 10px;
}

/* line 710, ../sass/partials/_pdp_styles.scss */
.pricing_footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  align-content: center;
}
/* line 716, ../sass/partials/_pdp_styles.scss */
.pricing_footer > *:last-child {
  padding-left: 10px;
}

/* line 1, ../sass/partials/_cards.scss */
.flex_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  margin: 0 -10px;
  justify-content: center;
  align-items: center;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 1, ../sass/partials/_cards.scss */
  .flex_list {
    margin: 0 -10px;
  }
}

/* line 13, ../sass/partials/_cards.scss */
.feature_item {
  padding: 20px 10px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 13, ../sass/partials/_cards.scss */
  .feature_item {
    width: auto;
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 23, ../sass/partials/_cards.scss */
.card_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  padding: 20px 0;
  margin: 0 auto;
}
/* line 30, ../sass/partials/_cards.scss */
.card_list.cst_select_list {
  max-width: 100%;
  /* Mobile devices */
}
@media only screen and (max-width: 575px) {
  /* line 30, ../sass/partials/_cards.scss */
  .card_list.cst_select_list {
    max-width: none;
  }
}
/* line 37, ../sass/partials/_cards.scss */
.random_info_card .card_list {
  padding: 0;
  margin: 0 -5px;
}

/* line 43, ../sass/partials/_cards.scss */
.cst_select_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 49, ../sass/partials/_cards.scss */
.select_item {
  flex: 1 0 50%;
  width: auto;
}
/* line 52, ../sass/partials/_cards.scss */
.modal .select_item {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 52, ../sass/partials/_cards.scss */
  .modal .select_item {
    flex: 1 0 33%;
  }
}

/* line 59, ../sass/partials/_cards.scss */
.card_item {
  padding: 0 5px;
  width: 160px;
  height: 150px;
  margin-bottom: 10px;
  text-align: center;
}
/* line 65, ../sass/partials/_cards.scss */
.card_item.select_item {
  height: auto;
  width: 50%;
  /* Mobile devices */
  /* Tablets and phablets */
}
@media only screen and (min-width: 576px) {
  /* line 65, ../sass/partials/_cards.scss */
  .card_item.select_item {
    min-width: 33.333%;
    flex: 1 0 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 65, ../sass/partials/_cards.scss */
  .card_item.select_item {
    min-width: 25%;
    flex: 1 0 25%;
  }
}
/* line 77, ../sass/partials/_cards.scss */
.random_info_card .card_item {
  height: auto;
  width: 50%;
}

/* line 83, ../sass/partials/_cards.scss */
.feature_wrapper {
  display: block;
  border-radius: 4px;
  height: 100%;
  padding: 10px;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  width: 100%;
  position: relative;
  cursor: pointer;
}
/* line 93, ../sass/partials/_cards.scss */
.select_item .feature_wrapper {
  background-color: #ffffff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  margin: 0;
}
/* line 98, ../sass/partials/_cards.scss */
.select_item .feature_wrapper:hover, .select_item .feature_wrapper:focus {
  box-shadow: 2px 3px 20px 0 rgba(180, 78, 58, 0.4);
}
/* line 104, ../sass/partials/_cards.scss */
.address_box .feature_wrapper {
  background-color: white;
}
/* line 108, ../sass/partials/_cards.scss */
.card_item .feature_wrapper {
  background-color: #ffffff;
  padding: 25px;
  align-content: center;
}
/* line 112, ../sass/partials/_cards.scss */
.random_info_card .card_item .feature_wrapper {
  background-color: #fcf8fa;
}
/* line 117, ../sass/partials/_cards.scss */
.selected .feature_wrapper {
  background-color: #bc8a39;
  color: #f5f5f5;
  fill: #2e0d20;
}
/* line 123, ../sass/partials/_cards.scss */
.feature_wrapper:hover, .feature_wrapper:focus {
  box-shadow: 2px 3px 20px 0 rgba(53, 53, 53, 0.2);
}

/* line 129, ../sass/partials/_cards.scss */
.feature_details {
  font-size: 14px;
  line-height: 175%;
  letter-spacing: .025em;
  color: rgba(49, 42, 37, 0.8);
}

/* line 136, ../sass/partials/_cards.scss */
.select_multiple {
  padding: 10px;
}
/* line 138, ../sass/partials/_cards.scss */
.select_multiple .feature_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* line 145, ../sass/partials/_cards.scss */
.sl_label {
  font-size: 12px;
}

/* line 149, ../sass/partials/_cards.scss */
.feature_icon {
  display: block;
  margin-bottom: 20px;
}
/* line 152, ../sass/partials/_cards.scss */
.feature_icon img {
  max-width: 64px;
  display: inline-block;
}
/* line 155, ../sass/partials/_cards.scss */
.card_item .feature_icon img {
  max-height: 48px;
}
/* line 158, ../sass/partials/_cards.scss */
.select_item .feature_icon img {
  max-width: 48px;
  max-height: 32px;
}

/* line 165, ../sass/partials/_cards.scss */
.feature_title {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: inherit;
}
/* line 169, ../sass/partials/_cards.scss */
.card_item .feature_title {
  font-size: 12px;
  margin: 0;
}

/* line 175, ../sass/partials/_cards.scss */
.media_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
/* line 179, ../sass/partials/_cards.scss */
.media_item.vn_rating {
  align-items: center;
}

/* line 184, ../sass/partials/_cards.scss */
.media_figure {
  position: relative;
  flex-shrink: 0;
}
/* line 188, ../sass/partials/_cards.scss */
.media_figure img {
  width: 100%;
}

/* line 193, ../sass/partials/_cards.scss */
.media_title {
  font-size: 18px;
}

/* line 197, ../sass/partials/_cards.scss */
.media_info {
  padding-left: 15px;
  flex: 1;
}
/* line 200, ../sass/partials/_cards.scss */
.mail_item .media_info {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

/* line 207, ../sass/partials/_cards.scss */
.small_full {
  width: 100%;
}

/* line 211, ../sass/partials/_cards.scss */
.small_half {
  width: 50%;
}

/* line 215, ../sass/partials/_cards.scss */
.medium_1_2 {
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 215, ../sass/partials/_cards.scss */
  .medium_1_2 {
    width: 50%;
  }
}

/* line 221, ../sass/partials/_cards.scss */
.medium_1_4 {
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 221, ../sass/partials/_cards.scss */
  .medium_1_4 {
    width: 25%;
  }
}

/* line 227, ../sass/partials/_cards.scss */
.medium_1_3 {
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 227, ../sass/partials/_cards.scss */
  .medium_1_3 {
    width: 33.333%;
  }
}

/* line 233, ../sass/partials/_cards.scss */
.medium_2_3 {
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 233, ../sass/partials/_cards.scss */
  .medium_2_3 {
    width: 67.6667%;
  }
}

/* line 239, ../sass/partials/_cards.scss */
.large_1_3 {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 239, ../sass/partials/_cards.scss */
  .large_1_3 {
    width: 33.3333%;
  }
}

/* line 245, ../sass/partials/_cards.scss */
.large_2_3 {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 245, ../sass/partials/_cards.scss */
  .large_2_3 {
    width: 67.6667%;
  }
}

/* line 251, ../sass/partials/_cards.scss */
.large_1_4 {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 251, ../sass/partials/_cards.scss */
  .large_1_4 {
    width: 25%;
  }
}

/* line 257, ../sass/partials/_cards.scss */
.large_1_5 {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 257, ../sass/partials/_cards.scss */
  .large_1_5 {
    width: 20%;
  }
}

/*Product cards Services and Events*/
/* line 265, ../sass/partials/_cards.scss */
.prd_card_list {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

/* line 272, ../sass/partials/_cards.scss */
.prd_card {
  margin-bottom: 30px;
}

/* line 277, ../sass/partials/_cards.scss */
.prd_card_wrapper {
  background-color: #ffffff;
  opacity: .85;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 0 0 auto;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  box-shadow: 0 0 3px 0 rgba(53, 53, 53, 0.1);
  border-radius: 5px;
  color: #312a25;
}
/* line 287, ../sass/partials/_cards.scss */
.prd_card_wrapper:hover, .prd_card_wrapper:focus {
  opacity: 1;
  box-shadow: 2px 3px 20px 0 rgba(53, 53, 53, 0.2);
}

/* line 294, ../sass/partials/_cards.scss */
.prd_card_hd,
.prd_card_bd,
.prd_card_banner {
  padding: 15px 10px;
}

/* line 300, ../sass/partials/_cards.scss */
.prd_card_hd {
  min-height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 9px;
  text-transform: uppercase;
}
/* line 307, ../sass/partials/_cards.scss */
.prd_card_hd .prd_card_meta,
.prd_card_hd .prd_status {
  flex: 1;
  overflow: hidden;
}

/* line 314, ../sass/partials/_cards.scss */
.prd_card_meta {
  flex-shrink: 0;
}

/* line 318, ../sass/partials/_cards.scss */
.prd_program_type {
  letter-spacing: .1em;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: rgba(53, 53, 53, 0.75);
}

/* line 325, ../sass/partials/_cards.scss */
.prd_status {
  margin-left: 5px;
  flex-grow: 1;
  text-align: right;
}

/* line 331, ../sass/partials/_cards.scss */
.prd_card_banner {
  position: relative;
  min-height: 150px;
  z-index: 0;
  width: 100%;
  background-color: #bc8a39;
}

/* line 339, ../sass/partials/_cards.scss */
.prd_card_img {
  background-size: cover;
  background-position: top center;
  z-index: 5;
  background-repeat: no-repeat;
}

/* line 346, ../sass/partials/_cards.scss */
.card_gradient,
.prd_card_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 355, ../sass/partials/_cards.scss */
.prd_card_bd {
  padding-bottom: 20px;
}

/* line 359, ../sass/partials/_cards.scss */
.prd_title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 369, ../sass/partials/_cards.scss */
.prd_support_info {
  color: #353535;
  font-size: 12px;
  margin-top: 1em;
}

/* line 375, ../sass/partials/_cards.scss */
.prd_card_support {
  padding: 10px 15px;
  font-size: 11px;
  line-height: 1.1;
}

/* line 381, ../sass/partials/_cards.scss */
.prd_date {
  margin-bottom: 2px;
}

/* line 385, ../sass/partials/_cards.scss */
.prd_address {
  margin-top: 0;
  margin-bottom: 12px;
}

/*Media Library Cards*/
/* line 393, ../sass/partials/_cards.scss */
.media_library {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px;
  padding: 20px 0;
}

/* line 401, ../sass/partials/_cards.scss */
.media_item_thumb {
  display: inline-block;
  padding: 10px;
}

/* line 406, ../sass/partials/_cards.scss */
.md_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  box-shadow: 0 1px 2px 0 rgba(53, 53, 53, 0.1);
}
/* line 416, ../sass/partials/_cards.scss */
.md_wrapper:hover, .md_wrapper:focus {
  box-shadow: 2px 3px 20px 0 rgba(53, 53, 53, 0.2);
}
/* line 419, ../sass/partials/_cards.scss */
.md_wrapper:hover .thumb_overlay, .md_wrapper:focus .thumb_overlay {
  opacity: 1;
}
/* line 424, ../sass/partials/_cards.scss */
.md_wrapper > .media_img_shadow {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
/* line 432, ../sass/partials/_cards.scss */
.item_new .md_wrapper {
  border: 2px dashed #959595;
  color: #312a25;
  fill: #312a25;
}
/* line 436, ../sass/partials/_cards.scss */
.item_new .md_wrapper:hover, .item_new .md_wrapper:focus {
  color: #b44e3a;
  fill: #b44e3a;
}

/* line 444, ../sass/partials/_cards.scss */
.media_thumbnail {
  overflow: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 0 0 46.75%;
  display: block;
  font-size: 0;
  background-color: #d5d5d5;
  position: relative;
}
/* line 457, ../sass/partials/_cards.scss */
.media_thumbnail img {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

/* line 466, ../sass/partials/_cards.scss */
.thumb_overlay {
  position: absolute;
  top: 10px;
  z-index: 10;
  right: 10px;
  z-index: 20;
  padding: 10px;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
/* line 474, ../sass/partials/_cards.scss */
.no-touch .thumb_overlay {
  opacity: .45;
}

/* line 479, ../sass/partials/_cards.scss */
.addr_cards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 479, ../sass/partials/_cards.scss */
  .addr_cards {
    flex-direction: row;
  }
}

/* line 487, ../sass/partials/_cards.scss */
.address_box {
  width: 100%;
  padding: 0 10px;
  font-size: 12px;
  /* Mobile devices */
  /* Tablets and phablets */
}
@media only screen and (min-width: 576px) {
  /* line 487, ../sass/partials/_cards.scss */
  .address_box {
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 487, ../sass/partials/_cards.scss */
  .address_box {
    max-width: 33%;
  }
}

/* line 499, ../sass/partials/_cards.scss */
.ind_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: #ffffff;
  background-color: #00a99d;
  padding: 2.5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
/* line 514, ../sass/partials/_cards.scss */
.selected .ind_icon {
  visibility: visible;
  opacity: 1;
}

/* line 520, ../sass/partials/_cards.scss */
.info_card {
  font-size: 12px;
}
/* line 522, ../sass/partials/_cards.scss */
.info_card img {
  margin-bottom: 20px;
  max-width: 32px;
  width: auto;
  display: block;
  clear: both;
}
/* line 530, ../sass/partials/_cards.scss */
.info_card .info_title {
  margin-bottom: 10px;
  font-size: 14px;
}

/*Category Tiles*/
/* line 538, ../sass/partials/_cards.scss */
.cat_card_wrapper {
  display: block;
  background-color: #2e0d20;
  position: relative;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
/* line 548, ../sass/partials/_cards.scss */
.cat_card_wrapper:hover, .cat_card_wrapper:focus {
  -moz-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  -webkit-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}
/* line 550, ../sass/partials/_cards.scss */
.cat_card_wrapper:hover .cat_card_image, .cat_card_wrapper:focus .cat_card_image {
  opacity: .85;
}
/* line 554, ../sass/partials/_cards.scss */
.cat_card_wrapper:hover .cat_card_content, .cat_card_wrapper:focus .cat_card_content {
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0));
}
/* line 561, ../sass/partials/_cards.scss */
.feature_ad_panel .cat_card_wrapper:hover .cat_card_content, .feature_ad_panel .cat_card_wrapper:focus .cat_card_content {
  background-color: #2e0d20;
}

/* line 568, ../sass/partials/_cards.scss */
.cat_card_image {
  background-size: cover;
  opacity: 1;
  padding-top: 150%;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  width: 100%;
}

/* line 576, ../sass/partials/_cards.scss */
.cat_card_content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0));
  bottom: 0;
  color: #f5f5f5;
  fill: #ffffff;
  left: 0;
  padding: 0 1.5rem 2.5rem;
  position: absolute;
  right: 0;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
  text-align: center;
}
/* line 588, ../sass/partials/_cards.scss */
.cat_card_content.ad_content {
  background-color: rgba(46, 13, 32, 0.85);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

/* line 599, ../sass/partials/_cards.scss */
.cat_icon_marker {
  position: relative;
  z-index: 1;
  margin-bottom: 1.2rem;
}

/* line 605, ../sass/partials/_cards.scss */
.cat_card_title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: .06rem;
  margin-bottom: .6rem;
  overflow: hidden;
  text-transform: uppercase;
}

/* line 615, ../sass/partials/_cards.scss */
.cat_card_subtitle {
  font-family: serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: .08rem;
  color: #e5e5e5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* line 625, ../sass/partials/_cards.scss */
.pricing_addon_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

/* line 631, ../sass/partials/_cards.scss */
.addonItem {
  padding: 10px;
  width: 50%;
  min-width: 145px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 631, ../sass/partials/_cards.scss */
  .addonItem {
    width: 25%;
  }
}

/* line 641, ../sass/partials/_cards.scss */
.item_wrapper {
  width: 100%;
  padding: 15px;
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  letter-spacing: -.05px;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}
/* line 653, ../sass/partials/_cards.scss */
.item_wrapper:hover, .item_wrapper:focus {
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.15);
}
/* line 656, ../sass/partials/_cards.scss */
.item_wrapper:hover .selectionMarker, .item_wrapper:focus .selectionMarker {
  visibility: visible;
  opacity: 1;
}

/* line 663, ../sass/partials/_cards.scss */
.addonTitle {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
}

/* line 669, ../sass/partials/_cards.scss */
.selectionMarker {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  background-color: #c5c5c5;
  border-radius: 50%;
  font-size: 10px;
  color: inherit;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
/* line 687, ../sass/partials/_cards.scss */
.selectionMarker::after {
  content: "\2714";
}
/* line 691, ../sass/partials/_cards.scss */
.selected .selectionMarker {
  visibility: visible;
  opacity: 1;
  background-color: #00a99d;
  color: #f5f5f5;
}

/* line 700, ../sass/partials/_cards.scss */
.addonPrice {
  margin: 10px 0 5px;
  font-size: 18px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 700, ../sass/partials/_cards.scss */
  .addonPrice {
    font-size: 21px;
  }
}

@-webkit-keyframes bubble_ripples {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes bubble_ripples {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0;
  }
}
/* line 29, ../sass/partials/_controls.scss */
.alert {
  clear: both;
  background: transparent;
  padding: 0;
  border: none;
  z-index: 50;
}
/* line 36, ../sass/partials/_controls.scss */
.alert.alert_abs {
  position: fixed;
  top: 100px;
  left: 15px;
  right: 15px;
}
/* line 43, ../sass/partials/_controls.scss */
.alert .wrapper {
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* line 50, ../sass/partials/_controls.scss */
.alert_bubble {
  height: 30px;
  width: 30px;
  line-height: 18px;
  background-color: #2e0d20;
  border-radius: 50%;
  padding: 6px;
  text-align: center;
  font-size: 15px;
  position: relative;
  /* Mobile devices */
}
@media only screen and (min-width: 576px) {
  /* line 50, ../sass/partials/_controls.scss */
  .alert_bubble {
    height: 40px;
    width: 40px;
    line-height: 28px;
    font-size: 20px;
  }
}
/* line 68, ../sass/partials/_controls.scss */
.alert_bubble::after, .alert_bubble::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: -10;
  background-color: #2e0d20;
  border: 1px solid rgba(213, 213, 213, 0.45);
  animation: bubble_ripples 3s cubic-bezier(0.15, 0.84, 0.82, 0.55) infinite both;
  opacity: 0;
}
/* line 83, ../sass/partials/_controls.scss */
.alert_bubble::after {
  animation: bubble_ripples 2s cubic-bezier(0.15, 0.84, 0.82, 0.55) 1.5s infinite both;
}
/* line 87, ../sass/partials/_controls.scss */
.alert_bubble + .alert_info {
  margin-left: 20px;
}
/* line 91, ../sass/partials/_controls.scss */
.alert_success .alert_bubble {
  background-color: #00a99d;
}
/* line 94, ../sass/partials/_controls.scss */
.alert_success .alert_bubble::after, .alert_success .alert_bubble::before {
  background-color: #00a99d;
}
/* line 99, ../sass/partials/_controls.scss */
.alert_error .alert_bubble {
  background-color: #b44e3a;
}
/* line 102, ../sass/partials/_controls.scss */
.alert_error .alert_bubble::after, .alert_error .alert_bubble::before {
  background-color: #b44e3a;
}
/* line 107, ../sass/partials/_controls.scss */
.alert_warning .alert_bubble {
  background-color: #bc8a39;
}
/* line 110, ../sass/partials/_controls.scss */
.alert_warning .alert_bubble::after, .alert_warning .alert_bubble::before {
  background-color: #bc8a39;
}

/* line 116, ../sass/partials/_controls.scss */
.alert_info {
  background-color: #2e0d20;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 3px rgba(53, 53, 53, 0.7);
}
/* line 122, ../sass/partials/_controls.scss */
.alert_info::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-right: 12px solid #2e0d20;
  border-bottom: 10px solid transparent;
}
/* line 132, ../sass/partials/_controls.scss */
.alert_success .alert_info {
  background-color: #00a99d;
}
/* line 135, ../sass/partials/_controls.scss */
.alert_success .alert_info::before {
  border-right-color: #00a99d;
}
/* line 140, ../sass/partials/_controls.scss */
.alert_error .alert_info {
  background-color: #b44e3a;
}
/* line 143, ../sass/partials/_controls.scss */
.alert_error .alert_info::before {
  border-right-color: #b44e3a;
}
/* line 148, ../sass/partials/_controls.scss */
.alert_warning .alert_info {
  background-color: #bc8a39;
}
/* line 151, ../sass/partials/_controls.scss */
.alert_warning .alert_info::before {
  border-right-color: #bc8a39;
}

/* line 157, ../sass/partials/_controls.scss */
.alert_msg {
  padding: 10px 15px;
  font-size: 10px;
  /* Tablets and phablets */
}
/* line 161, ../sass/partials/_controls.scss */
.alert_msg .title {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  /* line 157, ../sass/partials/_controls.scss */
  .alert_msg {
    display: flex;
    align-items: center;
    font-size: 12px;
  }
  /* line 170, ../sass/partials/_controls.scss */
  .alert_msg .title {
    padding-right: 4px;
  }
}

/* line 178, ../sass/partials/_controls.scss */
.taskList li {
  display: block;
  font-weight: 700;
  margin-bottom: 8.5px;
  line-height: 1.5;
  letter-spacing: .1em;
  color: #b44e3a;
}

/* Custom Selector */
/* line 190, ../sass/partials/_controls.scss */
.cst_selector {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}

/*Widget*/
/*Home Budget widget */
/* line 202, ../sass/partials/_controls.scss */
.budget_widget {
  width: 100%;
}

/* line 206, ../sass/partials/_controls.scss */
.wid_floated {
  position: absolute;
  left: 50%;
  right: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100px;
  z-index: 100;
  max-width: 960px;
  /* Landscape tablets and desktop or laptops */
}
/* line 213, ../sass/partials/_controls.scss */
.wid_floated + .section_header {
  margin-top: 150px;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 213, ../sass/partials/_controls.scss */
  .wid_floated + .section_header {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 206, ../sass/partials/_controls.scss */
  .wid_floated {
    margin: auto;
    width: 70%;
  }
}

/* line 227, ../sass/partials/_controls.scss */
.widget_wrapper {
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  box-shadow: 5px 5px 25px 0 rgba(53, 53, 53, 0.4);
  border-radius: 5px;
  /* Tablets and phablets */
}
/* line 236, ../sass/partials/_controls.scss */
.budget_widget .widget_wrapper {
  border: 4px solid #b44e3a;
  box-shadow: 3px 7px 25px rgba(188, 138, 57, 0.4);
}
@media only screen and (min-width: 768px) {
  /* line 227, ../sass/partials/_controls.scss */
  .widget_wrapper {
    padding: 40px 30px;
  }
}

/* line 246, ../sass/partials/_controls.scss */
.widget_header {
  display: block;
  clear: both;
  margin-bottom: 30px;
}
/* line 251, ../sass/partials/_controls.scss */
.wizard_step .widget_header {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid rgba(46, 13, 32, 0.1);
}

/* line 258, ../sass/partials/_controls.scss */
.widget_title {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 10px;
  font-weight: 700;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 258, ../sass/partials/_controls.scss */
  .widget_title {
    font-size: 21px;
  }
}
/* line 268, ../sass/partials/_controls.scss */
.package_preview_form .widget_title {
  margin-bottom: 30px;
}
/* line 272, ../sass/partials/_controls.scss */
.budget_widget .widget_title {
  max-width: 400px;
}

/* line 277, ../sass/partials/_controls.scss */
.custom_control_group {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-flow: column nowrap;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 277, ../sass/partials/_controls.scss */
  .custom_control_group {
    flex-direction: row;
  }
}

/* line 290, ../sass/partials/_controls.scss */
.budget_input_group {
  border-radius: 5px;
  margin-bottom: 20px;
  width: 100%;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 290, ../sass/partials/_controls.scss */
  .budget_input_group {
    margin-bottom: 0;
    max-width: 75%;
    flex: 1 0 75%;
  }
}

/* line 302, ../sass/partials/_controls.scss */
.budget_input_btn {
  width: 100%;
  /* Tablets and phablets */
}
/* line 304, ../sass/partials/_controls.scss */
.budget_input_btn .btn {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 302, ../sass/partials/_controls.scss */
  .budget_input_btn {
    max-width: 25%;
    flex: 1 0 25%;
    padding-left: 20px;
  }
}

/* line 316, ../sass/partials/_controls.scss */
.input_group_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  width: 100%;
}

/* line 323, ../sass/partials/_controls.scss */
.budget_input_item {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 50%;
  min-width: 50%;
  width: 100%;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 323, ../sass/partials/_controls.scss */
  .budget_input_item {
    flex: 1 1 33.333%;
    min-width: 33.333%;
  }
}

/* line 336, ../sass/partials/_controls.scss */
.widget_progress_marker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  counter-reset: step_count;
  margin: 15px 0 30px;
}

/* line 344, ../sass/partials/_controls.scss */
.progress_step {
  width: 80px;
  position: relative;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 344, ../sass/partials/_controls.scss */
  .progress_step {
    width: 150px;
  }
}
/* line 352, ../sass/partials/_controls.scss */
.progress_step:last-child {
  width: auto;
}
/* line 356, ../sass/partials/_controls.scss */
.progress_step::after {
  content: "";
  width: 100%;
  height: 8px;
  display: block;
  background-color: #d5d5d5;
  position: absolute;
  top: 50%;
  bottom: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  opacity: .85;
}
/* line 369, ../sass/partials/_controls.scss */
.progress_step.done::after {
  background-color: #00a99d;
}

/* line 375, ../sass/partials/_controls.scss */
.step_wrapper {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #d5d5d5;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  pointer-events: none;
  position: relative;
  z-index: 10;
  font-weight: 700;
  counter-increment: step_count;
  color: #2e0d20;
}
/* line 391, ../sass/partials/_controls.scss */
.active .step_wrapper {
  background-color: #b44e3a;
  color: #ffffff;
}
/* line 396, ../sass/partials/_controls.scss */
.done .step_wrapper {
  color: #ffffff;
  pointer-events: auto;
  background-color: #00a99d;
}

/* line 403, ../sass/partials/_controls.scss */
.step_count {
  display: inline-block;
}
/* line 405, ../sass/partials/_controls.scss */
.step_count::before {
  content: counter(step_count);
}
/* line 410, ../sass/partials/_controls.scss */
.done .step_count::before {
  content: "\2713";
}

/*Media library thumb controls*/
/* line 417, ../sass/partials/_controls.scss */
.overlay_control_button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* line 423, ../sass/partials/_controls.scss */
.control_button_item {
  margin-left: 10px;
  display: inline-block;
}

/* line 428, ../sass/partials/_controls.scss */
.control_button {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  fill: #ffffff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
/* line 440, ../sass/partials/_controls.scss */
.control_button:hover, .control_button:focus {
  fill: #e5e5e5;
}
/* line 444, ../sass/partials/_controls.scss */
.control_button .cust_icon {
  width: 12px;
  height: 12px;
}

/*Custom pager*/
/*Custom pager*/
/* line 453, ../sass/partials/_controls.scss */
.list_pager {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

/* line 462, ../sass/partials/_controls.scss */
.pager_block {
  max-width: 300px;
  text-align: center;
  margin: auto;
}

/* line 468, ../sass/partials/_controls.scss */
.pager_label {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 20px;
  color: #959595;
}

/* line 475, ../sass/partials/_controls.scss */
.pager_progress_indicator {
  margin-top: .5rem;
  height: 3px;
}

/* line 480, ../sass/partials/_controls.scss */
.progress-bar {
  background-color: #00a99d;
}

/* line 484, ../sass/partials/_controls.scss */
.pager_controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 15px;
  justify-content: center;
}

/* line 1, ../sass/partials/_dialogs.scss */
.modal-backdrop {
  background-color: #2e0d20;
}

/* line 5, ../sass/partials/_dialogs.scss */
.modal-content {
  border-radius: 0;
}

/* line 9, ../sass/partials/_dialogs.scss */
.modal-dialog {
  z-index: 2000;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 9, ../sass/partials/_dialogs.scss */
  .modal-dialog {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

/* line 19, ../sass/partials/_dialogs.scss */
.modal-open .modal {
  background-color: rgba(46, 13, 32, 0.95);
}
/* line 23, ../sass/partials/_dialogs.scss */
.modal .modal-header {
  border-bottom: none;
  padding: 10px 15px;
  *zoom: 1;
  justify-content: flex-start;
  /* Tablets and phablets */
}
/* line 149, ../sass/partials/_mixins.scss */
.modal .modal-header:before, .modal .modal-header:after {
  content: "";
  display: table;
}
/* line 156, ../sass/partials/_mixins.scss */
.modal .modal-header:after {
  clear: both;
}
@media only screen and (min-width: 768px) {
  /* line 23, ../sass/partials/_dialogs.scss */
  .modal .modal-header {
    padding: 15px 30px;
  }
}
/* line 34, ../sass/partials/_dialogs.scss */
.modal .modal-title {
  font-size: 16px;
}
/* line 38, ../sass/partials/_dialogs.scss */
.modal .modal-subtitle {
  font-size: none;
}
/* line 42, ../sass/partials/_dialogs.scss */
.modal .modal-body {
  position: relative;
  padding: 20px 15px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 42, ../sass/partials/_dialogs.scss */
  .modal .modal-body {
    padding: 30px;
  }
}
/* line 51, ../sass/partials/_dialogs.scss */
.modal .modal-footer {
  background: #f5f5f5;
  border-top: none;
  padding: 10px 15px;
}

/* line 58, ../sass/partials/_dialogs.scss */
.content_panel {
  min-height: 200px;
  padding: 30px 0;
}
/* line 62, ../sass/partials/_dialogs.scss */
.content_panel .widget_title {
  margin-bottom: 15px;
}

/*panels and accordions*/
/* line 68, ../sass/partials/_dialogs.scss */
.panel {
  margin: 0;
  display: block;
  box-shadow: -2px 1px 3px rgba(53, 53, 53, 0.2);
  border: none;
  border-radius: 5px;
  background-color: transparent;
}
/* line 76, ../sass/partials/_dialogs.scss */
.panel.panel_opaque {
  border-bottom: 1px solid #d5d5d5;
  box-shadow: none;
  border-radius: 0;
}
/* line 82, ../sass/partials/_dialogs.scss */
.panel + .panel {
  margin-top: 15px;
}

/* line 87, ../sass/partials/_dialogs.scss */
.panel-heading {
  *zoom: 1;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
}
/* line 149, ../sass/partials/_mixins.scss */
.panel-heading:before, .panel-heading:after {
  content: "";
  display: table;
}
/* line 156, ../sass/partials/_mixins.scss */
.panel-heading:after {
  clear: both;
}
/* line 93, ../sass/partials/_dialogs.scss */
.panel_opaque .panel-heading {
  border-bottom: none;
}
/* line 96, ../sass/partials/_dialogs.scss */
.panel_opaque .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

/* line 102, ../sass/partials/_dialogs.scss */
.panel-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
/* line 107, ../sass/partials/_dialogs.scss */
.panel-title + span {
  font-size: .85em;
  color: #959595;
}
/* line 112, ../sass/partials/_dialogs.scss */
.panel-title > a {
  display: block;
  color: inherit;
}
/* line 116, ../sass/partials/_dialogs.scss */
.panel-title > a:hover, .panel-title > a:focus, .panel-title > a:visited {
  color: inherit;
  outline: none;
}

/* line 124, ../sass/partials/_dialogs.scss */
.accordion-toggle {
  display: block;
}
/* line 127, ../sass/partials/_dialogs.scss */
.accordion-toggle:hover, .accordion-toggle:focus, .accordion-toggle:visited {
  color: inherit;
  outline: none;
}
/* line 132, ../sass/partials/_dialogs.scss */
.accordion-toggle::after {
  content: "-";
  float: right;
  font-weight: 400;
  font-size: 1.5em;
  margin-left: 15px;
}
/* line 139, ../sass/partials/_dialogs.scss */
.settings_panel .accordion-toggle::after {
  display: none;
}
/* line 144, ../sass/partials/_dialogs.scss */
.accordion-toggle.collapsed::after {
  content: "+";
}

/* line 149, ../sass/partials/_dialogs.scss */
.panel-body {
  padding: 20px 0;
}

/* line 153, ../sass/partials/_dialogs.scss */
.panel-group {
  display: block;
  clear: both;
  padding: 20px 0;
}

/*Account Settings panels*/
/* line 160, ../sass/partials/_dialogs.scss */
.settings_panel {
  display: block;
  background-color: #ffffff;
}

/* line 165, ../sass/partials/_dialogs.scss */
.setting_panel_header {
  position: relative;
}

/* line 169, ../sass/partials/_dialogs.scss */
.panel_info_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-content: center;
  padding: 15px 25px;
}
/* line 175, ../sass/partials/_dialogs.scss */
.panel_info_wrapper:hover, .panel_info_wrapper:focus {
  color: inherit;
}

/* line 180, ../sass/partials/_dialogs.scss */
.panel_inner {
  padding: 30px 25px;
  border-top: 2px solid #d5d5d5;
  font-size: 14px;
}

/* line 186, ../sass/partials/_dialogs.scss */
.table {
  margin-bottom: 0;
  padding: 15px 0;
}
/* line 191, ../sass/partials/_dialogs.scss */
.table > thead > tr > td, .table > thead > tr > th, .table tbody > tr > td, .table tbody > tr > th {
  padding: 10px 8.5px;
  line-height: 1;
  color: inherit;
  vertical-align: middle;
}
/* line 201, ../sass/partials/_dialogs.scss */
.table > thead > tr > th {
  font-size: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d5d5;
}
/* line 206, ../sass/partials/_dialogs.scss */
.infoTable .table > thead > tr > th {
  background-color: #d5d5d5;
}
/* line 212, ../sass/partials/_dialogs.scss */
.table .table {
  background-color: transparent;
}

/* line 217, ../sass/partials/_dialogs.scss */
.table_description {
  min-width: 200px;
}

/* line 221, ../sass/partials/_dialogs.scss */
.table-responsive {
  border: none;
}

/* line 226, ../sass/partials/_dialogs.scss */
.table-hover > tbody > tr {
  cursor: pointer;
  -moz-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -o-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  transition: all 0.6s cubic-bezier(0.68, 0.34, 0.15, 1);
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
/* line 233, ../sass/partials/_dialogs.scss */
.infoTable .table-hover > tbody > tr {
  background-color: white;
  border-bottom: 2px solid #f5f5f5;
}
/* line 237, ../sass/partials/_dialogs.scss */
.infoTable .table-hover > tbody > tr > td {
  border-right: 1px solid #d5d5d5;
  vertical-align: middle;
}
/* line 241, ../sass/partials/_dialogs.scss */
.infoTable .table-hover > tbody > tr > td:last-child {
  border-right: none;
}
/* line 247, ../sass/partials/_dialogs.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 254, ../sass/partials/_dialogs.scss */
.infoIcon {
  margin-right: 15px;
  flex-shrink: 0;
}

/* line 259, ../sass/partials/_dialogs.scss */
.iconHold {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #312a25;
  background-color: #f5f5f5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* line 270, ../sass/partials/_dialogs.scss */
.infoDetails {
  width: 100%;
  flex: 1;
}

/*Messages panels*/
/* line 278, ../sass/partials/_dialogs.scss */
.desktop_message {
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 278, ../sass/partials/_dialogs.scss */
  .desktop_message {
    display: none;
  }
}

/* line 284, ../sass/partials/_dialogs.scss */
.mobile_message {
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 284, ../sass/partials/_dialogs.scss */
  .mobile_message {
    display: none;
  }
}

/* line 290, ../sass/partials/_dialogs.scss */
.message_body {
  display: grid;
  place-items: center;
  height: 95vh;
  /* Landscape tablets and desktop or laptops */
}

/* line 302, ../sass/partials/_dialogs.scss */
.message_container {
  position: fixed;
  display: grid;
  grid: 'search_container message_title' 71px 'messenger_list message_list' 1fr 'new_message_container message_form' 78px / 35% 1fr;
  max-height: 95vh;
  background-color: #2e0d20;
  height: 100%;
  width: 100%;
  box-shadow: 1px 1px 5px rgba(53, 53, 53, 0.2);
  overflow-y: hidden;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
  /* Mobile devices */
}
@media only screen and (max-width: 991px) {
  /* line 302, ../sass/partials/_dialogs.scss */
  .message_container {
    grid: 'search_container message_title' 71px 'messenger_list message_list' 1fr 'new_message_container message_form' 78px / 100% 1fr;
    max-height: 85vh;
  }
}
@media only screen and (max-width: 1439px) {
  /* line 302, ../sass/partials/_dialogs.scss */
  .message_container {
    max-height: 91.5vh;
  }
}

/* line 334, ../sass/partials/_dialogs.scss */
.chat_message_container {
  display: grid;
  grid: 'search_container message_title' 71px 'messenger_list message_list' 1fr 'new_message_container message_form' 78px /  1fr;
  max-height: 93vh;
  height: 100%;
  overflow: hidden;
}

/* line 346, ../sass/partials/_dialogs.scss */
.search_container,
.messenger_list {
  background: rgba(46, 13, 32, 0.8);
}

/* line 351, ../sass/partials/_dialogs.scss */
.search_container {
  display: grid;
  align-items: center;
  padding: 0 20px;
  grid-area: search_container;
  box-shadow: 0 1 1px 3px -1px rgba(0, 0, 0, 0.75);
  z-index: 1;
  /* Landscape tablets and desktop or laptops */
}

/* line 364, ../sass/partials/_dialogs.scss */
.messenger_list {
  grid-area: messenger_list;
  overflow-y: scroll;
}

/* line 369, ../sass/partials/_dialogs.scss */
.messengers {
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 369, ../sass/partials/_dialogs.scss */
  .messengers {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 377, ../sass/partials/_dialogs.scss */
.messengers.active,
.messengers:hover {
  background: #bc8a39;
  color: white;
}

/* line 383, ../sass/partials/_dialogs.scss */
.messengers:hover {
  cursor: pointer;
}

/* line 387, ../sass/partials/_dialogs.scss */
.messengers_wrapper {
  align-items: stretch;
  text-decoration: none;
  position: relative;
}

/* line 395, ../sass/partials/_dialogs.scss */
.message_bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* line 402, ../sass/partials/_dialogs.scss */
.messageTitle_bar {
  background-color: #2e0d20;
  position: fixed;
  z-index: 999;
}

/* line 408, ../sass/partials/_dialogs.scss */
.messageHeader_var {
  display: flex;
  align-items: stretch;
  text-decoration: none;
  position: relative;
}

/* line 417, ../sass/partials/_dialogs.scss */
.message_header {
  background-color: #2e0d20;
}

/* line 421, ../sass/partials/_dialogs.scss */
.new_message_container {
  position: fixed;
  bottom: 0;
  width: 35%;
  background-color: #2e0d20;
  display: grid;
  padding-top: 15px;
  padding-bottom: 15px;
  grid: 50px / 130px;
  align-content: center;
  grid-area: new_message_container;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 421, ../sass/partials/_dialogs.scss */
  .new_message_container {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* line 441, ../sass/partials/_dialogs.scss */
.message_title,
.message_form {
  background: #2e0d20;
  /* Landscape tablets and desktop or laptops */
}

/* line 449, ../sass/partials/_dialogs.scss */
.modal_message_title,
.modal_message_form {
  background: #f5f5f5;
  /* Landscape tablets and desktop or laptops */
}

/* line 457, ../sass/partials/_dialogs.scss */
.message_title {
  grid-area: message_title;
  color: #312a25;
  font-weight: "Montserrat", "Myriad Pro", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 2rem;
  border-radius: 0 10px 0 0;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.75);
}

/* line 466, ../sass/partials/_dialogs.scss */
.message_list {
  grid-area: message_list;
  display: flex;
  flex-direction: column-reverse;
  padding: 0 20px;
  overflow-y: scroll;
  /* Landscape tablets and desktop or laptops */
}
/* line 472, ../sass/partials/_dialogs.scss */
.message_list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 991px) {
  /* line 477, ../sass/partials/_dialogs.scss */
  .message_list .message_text {
    padding: 9px 14px;
    font-size: 1.1rem;
    font-weight: lighter;
    margin-bottom: 5px;
  }
  /* line 484, ../sass/partials/_dialogs.scss */
  .message_list .message_time {
    font-size: 1.1rem;
    font-weight: bold;
    color: #757575;
  }
}

/* line 492, ../sass/partials/_dialogs.scss */
.message_row {
  display: grid;
  grid-template-columns: 80%;
  margin-bottom: 20px;
}

/* line 501, ../sass/partials/_dialogs.scss */
.message_content {
  display: grid;
}

/* line 505, ../sass/partials/_dialogs.scss */
.you_message {
  justify-content: end;
}

/* line 509, ../sass/partials/_dialogs.scss */
.you_message .message_content {
  justify-items: end;
}

/* line 514, ../sass/partials/_dialogs.scss */
.other_message {
  justify-content: start;
}

/* line 519, ../sass/partials/_dialogs.scss */
.other_message .message_content {
  grid-template-columns: 48px 1fr;
  grid-column-gap: 15px;
}

/* line 525, ../sass/partials/_dialogs.scss */
.message_row img {
  border-radius: 100%;
  grid-row: span 2;
}

/* line 530, ../sass/partials/_dialogs.scss */
.message_text {
  padding: 9px 14px;
  font-size: 1.4rem;
  font-weight: lighter;
  margin-bottom: 5px;
}

/* line 537, ../sass/partials/_dialogs.scss */
.mini_msg {
  font-size: 1.2rem;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 547, ../sass/partials/_dialogs.scss */
.mini_status_title {
  font-size: 1.2rem;
  font-weight: lighter;
  /* Mobile devices */
}
@media only screen and (max-width: 375px) {
  /* line 547, ../sass/partials/_dialogs.scss */
  .mini_status_title {
    width: 50px;
  }
}

/* line 556, ../sass/partials/_dialogs.scss */
.message_time {
  font-size: 1.4rem;
  font-weight: bold;
  color: #757575;
}

/* line 562, ../sass/partials/_dialogs.scss */
.you_message .message_text {
  background: #2e0d20;
  color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 14px 14px 0 14px;
}

/* line 569, ../sass/partials/_dialogs.scss */
.other_message .message_text {
  background: #bc8a39;
  color: #ffffff;
  border: 1px solid #f5f5f5;
  border-radius: 14px 14px  14px 0;
}

/* line 576, ../sass/partials/_dialogs.scss */
.message_form {
  position: fixed;
  align-content: center;
  align-items: center;
  grid-gap: 15px;
  grid-area: message_form;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 22px;
  padding-bottom: 15px;
  width: 65%;
  margin-left: 35%;
  overflow: hidden;
  bottom: 0;
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (max-width: 991px) {
  /* line 576, ../sass/partials/_dialogs.scss */
  .message_form {
    margin-left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 601, ../sass/partials/_dialogs.scss */
.message_form_container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

/* line 610, ../sass/partials/_dialogs.scss */
.message_form_group {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 618, ../sass/partials/_dialogs.scss */
.message_form_group_left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* Landscape tablets and desktop or laptops */
}

/* line 629, ../sass/partials/_dialogs.scss */
label.attach:hover {
  fill: #bc8a39;
}

/* line 633, ../sass/partials/_dialogs.scss */
.message_form_group_right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* Landscape tablets and desktop or laptops */
}

/* line 644, ../sass/partials/_dialogs.scss */
.message_form_group_center {
  flex-grow: 1;
  padding: 0 20px;
}

/* line 650, ../sass/partials/_dialogs.scss */
.messageLayout {
  height: 100%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  margin-top: 20%;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
}
/* line 657, ../sass/partials/_dialogs.scss */
.expand_filter .messageLayout {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (max-width: 991px) {
  /* line 650, ../sass/partials/_dialogs.scss */
  .messageLayout {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out;
    -webkit-transition-delay: 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -webkit-transform: translateX(-350px);
    transform: translateX(-350px);
    width: 100%;
    max-width: 350px;
    top: 60px;
    z-index: 1000;
    left: 0;
  }
}
@media only screen and (min-width: 992px) {
  /* line 650, ../sass/partials/_dialogs.scss */
  .messageLayout {
    width: 80%;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 650, ../sass/partials/_dialogs.scss */
  .messageLayout {
    width: 80%;
  }
}

/* line 686, ../sass/partials/_dialogs.scss */
.messageContent {
  position: relative;
  border-top: 1px solid #d5d5d5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 693, ../sass/partials/_dialogs.scss */
.messenger_list_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* Tablets and phablets */
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 693, ../sass/partials/_dialogs.scss */
  .messenger_list_container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 693, ../sass/partials/_dialogs.scss */
  .messenger_list_container {
    flex-direction: column;
  }
}

/* line 708, ../sass/partials/_dialogs.scss */
.messagePersons {
  width: 100%;
  border-right: 1px solid #d5d5d5;
  /* Landscape tablets and desktop or laptops */
  /* Landscape tablets and desktop or laptops */
}
@media only screen and (min-width: 992px) {
  /* line 708, ../sass/partials/_dialogs.scss */
  .messagePersons {
    width: 57%;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 708, ../sass/partials/_dialogs.scss */
  .messagePersons {
    width: 67%;
  }
}

/* line 721, ../sass/partials/_dialogs.scss */
.message_control_group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* line 726, ../sass/partials/_dialogs.scss */
.message_control_group_center {
  flex-grow: 1;
}

/* line 730, ../sass/partials/_dialogs.scss */
.message_option {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 735, ../sass/partials/_dialogs.scss */
.message_option + .message_option {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e5e5e5;
}

/* line 742, ../sass/partials/_dialogs.scss */
.message_option .cust_icon {
  position: fixed;
  width: 25px;
  height: 25px;
  margin-bottom: 22px;
  bottom: 0;
  fill: #bc8a39;
}
/* line 751, ../sass/partials/_dialogs.scss */
.message_option .cust_icon:hover {
  fill: #ffffff;
}

/* line 756, ../sass/partials/_dialogs.scss */
.messengers .ds_post_item {
  border-bottom: none;
}

/* line 760, ../sass/partials/_dialogs.scss */
.msg_icon {
  height: 1.5em;
  flex-shrink: 0;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: text-bottom;
  position: relative;
  max-width: 100%;
  fill: currentcolor;
  display: inline-block;
}

/* line 778, ../sass/partials/_dialogs.scss */
.back-button {
  padding: 10px;
  cursor: pointer;
}
/* line 782, ../sass/partials/_dialogs.scss */
.back-button .back-button-title {
  font-size: 14px;
  color: #ffffff;
}
/* line 789, ../sass/partials/_dialogs.scss */
.back-button .back-button-title:hover {
  color: #bc8a39;
}

/* line 796, ../sass/partials/_dialogs.scss */
.profile-status {
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  left: 25px;
  position: absolute;
  top: 10px;
  width: 10px;
}

/* line 807, ../sass/partials/_dialogs.scss */
.profile-status-title {
  padding: 5px;
}

/* line 811, ../sass/partials/_dialogs.scss */
.vendor_status {
  background: #bc8a39;
}

/* line 815, ../sass/partials/_dialogs.scss */
.user_status {
  background: #b44e3a;
}

/* line 819, ../sass/partials/_dialogs.scss */
.admin_status {
  background: #00a99d;
}

/* line 1, ../sass/partials/_popup.scss */
.popup {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3000;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
/* line 19, ../sass/partials/_popup.scss */
.popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  width: 50%;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: table;
  overflow: hidden;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.25);
  transition: all .5s .2s;
  text-align: center;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 19, ../sass/partials/_popup.scss */
  .popup__content {
    padding: 20px 20px 20px 20px;
  }
}
/* line 41, ../sass/partials/_popup.scss */
.popup__left {
  padding: 10px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 41, ../sass/partials/_popup.scss */
  .popup__left {
    max-width: 50%;
    display: inline-block;
  }
}
/* line 51, ../sass/partials/_popup.scss */
.popup__right {
  vertical-align: middle;
  padding: 30px 50px;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 51, ../sass/partials/_popup.scss */
  .popup__right {
    display: inline;
  }
}
/* line 61, ../sass/partials/_popup.scss */
.popup__title {
  text-align: center;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 61, ../sass/partials/_popup.scss */
  .popup__title {
    margin-left: 20%;
    margin-bottom: 10px;
    text-align: center;
  }
}
/* line 71, ../sass/partials/_popup.scss */
.popup__reply {
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 71, ../sass/partials/_popup.scss */
  .popup__reply {
    display: inline;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/* line 80, ../sass/partials/_popup.scss */
.popup__btn {
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 80, ../sass/partials/_popup.scss */
  .popup__btn {
    margin-left: 10%;
    text-align: center;
  }
}
/* line 88, ../sass/partials/_popup.scss */
.popup:target {
  opacity: 1;
  visibility: visible;
}
/* line 93, ../sass/partials/_popup.scss */
.popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* line 99, ../sass/partials/_popup.scss */
.popup__close:link, .popup__close:visited {
  color: #bc8a39;
  position: absolute;
  top: 23px;
  right: 25px;
  font-size: 35px;
  text-decoration: none;
  display: inline-block;
  transition: all .2s;
  line-height: 1;
  /* Tablets and phablets */
}
@media only screen and (max-width: 767px) {
  /* line 99, ../sass/partials/_popup.scss */
  .popup__close:link, .popup__close:visited {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
/* line 118, ../sass/partials/_popup.scss */
.popup__close:hover {
  color: #b44e3a;
}

/* line 124, ../sass/partials/_popup.scss */
#popup__text {
  width: 100%;
  font-size: 15px;
  margin-bottom: 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  /* Tablets and phablets */
}
@media only screen and (min-width: 768px) {
  /* line 124, ../sass/partials/_popup.scss */
  #popup__text {
    text-align: center;
  }
}
