@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700);

body {
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 0.7;
}
.mbr-section-subtitle {
  line-height: 0.05 !important;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Marianna';
  font-size: 6rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
  padding-top:1rem;
}
.display-2 {
  font-family: 'Marianna';
  font-size: 3rem;
}
.display-22 {
  font-family: 'CenturyGothic';
  font-size: 1rem;
  letter-spacing:10px;
}
.display-222 {
  font-family: 'CenturyGothic';
  font-size: 2.5rem;
  letter-spacing: 15px;
  font-weight:400 !important;
}
.glow {
  color: #fff;
  text-shadow:0 0 20px #ff0;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'BebasNeueRegular';
  font-size: 1.3rem;
}
.display-44 {
  font-family: 'BebasNeueRegular';
  font-size: 1rem;
  letter-spacing: 7px !important;
}
.display-444 {
  font-family: 'BebasNeueRegular';
  font-size: 2rem;
  letter-spacing: 7px !important;
}
.display_adr {
  font-family: 'BebasNeueRegular';
  font-size: 1.3rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.56rem;
}
.a_link {
	color:#fff;
}
.a_link:hover  {
	color:#eec758;
	text-shadow:0 0 10px #ff0;
	transition: color .25s ease-in-out;
	-webkit-animation: 0.7s ease-in-out;
  -moz-animation: 0.7s ease-in-out;
  animation: 0.7s ease-in-out;
}

