@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
  font-family: 'Quicksand', Helvetica, Arial, "sans-serif";
  font-weight: 300;
  color: #404040;
  box-sizing: border-box; }

html {
  background-color: #fff; }

html, body {
  height: 100%; }

body {
  padding-top: 100px;
  transition: padding 0.5s ease; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

p {
  line-height: 22px;
  margin-bottom: 10px; }

p:last-child {
  margin-bottom: 0; }

img {
  vertical-align: middle; }

em, em * {
  font-style: italic; }

strong, strong * {
  font-weight: 900; }

u, u * {
  text-decoration: underline; }

hr {
  margin: 20px 0;
  height: 1px;
  background-color: #a6a6a6;
  clear: both; }

h1, h1 *, h2, h2 *, h3, h3 *, h4, h4 * {
  font-weight: bold; }

h1 {
  margin-bottom: 30px;
  text-align: center; }

h1, h1 * {
  font-size: 40px;
  line-height: 43px; }

h2 {
  margin-bottom: 30px;
  position: relative; }

h2, h2 * {
  font-size: 50px;
  line-height: 53px;
  text-transform: uppercase; }

h3 {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px; }

h3, h3 * {
  font-size: 30px;
  line-height: 33px;
  text-transform: uppercase; }

h4 {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px; }

h4, h4 * {
  font-size: 20px;
  line-height: 23px; }

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="number"] {
  background: transparent;
  border: dashed 1px #fff;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  border-radius: 5px; }

input[type="submit"], input[type="button"] {
  background-color: #fff;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none; }

textarea {
  background: transparent;
  border: dashed 1px #fff;
  padding: 10px 14px;
  width: 100%;
  height: 150px;
  resize: none;
  border-radius: 5px; }

select {
  background: url(../images/select-arrow.png) no-repeat right -2px;
  background-size: 40px 40px;
  border: solid 1px #a6a6a6;
  border-radius: 25px;
  height: 38px;
  padding: 0 40px 0 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="date"] {
  cursor: text; }

input[type="date"]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator, input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
  display: none; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

option {
  padding: 10px; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

.innerwrapper {
  width: 890px;
  margin: 0 auto; }

#general-container {
  padding-top: 100px; }

.general-section {
  margin: 100px 0; }

.label {
  font-size: 12px;
  margin-bottom: 4px;
  color: #fff; }

.clearfix {
  clear: both;
  display: block;
  width: 100%;
  height: 0; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

h1.special-title {
  background: url(../images/bg-title-white.svg) no-repeat right center;
  background-size: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

h1.special-title .text {
  background: #1a3276;
  color: #1a3276;
  font-size: 40px;
  padding-right: 20px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  white-space: nowrap; }

h1.special-title .line {
  display: none;
  background-color: #1a3276;
  width: 100%;
  height: 1px;
  margin: 0 20px 0 60px; }

h1.special-title .icon {
  display: none;
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px;
  width: 20px;
  height: 20px;
  flex-shrink: 0; }

.special-title.white .line {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin: 0 20px 0 60px; }

.special-title.white .icon {
  display: none;
  background: url(../images/icons.svg) no-repeat 0 -20px;
  background-size: 400px; }

.special-title.white .text {
  color: #fff;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  white-space: nowrap; }

h2.special-title.white {
  background: url(../images/bg-title-white.svg) no-repeat right center;
  background-size: 1200px; }

h2.special-title {
  background: url(../images/bg-title-blue.svg) no-repeat right center;
  background-size: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

h2.special-title .text {
  background: #fff;
  padding-right: 20px;
  color: #1a3276;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left; }

h2.special-title .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: none; }

h2.special-title .line {
  background-color: #1a3276;
  width: 100%;
  height: 1px;
  margin: 0 20px 0 60px;
  display: none; }

.box-btn {
  width: 100%;
  text-align: center; }

.btn {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 20px;
  border: dashed 1px #1a3276;
  border-radius: 20px;
  transition: all 0.3s ease; }

.btn .icon {
  background: url(../images/icons.svg) no-repeat -30px 0;
  background-size: 200px;
  width: 10px;
  height: 10px;
  margin-left: 20px; }

.btn .text {
  text-transform: uppercase;
  font-weight: 700;
  color: #1a3276;
  text-align: left;
  line-height: 20px; }

.btn:hover {
  background: #1a3276;
  border-width: solid; }

.btn:hover .text {
  color: #fff; }

.btn:hover .icon {
  background-position: -30px -10px; }

.btn.white {
  border-color: #fff; }

.btn.white .icon {
  background-position: -30px -10px; }

.btn.white .text {
  color: #fff; }

.btn.white:hover {
  background: #fff;
  border-width: solid; }

.btn.white:hover .text {
  color: #1a3276 !important; }

.btn.white:hover .icon {
  background-position: -30px 0px; }

body.homepage, body.homepage #general-container {
  padding-top: 0; }

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px; }

/*.gm-style-iw {top:0 !important; left: 0 !important; padding: 20px 0 0 22px;}
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {background: #fff !important; right: -10px !important; top:-10px !important; width: 20px !important; height:20px !important; border-radius: 10px; box-shadow: 0 0 5px rgba(0,0,0,0.5); }
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child img {top:-317px !important; left:2px !important; height: 470px !important;}
.gm-style > div:first-child > div:first-child {position: relative;}*/
.w2-infowindow {
  background-color: #fff;
  position: relative;
  margin-top: -60px !important;
  min-width: 300px !important; }

.w2-infowindow .title {
  color: #f1990f;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px; }

.w2-infowindow .url {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #1a3276;
  border: dashed 1px #1a3276;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 15px;
  transition: all 0.5s ease; }

.w2-infowindow .url:hover {
  background: #1a3276;
  color: #fff; }

.w2-infowindow .si-close-button {
  top: 10px;
  right: 10px; }

/*############################################################################
								DB CONTENT
#############################################################################*/
.db-content ol,
.db-content ul {
  margin-bottom: 10px; }

.db-content ul li,
.db-content ol li {
  margin: 0 0 10px 15px; }

.db-content ul li {
  list-style: disc; }

.db-content ol li {
  list-style: decimal; }

.db-content ol,
.db-content ul,
.db-content p,
.db-content blockquote {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column; }

.db-content a {
  text-decoration: underline; }

.db-content a:hover {
  color: #f1990f; }

.db-content blockquote {
  padding: 60px 0 40px 40px;
  position: relative; }

.db-content blockquote,
.db-content blockquote * {
  color: #f1990f;
  font-size: 24px;
  line-height: 27px; }

.db-content blockquote .blockquote-top {
  display: flex;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%; }

.db-content blockquote .blockquote-top .icon {
  background: url(../images/icons.svg) no-repeat 0 -60px;
  background-size: 600px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  flex-shrink: 0; }

.db-content blockquote .blockquote-top .line {
  background-color: #f1990f;
  display: inline-flex;
  width: 100%;
  height: 1px; }

/*############################################################################
								PACKERY
#############################################################################*/
.grid-item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px; }

.grid-item-content {
  background-color: #fff; }

/*############################################################################
								MAGNIFIC POP UP
#############################################################################*/
.white-popup {
  background: #fff;
  padding: 60px;
  text-align: center;
  border-radius: 5px;
  max-width: 860px;
  margin: 0 auto;
  position: relative; }

.mfp-arrow-right:before, .mfp-arrow-right:after, .mfp-arrow-left:before, .mfp-arrow-left:after {
  display: none; }

.mfp-arrow-left {
  background: url(../images/gallery-prev.png) no-repeat center center !important; }

.mfp-arrow-right {
  background: url(../images/gallery-next.png) no-repeat center center !important; }

.white-popup.booking {
  width: 630px; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/* ##########################################
				HEADER & FOOTER
########################################## */
header {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  transition: all 0.5s ease; }

header .innerwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%; }

header .left {
  height: 100%;
  display: flex;
  align-items: center;
  width: 200px;
  overflow: hidden;
  transition: all 0.5s ease; }

header .left a {
  display: block; }

header .left img {
  color: #1a3276;
  height: 50px;
  font-size: 30px;
  line-height: 35px; }

header .right nav > ul {
  display: flex;
  position: relative; }

header .right nav > ul > li {
  position: relative;
  margin: 0 10px; }

header .right nav > ul > li > a {
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 5px 0 6px;
  transition: border 0.5s ease; }

header .right nav > ul > li > a .text {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  color: #1a3276;
  white-space: nowrap; }

header .right nav > ul > li > a .icon {
  background: url(../images/icons.svg) no-repeat -10px 0;
  background-size: 200px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: none; }

header .right nav > ul > li.active > a {
  border-top-color: #24327d;
  cursor: default;
  border-bottom-color: #24327d; }

header .right nav > ul > li.active > .arrow {
  visibility: visible;
  opacity: 1; }

header .right nav > ul > li.childs > a .icon {
  display: inline-flex; }

header .right nav .submenu {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 158px;
  display: block;
  margin-left: -79px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease; }

header .right nav > ul > li:hover a {
  border-bottom-color: #24327d; }

header .right nav > ul > li:hover .submenu {
  visibility: visible;
  opacity: 1;
  top: 30px; }

header .right nav > ul > li > .arrow {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 7px;
  display: block;
  isibility: hidden;
  opacity: 0;
  transition: all 0.5s ease; }

header .right nav > ul > li > .arrow span {
  background: url(../images/icons.svg) no-repeat -20px 0;
  background-size: 200px;
  display: block;
  width: 10px;
  height: 7px;
  margin: 0 auto; }

header .right nav > ul > li:hover > .arrow {
  visibility: visible;
  opacity: 1; }

header .right nav > ul > li.childs > a {
  border-bottom: none !important; }

header .right nav > ul > li.childs > .arrow {
  display: none; }

header .right nav .submenu .arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  text-align: center; }

header .right nav .submenu .arrow span {
  background: url(../images/icons.svg) no-repeat -20px 0;
  background-size: 200px;
  display: block;
  width: 10px;
  height: 7px;
  margin: 0 auto; }

header .right nav .submenu .bot {
  background: url(../images/header-submenu.png) no-repeat center 0;
  height: 30px;
  position: relative;
  z-index: 3; }

header .right nav .submenu ul {
  background-color: #fff;
  border-top: solid 1px #24327d;
  margin: 0 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

header .right nav .submenu ul a {
  color: #24327d;
  display: block;
  font-size: 12px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: padding 0.5s ease; }

header .right nav .submenu ul a:hover {
  text-decoration: underline; }

header .right nav .submenu ul li:not(:last-child) {
  border-bottom: solid 1px #a6a6a6; }

header .btn-popbooking {
  background-color: #f1990f;
  padding: 5px 15px !important;
  border-radius: 30px;
  height: 30px;
  border: none !important;
  transition: background-color 0.3s ease !important; }
  header .btn-popbooking .text {
    color: #fff !important; }

header .btn-popbooking:hover {
  background: #1a3276;
  border: none; }

footer {
  background: #ccc;
  padding: 40px 0 30px; }

footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border-bottom: solid 1px #a6a6a6;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative; }
  footer .top .left {
    margin-right: 40px;
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-shrink: 0; }
  footer .top .left:before {
    content: "";
    display: block;
    background: url(../images/footer-logo.png) no-repeat center 0;
    width: 125px;
    height: 84px;
    margin-top: -76px; }
  footer .top .right {
    display: inline-flex;
    align-items: flex-start;
    width: 100%; }
    footer .top .right .box {
      width: 50%;
      position: relative; }
      footer .top .right .box .title {
        color: #1a3276;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        white-space: nowrap;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        position: relative; }
      footer .top .right .box .title:after {
        content: "";
        display: inline-flex;
        width: 100%;
        height: 0;
        border-bottom: solid 2px #1a3276;
        margin-left: 10px; }
      footer .top .right .box .item {
        display: flex;
        align-items: center; }
      footer .top .right .box .item:before {
        content: "";
        background: url("../images/icons.svg") no-repeat 0 0;
        background-size: 600px;
        display: inline-flex;
        width: 30px;
        height: 30px;
        flex-shrink: 0;
        margin-right: 10px; }
      footer .top .right .box .item:not(:last-child) {
        margin-bottom: 10px; }
    footer .top .right .box-address {
      padding-right: 20px; }
    footer .top .right .box-contacts {
      padding-left: 20px; }
    footer .top .right .box-address .item:before {
      background-position: -180px -120px; }
    footer .top .right .box-contacts .item.phone:before {
      background-position: -210px -120px; }
    footer .top .right .box-contacts .item.mobile:before {
      background-position: -240px -120px; }
    footer .top .right .box-contacts .item.email:before {
      background-position: -270px -120px; }

footer .bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  footer .bot .left {
    display: flex; }
  footer .bot .left .innerright {
    display: flex;
    align-items: center; }
  footer .bot .left .innerright .icon {
    background: url(../images/icons.svg) no-repeat -90px -120px;
    background-size: 600px;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px; }
  footer .bot .left .innerright select {
    width: 170px; }
  footer .bot .left .innerright a {
    display: inline-block;
    padding: 5px 20px;
    border: solid 1px #a6a6a6;
    border-radius: 20px;
    transition: all 0.5s ease; }
  footer .bot .left .innerright a:hover {
    background: #a6a6a6; }
  footer .bot .left .innersocial {
    display: flex;
    align-items: center;
    background-size: 600px; }
  footer .bot .left .innersocial a {
    background: url(../images/icons.svg) no-repeat -90px -120px;
    background-size: 600px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid 1px #1a3276;
    border-radius: 15px;
    margin-left: 10px;
    transition: background-color 0.5s ease, border-color 0.5s ease; }
  footer .bot .left .innersocial a[data-rel="facebook"] {
    background-position: -241px -1px; }
  footer .bot .left .innersocial a[data-rel="instagram"] {
    background-position: -211px -1px; }
  footer .bot .left .innersocial a[data-rel="linkedin"] {
    background-position: -271px -1px; }
  footer .bot .left .innersocial a:hover {
    background-color: #1a3276;
    border-color: #1a3276; }
  footer .bot .left .innersocial a[data-rel="facebook"]:hover {
    background-position: -241px -31px; }
  footer .bot .left .innersocial a[data-rel="instagram"]:hover {
    background-position: -211px -31px; }
  footer .bot .left .innersocial a[data-rel="linkedin"]:hover {
    background-position: -271px -31px; }
  footer .bot .right * {
    font-size: 12px;
    line-height: 15px; }
  footer .bot .right {
    display: flex;
    align-items: flex-end;
    flex-direction: column; }
  footer .bot .right p {
    margin-bottom: 0;
    text-align: right; }
  footer .bot .right img {
    width: 100px; }

body.homepage header {
  background-color: transparent;
  box-shadow: none; }

body.truncated {
  padding-top: 70px; }

body.truncated header {
  background-color: #fff !important;
  height: 70px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

body.truncated header .left {
  width: 70px;
  position: relative; }

#banner {
  background-color: #fff;
  height: 100%;
  min-height: 600px;
  position: relative; }

#banner-swiper {
  height: 100%; }

#banner-swiper .swiper-container {
  height: 100%; }

#banner-swiper .swiper-slide {
  padding-bottom: 20%; }

#banner-swiper .swiper-pagination {
  bottom: 40%; }

#banner-swiper .swiper-pagination .swiper-pagination-bullet {
  background: url(../images/swipper-pagination-blue.png) no-repeat 0 -15px; }

#banner .mask {
  background: rgba(255, 255, 255, 0.25) url(../images/banner-mask.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events: none; }

#banner .bot {
  background: url(../images/banner-bot.png) no-repeat center 0;
  background-size: 100% 100%;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  pointer-events: none; }

#banner .scrolldown {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center; }

#banner .scrolldown .text {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: none; }

#banner .scrolldown .icon {
  background: url(../images/icons.svg) no-repeat -200px -40px;
  background-size: 800px;
  width: 40px;
  height: 40px;
  margin: 0 auto; }

#banner .innerwrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 120px 0 0;
  position: relative;
  z-index: 4; }

#banner .content {
  text-align: center; }

#banner .content * {
  color: #1a3276; }

#banner .content .title {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  max-width: 600px;
  opacity: 0.8;
  margin-bottom: 10px; }

#underbanner {
  background-color: #1a3276;
  padding-top: 100px; }

#underbanner * {
  color: #fff; }

#underbanner h2 {
  font-weight: 400; }

#underbanner .wrapper {
  background: url(../images/underbanner.jpg) no-repeat center bottom; }

#underbanner .innerwrapper {
  padding-bottom: 100px; }

#underbanner .content {
  margin-bottom: 60px;
  display: flex;
  color: #fff; }

#underbanner .content * {
  color: #fff; }

#underbanner .content .left, #underbanner .content .right {
  width: 50%; }

#underbanner .content .left {
  padding-right: 20px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase; }

#underbanner .content .right {
  padding-left: 20px;
  font-size: 16px;
  line-height: 22px; }

#top-container {
  background-color: #1a3276;
  padding: 100px 0 150px; }

#top-container * {
  color: #fff; }

#top-container h2,
#top-container h2 * {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300; }

#home-apartments {
  margin-bottom: 0; }

#home-apartments .list-type-a {
  margin-bottom: 40px;
  justify-content: center; }

