.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.cc-navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 70px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
  font-family: 'PT Serif', serif;
  color: #575756;
  font-size: 13px;
}

.cc-nav-wrapper {
  display: block;
  max-width: 1280px;
  padding-right: 50px;
  padding-left: 50px;
  font-size: 12px;
}

.cc-navbar-link {
  margin-right: 2px;
  margin-left: 2px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #662482;
}

.cc-navbar-link:hover {
  box-shadow: inset 0 2px 0 0 #dfb70d;
  font-weight: 400;
}

.cc-navbar-link.w--current {
  color: #996aad;
}

.cc-models-droplist.w--open {
  margin-top: -10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.16);
  font-size: 12px;
}

.cc-dropdown-link {
  background-color: transparent;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #575756;
  font-size: 14px;
}

.cc-dropdown-link:hover {
  background-color: #e5e5e5;
}

.cc-navbar-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-navbar-btn {
  width: 100px;
  height: 40px;
  padding: 0px;
  border-radius: 2px;
  background-color: #6d2989;
  box-shadow: 0 2px 4px 0 rgba(109, 41, 137, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.cc-navbar-btn:hover {
  background-color: #47155c;
  font-weight: 400;
}

.cc-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-hero-section {
  width: 100%;
  height: 800px;
  font-family: 'PT Serif', serif;
  color: #fff;
  font-size: 40px;
  line-height: 46px;
}

.cc-slider-hero {
  width: 100%;
  height: 100%;
}

.cc-slider-pager {
  display: none;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 40px;
}

.cc-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide {
  background-image: url('../images/image-hero-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cc-slider-fixed {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(80%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.6));
}

.cc-slider-content-wrapper {
  width: 600px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-align: left;
}

.cc-h2 {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.cc-btn {
  width: 140px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 2px;
  background-color: #dfb70d;
  box-shadow: 1px 1px 4px 0 rgba(109, 41, 137, 0.5);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'PT Serif', serif;
  color: #6d2989;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}

.cc-btn:hover {
  background-color: #ffce00;
}

.cc-follow-us {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  margin-right: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-decoration: none;
}

.cc-follow-us.map-wrapper {
  left: 0px;
  right: auto;
  bottom: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 30px;
  font-family: 'PT Serif', serif;
  color: #6d2989;
}

.cc-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  color: #575756;
  font-size: 15px;
  line-height: 25px;
}

.cc-section.gray {
  height: 480px;
  background-color: #6d2989;
  color: #fff;
}

.cc-section.footer {
  position: relative;
  height: auto;
  padding-top: 420px;
}

.cc-text-wrapper {
  position: relative;
  display: block;
  width: 840px;
  margin-right: auto;
  margin-left: auto;
  line-height: 30px;
}

.cc-text-wrapper.cc-center-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-h3 {
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #6d2989;
  font-size: 26px;
  font-weight: 400;
}

.cc-h3.center {
  text-align: center;
}

.cc-h3.switch-color {
  color: #575756;
}

.cc-h3.yellow-title {
  color: #dfb70d;
}

.cc-content-wrapper {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.cc-content-wrapper.flex-wrapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.cc-amenities-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.cc-h4 {
  font-family: 'PT Serif', serif;
  color: #575756;
  font-weight: 400;
}

.cc-amenities-svg {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.cc-round-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #dfb70d;
  color: #dfb70d;
}

.cc-bullet-wrapper {
  display: block;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.cc-model-dept {
  position: relative;
  overflow: visible;
  width: 100%;
  max-width: 380px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #eee;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.cc-model-dept:hover {
  box-shadow: 0 22px 28px -8px rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.div-block {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.cc-find-us {
  position: absolute;
  left: 50%;
  top: -200px;
  bottom: auto;
  z-index: 2;
  width: 800px;
  height: 550px;
  margin-top: 40px;
  margin-left: -400px;
  padding-top: 0px;
  background-color: #fff;
  box-shadow: 0 4px 36px 0 rgba(0, 0, 0, 0.26);
}

.cc-fhw-link {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  margin-right: 50px;
  margin-bottom: 20px;
  font-family: 'PT Serif', serif;
  color: #6d2989;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
}

.cc-links {
  color: #6d2989;
  text-decoration: none;
}

.bold-text {
  text-decoration: none;
}

.text-block {
  text-decoration: none;
}

.cc-map-wrapper {
  overflow: visible;
  width: 500px;
  height: 100%;
  float: right;
}

.cc-map {
  width: 100%;
  height: 100%;
}

.cc-map-content-wrapper {
  position: relative;
  width: 300px;
  height: 100%;
  padding: 30px;
  float: left;
}

.cc-divider {
  width: 60px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 25px;
  background-color: #dfb70d;
}

.cc-h5 {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  font-size: 36px;
  font-weight: 300;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
}

.slide-1 {
  background-image: url('../images/image-hero-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slider {
  background-image: url('../images/image-hero-2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon {
  width: 48px;
}

.cc-ui-item {
  font-size: 16px;
  line-height: 25px;
}

.cc-form {
  overflow: auto;
  width: 100%;
}

.cc-render-cut {
  width: 400px;
}

@media (max-width: 991px) {
  .cc-nav-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cc-navbar-link:hover {
    box-shadow: inset -2px 0 0 0 #dfb70d;
  }
  .cc-models-droplist.w--open {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
  }
  .cc-navbar-item-wrapper {
    height: auto;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .cc-navbar-btn {
    display: none;
  }
  .cc-slider-content-wrapper {
    width: 550px;
  }
  .menu-button {
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #fff;
    font-size: 23px;
    line-height: 70px;
    text-align: center;
  }
  .cc-section {
    padding: 40px 30px;
  }
  .cc-text-wrapper {
    width: 100%;
  }
  .cc-find-us {
    width: 100%;
    margin-left: -50%;
    box-shadow: none;
  }
  .cc-map-wrapper {
    width: 60%;
  }
  .cc-map-content-wrapper {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .cc-slider-arrow {
    display: none;
  }
  .cc-slider-fixed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cc-follow-us.map-wrapper {
    position: static;
    margin-top: 20px;
    margin-left: 0px;
  }
  .cc-section.gray {
    height: auto;
    padding-bottom: 40px;
  }
  .cc-section.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cc-model-dept {
    width: 100%;
  }
  .cc-find-us {
    position: static;
    height: auto;
    margin-left: 0%;
  }
  .cc-fhw-link {
    position: static;
    margin-right: 0px;
  }
  .text-block {
    margin-top: 20px;
  }
  .cc-map-wrapper {
    display: none;
  }
  .cc-map-content-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cc-columns {
    margin-bottom: 20px;
  }
  .cc-columns.cc-conteiner-render {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .cc-nav-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cc-slider-fixed {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cc-slider-content-wrapper {
    font-size: 35px;
    line-height: 46px;
  }
  .cc-follow-us {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
  }
  .cc-section {
    padding: 30px 20px;
  }
  .cc-section.gray {
    height: auto;
    padding-top: 31px;
    padding-bottom: 40px;
  }
  .cc-section.footer {
    height: auto;
    padding-top: 40px;
  }
  .cc-text-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cc-h3 {
    font-size: 21px;
  }
  .cc-content-wrapper.flex-wrapp {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cc-model-dept {
    position: static;
    width: 100%;
    height: auto;
    max-width: none;
    margin: 10px 0px 0px;
    background-color: #fff;
  }
  .cc-find-us {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-left: 0%;
  }
  .cc-fhw-link {
    display: block;
    width: 100%;
    margin: 20px auto 0px;
  }
  .cc-map-wrapper {
    display: none;
    width: 100%;
    float: none;
  }
  .cc-map {
    height: 300px;
  }
  .cc-map-content-wrapper {
    position: static;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    float: none;
  }
  .image-3 {
    height: auto;
  }
  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .cc-columns.cc-conteiner-render {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cc-form {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cc-render-cut {
    width: auto;
  }
}

