/* ------
 * Author : KNS Information Technologies (adturk)
 * Venuex. Copyright 2020. All Rights Reserved.
 * ------ */

@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@300;400;600&display=swap");

body {
  margin: 0;
  padding: 0;
  font-family: "Bai Jamjuree", Arial, sans-serif;
  color: #111;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}

a,
.store-item,
.sub-menu,
.sub-menu li a,
.cs-item,
.form-btn,
.jb {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  text-decoration: none !important;
  outline: none;
}

/*-- mini reset --*/

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

.padding-reset {
  padding: 0px;
  margin: 0px;
}
.padding-resize {
  padding: 1px;
  margin: 0px;
}
.carousel-indicators {
  left: 47px;
  bottom: -30px;
  display: none;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.carousel-indicators .active {
  background-color: #0c3150;
  border: solid 1px #0c3150;
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(156, 156, 156, 0.5);
  -moz-box-shadow: 0px 4px 20px 0px rgba(156, 156, 156, 0.5);
  box-shadow: 0px 4px 20px 0px rgba(156, 156, 156, 0.5);
}
.carousel-indicators li {
  border: solid 1px #a3a3a3;
  margin: 0px 3px;
  width: 16px;
  height: 16px;
}

.flx {
  justify-content: center;
  display: flex;
}

::-moz-selection {
  background: #e1e1e1;
  color: #454545;
}
::selection {
  background: #e1e1e1;
  color: #454545;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}

input {
  outline: none;
}

.contact-btn,
.sub-menu {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.dropdown {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.dropdown .btn {
  background: #fff;
  border: none;
  border-bottom: solid 1px #dadada !important;
  width: 100%;
  text-align: left;
  color: #707070;
  padding: 12px;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
}

.dropdown-toggle::after {
  float: right;
  margin-top: 10px;
  border: none;
  background: url("/assets/images/frontend/icons/down.svg");
  width: 15px;
  height: 8px;
  background-repeat: no-repeat;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background: none;
  color: #707070;
  border-color: #d3ebcc;
  box-shadow: none !important;
  border-radius: 0;
}

.dropdown-menu {
  border: none;
  background: #111;
  width: 100%;
  margin-top: -2px;
  border-radius: 0;
  max-height: 400px;
  overflow-y: auto;
}

.dropdown-item {
  padding: 10px 25px;
  cursor: pointer;
  color: #fff;
}

/*-- Header --*/

.header {
  height: 100px;
  display: flex;
  align-items: center;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navigation {
  display: flex;
  width: 100%;
}

.header .navigation ul {
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .contact-btn {
  background: #111;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 15px;
}

.lang-search {
  display: flex;
  align-items: center;
  height: 100%;
}

.lang-search a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 5px;
  float: left;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: 700;
}

.lang-btn {
  background: #e7287c;
}
.search-btn {
  background: #111;
}

.header-social {
  width: 100%;

  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-social ul {
  display: flex;
}

.header-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

.navigation {
  height: 65px;
  width: 100%;
  border-top: solid 1px #e1e1e1;
  display: flex;
  align-items: center;
  margin: 0;
  background: #fff;
}

.navigation ul {
  display: flex;
  justify-content: space-between;
}

.navigation ul li a {
  font-size: 17px;
  color: #373737;
}

.navigation ul li a:hover,
.navigation ul li a:focus {
  color: #e7287c;
}

.selected-nav {
  color: #c63232 !important;
}

/*-- Home --*/

.hero,
.bd-example,
.carousel-inner,
.carousel-item,
.carousel-item img {
  max-height: 700px;
}

.flx {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.special-brands {
  margin: 20px 0;
}

.sb {
  display: flex;
  justify-content: center;
  width: 100%;
}
.sb a {
  margin: 20px;
  /* opacity: 0.2; */
}
/* .sb a:hover,
.sb a:focus {
  opacity: 1;
} */

.home-stores,
.colorful-title {
  width: 100%;
  display: flex;
}

.home-stores {
  margin: 45px 0 15px 0;
}

.colorful-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  padding: 0 20px;
  background: rgb(203, 40, 121);
  background: -moz-linear-gradient(
    270deg,
    rgba(203, 40, 121, 1) 0%,
    rgba(130, 39, 114, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(203, 40, 121, 1) 0%,
    rgba(130, 39, 114, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(203, 40, 121, 1) 0%,
    rgba(130, 39, 114, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cb2879",endColorstr="#822772",GradientType=1);
}

.colorful-title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
}
.colorful-title h1 img {
  width: 20px;
  position: relative;
  top: -4px;
  margin-right: 8px;
}

.colorful-title a {
  color: #fff;
  font-size: 16px;
}
.colorful-title a img {
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.home-store-items {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.hs-item {
  border: solid 1px #e1e1e1;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  margin: 25px 0 0;
}

.hs-item .store-logo {
  height: 70px;
}

.hs-item h1 {
  color: #111;
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 10px;
  display: flex;
}

.hs-item .store-phone {
  color: #656565;
  display: flex;
}

.hs-item .store-phone img {
  margin-right: 5px;
}

.all-btn {
  border: solid 2px #d5d5d5;
  border-radius: 50px;
  padding: 14px 28px;
  color: #111;
  float: right;
}

/*-- Slick --*/

.responsive {
  width: 100%;
  flex-wrap: wrap;
}
.slick-prev,
.slick-next {
  display: none !important;
}

.slick-dots {
  display: block;
  left: 15px !important;
  width: auto !important;
  bottom: -70px !important;
}

.slick-dots li {
  width: 12px !important;
  height: 12px !important;
}

.slick-dots li button {
  width: 12px !important ;
  height: 12px !important;
  border-radius: 50%;
  border: solid 1px #afafaf !important ;
}
.slick-dots li button:before {
  display: none !important;
}
.home-store-items li.slick-active button {
  background: #ae2876;
  border-color: #ae2876 !important;
}
.home-offers-items li.slick-active button {
  background: #1f6a7d;
  border-color: #1f6a7d !important;
}
.home-events-items li.slick-active button {
  background: #111;
  border-color: #111 !important;
}

/*-- Home Offers --*/

.home-offers-items,
.home-events-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.home-offers,
.home-events {
  margin: 45px 0 15px 0;
  width: 100%;
  display: flex;
}

.home-offers .colorful-title,
.home-events .colorful-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 7px;
  padding: 0 20px;
  background: rgb(21, 133, 146);
  background: -moz-linear-gradient(
    270deg,
    rgba(21, 133, 146, 1) 0%,
    rgba(49, 57, 88, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(21, 133, 146, 1) 0%,
    rgba(49, 57, 88, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(21, 133, 146, 1) 0%,
    rgba(49, 57, 88, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#158592",endColorstr="#313958",GradientType=1);
}

.home-events .colorful-title {
  background: rgb(144, 39, 115);
  background: -moz-linear-gradient(
    270deg,
    rgba(144, 39, 115, 1) 0%,
    rgba(39, 83, 108, 1) 100%
  );
  background: -webkit-linear-gradient(
    270deg,
    rgba(144, 39, 115, 1) 0%,
    rgba(39, 83, 108, 1) 100%
  );
  background: linear-gradient(
    270deg,
    rgba(144, 39, 115, 1) 0%,
    rgba(39, 83, 108, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#902773",endColorstr="#27536c",GradientType=1);
}

.home-offers-items,
.ho-item,
.home-events-items,
.he-item {
  width: 100%;
  display: flex;
}

.ho-item,
.he-item {
  flex-direction: column;
  color: #111;
  margin: 25px 0;
}

.ho-item img,
.he-item img {
  width: 100%;
  border-radius: 5px;
}

.ho-item h3,
.he-item h3 {
  width: 100%;
  border-bottom: solid 1px #e1e1e1;
  font-size: 16px;
  margin: 5px 0;
  padding: 10px 0;
}
.ho-item h1,
.he-item h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.ho-item p,
.he-item p {
  font-size: 18px;
  margin: 0;
}

/*-- Footer --*/

.footer {
  background-color: #111;
  background: url("/assets/images/frontend/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 25px 0;
  margin: 65px 0 0 0;
  position: relative;
}

.mall-clock {
  position: absolute;
  left: 35px;
  top: -30px;
}

.mall-clock img {
  float: left;
}

.mall-clock h4 {
  width: auto;
  font-size: 18px;
  font-weight: 700;
  float: left;
  margin: 3px 0 0 10px;
  color: #e7287c;
}

.chat a {
  position: absolute;
  right: 25px;
  top: -50px;
}

.footer-social {
  margin-bottom: 20px;
}

.footer-top {
  background: #1b1b1b;
  padding: 40px 0 45px 0;
  margin: 50px auto;
  width: 80%;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.footer-top img {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
}

.footer h1 {
  color: #fff;
  font-weight: 400;
  font-size: 21px;
  display: inline-block;
  letter-spacing: 2px;
  margin: 20px 0 0 0;
  width: 100%;
}

.footer p {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  margin: 20px 0 0 0;
  width: 70%;
}

.footer input {
  border: solid 1px #cdcdcd;
  background: none;
  padding: 14px 15px;
  font-size: 16px;
  width: 350px;
  color: #b1b1b1;
}

.footer button {
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  border: solid 1px #fff;
  padding: 12px 30px;
  display: inline-block;
  margin: 30px 5px;
  cursor: pointer;
}

button:hover,
button:focus {
  outline: none;
}

.footer button:hover {
  background: none;
  border-color: #fff;
}

.footer-bottom {
  text-align: center;
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 35px;
}

.footer-nav {
  text-align: center;
  margin: 0;
}

.footer-nav ul {
  display: inline-block;
  margin-bottom: 12px;
}

.footer-nav ul li {
  float: left;
  margin: 15px;
}

.footer-nav ul li a {
  color: #fff;
  font-size: 16px;
}

.footer-nav ul li a:hover,
.footer-nav ul li a:focus {
  color: #fff;
}

.footer-line {
  border-bottom: solid 1px #454545;
  float: left;
  margin-bottom: 40px;
}

.footer-bottom h4 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.kns {
  float: right;
  margin-top: -6px;
  filter: brightness(0) invert(1);
}

.footer-social a {
  margin-top: -3px;
  margin-left: 2px;
}

.footer-social ul {
  display: flex;
  justify-content: center;
}

.footer-social ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}

/* Stores */

.page-banner {
  width: 100%;
  height: 300px;
  position: relative;
  /* background-position: center center !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bnr-stores {
  background: url("/assets/images/frontend/cover/alisveris.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-offers {
  background: url("/assets/images/frontend/cover/firsatlar.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-entertainment {
  background: url("/assets/images/frontend/cover/eglence.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-events {
  background: url("/assets/images/frontend/cover/etkinlik.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-services {
  background: url("/assets/images/frontend/cover/hizmetler.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-corporate {
  background: url("/assets/images/frontend/cover/kurumsal.jpg");
  background-size: cover;
  background-position: center;
}

.bnr-dining {
  background: url("/assets/images/frontend/cover/lezzet.jpg");
  background-size: cover;
  background-position: center;
}

.page-banner h1 {
  z-index: 9;
  color: #fff;
  letter-spacing: 0.07em;
  font-size: 64px;
  font-weight: 300;
  display: none;
}

.page-banner h1 img {
  margin-top: -10px;
  width: 35px;
}

.store-filtre,
.all-stores {
  margin: 45px 0 0 0;
}

.store-search-outer {
  background: none;
  width: 100%;
  float: left;
  padding: 14px 0px;
  border-bottom: solid 1px #dadada;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
}

.store-search-outer input {
  width: 90%;
  border: none;
}

.store-search-outer img {
  filter: brightness(0);
  float: right;
}

.store-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  min-height: 300px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #f2f2f2;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  border: solid 1px #d5d5d5;
}

.all-stores .store-phone {
  color: #656565;
  display: flex;
  justify-content: center;
}

.all-stores .store-phone img {
  margin-right: 5px;
}

.store-clock {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 5px 0 15px;
}

.store-clock img {
  margin-right: 5px;
}

.store-offer {
  font-size: 15px;
  font-weight: 700;
  color: #e7287c;
  margin: 5px 0;
}

.store-item h1 {
  color: #111;
  font-size: 23px;
  font-weight: 700;
  margin: 25px 0 10px;
  display: flex;
  justify-content: center;
}

.store-item:hover,
.store-item:focus,
.service-item:hover,
.service-item:focus {
  border-color: #e7287c;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.15);
}

.store-item:hover .store-right {
  opacity: 1;
}

.st-dt-logo {
  background: #fff;
  border: solid 1px #e6e6e6;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  padding: 45px 25px;
  width: 100%;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}

.store-fp-info {
  color: #e7287c;
  font-size: 21px;
}

.store-detail {
  margin: 45px 0;
}

.store-name {
  font-size: 28px;
  color: #111;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.store-detail .store-phone {
  color: #808080;
  font-size: 17px;
}

.store-offer p {
  font-weight: normal;
}

.str-prp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.store-btn {
  margin: 15px 0 0 0;
}
.store-btn a {
  border-radius: 50px;
  font-size: 17px;
  padding: 15px 35px;
  border: solid 2px #c1c1c1;
  margin: 15px 7px 0 0;
  color: #111;
}

.store-btn a.view-fp {
  border-color: #e7287c;
}

/* Offers & Events --*/

.nav-tabs {
  justify-content: center;
  border: none;
  outline: none;
}
.nav-tabs .nav-item,
.nav-item a {
  border: none !important;
  outline: none;
}

li.nav-item a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: solid 2px #d8d8d8;
  float: left;
  position: relative;
  top: 8px;
  border-radius: 50%;
  margin-right: 7px;
}

li.nav-item a.active:before {
  border-color: #e7287c;
  background: #e7287c;
}

.nav-item a {
  font-size: 18px;
  color: #111;
}

.tab {
  margin: 25px 0 0;
}

/*-- Event & Offer Detail --*/

.event-detail {
  display: flex;
  width: 100%;
  margin: 30px 0;
}

.event-detail .ed-img {
  width: 100%;
}

.event-detail h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.event-detail .date-gallery {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #e1e1e1;
  padding: 10px 0;
}

.date-gallery h3 {
  font-size: 16px;
  margin: 5px 0;
}

.date-gallery a {
  color: #e7287c;
  font-weight: 700;
}
.date-gallery a img {
  margin-right: 5px;
}

.share {
  width: 100%;
  margin: 30px 0 0;
}

.share h2 {
  font-size: 17px;
  font-weight: 700;
  width: 100%;
}
.share a {
  font-weight: 700;
  color: #e7287c;
  margin-right: 15px;
}

.share a img {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

/*-- Cinema & Detail --*/

.cinema,
.cinema-detail,
.film-subject {
  display: flex;
  width: 100%;
}

.cinema-item {
  width: 100%;
  text-align: center;
  margin: 25px 0;
  display: flex;
  flex-direction: column;
}

.cinema-item img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}

.cinema-item h1 {
  font-size: 20px;
  color: #111;
  font-weight: 600;
  margin: 15px 0;
}

.cinema-detail {
  margin: 35px 0;
}

.film-cover {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.09);
}

.cinema-detail h1 {
  font-weight: 700;
  font-size: 32px;
}
.sessions {
  width: 100%;
  margin: 30px 0;
}
.sessions span {
  border-radius: 50px;
  background: #efefef;
  color: #454545;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 25px;
  margin-right: 7px;
}

.film-prp {
  width: 100%;
  display: flex;
  margin: 7px 0 0 0;
}
.film-prp h2 {
  color: #e7287c;
  margin-right: 3px;
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-top: 3px;
}
.film-prp p {
  font-size: 18px;
  float: left;
  margin: 0px;
}

.buy-ticket {
  border-radius: 50px;
  background: #e7287c;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 55px;
  color: #fff;
  margin: 20px 0;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
  -moz-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
  box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
}

.buy-ticket:hover,
.buy-ticket:focus {
  color: #fff;
}

.film-subject {
  flex-direction: column;
  margin: 45px 0 0 0;
}
.film-subject h3 {
  color: #e7287c;
  font-size: 18px;
  width: 100%;
  font-weight: 700;
}
.film-subject p {
  font-size: 18px;
  line-height: 30px;
  width: 100%;
}

/*-- Contact & Transportation --*/

.maps {
  width: 100%;
}

.contact {
  padding: 25px 0;
  border-top: solid 1px #e1e1e1;
}

.contact p {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin: 20px 0;
}

.contact-form {
  width: 100%;
}
.contact-form h1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.contact-form h2 {
  font-size: 18px;
  text-align: center;
  margin: 10px 0 30px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: solid 1px #d5d5d5;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 16px;
  color: #111;
  margin: 10px 0;
}

.contact-form textarea {
  height: 200px;
}

.contact-info {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.contact-info .phone-link {
  color: #111;
}
.contact-info .phone-link:hover {
  color: #e7287c;
}

.contact-info h1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.contact-info h2 {
  color: #161616;
  font-size: 20px;
  float: left;
  font-weight: 700;
  margin: 3px 10px 3px 0;
}
.contact-info p {
  font-size: 18px;
}

.contact-info article {
  width: 100%;
  float: left;
}
.contact-navigation {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.contact-navigation h1 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
}
.contact-navigation a {
  width: 100%;
  background: #161616;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 25px;
  float: none;
  display: inline-block;
}
.contact-navigation a:hover {
  background: #e7287c;
}

input,
textarea,
select {
  outline: none;
}

.send-btn {
  background: #111;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0 0;
}

.transportation {
  display: flex;
  width: 100%;
  margin: 25px 0;
}

.transportation h1 {
  width: 100%;
  text-align: center;
  margin: 10px 0 40px;
}

.transportation h2 {
  color: #e7287c;
  font-size: 24px;
  font-weight: 600;
}

.transportation p {
  margin-bottom: 45px;
}

.wayfinder {
  background: #e7287c;
  color: #fff;
  font-size: 16px;
  margin: 30px 0 0;
  display: inline-block;
  font-weight: 700;
  padding: 20px 45px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
  -moz-box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
  box-shadow: 0px 10px 20px 0px rgba(231, 40, 124, 0.35);
}

.wayfinder:hover,
.wayfinder:focus {
  color: #fff;
}

.wayfinder img {
  margin-right: 5px;
}

/*-- Corporate --*/

.corporate-page h1 {
  text-align: center;
  font-weight: 700;
}
.corporate-page img {
  width: 100px;
  margin: 25px 0;
}

/*-- Floor Plan --*/

.fp {
  padding: 25px 0;
  border-top: solid 1px #e1e1e1;
}

.fp,
.floorplan {
  width: 100%;
}

.fp h1 {
  text-align: center;
  font-weight: 700;
  width: 100%;
}

.fp-search {
  width: 60%;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 30px auto 30px;
  position: relative;
}

.fp-search input {
  border: none;
  border-bottom: solid 1px #dadada;
  width: 100%;
  padding: 10px 0;
  font-size: 18px;
}

.fp-search img {
  filter: brightness(0);
}

.fp-view {
  width: 100%;
}

.floorplan ul li a:before {
  display: none;
}
.floorplan ul li a {
  background: #f3f3f3;
  font-weight: 700;
  border: solid 1px #eaeaea;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  margin: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
}

.floorplan ul li a.active {
  background: #0b9ea6 !important;
  border-color: #0b9ea6 !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 158, 166, 0.2) !important;
  -moz-box-shadow: 0px 10px 20px 0px rgba(11, 158, 166, 0.2) !important;
  box-shadow: 0px 10px 20px 0px rgba(11, 158, 166, 0.2) !important;
  color: #fff !important;
}

.home-store-brand-logo {
  width: 85px;
}

.store-logo {
  width: 80px;
}

.corporate {
  width: 100%;
}

.corporate h1 {
  width: 100%;
  text-align: left;
}

.corporate p {
  width: 100%;
  text-align: left;
}

.find-list {
  width: 250px;
  float: left;
  background: rgba(22, 22, 22, 0.9);
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 999;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*-- SEARCH --*/

.mb-search-bar {
  display: none;
  background: rgba(255, 255, 255, 0.92);
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  z-index: 99999;
}

.mb-search-bar input {
  background: none;
  border: none;
  color: #161616;
  outline: none;
  width: 90%;
  font-size: 24px;
}

.mb-search-outer .mb-find {
  float: right;
  margin-top: 10px;
}

.mb-find img {
  width: 21px;
}

.mb-search-outer {
  width: 80%;
  border-bottom: solid 1px #e7287c;
  padding-bottom: 15px;
  margin: 100px auto;
}

.mb-close-search {
  position: absolute;
  right: 30px;
  top: 30px;
}

#search-results {
  overflow-x: hidden;
  overflow-y: auto;
  float: left;
  width: 100%;
  height: 600px;
  margin-top: 15px;
}

#search-results h2 {
  font-weight: 700;
  font-size: 21px;
  color: #e7287c;
  margin-top: 25px;
}
#search-results a {
  margin: 10px 0 0 0;
  width: 100%;
  display: inline-block;
}
#search-results a h4 {
  color: #111;
  font-size: 18px;
}

#search::-webkit-input-placeholder {
  color: #c1c1c1;
}

#search::-moz-placeholder {
  color: #c1c1c1;
}

/* firefox 19+ */
#search:-ms-input-placeholder {
  color: #c1c1c1;
}

/* ie */
#search:input:-moz-placeholder {
  color: #c1c1c1;
}

span.contact-form-input.has-error input,
span.contact-form-input.has-error textarea,
span.contact-form-input.has-error select {
  border-color: red;
  /* color: red; */
}

span.leasing-form-input.has-error input,
span.leasing-form-input.has-error textarea,
span.leasing-form-input.has-error select {
  border-color: red;
  /* color: red; */
}

.error-displayer {
  text-align: center !important;
  font-size: 18px;
  font-weight: 600;
  color: red;
  margin-top: 10px;
}
.newsletter-error-displayer {
  float: left;
  width: 100%;
  text-align: center !important;
  font-size: 18px;
  font-weight: 600;
  color: red;
  margin-top: 10px;
}

.mailLowerCase {
  text-transform: lowercase;
}

.leasing-form-input input {
  width: 100%;
  border: solid 1px #d5d5d5;
  border-radius: 5px;
  padding: 15px 10px;
  font-size: 16px;
  color: #111;
  margin: 10px 0;
}

.send-leasing-btn {
  background: #111;
  border-radius: 50px;
  padding: 18px 50px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin: 15px 0 0;
}

.gallery-back-button {
  width: 100%;
  margin: 35px 0 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.gallery-back-button a {
  float: right;
  background: #e7287c;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border: none;
}

.modal-newsletter-popup {
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsletter-close {
  position: relative;
  float: right;
}

.modalouter {
  width: 800px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 35px;
  max-width: 80%;
}

#newsletter-signup-btn {
  background: #111;
  border: none;
  outline: none;
  padding: 10px 25px;
  margin: 25px 0 0 0;
}

#press a img {
  width: 100%;
  margin: 0;
}

#press a:hover {
  color: #111;
}

.gallery-item a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gallery-item a img {
  width: 100%;
  border-radius: 6px;
}

.gallery-item a span {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #111;
  font-size: 16px;
  margin: 10px 0;
}

.gallery-dt-item,
.gallery-dt-item img {
  width: 100%;
  margin-bottom: 15px;
  float: left;
}

.gallery-dt-item img {
  border-radius: 6px;
}

.find-list h4 {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  border-bottom: solid 1px #454545;
  padding-bottom: 10px;
}

.find-list h4:hover {
  color: #0b9ea6;
}

.mb-header,
.mobile-menu {
  display: none;
}

.mb-header {
  width: 100%;
  padding: 15px;
}

.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  color: #fff;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 70px 50px;
}
.mobile-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.mobile-menu ul li {
  margin-bottom: 10px;
  padding-bottom: 15px;
  text-align: center;
}

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

.mb-menu-btn {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-end;
}

.mb-menu-btn img {
  width: 32px;
}

.close-nav {
  position: absolute;
  right: 18px;
  top: 36px;
}

.close-nav img {
  width: 32px;
}

.corporate .store-phone {
  color: #656565;
  display: flex;
  justify-content: center;
}

#floor-plan-map {
  width: 65%;
  height: 500px !important;
  display: flex;
  margin: auto;
}

/*-- Responsive Settings --*/

@media (max-width: 991px) {
  .mb-header {
    display: inline-block;
  }

  .header,
  .navigation {
    display: none;
  }

  .lang-search a {
    width: 30px;
    height: 30px;
    border-radius: 1000%;
    padding: 8px;
    float: left;
    margin-right: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 700;
  }

  .mb-header .logo img {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .mb-header .logo img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .footer-top {
    width: 100% !important;
  }
  .footer input {
    border: solid 1px #cdcdcd;
    background: none;
    padding: 14px 15px;
    font-size: 16px;
    width: 90%;
    color: #b1b1b1;
  }
  .footer button {
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    border: solid 1px #fff;
    padding: 12px 30px;
    display: inline-block;
    margin: 20px 5px;
    cursor: pointer;
  }
  .footer-nav ul li {
    float: left;
    margin: 10px 15px;
    width: 100%;
  }
  .footer-bottom h4 {
    color: #b5b5b5;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .kns {
    float: none;
    margin: 5px auto;
  }
  .footer h1 {
    margin-bottom: 20px;
  }
  .fp-search {
    width: 85%;
  }
  .st-dt-logo {
    width: 50%;
  }
  .store-detail .store-btn a {
    font-size: 15px;
    padding: 6px 15px;
    margin: 15px 7px 0 0;
  }
}

.marcom-award {
  height: 80px;
  margin-top: 20px;
  position: relative;
}