#home-apartments #apartments-container {
  margin: 0; }

#home-apartments .more {
  max-width: 580px;
  margin: 0 auto; }

#home-apartments .more p {
  text-transform: uppercase;
  max-width: 410px;
  margin: 0 auto 20px auto;
  text-align: center; }

.highlight-a {
  position: relative;
  height: 500px; }

.highlight-a-top {
  background: url(../images/highlight-mask.png) no-repeat center center;
  height: 100px;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1; }

.highlight-a .mask {
  background: #f1990f;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.6; }

.highlight-a .innerwrapper {
  height: 100%;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }

.highlight-a .highlight-decor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }

.highlight-a .highlight-decor .left, .highlight-a .highlight-decor .right {
  background: #fff;
  height: 1px;
  width: 50px; }

.highlight-a .highlight-decor .icon {
  background: url(../images/icons.svg) no-repeat 0 -20px;
  background-size: 400px;
  width: 20px;
  height: 20px;
  margin: 0 10px; }

.highlight-a h3 {
  color: #fff;
  text-align: center;
  margin: 0 100px; }

.highlight-a .btn.white:hover .icon {
  background-position: -30px -20px; }

.highlight-a .btn.white:hover .text {
  color: #f1990f !important; }

.list-type-a {
  display: flex;
  flex-wrap: wrap; }

.list-type-a .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(64, 64, 64, 0.5);
  width: calc(25% - 40px);
  height: auto;
  margin: 20px 20px 40px 20px; }

