@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);





body {
  font-family: Poppins;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  position: relative;
  font-weight: 500;
  border-width: 1px;
  font-style: normal;
  letter-spacing: normal;
  margin: .4rem .8rem;
  white-space: normal;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,2s;
  transition-timing-function: ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn .mbr-iconfont {
  font-size: 1.6rem;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  content: '';
  border: 1px solid;
  border-color: inherit;
  width: 100%;
  height: 100%;
  transition: border-radius 0.3s;
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 1;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.btn:hover:after,
.btn:focus:after,
.btn.active:after {
  -webkit-animation: 1s btn-animation linear infinite;
  animation: 1s btn-animation linear infinite;
}
.note-popover .btn:after {
  display: none;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.btn-sm {
  border: 1px solid;
  font-weight: 500;
  letter-spacing: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.719rem 1.5rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: normal;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.875rem 1.875rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #66458e !important;
}
.bg-success {
  background-color: #365c9a !important;
}
.bg-info {
  background-color: #e96188 !important;
}
.bg-warning {
  background-color: #fac769 !important;
}
.bg-danger {
  background-color: #b2ccd2 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #66458e !important;
  border-color: #66458e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #412c5b !important;
  border-color: #412c5b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e2f25 !important;
  border-color: #8e2f25 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #e96188 !important;
  border-color: #e96188 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #df1f56 !important;
  border-color: #df1f56 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #365c9a !important;
  border-color: #365c9a !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #223a61 !important;
  border-color: #223a61 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fac769 !important;
  border-color: #fac769 !important;
  color: #614003 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614003 !important;
  background-color: #f8ab1f !important;
  border-color: #f8ab1f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #82acb6 !important;
  border-color: #82acb6 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  color: #333333 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #333333 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #352449;
  color: #352449 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #66458e;
  border-color: #66458e;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #66458e !important;
  border-color: #66458e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a2820;
  color: #7a2820 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #ca4336;
  border-color: #ca4336;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca4336 !important;
  border-color: #ca4336 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #c81c4d;
  color: #c81c4d !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #e96188;
  border-color: #e96188;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e96188 !important;
  border-color: #e96188 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #1c2f4e;
  color: #1c2f4e !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #365c9a;
  border-color: #365c9a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #365c9a !important;
  border-color: #365c9a !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f5a208;
  color: #f5a208 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #614003 !important;
  background-color: #fac769;
  border-color: #fac769;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614003 !important;
  background-color: #fac769 !important;
  border-color: #fac769 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #72a1ac;
  color: #72a1ac !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #b2ccd2;
  border-color: #b2ccd2;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b2ccd2 !important;
  border-color: #b2ccd2 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #66458e !important;
}
.text-secondary {
  color: #ca4336 !important;
}
.text-success {
  color: #365c9a !important;
}
.text-info {
  color: #e96188 !important;
}
.text-warning {
  color: #fac769 !important;
}
.text-danger {
  color: #b2ccd2 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #352449 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a2820 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c2f4e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #c81c4d !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5a208 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #72a1ac !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #365c9a;
}
.alert-info {
  background-color: #e96188;
}
.alert-warning {
  background-color: #fac769;
}
.alert-danger {
  background-color: #b2ccd2;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
  transition-property: background-color, color, border-color, box-shadow;
  transition-duration: .3s,.3s,.3s,.8s;
  transition-timing-function: ease-in-out;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #66458e;
  border-color: #66458e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #66458e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a68cc7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7e9ed2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #66458e;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 2rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.special-form {
  border-radius: 100px !important;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #66458e;
  color: #232323;
  cursor: pointer;
  border-radius: 100px;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #66458e;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.input-group-btn a.btn {
  border-radius: 100px !important;
}
/* Footer */
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #66458e;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #66458e;
  border-bottom-color: #66458e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #66458e !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ca4336 !important;
  box-shadow: none !important;
}
.cid-rsP8EoVInE {
  background-image: url('../../images/dsc00262nueva.jpg');
}
.cid-rsP8EoVInE .row {
  align-items: center;
  -webkit-align-items: center;
}
.cid-rsP8EoVInE .form-1 {
  z-index: 1;
  background-color: transparent;
  padding: 3rem;
  position: relative;
  overflow: hidden;
}
.cid-rsP8EoVInE .form-1 .mbr-overlay {
  z-index: -1;
}
.cid-rsP8EoVInE .input-wrap {
  padding: 0;
  margin-bottom: 1.3em;
}
.cid-rsP8EoVInE .input-wrap input {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  width: 96%;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-rsP8EoVInE .input-wrap input:focus {
  outline: none;
}
.cid-rsP8EoVInE .input-group-btn {
  display: block;
}
.cid-rsP8EoVInE .btn-row {
  padding-left: 0;
}
.cid-rsP8EoVInE input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-rsP8EoVInE input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.cid-rsP8EoVInE .form-subtitle {
  line-height: 1.6;
  color: #767676;
}
.cid-rsP8EoVInE .mbr-section-subtitle {
  color: #e96188;
}
.cid-rsP8EoVInE .form-text {
  line-height: 1.6;
  color: #767676;
  margin: 0;
}
@media (min-width: 992px) {
  .cid-rsP8EoVInE .text-element {
    padding-right: 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rsP8EoVInE .form-1 {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rsP8EoVInE .underline .line {
    height: 2px;
  }
  .cid-rsP8EoVInE .text-element {
    padding-bottom: 1rem;
  }
  .cid-rsP8EoVInE .form-1 {
    padding: 2rem;
    margin: 1rem;
  }
  .cid-rsP8EoVInE .mbr-section-subtitle,
  .cid-rsP8EoVInE .mbr-section-title,
  .cid-rsP8EoVInE .mbr-text,
  .cid-rsP8EoVInE .mbr-section-btn,
  .cid-rsP8EoVInE .form-title,
  .cid-rsP8EoVInE .form-subtitle,
  .cid-rsP8EoVInE input.field,
  .cid-rsP8EoVInE .input-group-btn,
  .cid-rsP8EoVInE .form-text {
    text-align: center !important;
  }
}
.cid-rsPiIdVcYz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../../images/dsc00262nueva.jpg');
}
.cid-rsPiIdVcYz .card {
  display: block;
  position: relative;
}
.cid-rsPiIdVcYz .card .card-wrapper {
  background: #fac769;
  height: 1%;
}
.cid-rsPiIdVcYz .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-rsPiIdVcYz .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-rsPiIdVcYz .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-rsPiIdVcYz .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-rsPiIdVcYz .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-rsPiIdVcYz .mbr-card-text {
  color: #ffffff;
  margin: 0;
}
.cid-rsPj8tM4kw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../../images/background8.jpg');
}
.cid-rsPj8tM4kw .mbr-section-subtitle {
  color: #767676;
}
.cid-rsPj8tM4kw .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rsPj8tM4kw .table-wrapper {
  margin: 0 auto;
}
.cid-rsPj8tM4kw table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rsPj8tM4kw table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  background-color: #66458e;
  color: white;
  vertical-align: middle;
}
.cid-rsPj8tM4kw table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
}
.cid-rsPj8tM4kw table.table {
  background: #ffffff;
}
.cid-rsPj8tM4kw .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-rsPj8tM4kw .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-rsPj8tM4kw .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-rsPj8tM4kw .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
  width: 100%;
}
.cid-rsPj8tM4kw .dataTables_wrapper {
  display: block;
}
.cid-rsPj8tM4kw .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-rsPj8tM4kw .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-rsPj8tM4kw .head-item:after,
.cid-rsPj8tM4kw .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 992px) {
  .cid-rsPj8tM4kw .dataTables_filter {
    text-align: center;
  }
  .cid-rsPj8tM4kw .table-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-rsPj8tM4kw .dataTables_filter {
    text-align: center;
  }
  .cid-rsPj8tM4kw .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .cid-rsPj8tM4kw table th,
  .cid-rsPj8tM4kw table td {
    padding: .75rem;
  }
}
.cid-rsPjaetsFr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../../images/background9.jpg');
}
.cid-rsPjaetsFr .container-fluid {
  padding: 0 3rem;
}
.cid-rsPjaetsFr .mbr-section-subtitle {
  color: #767676;
}
.cid-rsPjaetsFr .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rsPjaetsFr .table-wrapper {
  margin: 0 auto;
}
.cid-rsPjaetsFr table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rsPjaetsFr table thead tr {
  border: none !important;
}
.cid-rsPjaetsFr table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-rsPjaetsFr table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-rsPjaetsFr table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-rsPjaetsFr tr:hover {
  background-color: #fac769 !important;
}
.cid-rsPjaetsFr .head-item:after,
.cid-rsPjaetsFr .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-rsPjaetsFr table th,
  .cid-rsPjaetsFr table td {
    padding: .75rem;
  }
}
.cid-rsPjaetsFr .body-item {
  text-align: center;
}
.cid-rsPjaetsFr .head-item {
  color: #000000;
}
.cid-rsPjaetsFr .mbr-text {
  color: #767676;
}
.cid-rsPiSrPK2b {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url('../../images/textura-429948-1366x768.jpg');
}
.cid-rsPiSrPK2b .form-control {
  color: #000000 !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #000000;
}
.cid-rsPiSrPK2b .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-rsPiSrPK2b input::-webkit-input-placeholder {
  color: #000000;
}
.cid-rsPiSrPK2b input::-moz-placeholder {
  color: #000000;
}
.cid-rsPiSrPK2b textarea::-webkit-input-placeholder {
  color: #000000;
}
.cid-rsPiSrPK2b textarea::-moz-placeholder {
  color: #000000;
}
.cid-rsPiSrPK2b .mbr-section-subtitle {
  color: #767676;
}
.cid-rsQDgLDhRE {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f0f2f9;
}
.cid-rsQDgLDhRE h3 {
  text-align: center;
}
.cid-rsQDgLDhRE .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-rsQDgLDhRE .mbr-content-text {
  color: #767676;
}
.cid-rsQDgLDhRE .panel-item {
  background: #ffffff;
}
.cid-rsQDgLDhRE .card {
  word-wrap: break-word;
}
.cid-rsQDgLDhRE .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rsR1gpxNya {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../../images/dsc00262-1600x1200.jpg');
}
.cid-rsR1gpxNya .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-rsR1gpxNya .mbr-section-title {
  margin: 0;
}
.cid-rsR1gpxNya .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-rsR1gpxNya .card-img span {
  color: #1dc9cb;
}
.cid-rsR1gpxNya .row-item {
  margin-bottom: 2rem;
}
.cid-rsR1gpxNya .row-item:hover .wrapper {
  background: linear-gradient(90deg, #66458e, #9d789b);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-rsR1gpxNya .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-rsR1gpxNya .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-rsR1gpxNya .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-rsR1lGln8V {
  background-repeat: no-repeat;
  background-size: cover;
  background: url('../../images/dsc00262-1600x1200.jpg');
}
.cid-rsR1lGln8V .mbr-section-title {
  color: #ffffff;
  font-weight: 400;
}
.cid-rsR1lGln8V .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-rsR1lGln8V .countdown-title img {
  max-width: 128px;
}
.cid-rsR1lGln8V .countdown-title {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsR1lGln8V .number-wrap {
  color: #aaaaaa;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-rsR1lGln8V .number {
  font-style: normal;
  font-weight: 400;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-rsR1lGln8V .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-rsR1lGln8V .dot {
  position: absolute;
  font-size: 0;
  display: inline-block;
  width: 1px;
  height: 90px;
  right: -1.3rem;
  top: 18px;
  background-color: #ffffff;
}
.cid-rsR1lGln8V .countdown-cont {
  background-color: rgba(0, 0, 0, 0.5);
  max-width: 730px;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rsR1lGln8V .dot {
    display: none;
  }
  .cid-rsR1lGln8V .countdown-cont {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rsR1lGln8V .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .cid-rsR1lGln8V .number-wrap {
    min-width: auto;
  }
  .cid-rsR1lGln8V .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-rsR1lGln8V .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-rsR1lGln8V .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-rsR1lGln8V .number {
    font-size: 25px;
  }
}
.cid-rsR1mUM4K0 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-rsR1mUM4K0 .mbr-text {
  color: #767676;
}
.cid-rsR1mUM4K0 h4 {
  text-align: center;
}
.cid-rsR1mUM4K0 p {
  text-align: center;
}
.cid-rsR1mUM4K0 .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rsR1mUM4K0 .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rsR1mUM4K0 .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-rsR1mUM4K0 .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rsR1mUM4K0 .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #a38dfd, #5a31fb);
  border-radius: 50%;
}
.cid-rsR1mUM4K0 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rsR1mUM4K0 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #66458e, #ca4336);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-rsR1mUM4K0 .mbr-section-title,
  .cid-rsR1mUM4K0 .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-rwNiQ0fZRu {
  padding-top: 75px;
  padding-bottom: 75px;
  z-index: 1;
  background-image: url('../../images/background61.jpg');
}
.cid-rwNiQ0fZRu .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rwNiQ0fZRu .mbr-text {
  margin: 0;
}
.cid-rwNiQ0fZRu .check-in-input,
.cid-rwNiQ0fZRu .check-out-input,
.cid-rwNiQ0fZRu .guests .date-col span {
  cursor: pointer;
}
.cid-rwNiQ0fZRu .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-rwNiQ0fZRu .content-wrap .first-item,
.cid-rwNiQ0fZRu .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-rwNiQ0fZRu .content-wrap .first-item {
  background: #c19b76;
}
.cid-rwNiQ0fZRu .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-rwNiQ0fZRu .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-rwNiQ0fZRu .content-wrap .second-item {
  background: #333333;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rwNiQ0fZRu .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-rwNiQ0fZRu .content-wrap .second-item .check-out {
  border-top: 2px solid #000000;
}
.cid-rwNiQ0fZRu .input-wrap {
  background: #fcfcfc;
}
.cid-rwNiQ0fZRu .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-rwNiQ0fZRu .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-rwNiQ0fZRu .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-rwNiQ0fZRu .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-rwNiQ0fZRu .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-rwNiQ0fZRu .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-rwNiQ0fZRu .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rwNiQ0fZRu .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-rwNiQ0fZRu .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-rwNiQ0fZRu .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-rwNiQ0fZRu .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-rwNiQ0fZRu .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-rwNiQ0fZRu .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 991px) {
  .cid-rwNiQ0fZRu .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-rwNiQ0fZRu .datepicker {
    left: 10% !important;
  }
}
.cid-rwNiRkgVbQ {
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
  background-image: url('../../images/background8-1.jpg');
}
.cid-rwNiRkgVbQ .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rwNiRkgVbQ .mbr-text {
  margin: 0;
}
.cid-rwNiRkgVbQ .check-in-input,
.cid-rwNiRkgVbQ .check-out-input,
.cid-rwNiRkgVbQ .guests .date-col span {
  cursor: pointer;
}
.cid-rwNiRkgVbQ .content-wrap {
  display: -webkit-flex;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
}
.cid-rwNiRkgVbQ .content-wrap .first-item,
.cid-rwNiRkgVbQ .content-wrap .second-item {
  padding: 1.5rem;
}
.cid-rwNiRkgVbQ .content-wrap .first-item {
  background: #c19b76;
}
.cid-rwNiRkgVbQ .content-wrap .first-item .item-text {
  text-align: center;
}
.cid-rwNiRkgVbQ .content-wrap .first-item .item-btn .btn {
  margin-left: 4px !important;
}
.cid-rwNiRkgVbQ .content-wrap .second-item {
  background: #709faf;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rwNiRkgVbQ .content-wrap .second-item .check-text {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 1rem 0;
}
.cid-rwNiRkgVbQ .content-wrap .second-item .check-out {
  border-top: 2px solid #ffffff;
}
.cid-rwNiRkgVbQ .input-wrap {
  background: #fcfcfc;
}
.cid-rwNiRkgVbQ .booking-datepicker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  border-radius: 0;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap input:focus {
  box-shadow: none;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #709faf;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #709faf;
  z-index: 1;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .mbr-section-btn {
  display: flex;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
  width: 100%;
}
.cid-rwNiRkgVbQ .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  width: 100%;
  margin: 0;
  line-height: 18px;
  font-weight: 300;
}
.cid-rwNiRkgVbQ .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-rwNiRkgVbQ .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-rwNiRkgVbQ .datepicker {
  background-color: #fcfcfc;
  color: #709faf;
}
.cid-rwNiRkgVbQ .datepicker .active.day {
  background-color: #ff9a8a !important;
  color: #ffffff !important;
}
.cid-rwNiRkgVbQ .datepicker:after {
  border-top-color: #fcfcfc;
  border-bottom-color: #fcfcfc;
}
@media (max-width: 767px) {
  .cid-rwNiRkgVbQ .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-rwNiRkgVbQ .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-rwNiRkgVbQ .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-rwNiRkgVbQ .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-rwNiRkgVbQ .email input {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .cid-rwNiRkgVbQ .booking-datepicker input:not(.guests-input):not([name="email"]) {
    border-right: 1px solid #709faf !important;
  }
}
@media (max-width: 991px) {
  .cid-rwNiRkgVbQ .booking-datepicker {
    padding-top: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-rwNiRkgVbQ .datepicker {
    left: 10% !important;
  }
}
.cid-rwNiSeZoRx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url('../../images/02.jpg');
}
.cid-rwNiSeZoRx .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-rwNiSeZoRx .mbr-iconfont {
  font-size: 80px;
}
.cid-rwNExJfyKK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwNExJfyKK .form-control,
.cid-rwNExJfyKK .form-control:focus {
  color: #5b686b !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #5b686b;
}
.cid-rwNExJfyKK .form-control:focus,
.cid-rwNExJfyKK .form-control:focus:focus {
  outline: none;
}
.cid-rwNExJfyKK input::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-rwNExJfyKK input::-moz-placeholder {
  color: #5b686b;
}
.cid-rwNExJfyKK textarea::-webkit-input-placeholder {
  color: #5b686b;
}
.cid-rwNExJfyKK textarea::-moz-placeholder {
  color: #5b686b;
}
.cid-rwNExJfyKK .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-rwNExJfyKK .form-control {
  margin-bottom: 15px;
}
.cid-rwNExJfyKK .map {
  width: 100%;
  height: 30rem;
}
.cid-rwNExJfyKK .map iframe {
  width: inherit;
  height: 100%;
}
.cid-rwNExJfyKK .mbr-text {
  color: #767676;
}
.cid-rwNExJfyKK .input-group-btn {
  display: block;
}
.cid-rwNExJfyKK .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(1);
}
.cid-rwNExJfyKK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rwNExJfyKK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rwNExJfyKK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rwNExJfyKK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 768px) {
  .cid-rwNExJfyKK .mbr-section-subtitle,
  .cid-rwNExJfyKK .mbr-section-title {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-rwNExJfyKK .mbr-form {
    padding-bottom: 2rem;
  }
}
.cid-rwNEuL5gm9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-rwNEuL5gm9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-rwNEuL5gm9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rwNEuL5gm9 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rwNEuL5gm9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rwNEuL5gm9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rwNESc7E14 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../../images/background9.jpg');
}
.cid-rwNESc7E14 .container-fluid {
  padding: 0 3rem;
}
.cid-rwNESc7E14 .mbr-section-subtitle {
  color: #767676;
}
.cid-rwNESc7E14 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rwNESc7E14 .table-wrapper {
  margin: 0 auto;
}
.cid-rwNESc7E14 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rwNESc7E14 table thead tr {
  border: none !important;
}
.cid-rwNESc7E14 table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
  background: #ffffff;
}
.cid-rwNESc7E14 table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-rwNESc7E14 table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-rwNESc7E14 table.table {
  background: #ffffff;
}
.cid-rwNESc7E14 tr:hover {
  background-color: #92b5d5 !important;
}
.cid-rwNESc7E14 .head-item:after,
.cid-rwNESc7E14 .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-rwNESc7E14 table th,
  .cid-rwNESc7E14 table td {
    padding: .75rem;
  }
}
.cid-rwNESc7E14 .body-item {
  text-align: center;
}
.cid-rwNESc7E14 .head-item {
  color: #000000;
}
.cid-rwNFgvBG0N {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../../images/background11.jpg');
}
.cid-rwNFgvBG0N .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rwNFgvBG0N .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rwNFgvBG0N .list-group-item {
  padding: .75rem 0rem;
}
.cid-rwNFgvBG0N .plan-subtitle {
  color: #cccccc;
}
.cid-rwNFgvBG0N .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
.cid-rwNFgvBG0N .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rwNFgvBG0N .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rwNFgvBG0N .plan .mbr-overlay {
  background: #66458e;
  opacity: 0.9;
}
.cid-rwNFgvBG0N .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rwNFgvBG0N .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rwNFgvBG0N .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rwNFgvBG0N .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rwNFgvBG0N .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rwNFgvBG0N .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rwNFgvBG0N .plan {
    margin-bottom: 30px;
  }
}
.cid-rwNFgvBG0N .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rwNFgvBG0N .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rwNFmvxFhL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #66458e;
  background: linear-gradient(45deg, #66458e, #9c88bc);
}
.cid-rwNFmvxFhL .mbr-section-subtitle {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rwNFmvxFhL .mbr-section-btn,
  .cid-rwNFmvxFhL .mbr-section-subtitle,
  .cid-rwNFmvxFhL .mbr-section-title {
    text-align: center !important;
  }
}
.cid-rwNEVwbOzF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../../images/mbr-1920x1280.jpg');
}
.cid-rwNEVwbOzF .container-fluid {
  padding: 0 3rem;
}
.cid-rwNEVwbOzF .mbr-section-subtitle {
  color: #767676;
}
.cid-rwNEVwbOzF .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-rwNEVwbOzF .table-wrapper {
  margin: 0 auto;
}
.cid-rwNEVwbOzF table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-rwNEVwbOzF table thead tr {
  border: none !important;
}
.cid-rwNEVwbOzF table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-rwNEVwbOzF table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-rwNEVwbOzF table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-rwNEVwbOzF tr:hover {
  background-color: #92b5d5 !important;
}
.cid-rwNEVwbOzF .head-item:after,
.cid-rwNEVwbOzF .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-rwNEVwbOzF table th,
  .cid-rwNEVwbOzF table td {
    padding: .75rem;
  }
}
.cid-rwNEVwbOzF .body-item {
  text-align: center;
}
.cid-rwNEVwbOzF .head-item {
  color: #000000;
}
.cid-rwNEVwbOzF .mbr-text {
  color: #767676;
}
.cid-rwNEVwbOzF .mbr-section-title,
.cid-rwNEVwbOzF .underline {
  text-align: left;
}
.cid-rwNFNFF8mm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwNFNFF8mm .mbr-section-subtitle {
  color: #767676;
}
.cid-rwNFNFF8mm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rwNFNFF8mm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwNFNFF8mm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwNFNFF8mm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rwNFNFF8mm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #59585d;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rwNFNFF8mm .icon-focus {
  font-size: 2rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rwNFNFF8mm .icon-focus:before {
  content: '+';
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-bottom: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwNFNFF8mm .icon-video {
  font-size: 1.5rem !important;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
}
.cid-rwNFNFF8mm .icon-video:before {
  border-radius: 100px;
  background: #444444;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwNFNFF8mm .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rwNFNFF8mm ul {
  font-size: 0;
}
.cid-rwNFNFF8mm .mbr-gallery-filter ul {
  text-align: left;
}
.cid-rwNFNFF8mm .mbr-gallery-filter ul li .btn {
  border: none !important;
  background-color: transparent;
  color: #59585d !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rwNFNFF8mm .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
}
.cid-rwNFNFF8mm .mbr-gallery-filter ul li {
  padding: 0;
  margin: 0 .2rem;
}
.cid-rwNFNFF8mm .mbr-gallery-filter ul li:first-child,
.cid-rwNFNFF8mm .mbr-gallery-filter ul li:last-child {
  margin: 0;
}
.cid-rwNFNFF8mm .mbr-gallery-item > div:hover .mbr-gallery-title {
  display: block;
}
.cid-rwNFNFF8mm .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-rwNFNFF8mm .btn {
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.cid-rwNFNFF8mm .btn.active:after {
  animation: none;
}
.cid-rwNFNFF8mm .btn:active {
  box-shadow: none !important;
}
.cid-rwNFNFF8mm .btn:hover {
  background: transparent !important;
}
.cid-rwNFNFF8mm .btn:hover:before {
  background: transparent !important;
}
.cid-rwNFNFF8mm .btn:before {
  background-color: transparent !important;
}
.cid-rwNFNFF8mm .btn:focus {
  box-shadow: none !important;
}
.cid-rwNFChgiDJ {
  overflow: hidden !important;
  background-image: url('../../images/business-world-map-backgrounds-powerpoint-1600x1200.jpg');
}
.cid-rwNFChgiDJ .container-fluid {
  padding: 0 3rem;
}
.cid-rwNFChgiDJ .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rwNFChgiDJ .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rwNFVL9mUP {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwNFVL9mUP .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rwNFVL9mUP .mbr-shop .row {
  margin: 0;
}
.cid-rwNFVL9mUP .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rwNFVL9mUP .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rwNFVL9mUP .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rwNFVL9mUP .mbr-shop .sidebar-title {
  line-height: 25px;
  margin-bottom: 1.8rem;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rwNFVL9mUP .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rwNFVL9mUP .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rwNFVL9mUP .mbr-shop .hide-modal {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNFVL9mUP .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rwNFVL9mUP .mbr-shop .filter-by-pu,
.cid-rwNFVL9mUP .mbr-shop .filter-by-pd,
.cid-rwNFVL9mUP .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rwNFVL9mUP .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rwNFVL9mUP .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 15px;
  width: 33%;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem h4,
.cid-rwNFVL9mUP .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem h5,
.cid-rwNFVL9mUP .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem p,
.cid-rwNFVL9mUP .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rwNFVL9mUP .mbr-shop .item-button {
  text-align: center;
}
.cid-rwNFVL9mUP .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rwNFVL9mUP .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rwNFVL9mUP .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rwNFVL9mUP .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rwNFVL9mUP .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: #f7f7f7;
  top: -20px;
  right: 3px;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rwNFVL9mUP .mbr-shop .onsale {
  position: absolute;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  top: 30px;
  left: 30px;
  line-height: 17px;
  padding: 5px 15px 5px;
  background: #66458e;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
  color: #ffffff;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item__hided h4,
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item__hided h5,
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem .price-block {
  display: block;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-filter ul li:hover {
  background-color: transparent;
}
.cid-rwNFVL9mUP .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rwNFVL9mUP .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rwNFVL9mUP .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rwNFVL9mUP .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  font-size: 0;
}
.cid-rwNFVL9mUP .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rwNFVL9mUP .mbr-shop .price-controls input {
  width: 100%;
  background-color: transparent;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rwNFVL9mUP .mbr-shop .range-controls {
  position: relative;
}
.cid-rwNFVL9mUP .mbr-shop .range-controls .scale {
  width: 100%;
  height: 5px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rwNFVL9mUP .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 5px;
  background-color: #66458e;
}
.cid-rwNFVL9mUP .mbr-shop .toggle {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: -9px;
  width: 7px;
  height: 7px;
  border: 8px solid #ffffff;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #66458e;
  cursor: pointer;
}
.cid-rwNFVL9mUP .mbr-shop .toggle:hover,
.cid-rwNFVL9mUP .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rwNFVL9mUP .mbr-shop .min-toggle {
  left: 0;
}
.cid-rwNFVL9mUP .mbr-shop .max-toggle {
  right: 0;
}
.cid-rwNFVL9mUP .mbr-shop .hided-by-price {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rwNFVL9mUP .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rwNFVL9mUP .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rwNFVL9mUP .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rwNFVL9mUP .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rwNFVL9mUP .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNFVL9mUP .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNFVL9mUP .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rwNFVL9mUP .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
  padding-bottom: 15px;
}
.cid-rwNFVL9mUP .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rwNFVL9mUP .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rwNFVL9mUP .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rwNFVL9mUP .mbr-shop .price-range {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .price-range-reset {
  display: none;
}
.cid-rwNFVL9mUP .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rwNFVL9mUP .mbr-shop .range-slider h4 {
  margin-bottom: 1.8rem;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rwNFVL9mUP .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rwNFVL9mUP .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rwNFVL9mUP .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rwNFVL9mUP .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rwNFVL9mUP .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rwNFVL9mUP .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rwNFVL9mUP .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rwNFVL9mUP .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rwNFVL9mUP .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rwNFVL9mUP .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rwNFVL9mUP .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rwNFVL9mUP .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rwNFVL9mUP .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rwNFVL9mUP .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rwNFVL9mUP .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rwNFVL9mUP .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rwNFVL9mUP .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rwNFVL9mUP .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rwNFVL9mUP .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rwNFVL9mUP .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rwNFVL9mUP .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rwNFVL9mUP .oldprice {
  color: #767676;
  padding-left: .8rem !important;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwNFVL9mUP .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rwNFVL9mUP .range-controls {
  display: block !important;
}
.cid-rwNFVL9mUP .mbr-gallery-item .sidebar_wraper {
  background-color: #f7f7f7;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rwNFVL9mUP .sidebar .sidebar_wraper {
  background-color: #f7f7f7;
}
.cid-rwNFVL9mUP .mbr-gallery-item .price-block {
  text-align: left;
}
.cid-rwNFVL9mUP .big-container {
  max-width: 1326px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-rwNFVL9mUP .mbr-shop .mbr-gallery-filter ul li {
  padding: 7px 16px 5px;
  margin: 4px 8px 4px 0;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rwNFVL9mUP .mbr-gallery-item .sidebar_wraper .item-title {
  text-align: left;
  font-weight: 700;
}
.cid-rwNFVL9mUP .sidebar {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rwNFVL9mUP .range-slider {
  -webkit-order: 1;
  order: 1;
}
.cid-rwNFVL9mUP .sidebar-categories {
  -webkit-order: 2;
  order: 2;
}
.cid-rwNFVL9mUP .bestseller-block {
  -webkit-order: 3;
  order: 3;
}
.cid-rwNFVL9mUP .categories {
  padding: 0;
}
.cid-rwNFVL9mUP .sidebar-title {
  font-weight: bold;
}
.cid-rwNGk0ARea {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../../images/background11.jpg');
}
.cid-rwNGk0ARea .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rwNGk0ARea .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rwNGk0ARea .list-group-item {
  padding: .75rem 0rem;
}
.cid-rwNGk0ARea .plan-subtitle {
  color: #cccccc;
}
.cid-rwNGk0ARea .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
.cid-rwNGk0ARea .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rwNGk0ARea .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rwNGk0ARea .plan .mbr-overlay {
  background: #66458e;
  opacity: 0.9;
}
.cid-rwNGk0ARea .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-rwNGk0ARea .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rwNGk0ARea .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rwNGk0ARea .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-rwNGk0ARea .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rwNGk0ARea .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-rwNGk0ARea .plan {
    margin-bottom: 30px;
  }
}
.cid-rwNGk0ARea .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rwNGk0ARea .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rwNGELsXtm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rwNGELsXtm .mbr-shop {
  display: table;
  width: 100%;
}
.cid-rwNGELsXtm .mbr-shop .row {
  margin: 0;
}
.cid-rwNGELsXtm .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-rwNGELsXtm .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-rwNGELsXtm .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-rwNGELsXtm .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-rwNGELsXtm .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.cid-rwNGELsXtm .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-rwNGELsXtm .mbr-shop .hide-modal {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNGELsXtm .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-rwNGELsXtm .mbr-shop .filter-by-pu,
.cid-rwNGELsXtm .mbr-shop .filter-by-pd,
.cid-rwNGELsXtm .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-rwNGELsXtm .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-rwNGELsXtm .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem h4,
.cid-rwNGELsXtm .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem h5,
.cid-rwNGELsXtm .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem p,
.cid-rwNGELsXtm .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-rwNGELsXtm .mbr-shop .item-button {
  text-align: center;
}
.cid-rwNGELsXtm .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-rwNGELsXtm .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-rwNGELsXtm .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-rwNGELsXtm .mbr-shop .sidebar-block {
  position: relative;
}
.cid-rwNGELsXtm .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-rwNGELsXtm .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item__hided h4,
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item__hided h5,
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-rwNGELsXtm .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-rwNGELsXtm .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-rwNGELsXtm .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-rwNGELsXtm .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-rwNGELsXtm .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-rwNGELsXtm .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-rwNGELsXtm .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-rwNGELsXtm .mbr-shop .range-controls {
  position: relative;
}
.cid-rwNGELsXtm .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-rwNGELsXtm .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-rwNGELsXtm .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-rwNGELsXtm .mbr-shop .toggle:hover,
.cid-rwNGELsXtm .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-rwNGELsXtm .mbr-shop .min-toggle {
  left: 0;
}
.cid-rwNGELsXtm .mbr-shop .max-toggle {
  right: 0;
}
.cid-rwNGELsXtm .mbr-shop .hided-by-price {
  display: none;
}
.cid-rwNGELsXtm .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-rwNGELsXtm .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-rwNGELsXtm .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-rwNGELsXtm .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-rwNGELsXtm .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-rwNGELsXtm .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-rwNGELsXtm .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-rwNGELsXtm .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-rwNGELsXtm .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rwNGELsXtm .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNGELsXtm .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-rwNGELsXtm .mbr-shop .closeModal {
  position: absolute;
  top: 0;
  right: 0;
}
.cid-rwNGELsXtm .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-rwNGELsXtm .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-rwNGELsXtm .mbr-shop .shop-items .onsale,
.cid-rwNGELsXtm .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-rwNGELsXtm .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-rwNGELsXtm .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-rwNGELsXtm .mbr-shop .price-range {
  display: inline-block;
}
.cid-rwNGELsXtm .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-rwNGELsXtm .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-rwNGELsXtm .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-rwNGELsXtm .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-rwNGELsXtm .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-rwNGELsXtm .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-rwNGELsXtm .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-rwNGELsXtm .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-rwNGELsXtm .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-rwNGELsXtm .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-rwNGELsXtm .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-rwNGELsXtm .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-rwNGELsXtm .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-rwNGELsXtm .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-rwNGELsXtm .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-rwNGELsXtm .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .cid-rwNGELsXtm .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-rwNGELsXtm .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-rwNGELsXtm .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-rwNGELsXtm .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-rwNGELsXtm .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-rwNGELsXtm .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-rwNGELsXtm .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-rwNGELsXtm .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-rwNGELsXtm .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-rwNGELsXtm .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-rwNGELsXtm .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
.cid-rwNGELsXtm .range-controls {
  display: block !important;
}
.cid-rwNGELsXtm .sort-buttons {
  display: block !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rwNGELsXtm .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-rwNGvSPDfc .modal-body .close {
  background: #1b1b1b;
}
.cid-rwNGvSPDfc .modal-body .close span {
  font-style: normal;
}
.cid-rwNGvSPDfc .carousel-inner > .active,
.cid-rwNGvSPDfc .carousel-inner > .next,
.cid-rwNGvSPDfc .carousel-inner > .prev {
  display: table;
}
.cid-rwNGvSPDfc .carousel-control .icon-next,
.cid-rwNGvSPDfc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rwNGvSPDfc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rwNGvSPDfc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwNGvSPDfc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rwNGvSPDfc .boxed-slider > div {
  position: relative;
}
.cid-rwNGvSPDfc .container img {
  width: 100%;
}
.cid-rwNGvSPDfc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rwNGvSPDfc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwNGvSPDfc .mbr-table-cell {
  padding: 0;
}
.cid-rwNGvSPDfc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rwNGvSPDfc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rwNGvSPDfc .mbr-overlay {
  z-index: 1;
}
.cid-rwNGvSPDfc .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwNGvSPDfc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rwNGvSPDfc .carousel-item .container {
    width: 100%;
  }
}
.cid-rwNGvSPDfc .carousel-item-next.carousel-item-left,
.cid-rwNGvSPDfc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rwNGvSPDfc .active.carousel-item-right,
.cid-rwNGvSPDfc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rwNGvSPDfc .active.carousel-item-left,
.cid-rwNGvSPDfc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rwNGvSPDfc .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rwNGvSPDfc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators li.active,
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators li::after,
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rwNGvSPDfc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rwNGvSPDfc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rwNGvSPDfc .mbr-slider > .container img {
  width: 100%;
}
.cid-rwNGvSPDfc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rwNGvSPDfc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rwNGvSPDfc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rwNGvSPDfc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rwNGvSPDfc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rwNGvSPDfc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rwNGvSPDfc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rwNGvSPDfc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rwNGvSPDfc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rwNGvSPDfc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rwNGvSPDfc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rwNGvSPDfc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rwNGvSPDfc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rwNGJp60fk {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-rwNGJp60fk .progress {
  width: 100%;
}
.cid-rwNGJp60fk .title-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-rwNGJp60fk progress {
  height: inherit;
}
.cid-rwNGJp60fk .progressbar-number {
  display: inline-block;
}
.cid-rwNGJp60fk .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rwNGJp60fk .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rwNGJp60fk .section-content-title {
  font-weight: 500;
}
.cid-rwNGJp60fk .progress_value {
  position: relative;
}
.cid-rwNGJp60fk .progress1 .progressbar-number:before,
.cid-rwNGJp60fk .progress2 .progressbar-number:before,
.cid-rwNGJp60fk .progress3 .progressbar-number:before,
.cid-rwNGJp60fk .progress4 .progressbar-number:before,
.cid-rwNGJp60fk .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rwNGJp60fk progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rwNGJp60fk progress::-webkit-progress-value {
  background: #0c57bf;
}
.cid-rwNGJp60fk progress[value]::-moz-progress-bar {
  background: #0c57bf;
}
.cid-rwNGJp60fk progress::-ms-fill {
  background: #0c57bf;
}
.cid-rwNGJp60fk .progress1 .progressbar-number:before {
  content: '100';
}
.cid-rwNGJp60fk .progress2 .progressbar-number:before {
  content: '90';
}
.cid-rwNGJp60fk .progress3 .progressbar-number:before {
  content: '80';
}
.cid-rwNGJp60fk .progress4 .progressbar-number:before {
  content: '70';
}
.cid-rwNGJp60fk .progress5 .progressbar-number:before {
  content: '60';
}
.cid-rwNGJp60fk .progress-container {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 0.5rem;
  width: 100%;
}
.cid-rwNGJp60fk .progress-container span.progress-title {
  position: absolute;
  top: -2rem;
  font-size: 1rem !important;
  height: 24px;
  overflow: hidden;
  max-width: 85%;
}
.cid-rwNGJp60fk .progress-container .progress_value {
  position: absolute;
  top: -2rem;
  right: 0;
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  .cid-rwNGJp60fk .text-elements {
    padding-right: 3rem;
  }
  .cid-rwNGJp60fk .progress_elements {
    padding-left: 3rem;
  }
}
.cid-rwNRCcNNKI {
  padding-top: 150px;
  padding-bottom: 135px;
  background-image: url('../../images/11866-multi-slide-doors-and-windows-600-series-u908319c3925683d634376063309411235-western-window-systems-multijpg-2000x1169.jpg');
}
.cid-rwNRCcNNKI .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-rwNRCcNNKI .ico span {
  font-size: 1.5rem;
  color: #656565;
}
.cid-rwNRCcNNKI .relative {
  position: relative;
}
.cid-rwNRCcNNKI .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rwNRCcNNKI .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-rwNRCcNNKI .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-rwNRCcNNKI .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-rwNRCcNNKI .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-rwNRCcNNKI .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-rwNRCcNNKI .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-rwNRCcNNKI .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-rwNRCcNNKI .mbr-iconfont-btn {
  margin: 0;
}
.cid-rwNRCcNNKI .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-rwNRCcNNKI input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-rwNRCcNNKI input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-rwNRCcNNKI input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-rwNRCcNNKI .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-rwNRCcNNKI .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rwNRCcNNKI .form-group {
    margin-bottom: 2rem;
  }
  .cid-rwNRCcNNKI .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-rwNRCcNNKI .input-group-btn {
    margin: auto;
  }
}
.cid-rwNRCcNNKI .mbr-section-title {
  text-align: center;
}
.cid-rwNRCcNNKI .mbr-section-sub-title {
  color: #ececec;
  text-align: center;
}
.cid-rwNREfskxi {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rwNREfskxi h4 {
  display: flex;
  color: #000000;
}
.cid-rwNREfskxi .panel-text {
  color: #000000;
  line-height: 1.7;
}
.cid-rwNREfskxi .wrap {
  display: flex;
}
.cid-rwNREfskxi .icon {
  background: #ff4a52;
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-rwNREfskxi img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-rwNREfskxi .mbr-section-title {
  color: #333333;
  text-align: center;
}
.cid-rwNREfskxi p {
  margin: 0;
}
.cid-rwNREfskxi .card .card-header a.panel-title {
  background-color: none!important;
  margin-top: 0px!important;
}
.cid-rwNREfskxi .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-rwNREfskxi .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-rwNREfskxi .panel-group {
  width: 100%;
}
.cid-rwNREfskxi .panel-title {
  border-bottom: 1px solid #ececec;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-rwNREfskxi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-rwNREfskxi .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-rwNREfskxi .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-rwNREfskxi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rwNREfskxi .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-rwNREfskxi .card .panel-body {
  background: #ffffff;
}
.cid-rwNREfskxi .sign {
  color: #000000;
}
.cid-rwNREfskxi .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rwNREfskxi .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rwNREfskxi .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-rwNREfskxi .header-text,
.cid-rwNREfskxi .sign {
  color: #333333;
}
.cid-rwNRIw51Kh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url('../../images/e4-innovative-screen-solutions-for-french-bifold-stacking-doors-and-windows-2000x1209.jpg');
}
.cid-rwNRIw51Kh .form-group {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rwNRIw51Kh .card {
  background-color: white;
  padding: 2rem;
}
.cid-rwNRIw51Kh .input-group-btn {
  display: block;
}
.cid-rwNRIw51Kh .form-control {
  background: none;
  border-radius: 6px!important;
}
.cid-rwNRIw51Kh .form-control-label {
  font-weight: 700;
}
.cid-rwNRIw51Kh .mbr-section-subtitle {
  color: #656565;
}
.cid-rwNRIw51Kh .title2 {
  color: #656565;
}
.cid-rwNRIw51Kh .form-title {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-rwNRIw51Kh .col-sm-12 {
    margin: 1rem;
  }
  .cid-rwNRIw51Kh .card {
    padding: 1rem;
  }
}
.cid-rwNG5sC6QV {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url('../../images/mbr-1920x1355.jpg');
}
.cid-rwNG5sC6QV .mbr-text {
  color: #767676;
}
.cid-rwNG5sC6QV .mbr-section-subtitle {
  color: #767676;
}
.cid-rwNG5sC6QV .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rwNG5sC6QV .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-rwNG5sC6QV .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-rwNG5sC6QV .card-text {
  padding-top: 2rem;
}
.cid-rwNG5sC6QV .card-box {
  padding-bottom: 1rem;
}
.cid-rwNG5sC6QV .num {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-rwNG5sC6QV .num,
  .cid-rwNG5sC6QV .card-title,
  .cid-rwNG5sC6QV .mbr-text,
  .cid-rwNG5sC6QV .mbr-title,
  .cid-rwNG5sC6QV .mbr-section-subtitle,
  .cid-rwNG5sC6QV .mbr-section-btn,
  .cid-rwNG5sC6QV .mbr-section-title {
    text-align: center !important;
  }
  .cid-rwNG5sC6QV .content-column {
    margin-bottom: 2rem;
  }
}
.cid-rtdIYuA9ZA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rtdIYuA9ZA .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-rtdIYuA9ZA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-rtdIYuA9ZA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-rtdIYuA9ZA .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-rtdIYuA9ZA .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-rtdIYuA9ZA .icon-transition span:hover {
  background-color: #e96188;
}
.cid-rtdIYuA9ZA .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-rtdIYuA9ZA .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0rem;
  }
  .cid-rtdIYuA9ZA .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0rem;
    margin-bottom: 1.5rem;
  }
  .cid-rtdIYuA9ZA .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-rsPb9hEKlS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rsPb9hEKlS .nav-item,
.cid-rsPb9hEKlS .nav-link,
.cid-rsPb9hEKlS .navbar-caption {
  font-weight: normal;
}
.cid-rsPb9hEKlS .nav-item:focus,
.cid-rsPb9hEKlS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rsPb9hEKlS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rsPb9hEKlS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rsPb9hEKlS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rsPb9hEKlS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rsPb9hEKlS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rsPb9hEKlS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rsPb9hEKlS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rsPb9hEKlS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  -webkit-justify-content: flex-end;
}
.cid-rsPb9hEKlS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rsPb9hEKlS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rsPb9hEKlS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rsPb9hEKlS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rsPb9hEKlS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rsPb9hEKlS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rsPb9hEKlS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rsPb9hEKlS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rsPb9hEKlS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rsPb9hEKlS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rsPb9hEKlS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rsPb9hEKlS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rsPb9hEKlS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rsPb9hEKlS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rsPb9hEKlS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rsPb9hEKlS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rsPb9hEKlS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rsPb9hEKlS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rsPb9hEKlS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rsPb9hEKlS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rsPb9hEKlS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rsPb9hEKlS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rsPb9hEKlS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rsPb9hEKlS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rsPb9hEKlS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rsPb9hEKlS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rsPb9hEKlS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rsPb9hEKlS .dropdown-item.active,
.cid-rsPb9hEKlS .dropdown-item:active {
  background-color: transparent;
}
.cid-rsPb9hEKlS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rsPb9hEKlS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rsPb9hEKlS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rsPb9hEKlS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rsPb9hEKlS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rsPb9hEKlS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rsPb9hEKlS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rsPb9hEKlS .navbar-buttons {
  text-align: center;
}
.cid-rsPb9hEKlS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rsPb9hEKlS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rsPb9hEKlS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rsPb9hEKlS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rsPb9hEKlS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rsPb9hEKlS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rsPb9hEKlS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsPb9hEKlS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rsPb9hEKlS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rsPb9hEKlS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rsPb9hEKlS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rsPb9hEKlS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rsPb9hEKlS .mbr-iconfont {
  font-size: 1rem;
  color: #66458e;
  display: inline-flex;
}
.cid-rsPb9hEKlS .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-rsPb9hEKlS .soc-item {
  margin: .5rem .3rem;
}
.cid-rsPb9hEKlS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rsPb9hEKlS .navbar {
    height: 77px;
  }
  .cid-rsPb9hEKlS .navbar.opened {
    height: auto;
  }
  .cid-rsPb9hEKlS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}