.hr-yellow {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eec758;
    margin: 1em 0;
    padding: 0;
}
.display-5 {
  font-family: 'ekaterina_velikaya_oneregular';
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'Oswald-Regular', sans-serif;
  font-size: 1.3rem;
}
.display-77 {
  font-family: 'sunn_serifregular';
  font-size: 2rem;
  letter-spacing: 0.5px;
}
.display-8 {
  font-family: 'RosaMarena', sans-serif;
  font-size: 5.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
  letter-spacing: 5px;
}
.display-9 {
  font-family: 'Elizabeth_tt-Uni';
  font-size: 1.6rem;
}
.restoration {
	padding-top: 1.1rem;
	padding-right: 1.1rem;
	padding-left: 1.1rem;
	padding-bottom: 1.1rem;
}
.curlz {
	background: url("../../images/svg/Paloma_curl_left.svg/svg+xml;base64,[data]");
}
.icon-alone {
  display: inline-block; /* Fix for clickability issue in WebKit */
}
.curlz_2 {
	background-image: url(../../images/rest_logo_curlz_2.png);
	background-position: center;
	background-origin: content-box;
	background-attachment: fixed;
	background-size: auto;
}
/* ---- 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: 5.2rem;
    font-size: calc( 4.05rem + (4.4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (4.05rem + (4.5 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.8rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.8rem + (2 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-22 {
    font-size: 2.5rem;
    font-size: calc( 1.4rem + (1 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4rem + (1.45 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-222 {
    font-size: 4.5rem;
    font-size: calc( 1.65rem + (2 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (2 - 1.7) * ((100vw - 20rem) / (48 - 20))));
	letter-spacing: 15px;
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.3 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.3 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display_adr {
    font-size: 0.85rem;
    font-size: calc( 1.1rem + (1.3 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1.3 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-44 {
    font-size: 0.8rem;
    font-size: calc( 0.75rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.75rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-444 {
    font-size: 2rem;
    font-size: calc( 1.85rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.85rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: 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: 1rem 3rem;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  -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.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  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: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #062118 !important;
}
.bg-success {
  background-color: #fbd05c !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #062118 !important;
  border-color: #062118 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbd05c !important;
  border-color: #fbd05c !important;
  color: #563f02 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #563f02 !important;
  background-color: #f9ba11 !important;
  border-color: #f9ba11 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #563f02 !important;
  background-color: #f9ba11 !important;
  border-color: #f9ba11 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  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-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  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-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #062118;
  border-color: #062118;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #062118 !important;
  border-color: #062118 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #ebad06;
  color: #ebad06;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #563f02;
  background-color: #fbd05c;
  border-color: #fbd05c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #563f02 !important;
  background-color: #fbd05c !important;
  border-color: #fbd05c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  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;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #062118 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fbd05c !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ebad06 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !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: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.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;
  -webkit-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: #062118;
  border-color: #062118;
  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: #062118;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9fedd3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* 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%;
  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;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Oswald', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.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: #062118;
  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 {
  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 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    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;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #062118;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #062118;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #062118;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #062118;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 6.33333%;
  }
  .offset-sm-2 {
    margin-left: 14.66667%;
  }
  .offset-sm-3 {
    margin-left: 20%;
  }
  .offset-sm-4 {
    margin-left: 30.33333%;
  }
  .offset-sm-5 {
    margin-left: 38.66667%;
  }
  .offset-sm-6 {
    margin-left: 35%;
  }
  .offset-sm-7 {
    margin-left: 55.33333%;
  }
  .offset-sm-8 {
    margin-left: 63.66667%;
  }
  .offset-sm-9 {
    margin-left: 70%;
  }
  .offset-sm-10 {
    margin-left: 75.33333%;
  }
  .offset-sm-11 {
    margin-left: 86.66667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.navbar-toggler {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}
.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}
@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}
.navbar-toggleable-xl .navbar-toggler {
  display: none;
}
.card-img {
  width: auto;
}
.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.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;
}
.cid-qO5xI7cOkd .navbar {
	padding: .0.5rem 0 !important;
	background: rgba(51, 51, 51, 0.75)!important;
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
  	transition: ease-out;
	min-height: 30px;
}
.cid-qO5xI7cOkd .dropdown-submenu {
	background: rgba(51, 51, 51, 0.75)!important;
}
.navbar-hr {
	color:#eec758;
}
.cid-qO5xI7cOkd .navbar-dropdown.bg-color.transparent.opened {
  background: rgba(51, 51, 51, 0.75)!important;
}
.cid-qO5xI7cOkd a {
  font-style: normal;
}
.cid-qO5xI7cOkd .nav-item span {
  padding-right: 0.2em;
  line-height: 0.3em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qO5xI7cOkd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 !important;
  margin: 0rem .45rem !important;
}
.cid-qO5xI7cOkd .nav-item:focus,
.cid-qO5xI7cOkd .nav-link:focus {
  outline: none;
}
.cid-qO5xI7cOkd .btn {
  padding: 0.2rem 1.2rem;
  display: inline-flex;
  align-items: center;
}
.cid-qO5xI7cOkd .btn .mbr-iconfont {
  font-size: 1.3rem;
}
.cid-qO5xI7cOkd .menu-logo {
  margin-right: auto;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 1.5rem;
  align-items: center;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 3rem;
  margin: .3rem 0;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.1rem !important;
  padding-right: 1.3rem;
  font-weight:normal;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo {
  font-size: 1.5rem;
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 2rem;
  width: auto;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu {
  background: rgba(51, 51, 51, 0.75)!important;
  display: none;
  position: absolute;
  min-width: 2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-align: left;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qO5xI7cOkd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qO5xI7cOkd .navbar.navbar-short {
  min-height: 55px;
  transition: all .2s;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a img {
  height: 2.5rem !important;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qO5xI7cOkd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qO5xI7cOkd button.navbar-toggler:focus {
  outline: none;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qO5xI7cOkd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qO5xI7cOkd .collapsed .btn {
  display: flex;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qO5xI7cOkd .collapsed button.navbar-toggler {
  display: block;
}
.cid-qO5xI7cOkd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qO5xI7cOkd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 30%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qO5xI7cOkd .navbar-expand {
    flex-direction: column;
  }
  .cid-qO5xI7cOkd img {
    height: 3.2rem !important;
  }
  .cid-qO5xI7cOkd .btn {
    display: flex;
  }
  .cid-qO5xI7cOkd button.navbar-toggler {
    display: block;
  }
  .cid-qO5xI7cOkd .navbar-brand {
    margin-left: 0.7rem !important;
  }
  .cid-qO5xI7cOkd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qO5xI7cOkd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing,
  .cid-qO5xI7cOkd .navbar-collapse.show {
    display: block !important;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-nav,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-buttons,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 25%;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qO5xI7cOkd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qO5xI7cOkd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qO5xI7cOkd .navbar-collapse {
  flex-basis: auto;
}
.cid-qO5xI7cOkd .nav-link:hover,
.cid-qO5xI7cOkd .dropdown-item:hover {
  color: #c1c1c1 !important;
}
.cid-qO5xI7cOkd .navbar {
  padding: .3rem 0;
  background: rgba(51, 51, 51, 0.75)!important;
  transition: none;
  min-height: 57px !important;
}
.cid-qO5xI7cOkd .navbar-dropdown.bg-color.transparent.opened {
  background: #333333;
}
.cid-qO5xI7cOkd a {
  font-style: normal;
}
.cid-qO5xI7cOkd .nav-item span {
  padding-right: 0.3em;
  line-height: 0.4em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qO5xI7cOkd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qO5xI7cOkd .nav-item:focus,
.cid-qO5xI7cOkd .nav-link:focus {
  outline: none;
}
.cid-qO5xI7cOkd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qO5xI7cOkd .btn .mbr-iconfont {
  font-size: 1.3rem;
}
.cid-qO5xI7cOkd .menu-logo {
  margin-right: auto;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 2.5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 2.5rem;
  align-items: center;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 5rem;
  margin: .3rem 0;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo {
  font-size: 2rem;
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qO5xI7cOkd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu {
  background: #333333;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qO5xI7cOkd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qO5xI7cOkd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qO5xI7cOkd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qO5xI7cOkd .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a {
  font-size: 2.1rem !important;
  line-height: 2.1rem;
  transition: font-size 0.25s;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.1rem !important;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-logo a img {
  height: 2.3rem !important;
}
.cid-qO5xI7cOkd .navbar.navbar-short .navbar-brand {
  min-height: 2.3rem;
}
.cid-qO5xI7cOkd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qO5xI7cOkd button.navbar-toggler:focus {
  outline: none;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qO5xI7cOkd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qO5xI7cOkd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qO5xI7cOkd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qO5xI7cOkd .collapsed .btn {
  display: flex;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qO5xI7cOkd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qO5xI7cOkd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qO5xI7cOkd .collapsed button.navbar-toggler {
  display: block;
}
.cid-qO5xI7cOkd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qO5xI7cOkd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qO5xI7cOkd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qO5xI7cOkd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qO5xI7cOkd .navbar-expand {
    flex-direction: column;
  }
  .cid-qO5xI7cOkd img {
    height: 3.8rem !important;
  }
  .cid-qO5xI7cOkd .btn {
    display: flex;
  }
  .cid-qO5xI7cOkd button.navbar-toggler {
    display: block;
  }
  .cid-qO5xI7cOkd .navbar-brand {
    margin-left: 0.7rem !important;
  }
  .cid-qO5xI7cOkd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qO5xI7cOkd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing,
  .cid-qO5xI7cOkd .navbar-collapse.show {
    display: block !important;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-nav,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-buttons,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qO5xI7cOkd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qO5xI7cOkd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qO5xI7cOkd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qO5xI7cOkd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qO5xI7cOkd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qO5xI7cOkd .navbar-collapse {
  flex-basis: auto;
}
.cid-qO5xI7cOkd .nav-link:hover,
.cid-qO5xI7cOkd .dropdown-item:hover {
  color: #c1c1c1 !important;
}

.cid-qNCnsnQve9 .icons-media-container {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-qNCnsnQve9 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-qNCnsnQve9 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-qNCnsnQve9 .mbr-text {
  color: #ffffff;
}
.cid-qNCnsnQve9 .card {
  padding-bottom: 1.5rem;
}
.cid-qNCnsnQve9 H1 {
  color: #fbd05c;
}
.cid-qO5pZm9DE9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #03130e;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .content {
    text-align: center;
  }
  .cid-qO5pZm9DE9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qO5pZm9DE9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qO5pZm9DE9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qO5pZm9DE9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qO5pZm9DE9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-qO5pZm9DE9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qO5pZm9DE9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qO5pZm9DE9 .footer-lower .social-list a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qO5pZm9DE9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qO5pZm9DE9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qO5pZm9DE9 .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-qO5pZm9DE9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qO5pZm9DE9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.curlz {
	background-repeat: no-repeat;
	background-image: url(../../images/uzor_200.png);
	background-origin: padding-box;
	background-position: 20% 60%;
	background-size: 75px 75px;
}
.cid-qO5InF5Frw {
	background-image: url(../../images/31958838_1642412299179435_2499388503452811264_n.jpg);
}
.cid-qO5InF5Frw_bar {
	background-image: url(../../images/dsc-5232-2000x1333.jpg);
}
.cid-qO5MzmAlbP {
	background-image:  url(../../images/paloma-rsest-menu-dishes-1-1240x1754.jpg);
}
.article {
	background-color: rgba(174, 194, 190, 0.4);
	background-image: url(../../images/uzor_200.gif);
	background-repeat: no-repeat;
	background-attachment:scroll local;
	background-position: left top;
	background-origin: content-box;
	background-size: 12%;
	width: auto;
	height: auto;
	padding-top: 3rem;
	padding-right: 3rem;
	padding-left: 3rem;
	padding-bottom: 3rem;
	display: block;
	position: relative;
	-webkit-box-shadow: 0.5px 0.5px 1px 1px #7C7878;
	box-shadow: 0.5px 0.5px 1px 1px #7C7878;
}
.cid-qO5pZm9DE9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: rgba(16, 37, 29, 1);
  background-image:url(../../images/brick_bgrnd.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-origin:content-box;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .content {
    text-align: center;
  }
  .cid-qO5pZm9DE9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-qO5pZm9DE9 .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .footer-lower .copyright {
	font-size: 1rem;
	margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-qO5pZm9DE9 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-qO5pZm9DE9 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qO5pZm9DE9 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 2.3rem;
  color: #fff;
}
.cid-qO5pZm9DE9 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qO5pZm9DE9 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qO5pZm9DE9 .footer-lower .social-list a:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .cid-qO5pZm9DE9 .footer-lower .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qO5pZm9DE9 .google-map {
  height: 25rem;
  position: relative;
}
.cid-qO5pZm9DE9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qO5pZm9DE9 .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-qO5pZm9DE9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qO5pZm9DE9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qRJpsnI3g0 .modal-body .close {
  background: #1b1b1b;
}
.cid-qRJpsnI3g0 .modal-body .close span {
  font-style: normal;
}
.cid-qRJpsnI3g0 .carousel-inner > .active,
.cid-qRJpsnI3g0 .carousel-inner > .next,
.cid-qRJpsnI3g0 .carousel-inner > .prev {
  display: table;
}
.cid-qRJpsnI3g0 .carousel-control .icon-next,
.cid-qRJpsnI3g0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qRJpsnI3g0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qRJpsnI3g0 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qRJpsnI3g0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qRJpsnI3g0 .boxed-slider > div {
  position: relative;
}
.cid-qRJpsnI3g0 .container img {
  width: 100%;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRJpsnI3g0 .mbr-table-cell {
  padding: 0;
}
.cid-qRJpsnI3g0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qRJpsnI3g0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qRJpsnI3g0 .mbr-overlay {
  z-index: 1;
}
.cid-qRJpsnI3g0 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .carousel-item .container {
    width: 100%;
  }
}
.cid-qRJpsnI3g0 .carousel-item-next.carousel-item-left,
.cid-qRJpsnI3g0 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qRJpsnI3g0 .active.carousel-item-right,
.cid-qRJpsnI3g0 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qRJpsnI3g0 .active.carousel-item-left,
.cid-qRJpsnI3g0 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qRJpsnI3g0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider .carousel-indicators li.active,
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li::after,
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qRJpsnI3g0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qRJpsnI3g0 .mbr-slider > .container img {
  width: 100%;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}

@media (max-width: 576px) {
  .cid-qRJpsnI3g0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qRJpsnI3g0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRJpsnI3g0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qRJpsnI3g0 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qRJpsnI3g0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qRJpsnI3g0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qRJpsnI3g0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qRJpsnI3g0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRJpsnI3g0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qRJpsnI3g0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qRJpsnI3g0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qRJpsnI3g0 H2 {
  color: #eee758;
  text-align: center;
}
.flag-icon-ru {
    background-image: url(../flags/ru.svg);
}
.flag-icon-en {
    background-image: url(../flags/gb.svg);
}
.flag-icon-de {
    background-image: url(../flags/de.svg);
}
.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}
/*.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
}

.video-container video {
  position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}*/