/*list-type-a .item:nth-child(4n+4){ margin-right: 0; }*/
.list-type-a .item a {
  display: block;
  position: relative; }

.list-type-a .item .image {
  background: #f2f2f2 url(../images/apartment-default.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 180px;
  display: block;
  border-radius: 4px 4px 0 0;
  overflow: hidden; }

.list-type-a .item .info {
  position: relative;
  padding: 40px 25px 25px;
  display: block;
  height: 200px; }

.list-type-a .item .title {
  color: #24327d;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  height: 42px;
  overflow: hidden;
  margin-bottom: 15px; }

.list-type-a .item .cost-container {
  position: absolute;
  top: -37px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5; }

.list-type-a .item .cost {
  background: url(../images/bg-list-price.png) no-repeat center center;
  color: #a6a6a6;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 61px;
  padding-top: 8px; }

.list-type-a .item .cost span {
  color: #fff;
  display: flex;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding-top: 3px; }

.list-type-a .item .list .opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px; }

.list-type-a .item .list .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 600px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  flex-shrink: 0; }

.list-type-a .item .list .icon.bedrooms {
  background-position: 0 -120px; }

.list-type-a .item .list .icon.people {
  background-position: -30px -120px; }

.list-type-a .item .list .icon.wcs {
  background-position: -60px -120px; }

.list-type-a .item .list .text {
  text-transform: uppercase;
  font-size: 14px; }

.list-type-a .item .list .line {
  background-color: #a6a6a6;
  width: 100%;
  height: 1px;
  margin: 0 5px; }

.list-type-a .item .list .number {
  font-weight: bold;
  font-size: 14px; }

/*.list-type-a .item a:hover .icon-more span, .icon-more span:hover {background-color:$orange; background-position: -200px -50px;}*/
.list-type-a .item a .icon-more .icon {
  display: none; }

.list-type-a .item a .icon-more {
  background: url(../images/stamp-02.png) no-repeat 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: inherit;
  width: 80px;
  height: 80px;
  border: none;
  border-radius: 0;
  padding: 5px 0 0;
  position: relative;
  bottom: -30px;
  margin: 0 auto; }

.list-type-a .item a .icon-more .text {
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700; }

.list-type-a .item a:hover .icon-more {
  background: url("../images/stamp-02-hover.png") no-repeat 0 0; }

#home-apartments .innerwrapper {
  width: 894px; }

#home-apartments .list-type-a .item:last-child {
  margin-right: 0; }

#home-specialoffers .swiper-container {
  height: 500px;
  padding-bottom: 70px;
  margin-bottom: 60px; }
  #home-specialoffers .swiper-container .swiper-pagination {
    bottom: 0; }
    #home-specialoffers .swiper-container .swiper-pagination .swiper-pagination-bullet {
      background: url("../images/swipper-pagination-blue.png") no-repeat 0 -15px; }
  #home-specialoffers .swiper-container .swiper-slide {
    width: 890px;
    height: 100%;
    padding: 10px 10px 25px;
    opacity: 0.3;
    transition: opacity 1s ease; }
    #home-specialoffers .swiper-container .swiper-slide .slide-content {
      height: 100%;
      position: relative;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(64, 64, 64, 0.5); }
      #home-specialoffers .swiper-container .swiper-slide .slide-content .contents {
        display: flex;
        height: 100%; }
        #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .left {
          background-color: #a6a6a6;
          width: 50%;
          border-radius: 5px 0 0 5px; }
        #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right {
          width: 50%;
          padding: 40px; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .title {
            color: #1a3276;
            font-size: 20px;
            line-height: 25px;
            font-weight: bold;
            text-transform: uppercase;
            height: 60px;
            overflow: hidden;
            padding-bottom: 10px;
            border-bottom: dotted 2px #1a3276;
            margin-bottom: 30px;
            max-height: 50px; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .apartment {
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 15px; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .description {
            height: 100px;
            overflow: hidden; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .date {
            position: relative;
            display: flex;
            align-items: center;
            padding-top: 15px; }
            #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .date .innerleft {
              white-space: nowrap;
              display: inline-flex;
              flex-shrink: 0;
              position: relative;
              color: #1a3276;
              font-weight: bold;
              text-transform: uppercase; }
            #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .date .innerright {
              white-space: nowrap;
              display: inline-flex;
              flex-shrink: 0;
              font-weight: bold; }
            #home-specialoffers .swiper-container .swiper-slide .slide-content .contents .right .date .line {
              display: inline-flex;
              width: 100%;
              height: 0;
              border-top: solid 1px #a6a6a6;
              margin: 0 20px; }
      #home-specialoffers .swiper-container .swiper-slide .slide-content .box-stamp {
        background: url("../images/stamp-01.png") no-repeat 0 0;
        color: #fff;
        position: absolute;
        top: 0;
        left: 40px;
        width: 80px;
        height: 101px;
        padding: 45px 0 10px;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        text-align: center; }
      #home-specialoffers .swiper-container .swiper-slide .slide-content .box-stamp:before {
        background: url("../images/icons.svg") no-repeat -450px -30px;
        background-size: 600px;
        content: "";
        display: block;
        position: absolute;
        top: 10px;
        left: 25px;
        width: 30px;
        height: 30px; }
      #home-specialoffers .swiper-container .swiper-slide .slide-content .box-stamp[data-type="package"]:before {
        background-position: -480px -30px; }
      #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 50px; }
        #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore a {
          background-color: #f1990f;
          display: inline-flex;
          flex-direction: inherit;
          border: none;
          border-radius: 50px; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore a .text {
            color: #fff; }
          #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore a .icon {
            background-position: -170px -45px;
            background-size: 800px;
            width: 20px;
            height: 30px;
            margin-left: 10px;
            transition: transform 0.3s ease; }
        #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore a:hover {
          background-color: #1a3276; }
        #home-specialoffers .swiper-container .swiper-slide .slide-content .box-knowmore a:hover .icon {
          transform: rotate(180deg); }
  #home-specialoffers .swiper-container .swiper-slide.swiper-slide-active {
    opacity: 1; }
#home-specialoffers .more .description {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px; }

.icon-more {
  display: block;
  text-align: center; }

/*.icon-more span {background:url(../images/icons.svg) no-repeat -200px -100px ;background-size:996px;display: inline-flex;width: 50px;height: 50px; border: dashed 1px $orange; border-radius: 50%; transition: background-color 0.5s ease;}*/
#mapbanner {
  height: 500px;
  position: relative;
  transition: all 0.5s ease; }

#mapbanner #gmaps {
  background-color: #a6a6a6;
  height: 100%;
  display: block; }

#mapbanner.expanded {
  height: 600px; }

#mapbanner-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none; }

#mapbanner-more a {
  background-color: #1a3276;
  display: flex;
  padding: 10px 15px;
  pointer-events: all;
  border-radius: 25px;
  margin-bottom: -20px;
  align-items: center;
  transition: all 0.5s ease; }

#mapbanner-more a .icon {
  background: url(../images/icons.svg) no-repeat -120px -20px;
  background-size: 400px;
  width: 20px;
  height: 20px;
  margin-right: 10px; }

#mapbanner-more a .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px; }

/*############################################################################
								MENU MOBILE
#############################################################################*/
#mobile-menu-switch {
  background: url(../images/toggle-menu-mobile.png) no-repeat center 0;
  position: fixed;
  width: 40px;
  height: 40px;
  right: 20px;
  top: 30px;
  z-index: 1001;
  transition: top 0.5s ease; }

#mobile-menu-switch.active {
  background-position: center bottom; }

.truncated #mobile-menu-switch {
  top: 15px; }

#mobile-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: fixed;
  align-items: center;
  z-index: 1000;
  overflow-y: scroll;
  transition: all 0.5s ease; }

#mobile-menu.active {
  left: 0; }

#mobile-menu .container {
  width: 100%; }

#mobile-menu a {
  padding: 20px;
  text-align: center;
  display: block; }

#mobile-menu a .text {
  color: #1a3276;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px; }

#mobile-menu .submenu {
  width: 158px;
  margin: 0 auto; }

#mobile-menu .submenu .bot {
  background: url(../images/header-submenu.png) no-repeat center 0;
  height: 30px;
  position: relative;
  z-index: 3; }

#mobile-menu .submenu ul {
  background-color: #fff;
  border-top: solid 1px #24327d;
  margin: 0 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }

#mobile-menu .submenu ul a {
  color: #24327d;
  display: block;
  font-size: 12px;
  line-height: 50px;
  height: 50px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  transition: padding 0.5s ease; }

#mobile-menu .submenu ul a:hover {
  text-decoration: underline; }

#mobile-menu .submenu ul li:last-child a {
  border: none; }

#mobile-menu .btn-popbooking {
  background: #f1990f;
  width: 200px;
  margin: 0 auto;
  border-radius: 50px; }

#mobile-menu .btn-popbooking .text {
  color: #fff; }

.btn-popbooking.mobile .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold; }

/*############################################################################
								GUESTS APARTMENTS
#############################################################################*/
#apartments-container {
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important; }

#apartments-container:after {
  background: url("../images/highlight-mask.png") no-repeat center bottom;
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  left: 0; }

#apartment-detail-top {
  position: fixed;
  width: 100%;
  z-index: 2; }

#apartment-detail-top .innerwrapper {
  background: rgba(241, 153, 15, 0.9);
  margin: 0 auto;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 0 25px;
  z-index: 2; }

#apartment-detail-top .innerwrapper .left {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }

#apartment-detail-top .innerwrapper .right a {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  align-items: center;
  border: dashed 1px #fff;
  border-radius: 20px;
  display: inline-flex;
  padding: 0 20px;
  height: 40px;
  transition: all 0.5s ease; }

#apartment-detail-top .innerwrapper .right a:hover {
  background: #fff;
  color: #f1990f; }

#apartment-detail-cover {
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 100%;
  position: relative; }

#apartment-detail-cover .mask {
  background: url(../images/banner-bot.png) no-repeat center center;
  background-size: 100% 100%;
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px; }

#apartment-detail #underbanner {
  background: url(../images/arrow-blue-mask.png) no-repeat center bottom;
  padding-top: 0;
  position: relative;
  z-index: 1; }

#apartment-detail #underbanner .wrapper {
  background: none; }

#apartment-detail #underbanner .special-title .text {
  font-size: 60px;
  line-height: 63px;
  font-weight: 100;
  white-space: inherit; }

#apartment-detail #underbanner .options {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: dashed 1px #fff;
  border-radius: 25px;
  padding-left: 10px;
  margin-bottom: 30px; }

#apartment-detail #underbanner .options .left {
  display: flex; }

#apartment-detail #underbanner .options .opt {
  display: flex;
  align-items: center;
  margin-right: 30px; }

#apartment-detail #underbanner .options .number {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: solid 2px #fff;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px; }

#apartment-detail #underbanner .options .icon {
  background: url(../images/icons.svg) no-repeat 0 0;
  background-size: 400px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px; }

#apartment-detail #underbanner .options .icon.bedrooms {
  background-position: 0 -100px; }

#apartment-detail #underbanner .options .icon.people {
  background-position: -20px -100px; }