.video#bgvid { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(assets/video/paloma_rest_logo_for_web_854.png) no-repeat;
    background-size: cover;
	display: block; 
}
@media screen and (max-device-width: 800px) {
    html {
         background: url(assets/video/paloma_rest_logo_for_web_854.png) #000 no-repeat center center fixed;
    }
    #bgvid {
        display: none;
    }
}
video#bgvid {
    transition: 1s opacity;
}
.stopfade { opacity: .5; }
.cid-qRJpsnI3g0 .modal-body .close {
  background: #1b1b1b;
}
.cid-qRJpsnI3g0 .modal-body .close span {
  font-style: normal;
}
.cid-qRJpsnI3g0 .carousel-inner > .active,
.cid-qRJpsnI3g0 .carousel-inner > .next,
.cid-qRJpsnI3g0 .carousel-inner > .prev {
  display: table;
}
.cid-qRJpsnI3g0 .carousel-control .icon-next,
.cid-qRJpsnI3g0 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qRJpsnI3g0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qRJpsnI3g0 .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qRJpsnI3g0 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qRJpsnI3g0 .boxed-slider > div {
  position: relative;
}
.cid-qRJpsnI3g0 .container img {
  width: 100%;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRJpsnI3g0 .mbr-table-cell {
  padding: 0;
}
.cid-qRJpsnI3g0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qRJpsnI3g0 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qRJpsnI3g0 .mbr-overlay {
  z-index: 1;
}
.cid-qRJpsnI3g0 .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .carousel-item .container {
    width: 100%;
  }
}
.cid-qRJpsnI3g0 .carousel-item-next.carousel-item-left,
.cid-qRJpsnI3g0 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qRJpsnI3g0 .active.carousel-item-right,
.cid-qRJpsnI3g0 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qRJpsnI3g0 .active.carousel-item-left,
.cid-qRJpsnI3g0 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qRJpsnI3g0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider .carousel-indicators li.active,
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li::after,
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qRJpsnI3g0 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qRJpsnI3g0 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qRJpsnI3g0 .mbr-slider > .container img {
  width: 100%;
}
.cid-qRJpsnI3g0 .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-qRJpsnI3g0 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qRJpsnI3g0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qRJpsnI3g0 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qRJpsnI3g0 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qRJpsnI3g0 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qRJpsnI3g0 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qRJpsnI3g0 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qRJpsnI3g0 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qRJpsnI3g0 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qRJpsnI3g0 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qRJpsnI3g0 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qRJpsnI3g0 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qRJpsnI3g0 H2 {
  color: #eee758;
  text-align: left;
}
.cid-qRJpsnI3g0 P {
  text-align: left;
}
.cid-qScyqLovzc .modal-body .close {
  background: #1b1b1b;
}
.cid-qScyqLovzc .modal-body .close span {
  font-style: normal;
}
.cid-qScyqLovzc .carousel-inner > .active,
.cid-qScyqLovzc .carousel-inner > .next,
.cid-qScyqLovzc .carousel-inner > .prev {
  display: table;
}
.cid-qScyqLovzc .carousel-control .icon-next,
.cid-qScyqLovzc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qScyqLovzc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qScyqLovzc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qScyqLovzc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qScyqLovzc .boxed-slider > div {
  position: relative;
}
.cid-qScyqLovzc .container img {
  width: 100%;
}
.cid-qScyqLovzc .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-qScyqLovzc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qScyqLovzc .mbr-table-cell {
  padding: 0;
}
.cid-qScyqLovzc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qScyqLovzc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qScyqLovzc .mbr-overlay {
  z-index: 1;
}
.cid-qScyqLovzc .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qScyqLovzc .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-qScyqLovzc .carousel-item .container {
    width: 100%;
  }
}
.cid-qScyqLovzc .carousel-item-next.carousel-item-left,
.cid-qScyqLovzc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qScyqLovzc .active.carousel-item-right,
.cid-qScyqLovzc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qScyqLovzc .active.carousel-item-left,
.cid-qScyqLovzc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qScyqLovzc .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-qScyqLovzc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qScyqLovzc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qScyqLovzc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qScyqLovzc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qScyqLovzc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qScyqLovzc .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-qScyqLovzc .mbr-slider .carousel-indicators li.active,
.cid-qScyqLovzc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qScyqLovzc .mbr-slider .carousel-indicators li::after,
.cid-qScyqLovzc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qScyqLovzc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qScyqLovzc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qScyqLovzc .mbr-slider > .container img {
  width: 100%;
}
.cid-qScyqLovzc .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-qScyqLovzc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qScyqLovzc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qScyqLovzc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qScyqLovzc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qScyqLovzc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qScyqLovzc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qScyqLovzc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qScyqLovzc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qScyqLovzc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qScyqLovzc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qScyqLovzc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qScyqLovzc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qScyqLovzc H2 {
  text-align: left;
}
.cid-qScyqLovzc P {
  text-align: left;
}
.cid-qScIvv6tmN .modal-body .close {
  background: #1b1b1b;
}
.cid-qScIvv6tmN .modal-body .close span {
  font-style: normal;
}
.cid-qScIvv6tmN .carousel-inner > .active,
.cid-qScIvv6tmN .carousel-inner > .next,
.cid-qScIvv6tmN .carousel-inner > .prev {
  display: table;
}
.cid-qScIvv6tmN .carousel-control .icon-next,
.cid-qScIvv6tmN .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qScIvv6tmN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qScIvv6tmN .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qScIvv6tmN .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qScIvv6tmN .boxed-slider > div {
  position: relative;
}
.cid-qScIvv6tmN .container img {
  width: 100%;
}
.cid-qScIvv6tmN .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-qScIvv6tmN .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qScIvv6tmN .mbr-table-cell {
  padding: 0;
}
.cid-qScIvv6tmN .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qScIvv6tmN .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qScIvv6tmN .mbr-overlay {
  z-index: 1;
}
.cid-qScIvv6tmN .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qScIvv6tmN .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-qScIvv6tmN .carousel-item .container {
    width: 100%;
  }
}
.cid-qScIvv6tmN .carousel-item-next.carousel-item-left,
.cid-qScIvv6tmN .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qScIvv6tmN .active.carousel-item-right,
.cid-qScIvv6tmN .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qScIvv6tmN .active.carousel-item-left,
.cid-qScIvv6tmN .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qScIvv6tmN .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-qScIvv6tmN .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qScIvv6tmN .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qScIvv6tmN .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qScIvv6tmN .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qScIvv6tmN .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qScIvv6tmN .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-qScIvv6tmN .mbr-slider .carousel-indicators li.active,
.cid-qScIvv6tmN .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qScIvv6tmN .mbr-slider .carousel-indicators li::after,
.cid-qScIvv6tmN .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qScIvv6tmN .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qScIvv6tmN .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qScIvv6tmN .mbr-slider > .container img {
  width: 100%;
}
.cid-qScIvv6tmN .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-qScIvv6tmN .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qScIvv6tmN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qScIvv6tmN .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qScIvv6tmN .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qScIvv6tmN .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qScIvv6tmN .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qScIvv6tmN .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qScIvv6tmN .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qScIvv6tmN .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qScIvv6tmN .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qScIvv6tmN .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qScIvv6tmN .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qScIvv6tmN H2 {
  text-align: left;
}
.cid-qScIvv6tmN P {
  text-align: left;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #eec758;
}
.hover-underline-animation-white {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #eec758;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.hover-underline-animation-white::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #eec758;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation-white:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 250px rgba(0,0,0,0.9) inset;
}
#paloma {
  color:#eec758;
  animation: text-flicker 3s  alternate linear infinite;
}
#offset_paloma {
  animation: letter-flicker 2s linear infinite;
}
#offset_paloma_2 {
  animation: letter-flicker 2s linear infinite;
  animation-delay: 0.25s;	
}
#offset_paloma_3 {
  animation: letter-flicker 2.3s linear infinite;
  animation-delay: 0.35s;	
}
@keyframes text-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  
  2% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  8% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  9% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  12% {
    opacity:0.1;
    text-shadow: 0px 0px rgba(238, 199, 88, 1);
  }
  20% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
  25% {
    opacity:0.3;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
  30% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
  
  70% {
    opacity:0.7;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
  
  72% {
    opacity:0.2;
    text-shadow:0px 0px 29px rgba(238, 199, 88, 1)
  }
  
  77% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
  100% {
    opacity:.9;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1)
  }
}

@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
}

@keyframes letter-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  2% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  4% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  
  
  19% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  21% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  23% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  
  80% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  83% {
    opacity:0.4;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
  87% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(238, 199, 88, 1);
  }
}
#adrphones {
	padding-left: 1rem;
	padding-right: 1rem;
}
@media (max-width: 576px) {
	.navbar-caption-wrap {
		visibility:collapse;
	}
#adrphones {
		visibility:visible;
    transform: translateY(-105%);
		transition:ease-out .3s;
	}
	.mbri-map-pin .mbri-mobile2 {
		font-size: 0.85rem !important;
	}
}
.iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}
.cid-qNCnsnQve9 {
  padding-top: 0;
  padding-bottom: 0;
  background: url("../../images/imgoutside-10-resize-new-backgrnd-black-899x600.jpg");
 background:cover;
 background-color:#72A196;
}