#apartment-detail #underbanner .options .icon.wcs {
  background-position: -40px -100px; }

#apartment-detail #underbanner .options .right, #apartment-detail #underbanner .options .right * {
  color: #1a3276; }

#apartment-detail #underbanner .options .right {
  background: #fff;
  display: flex;
  padding: 0 20px;
  height: 50px;
  margin-right: -1px;
  border-radius: 25px;
  align-items: center; }

#apartment-detail #underbanner .options .right span {
  font-size: 40px;
  font-weight: 700;
  margin-left: 5px; }

#apartment-detail-maps {
  height: 450px;
  position: relative;
  top: -40px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); }

#apartment-detail-maps #gmaps {
  height: 100%; }

#apartments-filters {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-bottom: 30px; }

#apartments-filters .box {
  padding: 0 10px; }

#apartments-filters .box .label {
  color: #1a3276;
  white-space: nowrap; }

#apartments-filters .box-accommodations {
  width: 300px; }

#apartments-filters .box-reset {
  width: auto; }

#apartments-filters .box-reset .btn-reset {
  padding: 8px 20px; }

#apartment-detail-options.general-section {
  margin-bottom: 0px; }

#apartment-detail-options h2, #apartment-detail-options h4 {
  font-weight: 400; }

#apartment-detail-options h2 {
  padding-bottom: 20px; }

#apartment-detail-options h4 {
  padding-bottom: 30px;
  font-size: 16px; }

#apartment-detail-options .list {
  display: flex;
  flex-wrap: wrap; }

#apartment-detail-options .list .item {
  width: 21%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 30px;
  position: relative;
  height: 82px; }

#apartment-detail-options .list .icon-container {
  background: url(../images/bg-list-details.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  width: 70px;
  height: 82px;
  justify-content: center; }

#apartment-detail-options .list .icon {
  width: 50px;
  height: 50px;
  margin-top: 10px; }

#apartment-detail-options .list .text {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 10px 10px 10px 80px;
  border: dashed 1px #24327d;
  height: 68px;
  border-radius: 5px; }

#apartment-detail-options .list span {
  font-size: 10px;
  line-height: 13px;
  text-transform: none;
  line-height: 15px;
  display: block; }

#apartment-detail-photos.general-section {
  margin-bottom: 0;
  margin-top: 70px; }

#apartment-detail-photos .grid-item-content {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.5s ease; }

#apartment-detail-photos .grid-item-content:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

#apartment-detail-photos .grid-item-content a {
  display: block;
  position: relative;
  width: 100%; }

#apartment-detail-photos .grid-item-content a img {
  width: 100%; }

#apartment-detail-contact.general-section {
  margin: 0; }

#apartment-detail-contact {
  background: #f1990f url(../images/highlight-mask.png) no-repeat center 0;
  padding-top: 200px;
  padding-bottom: 100px; }

#apartment-detail-contact h2 {
  padding-bottom: 10px; }

#apartment-detail-contact h2 .text {
  background: #f1990f; }

#apartment-detail-contact h4 {
  font-weight: 400;
  color: #fff; }

#apartment-detail-contact .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

#apartment-detail-contact .content * {
  color: #fff; }

#apartment-detail-contact .box {
  margin-bottom: 40px; }

#apartment-detail-contact .left {
  width: 50%;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap; }

#apartment-detail-contact .box-name {
  width: 100%; }

#apartment-detail-contact .box-email {
  width: 100%; }

#apartment-detail-contact .box-phone {
  width: 70%;
  padding-right: 15px; }

#apartment-detail-contact .box-people {
  width: 30%;
  padding-left: 15px; }

#apartment-detail-contact .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding-left: 15px; }

#apartment-detail-contact .right .box-checkin {
  width: 50%;
  padding-right: 15px; }

#apartment-detail-contact .right .box-checkout {
  width: 50%;
  padding-left: 15px; }

#apartment-detail-contact .right .box-checkin input::-moz-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkin input:-ms-input-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkin input::-webkit-input-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkin input:-moz-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkout input::-moz-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkout input:-ms-input-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkout input::-webkit-input-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-checkout input:-moz-placeholder {
  color: #fff; }

#apartment-detail-contact .right .box-message {
  width: 100%; }

#apartment-detail-contact .right .box-message textarea {
  height: 160px; }

#apartment-detail-contact .bot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start; }

#apartment-detail-contact .bot .innerleft {
  width: 80%; }

#apartment-detail-contact .bot .innerleft, #apartment-detail-contact .bot .innerleft * {
  color: #fff;
  font-size: 12px; }

#apartment-detail-contact .bot .innerleft p {
  margin-bottom: 0; }

#apartment-detail-contact .bot input[type="submit"] {
  background: #fff url(../images/arrow-right-yellow.png) no-repeat right center;
  color: #f1990f;
  padding: 0 30px 0 20px;
  transition: padding 0.5s ease; }

#apartment-detail-contact .bot input[type="submit"]:hover {
  padding-right: 40px; }

#testimonials-container {
  margin-bottom: 0; }

#testimonials-container .swiper-wrapper {
  display: flex;
  align-items: center; }

#testimonials-container .swiper-container {
  padding: 0 0 50px 0; }

#testimonials-container .innerwrapper .description {
  font-size: 18px;
  line-height: 22px;
  color: #404040; }

#testimonials-container .innerwrapper .author {
  font-size: 12px;
  color: #a6a6a6;
  display: inline-block;
  border-top: dotted 1px #f1990f;
  padding-top: 10px;
  margin-top: 10px;
  padding-left: 20px; }

#testimonials-container .swiper-pagination {
  bottom: 0; }

#testimonials-container .swiper-pagination-bullet {
  background: url(../images/swipper-pagination-blue.png) no-repeat 0 0;
  width: 20px;
  height: 15px;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  opacity: 1; }

#testimonials-container .swiper-pagination-bullet:hover {
  background-position: 0 bottom; }

#testimonials-container .swiper-pagination-bullet-active {
  background-position: 0 bottom; }

/*############################################################################
								GUESTS SERVICES
#############################################################################*/
.list-type-b {
  display: flex;
  flex-wrap: wrap; }

.list-type-b .item {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
  position: relative; }

.list-type-b .item-content {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  height: 100%;
  border-radius: 3px; }

.list-type-b .item .top {
  height: 270px;
  position: relative; }

.list-type-b .item .top .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.list-type-b .item .top .mask {
  background-color: rgba(26, 50, 118, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }

.list-type-b .item .top .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-size: contain; }

.list-type-b .item .bot {
  padding: 30px; }

.list-type-b .item .bot .title {
  color: #f1990f;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 5px; }

#services-container {
  margin-top: -100px; }

/*############################################################################
								INVESTORS SERVICES
#############################################################################*/
.investors #top-container {
  background: url(../images/arrow-blue-mask.png) no-repeat center bottom;
  position: relative;
  z-index: 2; }

#investors-services-container {
  margin-bottom: 0; }

#investors-level2-container {
  background: #a6a6a6;
  height: 390px;
  margin-top: -40px; }

#investors-level2-container .wrapper {
  width: 100%;
  height: 100%; }

#investors-level2-container .list, #investors-level2-container .swiper-container {
  height: 100%; }

#investors-level2-container .mask {
  background: rgba(26, 50, 118, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

#investors-level2-container .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

#investors-level2-container .swiper-slide .item-content {
  width: 890px;
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 40px;
  position: relative; }

#investors-level2-container .swiper-slide .item-content .innerwrapper {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: none;
  text-align: center; }

#investors-services-container .list-type-b .item .top {
  background: #1a3276; }

.investors .highlight-a .highlight-a-top {
  background-position: center bottom;
  height: 80px; }

.swiper-pagination-bullet {
  background: url(../images/swipper-pagination.png) no-repeat center center;
  width: 20px;
  height: 15px;
  border-radius: 0;
  cursor: pointer;
  transition: opacity 0.5s ease; }

.swiper-pagination-bullet:hover {
  opacity: 1; }

.swiper-pagination-bullet-active {
  cursor: default; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px; }

.investors .list-type-b .item .top .mask {
  display: none; }

/*############################################################################
								ABOUT US
#############################################################################*/
.about #top-container {
  background: #1a3276 url(../images/underbanner.jpg) no-repeat center bottom;
  padding-bottom: 100px; }

#about-team-container .special-title {
  margin-bottom: 50px; }

#about-team-container .list-type-b .item-content {
  box-shadow: none; }

#about-team-container .list-type-b .item-content .image-container {
  text-align: center;
  margin-bottom: 20px; }

#about-team-container .list-type-b .item-content .image {
  background: #fff url(../images/avatar-default.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

#about-team-container .list-type-b .item-content .title {
  text-align: center;
  padding-bottom: 0;
  color: #1a3276;
  text-transform: uppercase; }

/*############################################################################
								CONTACTS
#############################################################################*/
.contacts #top-container {
  background: url(../images/arrow-blue-mask.png) no-repeat center bottom;
  position: relative;
  z-index: 2; }

.contacts #top-container form {
  display: flex; }

.contacts #top-container form .left {
  width: 50%;
  padding-right: 20px;
  display: flex;
  flex-wrap: wrap; }

.contacts #top-container form .right {
  width: 50%;
  padding-left: 20px; }

.contacts #top-container form .box {
  margin-bottom: 20px;
  width: 100%; }

.contacts #top-container form .box-subject select {
  background: url(../images/select-arrow-white.png) no-repeat right -2px;
  border-radius: 5px;
  border: dashed 1px #fff; }

.contacts #top-container form .box-subject option {
  color: #1a3276; }

.contacts #top-container form input[type="text"],
.contacts #top-container form input[type="number"] {
  height: 40px; }

.contacts #top-container form textarea {
  height: 200px; }

.contacts #top-container form input[type="submit"] {
  background: #fff url(../images/arrow-right-blue.png) no-repeat right center;
  color: #1a3276;
  padding: 0 30px 0 20px;
  transition: padding 0.5s ease; }

.contacts #top-container form input[type="submit"]:hover {
  padding-right: 40px; }

.contacts #top-container form .right a {
  font-size: 20px; }

.contacts #top-container form .right p {
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px; }

.contacts #top-container form .right p:last-child {
  border: none;
  font-size: 16px;
  line-height: 20px; }

#contacts-maps {
  background: #f2f2f2;
  height: 450px;
  margin-top: -40px; }

#contacts-maps #gmaps {
  height: 100%; }

.contacts #top-container form .box-phone {
  width: 65%;
  flex-grow: 1;
  transition: all 0.3s ease; }

.contacts #top-container form .box-people {
  width: 35%;
  padding-left: 20px; }

.contacts #top-container form .box-checkin {
  width: 50%;
  padding-right: 10px; }

.contacts #top-container form .box-checkout {
  width: 50%;
  padding-left: 10px; }

/*############################################################################
								BLOG
#############################################################################*/
#blog-list-container .bot {
  margin-bottom: 60px;
  margin-top: 0; }

#blog-list-container .bot .wrapper {
  display: flex;
  justify-content: space-between; }

#blog-list-container .bot .left {
  width: 80%; }

#blog-list-container .bot .right {
  width: 20%; }

#blog-list-container .bot .item .date {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

#blog-list-container .bot .item .date .text {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px; }

#blog-list-container .bot .item .date .line {
  width: 100%;
  display: inline-flex;
  width: 100%;
  height: 1px;
  background-color: #404040; }

#blog-list-container .bot .item .description {
  display: block; }

#blog-list-container .list-type-a .item .image {
  background: #f2f2f2 url(../images/blog-default.jpg) no-repeat center center; }

#blog-filter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }

#blog-filter input,
#blog-filter select {
  border: solid 1px #a6a6a6;
  border-radius: 30px;
  width: 100%; }

#blog-filter .box {
  width: 100%; }

#blog-filter .search,
#blog-filter .reset {
  display: inline-flex;
  align-items: center;
  height: 40px; }

#blog-filter .reset {
  background-color: #fff;
  justify-content: center;
  text-transform: uppercase;
  border: dashed 1px #1a3276;
  color: #1a3276;
  cursor: pointer;
  transition: all 0.3s ease; }

#blog-filter .reset:hover {
  background-color: #1a3276;
  color: #fff; }

#blog-filter .box-search,
#blog-filter .box-year,
#blog-filter .box-month {
  margin-bottom: 15px; }

#blog-filter .box-year {
  padding-right: 10px; }

#blog-filter .box-month {
  padding-left: 10px; }

#blog-filter .box-year,
#blog-filter .box-month {
  width: 50%; }

#blog-filter .year,
#blog-filter .month {
  font-size: 16px; }

#blog-filter .box-submit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px; }

#blog-filter .box-submit input {
  background: url(../images/icons.svg) no-repeat -150px -120px;
  background-size: 600px;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0; }

#list-loadmore {
  text-align: center;
  margin-right: 60px;
  margin-top: 50px; }

#list-loadmore a {
  display: inline-flex;
  height: 40px;
  border: dashed 1px #1a3276;
  color: #1a3276;
  text-transform: uppercase;
  border-radius: 20px;
  align-items: center;
  padding: 0 50px;
  transition: all 0.3s ease; }

#list-loadmore a:hover {
  background-color: #1a3276;
  color: #fff; }

#instagram-container {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  overflow: hidden; }

#instagram-container .insta-top a {
  background-color: #1a3276;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  transition: all 0.3s ease; }

#instagram-container .insta-top a .icon {
  background: url(../images/icons.svg) no-repeat -210px -30px;
  background-size: 600px;
  display: inline-flex;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: px; }

#instagram-container .insta-top a .text {
  color: #fff;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px; }

#instagram-container .insta-top a:hover {
  background-color: #f1990f; }

#instagram-container .insta-bot .item:not(:last-child) {
  border-bottom: dashed 1px #1a3276; }

#instagram-container .insta-bot .item a {
  background-color: #fff;
  padding: 20px;
  display: block;
  transition: all 0.3s ease; }

#instagram-container .insta-bot .item a:hover {
  background-color: #f2f2f2; }

#instagram-container .insta-bot .item img {
  width: 100%;
  display: block;
  margin-bottom: 10px; }

#instagram-container .insta-bot .item .instadesc {
  font-size: 12px;
  line-height: 15px;
  display: block; }

#blog-detail-container {
  margin-bottom: 60px; }

#blog-detail-container .top {
  margin-bottom: 30px; }

#blog-detail-container .top h1 {
  color: #1a3276;
  font-size: 40px;
  line-height: 43px;
  text-transform: uppercase;
  text-align: left; }

#blog-detail-container .top .date {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

#blog-detail-container .top .date .text {
  white-space: nowrap;
  margin-right: 10px;
  font-size: 14px; }

#blog-detail-container .top .date .line {
  width: 100%;
  display: inline-flex;
  width: 100%;
  height: 1px;
  background-color: #404040; }

#blog-detail-container .description {
  position: relative;
  margin-bottom: 30px; }

#blog-detail-container .description img {
  width: 100%;
  float: left;
  margin: 0 30px 30px 0; }

#blog-detail-container .tags {
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #f2f2f2; }

#blog-detail-container .tags .left h3,
#blog-detail-container .social .left h3 {
  color: #f1990f;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0;
  white-space: nowrap; }

#blog-detail-container .tags .left p {
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap; }

#blog-detail-container .tags .mid {
  width: 90px;
  padding: 10px 30px 0;
  flex-shrink: 0; }

#blog-detail-container .tags .mid span {
  background: url(../images/icons.svg) no-repeat -30px -30px;
  background-size: 200px;
  display: inline-flex;
  width: 10px;
  height: 10px; }

#blog-detail-container .tags .right {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

#blog-detail-container .tags .right a {
  display: inline-flex;
  margin: 5px;
  align-items: center;
  color: #1a3276;
  border: dashed 1px #1a3276;
  font-size: 14px;
  line-height: 15px;
  padding: 0 15px;
  border-radius: 30px;
  height: 30px;
  white-space: nowrap;
  transition: all 0.3s ease; }

#blog-detail-container .tags .right a:hover {
  color: #f1990f;
  border-color: #f1990f; }

#blog-detail-container .social {
  display: flex;
  align-items: center; }

#blog-detail-container .social .mid {
  background-color: #f1990f;
  display: inline-flex;
  width: 100%;
  height: 1px;
  margin: 0 15px; }

#blog-detail-container .social .right {
  flex-shrink: 0; }

#blog-detail-container .social .right .w2-share-container {
  display: flex; }

#blog-detail-container .social .jssocials-share-link {
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: dashed 1px #1a3276; }

#blog-detail-container .social .jssocials-share-link {
  background: url(../images/icons.svg) no-repeat 0px 0px;
  background-size: 800px; }

#blog-detail-container .social .jssocials-share-link i {
  display: none; }

#blog-detail-container .social .jssocials-share-link,
#blog-detail-container .social .jssocials-share-link * {
  transition: border-color 0.3s ease; }

#blog-detail-container .social .jssocials-share-link:hover {
  border-color: #f1990f; }

#blog-detail-container .social .jssocials-share-link:hover * {
  color: #f1990f; }

#blog-detail-container .social .jssocials-share-facebook .jssocials-share-link {
  background-position: -320px 0; }

#blog-detail-container .social .jssocials-share-facebook .jssocials-share-link:hover {
  background-position: -320px -80px; }

#blog-detail-container .social .jssocials-share-googleplus .jssocials-share-link {
  background-position: -400px 0; }

#blog-detail-container .social .jssocials-share-googleplus .jssocials-share-link:hover {
  background-position: -400px -80px; }

#blog-detail-container .social .jssocials-share-twitter .jssocials-share-link {
  background-position: -440px 0; }

#blog-detail-container .social .jssocials-share-twitter .jssocials-share-link:hover {
  background-position: -440px -80px; }

#suggestions-container {
  height: 100%;
  position: relative;
  overflow: hidden; }

#suggestions-gmaps {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%; }

#suggestions-filter {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -268px;
  width: 265px;
  height: 100%;
  border-left: solid 1px #f2f2f2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: right 0.5s ease; }

#suggestions-filter.open {
  right: 0; }

#suggestions-filter .btn-toggle {
  background: url(../images/flag-flters.png) no-repeat 0px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 60px;
  left: -70px;
  width: 70px;
  height: 60px;
  padding: 0 15px 0 0; }

#suggestions-filter .btn-toggle span {
  background: url(../images/icons.svg) no-repeat -360px -30px;
  background-size: 600px;
  display: inline-flex;
  width: 30px;
  height: 30px; }

#suggestions-filter.open .btn-toggle span {
  background-position: -390px -30px; }

#suggestions-filter .top {
  background-color: #fff;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  border-bottom: solid 1px #1a3276;
  z-index: 2; }

#suggestions-filter .bot {
  padding-top: 60px;
  height: 100%;
  overflow-y: auto; }

#suggestions-filter ul .icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  border: dashed 1px #a6a6a6;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  margin-right: 15px; }

#suggestions-filter ul .icon .icon-fill {
  background: #1a3276 url(../images/icons.svg) no-repeat -420px -30px;
  background-size: 600px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0; }

#suggestions-filter li.level1.active a.level1 .icon-fill,
#suggestions-filter li.level2.active a.level2 .icon-fill {
  opacity: 1; }

#suggestions-filter li.level1:not(:last-child) {
  border-bottom: solid 1px #a6a6a6; }

#suggestions-filter a.level1 {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 25px; }

#suggestions-filter a.level1 .icon {
  transition: border 0.5s ease; }

#suggestions-filter a.level1:hover .icon {
  border: solid 1px; }

#suggestions-filter a.level1:hover .text {
  text-decoration: underline; }

#suggestions-filter ul.level2 {
  padding: 0 25px 25px; }

#suggestions-filter ul.level2 .icon {
  width: 20px;
  height: 20px; }

#suggestions-filter ul.level2 .icon .icon-fill {
  background: #1a3276 url(../images/icons.svg) no-repeat -280px -20px;
  background-size: 400px; }

#suggestions-filter ul.level2 a:hover .icon {
  border: solid 1px; }

#suggestions-filter ul.level2 a:hover .text {
  text-decoration: underline; }

#suggestions-filter li.level2:not(:last-child) {
  border-bottom: dashed 1px #a6a6a6; }

#suggestions-filter a.level2 {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px; }

#suggestions-filter li.level1.active a.level1 .icon .icon-fill {
  opacity: 1; }

#suggestions-filter li.level1.active a.level1 .icon {
  border: none; }

#suggestions-filter li.level2.active a.level2 .icon {
  border: none; }

/*############################################################################
								SPECIAL OFFERS
#############################################################################*/
.special-offers #top-container {
  background: #1a3276 url(../images/underbanner.jpg) no-repeat center bottom;
  padding-bottom: 100px; }

.grid-a {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr); }
  .grid-a .grid-item {
    width: auto;
    padding: 0 0 50px 0;
    margin: 0; }
    .grid-a .grid-item .item-content {
      position: relative;
      border-radius: 5px;
      box-shadow: 0 0 10px rgba(64, 64, 64, 0.5); }
      .grid-a .grid-item .item-content .box-stamp {
        position: absolute;
        top: 160px;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center; }
        .grid-a .grid-item .item-content .box-stamp span {
          background: url("../images/stamp-03.png") no-repeat 0 0;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 44px;
          height: 48px;
          padding-bottom: 5px;
          position: relative; }
        .grid-a .grid-item .item-content .box-stamp span:before {
          background: url("../images/icons.svg") no-repeat -300px 0;
          background-size: 400px;
          content: "";
          display: inline-flex;
          width: 20px;
          height: 20px;
          margin-bottom: 4px; }
      .grid-a .grid-item .item-content .box-stamp[data-type="package"] span:before {
        background-position: -320px 0; }
      .grid-a .grid-item .item-content .image {
        background-color: #a6a6a6;
        height: 180px;
        border-radius: 5px 5px 0 0; }
      .grid-a .grid-item .item-content .info {
        padding: 30px;
        height: 285px; }
        .grid-a .grid-item .item-content .info .title {
          color: #1a3276;
          font-size: 18px;
          line-height: 21px;
          height: 42px;
          text-transform: uppercase;
          font-weight: bold;
          overflow: hidden;
          display: flex;
          align-items: center; }
        .grid-a .grid-item .item-content .info .apartment {
          font-size: 14px;
          line-height: 17px;
          height: 34px;
          font-weight: bold;
          text-transform: uppercase;
          overflow: hidden; }
        .grid-a .grid-item .item-content .info .description {
          font-size: 14px;
          line-height: 17px;
          height: 85px;
          overflow: hidden;
          margin-bottom: 5px; }
        .grid-a .grid-item .item-content .info .date {
          position: relative;
          display: flex;
          align-items: center;
          padding-top: 5px; }
          .grid-a .grid-item .item-content .info .date .innerleft {
            font-size: 10px;
            line-height: 13px;
            white-space: nowrap;
            display: inline-flex;
            flex-shrink: 0;
            position: relative;
            color: #1a3276;
            font-weight: bold;
            text-transform: uppercase; }
          .grid-a .grid-item .item-content .info .date .innerright {
            font-size: 10px;
            line-height: 13px;
            white-space: nowrap;
            display: inline-flex;
            flex-shrink: 0;
            font-weight: bold; }
          .grid-a .grid-item .item-content .info .date .line {
            display: inline-flex;
            width: 100%;
            height: 0;
            border-top: solid 1px #a6a6a6;
            margin: 0 10px; }
      .grid-a .grid-item .item-content .box-knowmore {
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 100%; }
        .grid-a .grid-item .item-content .box-knowmore a {
          background: url("../images/stamp-02.png") no-repeat 0 0;
          display: inline-flex;
          align-items: flex-start;
          justify-content: center;
          flex-direction: inherit;
          width: 80px;
          height: 80px;
          border: none;
          border-radius: 0;
          padding: 5px 0 0; }
          .grid-a .grid-item .item-content .box-knowmore a .text {
            color: #fff;
            font-size: 10px;
            line-height: 13px; }
          .grid-a .grid-item .item-content .box-knowmore a .icon {
            display: none; }
        .grid-a .grid-item .item-content .box-knowmore a:hover {
          background: url("../images/stamp-02-hover.png") no-repeat 0 0; }

/*############################################################################
								BOT CONTACTS
#############################################################################*/
#bot-contacts {
  background: url("../images/bg-contacts-proper.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px;
  position: relative; }
  #bot-contacts * {
    color: #fff; }
  #bot-contacts .mask {
    background-color: rgba(26, 50, 118, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #bot-contacts .innerwrapper {
    position: relative;
    z-index: 2; }
  #bot-contacts h1.special-title {
    background: none; }
  #bot-contacts h1.special-title .text {
    background: none; }
  #bot-contacts h1.special-title .icon {
    display: block; }
  #bot-contacts h1.special-title .line {
    display: block;
    margin-left: 20px; }
  #bot-contacts form select {
    background: url(../images/select-arrow-white.png) no-repeat right -2px;
    border: dashed 1px #fff !important;
    border-radius: 5px;
    height: 40px; }
  #bot-contacts form option {
    color: #1a3276; }
  #bot-contacts form input[type="text"],
  #bot-contacts form input[type="number"] {
    height: 40px; }
  #bot-contacts form .box:not(:last-child) {
    margin-bottom: 15px; }
  #bot-contacts form .top {
    display: flex;
    margin-bottom: 20px; }
    #bot-contacts form .top .left {
      width: 40%;
      padding-right: 15px; }
    #bot-contacts form .top .right {
      width: 60%;
      padding-left: 15px; }
      #bot-contacts form .top .right .message {
        height: 262px; }
  #bot-contacts form .bot {
    display: flex;
    justify-content: space-between; }
    #bot-contacts form .bot .left {
      width: 50%;
      padding-right: 15px; }
      #bot-contacts form .bot .left * {
        font-size: 12px;
        line-height: 14px; }
      #bot-contacts form .bot .left p {
        margin-bottom: 0; }
      #bot-contacts form .bot .left strong {
        text-transform: uppercase; }
    #bot-contacts form .bot .right {
      width: 30%;
      padding-left: 15px;
      display: inline-flex;
      justify-content: flex-end; }
      #bot-contacts form .bot .right input[type="submit"] {
        background: #fff url(../images/arrow-right-blue.png) no-repeat right center;
        color: #1a3276;
        padding: 0 30px 0 20px;
        position: relative;
        right: 10px;
        transition: all 0.3s ease; }
      #bot-contacts form .bot .right input[type="submit"]:hover {
        padding-right: 40px;
        right: 0px; }

#form-booking * {
  color: #1a3276; }
#form-booking .stamp {
  background: url("../images/icon-booking.png") no-repeat center center;
  position: absolute;
  top: -30px;
  left: 60px;
  width: 60px;
  height: 60px; }
#form-booking h3 {
  padding-bottom: 0; }
#form-booking .contents {
  display: flex;
  justify-content: center;
  /*.box {width: 150px;}*/ }
  #form-booking .contents .box:not(:last-child) {
    margin-right: 30px; }
  #form-booking .contents .label {
    color: #1a3276; }
  #form-booking .contents input[type="text"] {
    color: #1a3276;
    border: dashed 1px #1a3276; }
#form-booking .box-submit {
  padding-top: 30px; }
  #form-booking .box-submit input[type="submit"] {
    background: #f1990f url("../images/arrow-right-white.png") no-repeat center right;
    color: #fff;
    height: 40px;
    border-radius: 40px;
    padding: 0 40px 0 30px; }
  #form-booking .box-submit input[type="submit"]:hover {
    background-color: #1a3276; }

#form-fixedbooking {
  background-color: #fff;
  padding: 50px 0 60px; }
  #form-fixedbooking * {
    color: #1a3276; }
  #form-fixedbooking .innerwrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center; }
  #form-fixedbooking .innerwrapper:after {
    background-color: #1a3276;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: -40px; }
  #form-fixedbooking .stamp {
    background: url("../images/icon-booking.png") no-repeat center center;
    background-size: 100%;
    top: -70px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2; }
  #form-fixedbooking h3 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 30px;
    margin-top: 20px;
    text-align: right;
    font-size: 24px;
    line-height: 24px; }
  #form-fixedbooking .contents {
    display: flex;
    margin-right: 30px; }
    #form-fixedbooking .contents .box {
      width: 150px; }
    #form-fixedbooking .contents .box:not(:last-child) {
      margin-right: 30px; }
    #form-fixedbooking .contents .label {
      color: #1a3276; }
    #form-fixedbooking .contents input[type="text"] {
      color: #1a3276;
      border: dashed 1px #1a3276; }
  #form-fixedbooking .box-submit {
    padding-top: 20px;
        /*input[type="submit"] {background: $orange url("../images/arrow-right-white.png") no-repeat center right;color: #fff;height: 50px;border-radius: 50px;padding: 0 40px 0 30px;}
		input[type="submit"]:hover {background-color: $blue}*/ }
    #form-fixedbooking .box-submit a {
      background: #f1990f;
      color: #fff;
      height: 50px;
      border-radius: 50px;
      padding: 0 40px 0 30px;
      border: none;
      padding: 0 20px 0 30px; }
    #form-fixedbooking .box-submit a .text {
      color: #fff; }
    #form-fixedbooking .box-submit a .icon {
      background-position: -30px -10px; }
    #form-fixedbooking .box-submit a:hover {
      background-color: #1a3276; }

.booking .mfp-close {
  background: #1a3276 url("../images/close-pop.png") no-repeat center center;
  width: 20px;
  height: 20px;
  font-size: 0;
  border-radius: 20px;
  border: solid 1px #fff;
  opacity: 1 !important;
  top: -10px;
  right: 50px; }

.booking .mfp-close:hover {
  background-color: #f1990f; }
