/* CSS */
@font-face {
  font-family: "DuplicateIonic-Regular";
  src: url("../fonts/DuplicateIonic-Regular.eot") format("embedded-opentype");
  src: url("../fonts/DuplicateIonic-Regular.otf") format("opentype"), url("../fonts/DuplicateIonic-Regular.woff") format("woff"), url("../fonts/DuplicateIonic-Regular.ttf") format("truetype"), url("../fonts/DuplicateIonic-Regular.svg#DuplicateIonic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DuplicateIonic-Medium";
  src: url("../fonts/DuplicateIonic-Medium.eot") format("embedded-opentype");
  src: url("../fonts/DuplicateIonic-Medium.otf") format("opentype"), url("../fonts/DuplicateIonic-Medium.woff") format("woff"), url("../fonts/DuplicateIonic-Medium.ttf") format("truetype"), url("../fonts/DuplicateIonic-Medium.svg#DuplicateIonic-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DuplicateIonic-Bold";
  src: url("../fonts/DuplicateIonic-Bold.eot") format("embedded-opentype");
  src: url("../fonts/DuplicateIonic-Bold.otf") format("opentype"), url("../fonts/DuplicateIonic-Bold.woff") format("woff"), url("../fonts/DuplicateIonic-Bold.ttf") format("truetype"), url("../fonts/DuplicateIonic-Bold.svg#DuplicateIonic-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BurlingamePro-Regular";
  src: url("../fonts/DuplicateIonic-Regular.eot") format("embedded-opentype");
  src: url("../fonts/BurlingamePro-Regular.otf") format("opentype"), url("../fonts/BurlingamePro-Regular.woff") format("woff"), url("../fonts/BurlingamePro-Regular.ttf") format("truetype"), url("../fonts/BurlingamePro-Regular.svg#DuplicateIonic-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BurlingamePro-Medium";
  src: url("../fonts/DuplicateIonic-Medium.eot") format("embedded-opentype");
  src: url("../fonts/BurlingamePro-Medium.otf") format("opentype"), url("../fonts/BurlingamePro-Medium.woff") format("woff"), url("../fonts/BurlingamePro-Medium.ttf") format("truetype"), url("../fonts/BurlingamePro-Medium.svg#DuplicateIonic-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BurlingamePro-Bold";
  src: url("../fonts/DuplicateIonic-Bold.eot") format("embedded-opentype");
  src: url("../fonts/BurlingamePro-Bold.otf") format("opentype"), url("../fonts/BurlingamePro-Bold.woff") format("woff"), url("../fonts/BurlingamePro-Bold.ttf") format("truetype"), url("../fonts/BurlingamePro-Bold.svg#DuplicateIonic-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.viewport:after {
  display: none;
  content: "XS, mobile phones";
  font-size: 10px;
  background-color: #eee;
  color: #999;
  padding: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

body {
  font-family: BurlingamePro-Regular, serif;
  font-size: 15px;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #E2051B;
}

a:hover.opacity1 {
  opacity: 1;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

*:focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.btn {
  font-family: BurlingamePro-Regular, serif;
  background-color: #E2051B;
  padding: 7px;
  border: 0;
  font-size: 16px;
  border-radius: 0;
  color: #fff;
}
.btn:hover {
  color: #fff;
}

.full-btn {
  width: 100%;
  display: block;
  background-color: #E2051B;
  color: #fff !important;
  text-align: center;
  padding: 12px 0 10px 0;
  font-size: 15px;
  font-family: BurlingamePro-Medium, serif;
}
.full-btn:hover {
  color: #fff;
  background-color: #333;
  opacity: 1;
}

.more {
  font-family: BurlingamePro-Medium, serif;
  cursor: pointer;
  color: #E2051B;
  font-size: 16px;
}
.more.rightarrow {
  background: url("../images/assets/icon-rightarrow.png") no-repeat right center;
  padding-right: 20px;
}
.more.leftarrow {
  background: url("../images/assets/icon-leftarrow.png") no-repeat left center;
  padding-left: 20px;
}
.more:hover {
  color: #E2051B;
  opacity: 0.8;
}

.gray-bg {
  background-color: #ededed;
}

.bg-top {
  background-position-y: top !important;
}

.bg-bottom {
  background-position-y: bottom !important;
}

.bg-left {
  background-position-x: left !important;
}

.bg-right {
  background-position-x: right !important;
}

header {
  position: fixed;
  width: 100%;
  z-index: 20;
  transition: 0.5s;
  background-color: #fff;
}
header .top-menu {
  display: none;
  background-color: #807979;
  font-family: DuplicateIonic-Regular, serif;
  color: #fff;
  font-size: 15px;
}
header .top-menu ul {
  margin: 0;
  padding: 0;
}
header .top-menu ul li {
  display: inline-block;
  list-style-type: none;
}
header .top-menu .links {
  float: left;
}
header .top-menu .links li {
  margin-right: 25px;
}
header .top-menu .social-icons {
  float: right;
  padding: 12px 0;
}
header .top-menu .social-icons li {
  margin-left: 10px;
}
header .top-menu .social-icons li:first-of-type {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #b3afaf;
}
header .top-menu .social-icons img {
  transition: 0.3s;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
}
header .top-menu .social-icons.app-icons li {
  border: 0;
}
header .top-menu .social-icons.app-icons img {
  height: 30px;
  margin-right: 5px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  margin-top: 0;
}
header .top-menu .parent {
  position: relative;
  padding: 16px 0 16px 0;
  cursor: pointer;
  transition: 0.3s;
}
header .top-menu .sub.show {
  visibility: visible;
  opacity: 1;
  top: 46px;
}
header .top-menu .parent .selected:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 8px;
  background: url(../images/assets/icon-downarrow.svg) no-repeat;
}
header .top-menu .parent .arrow-up.selected:after {
  background: url(../images/assets/icon-uparrow.svg) no-repeat;
}
header .top-menu .external {
  background: url("../images/assets/out.svg") no-repeat right center;
  padding-right: 18px;
}
header .top-menu a {
  color: #fff;
}
header .top-menu .active {
  text-decoration: underline;
}
header .main-menu {
  display: none;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #fff;
}
header .main-menu .logo {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
header .main-menu .logo img {
  max-height: 55px;
  max-width: 230px;
  transition: 0.5s;
  image-rendering: auto;
  image-rendering: crisp-edges;
  /*image-rendering: pixelated;*/
}
header .main-menu nav {
  display: inline-block;
  text-align: right;
  vertical-align: middle;
}
header .main-menu nav ul {
  margin: 0;
  padding: 0;
}
header .main-menu nav ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 40px;
}
header .main-menu nav ul li a {
  font-family: DuplicateIonic-Bold, serif;
  font-size: 18px;
  padding-bottom: 10px;
  transition: 0.5s;
}
header .main-menu nav ul li a.active {
  color: #E2051B;
  background: url("../images/assets/icon-underline.png") no-repeat center bottom;
  background-size: 100% 5px;
}
header .mobile-menu {
  background-color: #fff;
}
header .mobile-menu .row {
  padding: 20px 0;
  transition: 0.5s;
}
header .mobile-menu .search-icon {
  text-align: center;
}
header .mobile-menu .dots {
  text-align: center;
}
header .mobile-menu .logo {
  text-align: center;
}
header .mobile-menu .logo img {
  max-height: 40px;
}
header .sub {
  background-color: #4d4949;
  width: 400px;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
header .sub .clearfix {
  padding: 10px 15px 0 15px;
}
header .sub .head {
  padding-bottom: 10px;
  background-color: #666;
  padding: 10px 15px;
}
header .sub .column {
  width: 50%;
  float: left;
}
header .sub a {
  display: block;
  padding: 0 0 15px 0;
  cursor: pointer;
}

header.shrink {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
header.shrink .app-icons img {
  display: none;
}
header.shrink .main-menu {
  padding-top: 15px;
  padding-bottom: 20px;
}
header.shrink .main-menu .logo img {
  max-height: 40px;
}
header.shrink .mobile-menu .row {
  padding: 12px 0;
}
header.shrink .top-menu {
  font-size: 13px;
}
header.shrink .top-menu .parent {
  padding: 7px 0;
}
header.shrink .top-menu .social-icons {
  padding: 7px 0;
}
header.shrink .top-menu .social-icons img {
  padding-top: 0;
  height: 13px;
  padding-bottom: 0;
  margin-top: 0;
}
header.shrink .sub {
  top: 23px;
  font-size: 15px;
}
header.shrink .sub.show {
  top: 33px;
}

.content-wrap {
  padding-top: 80px;
  z-index: 15;
}

.slider {
  margin-bottom: 30px;
}
.slider .row {
  margin-left: 0;
  margin-right: 0;
}
.slider .slides {
  padding-left: 0;
  padding-right: 0;
}
.slider .slides img {
  width: 100%;
}
.slider .panel {
  background-color: #EDEDEE;
  padding: 20px 15px;
}
.slider .panel .category {
  color: #E2051B;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.slider .panel .title {
  font-family: BurlingamePro-Medium, serif;
  font-size: 25px;
  line-height: 115%;
  color: #333;
}
.slider .panel .more {
  display: none;
  position: absolute;
  bottom: 25px;
}

.store-finder {
  display: none;
  margin-bottom: 30px;
}
.store-finder h1 {
  font-family: BurlingamePro-Bold, serif;
  font-size: 26px;
  margin: 0 0 15px 0;
  text-align: center;
  background: url("../images/assets/icon-curvedarrow.png") no-repeat 60% top;
  padding-top: 20px;
}
.store-finder .searchbar input[type=text] {
  width: 80%;
  float: left;
  padding: 9px;
  font-size: 16px;
}
.store-finder .searchbar .btn {
  width: 20%;
  float: left;
  padding: 11px;
}

.heading {
  font-family: BurlingamePro-Bold, serif;
  text-align: center;
  font-size: 23px;
  background: url("../images/assets/icon-overline.png") no-repeat center top;
  padding-top: 18px;
  margin-bottom: 20px;
}

.post-list .item {
  margin-bottom: 15px;
}
.post-list .item .thumb {
  width: 100%;
}
.post-list .item .thumb img {
  width: 100%;
}
.post-list .item .text {
  width: 100%;
  padding: 15px;
  background-color: #EDEDEE;
  position: relative;
}
.post-list .item .text .category {
  color: #E2051B;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
.post-list .item .text .title {
  font-size: 25px;
  line-height: 115%;
  color: #333;
}
.post-list .item .text .excerpt {
  font-size: 14px;
  color: #686868;
  margin-top: 15px;
}
.post-list .item .text .excerpt ul {
  margin: 0;
  padding-left: 15px;
}
.post-list .item .text .more {
  font-size: 12px;
  margin: 15px 0 10px 0;
  display: inline-block;
}
.post-list .item .text .more.rightarrow {
  padding-right: 16px;
  background-size: 10px;
}

.hidden-items {
  display: none;
}

.sidebar {
  display: none;
}

.quick-info-header h2 {
  font-family: BurlingamePro-Bold, serif;
  font-size: 21px;
  margin-bottom: 5px;
}

.widget {
  margin-bottom: 40px;
}
.widget h2 {
  font-family: BurlingamePro-Bold, serif;
  font-size: 21px;
  margin-bottom: 15px;
}
.widget:last-of-type {
  margin-bottom: 10px;
}

.widget.fr {
  border: 2px solid #E2051B;
  padding: 7%;
}
.widget.fr p {
  margin-top: 10px;
  color: #6B6767;
  font-size: 14px;
}
.widget.fr img {
  width: 70%;
}
.widget.fr .more {
  padding-right: 17px;
}

.widget.events .item {
  margin-bottom: 10px;
}
.widget.events .item .date {
  background-color: #807979;
  width: 23%;
  height: 66px;
  float: left;
  font-size: 17px;
  text-align: center;
  display: table;
  color: #fff;
}
.widget.events .item .date .middle {
  display: table-cell;
  vertical-align: middle;
}
.widget.events .item .date .middle span {
  display: block;
  vertical-align: initial;
  font-size: 13px;
}
.widget.events .item .info {
  background-color: #EBECED;
  width: 77%;
  float: left;
  height: 66px;
  padding: 3%;
  display: table;
}
.widget.events .item .info .middle {
  display: table-cell;
  vertical-align: middle;
}
.widget.events .item .info .title {
  font-family: BurlingamePro-Bold, serif;
  line-height: 130%;
  font-size: 13px;
}
.widget.events .item .info .location {
  font-size: 14px;
  color: #E2051B;
}
.widget.events .item:nth-of-type(even) .info {
  background-color: #CBCBCB;
}
.widget.events .more-wrap {
  text-align: center;
  margin-top: 20px;
}

.widget.latest .list {
  border: 1px solid #ECECED;
}
.widget.latest .list .item {
  padding: 3%;
}
.widget.latest .list .item .title {
  font-family: BurlingamePro-Bold, serif;
  font-size: 14px;
}
.widget.latest .list .item .title a {
  color: #333;
}
.widget.latest .list .item .title a:hover {
  color: #E2051B;
}
.widget.latest .list .item .category {
  color: #E2051B;
  font-size: 13px;
}
.widget.latest .list .item:nth-of-type(odd) {
  background-color: #ECECED;
}
.widget.latest .list .item a {
  color: #E2051B;
}

.widget.deals .item {
  margin-bottom: 10px;
}
.widget.deals .item .thumb {
  width: 32%;
  float: left;
}
.widget.deals .item .thumb img {
  width: 100%;
}
.widget.deals .item .info {
  background-color: #EBECED;
  width: 68%;
  float: left;
  padding: 3%;
  font-size: 14px;
  display: table;
}
.widget.deals .item .info .middle {
  display: table-cell;
  vertical-align: middle;
}
.widget.deals .item .info .title {
  font-family: BurlingamePro-Bold, serif;
  line-height: 125%;
}
.widget.deals .item .info .location {
  color: #E2051B;
  font-size: 13px;
  margin-top: 2px;
}
.widget.deals .item .info .location a {
  color: #E2051B;
}
.widget.deals .more-wrap {
  text-align: center;
  margin-top: 20px;
}

.map {
  display: none;
  overflow: hidden;
  position: relative;
  height: 330px;
  margin-top: 30px;
}
.map .col {
  background-color: #EBECED;
  padding: 15px;
}
.map .col iframe {
  width: 100%;
  height: 300px;
  /*left:15px;
  top:15px;
  right:15px;
  bottom:15px;
  width:100%;
  max-height:300px;
  position:absolute;*/
}

.content {
  margin-bottom: 30px;
}

.red-footer {
  display: none;
  background-color: #E2051B;
  padding: 40px 0;
  color: #fff;
  font-size: 18px;
}
.red-footer .title {
  color: #000;
  font-family: BurlingamePro-Bold, serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.red-footer .col {
  font-size: 16px;
}
.red-footer .col span {
  display: none;
}
.red-footer .col a {
  color: #fff;
  text-decoration: underline;
}
.red-footer .col a:hover {
  color: #eee;
  opacity: 1;
}

footer {
  display: none;
  font-family: DuplicateIonic-Medium, serif;
  background-color: #000;
  padding: 40px 0 0 0;
}
footer .col .block {
  margin-bottom: 25px;
}
footer .col a {
  display: block;
  color: #A39B9B;
  font-size: 17px;
  margin-bottom: 5px;
}
footer .col a.title {
  color: #fff;
}
footer .col .logo {
  /*border-bottom:1px solid #535255;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
}
footer .col a.social {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding: 10px 0 10px 40px;
}
footer .col a.social.fb {
  background-image: url("../images/assets/icon-facebook.svg");
}
footer .col a.social.ig {
  background-image: url("../images/assets/icon-instagram.svg");
}
footer .col .download img {
  height: 30px;
  margin-right: 5px;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
}
footer .col .download a {
  color: #fff;
}
footer .inactive {
  pointer-events: none;
}

.copyright {
  text-align: center;
  background-color: #000;
  font-size: 13px;
  padding: 30px 0;
  margin-top: 30px;
}
.copyright .logo {
  margin-bottom: 30px;
}
.copyright .text {
  color: #777;
}
.copyright .links {
  margin-top: 10px;
  color: #fff;
}
.copyright .links a {
  color: #d4d4d4;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.copyright .links a:last-of-type {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.sidenav {
  height: 100%;
  background-color: #F4F7F6;
  width: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  transition: 0.2s;
  overflow-x: hidden;
  right: 0;
  font-family: DuplicateIonic-Medium, serif;
  font-size: 20px;
}
.sidenav .top {
  background-color: #fff;
}
.sidenav .top .search-icon {
  text-align: center;
  padding: 17px;
}
.sidenav .top .close {
  text-align: center;
  padding: 17px;
}
.sidenav .top .select-mall {
  position: initial;
  text-align: center;
  padding: 17px;
  background-color: #807979;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.sidenav .top .selected:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  margin-left: 8px;
  background: url(../images/assets/icon-downarrow.svg) no-repeat;
}
.sidenav .top .arrow-up.selected:after {
  background-image: url(../images/assets/icon-uparrow.svg);
}
.sidenav .top .sub {
  top: 50px;
  left: 0;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
.sidenav .top .sub .head {
  font-family: DuplicateIonic-Medium, serif;
  font-size: 15px;
  padding: 8px;
}
.sidenav .top .sub .column {
  width: 100%;
}
.sidenav .top .sub .column a {
  font-family: BurlingamePro-Regular, serif;
  font-size: 14px;
  color: #fff;
}
.sidenav .top .sub.show {
  visibility: visible;
  opacity: 1;
  top: 60px;
  left: 0;
}
.sidenav .menu ul {
  padding: 0;
  margin: 0;
  width: 100%;
}
.sidenav .menu ul li {
  list-style-type: none;
}
.sidenav .menu ul li a {
  padding: 10px 15px;
  border-top: 1px solid #ddd;
  color: #444;
  font-size: 16px;
}
.sidenav .menu .app-icons img {
  height: 30px;
  margin-right: 5px;
  border: 1px solid #807979;
  padding: 5px;
  border-radius: 5px;
}
.sidenav .social-btns {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.sidenav .social-btns a {
  float: left;
  width: 33%;
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 9px 0 12px 0;
}
.sidenav .social-btns a:last-of-type {
  border-right: 0;
}
.sidenav .social-btns a img {
  height: 25px;
}
.sidenav .social-btns.app-icons {
  border-top: 0;
}
.sidenav .social-btns.app-icons a {
  border-right: 1px solid #ddd;
  padding: 15px 0;
}
.sidenav .social-btns.app-icons a img {
  height: 50px;
}
.sidenav a {
  text-decoration: none;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.small-icon {
  color: #6B6767;
  background-size: 17px;
  background-repeat: no-repeat;
  padding-left: 20px;
  display: inline-block;
  font-size: 12px;
  transition: 0.2s;
}
.small-icon.active {
  color: #E2051B;
}
.small-icon.halal.active {
  background-image: url("../images/assets/icon-halal.png");
}
.small-icon.giftcard.active {
  background-image: url("../images/assets/icon-giftcard.svg");
}
.small-icon.fr.active {
  background-image: url("../images/assets/icon-fr.svg");
}
.small-icon.star.active {
  background-image: url("../images/assets/icon-star.svg");
}

.legend .small-icon {
  background-image: url("../images/assets/icon-tick-greyed.svg");
}
.legend .small-icon.active {
  background-image: url("../images/assets/icon-tick.svg");
}

.sidesearch {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  transition: 0.5s;
  overflow-x: hidden;
  left: 0;
  font-family: DuplicateIonic-Medium, serif;
  font-size: 20px;
  z-index: 20;
}
.sidesearch.show {
  visibility: visible;
  opacity: 1;
}
.sidesearch .searchbar {
  padding: 18px 0 19px 0;
  background-color: #F4F7F6;
  border-bottom: 1px solid #ddd;
}
.sidesearch .searchbar .close, .sidesearch .searchbar .search-icon {
  text-align: center;
}
.sidesearch .searchbar input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  font-family: BurlingamePro-Regular, serif;
  background-color: transparent;
}
.sidesearch .searchresults {
  display: none;
  /*height:93vh;*/
  padding: 15px;
  /*overflow:hidden;*/
  background-color: #F4F7F6;
  font-family: BurlingamePro-Regular, serif;
}
.sidesearch .searchresults h1 {
  font-size: 13px;
  margin: 10px 0 20px 0;
  color: #ccc;
}
.sidesearch .searchresults .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.sidesearch .searchresults .item .category {
  color: #E2051B;
  font-size: 13px;
  margin-bottom: 10px;
}
.sidesearch .searchresults .item .title {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 120%;
}
.sidesearch .searchresults .item .excerpt {
  font-size: 14px;
}

.breadcrumbs {
  display: none;
  width: 100%;
  font-size: 12px;
  background-color: #eee;
  padding: 10px 10px 7px 10px;
  color: #817979;
  font-family: BurlingamePro-Bold, serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #817979;
}
.breadcrumbs a:last-of-type {
  font-family: BurlingamePro-Medium, serif;
  pointer-events: none;
}

.filter-legend {
  display: none;
  margin-bottom: 20px;
}
.filter-legend #store-offer {
  text-align: right;
}
.filter-legend .filters ul {
  margin: 0;
  padding: 0;
}
.filter-legend .filters li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.filter-legend .filters a {
  background-color: #cbcbcb;
  color: #444;
  font-size: 13px;
  padding: 12px 7px;
  display: block;
}
.filter-legend .filters a:last-of-type {
  margin-right: 0;
}
.filter-legend .filters a.active {
  background-color: #E2051B;
  color: #fff;
  position: relative;
}
.filter-legend .filters a.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #E2051B;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.filter-legend .filters .category-open, .filter-legend .filters .wing-open {
  display: inline-block;
  background-color: #E2051B;
  color: #fff;
  font-size: 13px;
  padding: 12px 0;
  width: 15%;
  text-align: center;
  margin-right: -4px;
}
.filter-legend .filters .category-open:after, .filter-legend .filters .wing-open:after {
  display: none;
}
.filter-legend .filters .category-select.full {
  margin-right: 0;
}
.filter-legend .filters .category-select, .filter-legend .filters .wing-select {
  background: url("../images/assets/icon-downarrow-brown.svg") no-repeat 95% center/15px 15px;
  font-family: BurlingamePro-Regular, serif;
  font-size: 13px;
  display: inline-block;
  padding: 11px 25px 11px 10px;
  width: 53%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #E2051B;
  margin-right: 5px;
  cursor: pointer;
}
.filter-legend .filters .wing-select {
  width: 15%;
  background-position: 88% center;
  margin-right: 0;
}
.filter-legend .filters.secondary .wrap {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.filter-legend .filters.secondary .wrap li {
  border-right: 1px solid #ededed;
}
.filter-legend .filters.secondary .wrap a {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.filter-legend .filters.secondary .wrap a:last-of-type {
  border-right: 0;
}
.filter-legend .filters.secondary a.active {
  color: #E2051B;
}
.filter-legend .filters.secondary a.active:after {
  display: none;
}
.filter-legend .legend {
  text-align: right;
  padding-top: 10px;
}
.filter-legend .legend .item {
  display: inline-block;
  margin-left: 2%;
  cursor: pointer;
}
.filter-legend .legend .item.halal {
  display: none;
}
.filter-legend .legend .item.active .text a {
  color: #E2051B;
}
.filter-legend .legend .item:hover {
  opacity: 0.8;
}
.filter-legend .mall-select {
  text-align: right;
}
.filter-legend .mall-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 8px;
}

.filter-dropdown {
  margin-bottom: 20px;
}
.filter-dropdown .selected, .filter-dropdown .selected-secondary {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  font-family: BurlingamePro-Medium, serif;
  background: #ededed url("../images/assets/icon-downarrow-brown.svg") no-repeat 95% center/20px;
  cursor: pointer;
  z-index: 10;
}
.filter-dropdown .selected-secondary {
  z-index: 8;
}
.filter-dropdown .selected.arrow-up, .filter-dropdown .selected-secondary.arrow-up {
  background-image: url("../images/assets/icon-uparrow-brown.svg");
}
.filter-dropdown .sub, .filter-dropdown .sub-secondary {
  width: 400px;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  padding: 0 15px;
}
.filter-dropdown .sub a, .filter-dropdown .sub-secondary a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-bottom: 10px;
}
.filter-dropdown .sub .content, .filter-dropdown .sub-secondary .content {
  background-color: #DBDCDE;
}
.filter-dropdown .sub .content li, .filter-dropdown .sub-secondary .content li {
  list-style-type: none;
}
.filter-dropdown .sub .content a, .filter-dropdown .sub-secondary .content a {
  color: #6A6A6C;
  border-bottom: 1px solid #ECECED;
  padding: 10px 15px 10px 15px;
  font-family: BurlingamePro-Medium, serif;
}
.filter-dropdown .sub.show, .filter-dropdown .sub-secondary.show {
  visibility: visible;
  opacity: 1;
  top: 44px;
  left: 0;
}
.filter-dropdown .sub-secondary {
  top: 102px;
}
.filter-dropdown .sub-secondary.show {
  top: 108px;
}
.filter-dropdown .title {
  color: #E2051B;
  font-family: DuplicateIonic-Medium, serif;
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.filter-dropdown.secondary .selected {
  z-index: 8;
}
.filter-dropdown.secondary .sub-secondary {
  z-index: 7;
}

.store-listing .secondary-filter {
  display: none;
  width: 100%;
  margin-bottom: 30px;
}
.store-listing .secondary-filter a {
  font-family: BurlingamePro-Medium, serif;
  border-right: 1px solid #ccc;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  font-size: 13px;
  flex-grow: 1;
  text-align: center;
}
.store-listing .secondary-filter a:last-of-type {
  border-right: 0;
}
.store-listing .secondary-filter a.active {
  background-color: #E2051B;
  color: #fff;
}
.store-listing .secondary-filter a.active:hover {
  opacity: 1;
  cursor: default;
}
.store-listing .searchbar {
  margin-bottom: 30px;
}
.store-listing .searchbar input {
  font-family: BurlingamePro-Regular, serif;
  width: 75%;
  float: left;
  padding: 8px 15px;
  font-size: 13px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.store-listing .searchbar .btn {
  width: 10%;
  float: left;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  background-image: url("../images/assets/icon-search.svg");
  background-repeat: no-repeat;
  text-indent: -99999px;
  background-position: center;
  margin-top: 3px;
  padding: 4px;
}
.store-listing .searchbar .filter-icon {
  width: 10%;
  border: 1px solid #ddd;
  padding: 2%;
  overflow: hidden;
  float: right;
  text-align: center;
}
.store-listing .searchbar .filter-icon img {
  height: 20px;
}
.store-listing .store-filter {
  background-color: #F4F7F6;
  padding: 5px 0 10px 0;
  margin-bottom: 20px;
}
.store-listing .store-filter h1 {
  font-size: 11px;
  margin: 10px 0 13px 0;
  color: #ccc;
}
.store-listing .store-filter select {
  width: 100%;
  padding: 7px;
  margin-bottom: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 0;
  font-family: BurlingamePro-Medium, serif;
  background: #fff url("../images/assets/icon-downarrow-brown.svg") no-repeat 95% center/15px;
  cursor: pointer;
  font-size: 13px;
}
.store-listing .store-filter section.legend .item {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  width: 49%;
  font-size: 12px;
  padding-top: 2px;
  padding-left: 25px;
  background-size: 18px;
}
.store-listing .store-filter section.legend .item.halal {
  display: none;
}
.store-listing .store-filter section.legend hr {
  margin: 10px 0 12px 0;
  border-top: 1px solid #ccc;
}
.store-listing .list .item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  margin-right: calc(-4px + 2%);
}
.store-listing .list .item:nth-of-type(even) {
  margin-right: 0;
}
.store-listing .list .item .thumb {
  width: 100%;
  float: left;
  position: relative;
  border: 1px solid #ededed;
}
.store-listing .list .item .thumb img {
  width: 100%;
}
.store-listing .list .item .thumb .tag {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-family: BurlingamePro-Medium, serif;
  background-color: #E2051B;
  padding: 5px 8px;
  color: #fff;
  font-size: 13px;
}
.store-listing .list .item .thumb .tag img {
  vertical-align: top;
  height: 25px;
  width: auto;
}
.store-listing .list .item .details {
  width: 100%;
  float: left;
  padding: 0;
}
.store-listing .list .item .details .row {
  display: none;
}
.store-listing .list .item .details .col.findus {
  flex: 2;
}
.store-listing .list .item .details .col.callus {
  flex: 2;
}
.store-listing .list .item .details .col.openfrom {
  flex: 3;
}
.store-listing .list .item .details .col.additional {
  flex: 2;
}
.store-listing .list .item .details .col.category {
  flex: 2;
}
.store-listing .list .item .details .storename {
  font-size: 15px;
  margin-top: 7px;
}
.store-listing .list .item .details .storename a {
  color: #555;
}
.store-listing .list .item .details .title {
  color: #E2051B;
  font-size: 11px;
  text-transform: uppercase;
  font-family: BurlingamePro-Bold, serif;
  margin-bottom: 5px;
}
.store-listing .list .item .details .info {
  font-size: 14px;
  color: #6B6767;
}
.store-listing .list .item .additional .item {
  margin-bottom: 5px;
}

.property-filter {
  display: none;
  text-align: right;
  margin-top: -10px;
  margin-bottom: 30px;
}
.property-filter select {
  background: url("../images/assets/icon-downarrow-brown.svg") no-repeat 95% center/15px 15px;
  font-family: BurlingamePro-Regular, serif;
  font-size: 13px;
  display: inline-block;
  padding: 11px 35px 11px 10px;
  width: 20%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-right: 5px;
  cursor: pointer;
}

.property-filter.floated {
  margin: 0;
}
.property-filter.floated select {
  width: auto;
}

.property-filter.m-visible {
  display: block;
  width: 100%;
  margin-top: 15px;
}
.property-filter.m-visible select {
  width: 100%;
}

.textbody {
  font-size: 15px;
  color: #6B6767;
  line-height: 130%;
  font-family: "Helvetica", Arial, sans-serif;
}
.textbody hr {
  margin: 20px 0 30px 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.textbody h1, .textbody h2, .textbody h3, .textbody h4 {
  color: #E2051B;
  font-size: 18px;
  font-family: BurlingamePro-Bold, serif;
  margin: 0;
  line-height: 140%;
}
.textbody h1.grey, .textbody h2.grey, .textbody h3.grey, .textbody h4.grey {
  color: #666;
}
.textbody h2 {
  font-size: 16px;
}
.textbody h2.dark {
  color: #555;
  font-size: 18px;
}
.textbody h2.dark-thin {
  color: #333;
  text-transform: uppercase;
  font-family: BurlingamePro-Medium, serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 130%;
}
.textbody h2.pink {
  color: #F16A7C;
  text-transform: uppercase;
  font-family: BurlingamePro-Medium, serif;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 130%;
}
.textbody p {
  margin-bottom: 25px;
}
.textbody table {
  width: 100%;
}
.textbody table, .textbody th, .textbody td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 120%;
  font-size: 15px;
}
.textbody table tr:first-of-type td {
  background: #807979;
  font-size: 16px;
  color: #fff;
}
.textbody a {
  color: #E2051B;
}
.textbody a.btn {
  color: #fff;
}
.textbody .special-info {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 20px 0;
  margin-bottom: 30px;
}
.textbody .special-info h2 {
  margin-bottom: 10px;
}
.textbody .caption {
  color: #666;
  display: block;
  text-align: center;
  font-style: italic;
}
.textbody .embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 25px;
}
.textbody .embed-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.textbody ul, .textbody ol {
  margin: 0;
  padding: 0 0 0 25px;
  text-align: left;
}
.textbody ul li, .textbody ol li {
  margin-bottom: 10px;
}
.textbody ol {
  padding-left: 40px;
}
.textbody ol.no-indent {
  padding-left: 25px;
}
.textbody .qns {
  color: #E2051B;
  font-family: BurlingamePro-Medium, serif;
  margin-bottom: 10px;
}
.textbody .ans {
  margin-bottom: 30px;
}
.textbody .no-margin li {
  margin: 0;
}
.textbody ol.alpha {
  list-style-type: lower-alpha;
}
.textbody .table-wrap {
  width: 100%;
  overflow-x: auto;
}
.textbody .bluebar {
  background-color: #0070b9;
}
.textbody .pinkbar {
  background-color: #ef4270;
}
.textbody section.border-bottom {
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.textbody section.border-bottom.no-border {
  border: 0;
  padding-bottom: 0;
}
.textbody .orangebox {
  background-color: #F15A22;
  background-image: url("../images/assets/bg-orange-stars.png");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 30px;
  color: #fff;
}
.textbody .orangebox h2 {
  color: #fff100;
}
.textbody .orangebox .icon {
  display: none;
}
.textbody .blue-text {
  border-top: 4px solid #0070b9;
  margin: 15px 0 0 0;
  padding: 15px 0 0 0;
  color: #0070b9;
}
.textbody .blue-text .row {
  margin-bottom: 10px;
}
.textbody .wallet-wrap {
  margin-top: 20px;
  margin-bottom: 30px;
}
.textbody .wallet-wrap .icon {
  display: none;
  vertical-align: middle;
  width: 10%;
}
.textbody .wallet-wrap .text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.textbody .height300 {
  height: 300px;
}
.textbody .height200 {
  height: 200px;
}

.store-detail .thumb-info .thumb img {
  width: 100%;
  border: 1px solid #eee;
}
.store-detail .thumb-info .info {
  padding-bottom: 20px;
  padding-top: 20px;
}
.store-detail .thumb-info .info .title {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 100%;
}
.store-detail .thumb-info .info .additional {
  margin-bottom: 10px;
}
.store-detail .thumb-info .info .additional .item {
  display: inline-block;
  margin-bottom: 7px;
  margin-right: 5px;
}
.store-detail .thumb-info .info .additional .item.halal {
  display: none;
  margin-bottom: 15px;
}
.store-detail .thumb-info .info .detail {
  margin-bottom: 12px;
}
.store-detail .thumb-info .info .detail .title {
  color: #E2051B;
  font-size: 11px;
  text-transform: uppercase;
  font-family: BurlingamePro-Bold, serif;
  margin-bottom: 2px;
}
.store-detail .thumb-info .info .detail .text {
  font-size: 13px;
  color: #6B6767;
}
.store-detail .thumb-info .info .detail:last-of-type {
  margin-bottom: 0;
}
.store-detail .textbody {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.related {
  padding-top: 40px;
}
.related .heading {
  margin-bottom: 25px;
}
.related .list .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  display: block;
  margin-bottom: 10px;
  border: 1px solid #ededed;
}
.related .list .item:nth-of-type(even) {
  margin-right: 0;
}
.related .list .item .greywrap {
  background-color: #ededed;
  font-family: BurlingamePro-Medium, serif;
  color: #E2051B;
  padding: 10px;
  font-size: 14px;
  position: relative;
  height: 60px;
  display: table;
  width: 100%;
}
.related .list .item .greywrap .date {
  font-size: 14px;
  margin-bottom: 5px;
}
.related .list .item .greywrap .title {
  color: #333;
  font-size: 16px;
  line-height: 120%;
}
.related .list .item .greywrap .more {
  font-size: 13px;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
}
.related .list .item .greywrap .storename {
  display: table-cell;
  vertical-align: middle;
}

.related.stores .list .item {
  border: 0;
}
.related.stores .list .item .greywrap {
  background-color: transparent;
  height: auto;
  padding: 10px 15px 10px 0;
}
.related.stores .list .item img {
  border: 1px solid #ededed;
}

.related.posts {
  padding-top: 50px;
}
.related.posts .list .item .greywrap {
  height: 125px;
}
.related.posts .list .item .greywrap .title {
  font-size: 14px;
}

.threebox-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.threebox-wrapper .item {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.threebox-wrapper .item .thumb {
  border: 1px solid #ededed;
}
.threebox-wrapper .item .text {
  background-color: #ededed;
  padding: 15px 10px;
  height: 85px;
}
.threebox-wrapper .item .text .date {
  color: #E2051B;
  font-family: BurlingamePro-Medium, serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.threebox-wrapper .item .text .title {
  font-size: 15px;
  line-height: 125%;
  margin-bottom: 10px;
}
.threebox-wrapper .item .text .mall {
  margin-top: -5px;
  color: #555;
  font-size: 12px;
}
.threebox-wrapper .item .text .excerpt {
  font-size: 13px;
  color: #686868;
}
.threebox-wrapper .item .text .more {
  display: none;
}

.threebox-wrapper.happenings .item .text {
  height: 125px;
}

.threebox-wrapper.blog .item .text {
  height: auto;
  background: transparent;
  padding: 15px 10px 15px 0;
}

.blog-header {
  margin-bottom: 30px;
}
.blog-header .hero {
  margin-bottom: 30px;
}
.blog-header .date {
  color: #E2051B;
  font-family: BurlingamePro-Bold, serif;
}
.blog-header .title {
  font-size: 40px;
  margin-bottom: 10px;
}
.blog-header .author {
  font-size: 16px;
}
.blog-header .author strong {
  font-family: BurlingamePro-Bold, serif;
}

.back-share-wrap {
  margin-top: 40px;
}
.back-share-wrap .more {
  float: left;
}
.back-share-wrap .share {
  float: right;
  margin-top: -5px;
}

.share {
  float: left;
}
.share .item {
  display: inline-block;
  background-color: gray;
  width: 35px;
  height: 35px;
  padding: 5px;
  text-align: center;
  vertical-align: top;
}
.share .item.fb {
  background-color: #3B5898;
}
.share .item.twitter {
  background-color: #01ACED;
}
.share .item.pinterest {
  background-color: #CB2027;
}
.share .item.whatsapp {
  background-color: #1D9E12;
}

#full-overlay {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 25;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: hidden;
  transition: 0.5s;
  display: none;
}
#full-overlay .search-wrapper {
  position: relative;
  color: #fff;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  padding: 0 20%;
}
#full-overlay .search-wrapper .col {
  padding: 0;
}
#full-overlay .search-wrapper .col .search-field {
  width: 100%;
  padding: 12px;
  border: 0;
}
#full-overlay .search-wrapper .col .btn {
  width: 100%;
  padding: 12px 0 11px 0;
}
#full-overlay .search-wrapper .col .btn:hover {
  opacity: 1;
  background-color: #6B6767;
}
#full-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.result-header {
  background-color: #E2051B;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 15px;
  position: relative;
  font-size: 13px;
}
.result-header:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #E2051B;
  display: block;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.search-listing .more-wrap {
  text-align: center;
}
.search-listing .full-btn {
  margin-bottom: 30px;
  background-color: #6B6767;
  display: inline-block;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.search-listing .full-btn:hover {
  opacity: 0.9;
}

.refine-search {
  background-color: #ededed;
  padding: 20px 15px;
  text-align: center;
  margin-bottom: 20px;
}
.refine-search .row {
  padding: 0 5%;
}
.refine-search .col {
  padding: 0;
}
.refine-search .search-field {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 0;
}
.refine-search .btn {
  width: 100%;
  padding: 12px;
}
.refine-search h5 {
  color: #E2051B;
  font-family: BurlingamePro-Medium, serif;
}

.cookie-tray {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 25px;
  position: fixed;
  bottom: -200px;
  color: #fff;
  transition: 0.5s;
  font-size: 13px;
}
.cookie-tray.show {
  bottom: 0;
}
.cookie-tray .btn {
  width: 100%;
  margin-top: 20px;
}
.cookie-tray .btn:hover {
  opacity: 1;
  background-color: #6B6767;
}
.cookie-tray a {
  color: #eeeeee;
  text-decoration: underline;
}

.contactus .main {
  margin-top: 30px;
}
.contactus .textbody {
  padding: 20px 0;
}
.contactus .map {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.contactus .quick-info {
  margin-top: 20px;
  background-color: #ededed;
  padding: 15px;
  color: #666;
  font-size: 14px;
}
.contactus .quick-info section {
  margin-bottom: 20px;
}
.contactus .quick-info section:last-of-type {
  margin-bottom: 0;
}
.contactus .quick-info .title {
  font-family: BurlingamePro-Bold, serif;
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contactus .quick-info a {
  color: #666;
  text-decoration: underline;
}

.privacy .textbody ol {
  padding-left: 20px;
}
.privacy .textbody ol h2 {
  margin: 25px 0 10px -20px;
}
.privacy .textbody ol h2:first-of-type {
  margin-top: 0;
}

.leasingform {
  font-size: 13px;
  margin-top: 30px;
}
.leasingform input, .leasingform select {
  font-size: 13px;
  cursor: pointer;
  padding: 10px;
}
.leasingform select.form-control {
  height: 40px !important;
}
.leasingform .row {
  margin-bottom: 20px;
}
.leasingform .row .col .row {
  margin-bottom: 0;
}
.leasingform .margin-btm-10-mobile {
  margin-bottom: 10px;
}
.leasingform .hide-in-mobile {
  display: none;
}
.leasingform .label {
  margin-bottom: 5px;
}
.leasingform .radios .radio-inline {
  cursor: pointer;
  margin-right: 12px;
}
.leasingform .radios input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.leasingform .agreement input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.leasingform .agreement a {
  color: #E2051B;
}
.leasingform .agreement .alert-danger {
  padding: 10px;
  margin-top: 5px;
}
.leasingform .btn {
  padding: 12px 20px;
  width: 100%;
}
.leasingform .status .text {
  padding: 12px 0 10px 0;
  text-align: center;
}

/* Commercial */
.commercial-hero {
  height: 550px;
  background: url("../../experience/images/hero-fraserstower.png") no-repeat top center/cover;
  display: table;
}
.commercial-hero .row {
  display: table-cell;
  vertical-align: middle;
}
.commercial-hero .row .container .text {
  font-family: BurlingamePro-Bold, serif;
  font-size: 38px;
  color: #fff;
  line-height: 110%;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background: url("../images/assets/icon-brushstroke.png") no-repeat left top/50% 10px;
  padding-top: 30px;
  display: inline-block;
}

.map-bg {
  display: block;
  background: url("../../experience/images/bg-frasertower-map.png") no-repeat center center/cover;
  padding: 30px 0;
}
.map-bg .map {
  display: block;
  margin-top: 0;
}

.commercial {
  margin-bottom: 0;
}
.commercial .breadcrumbs {
  margin-bottom: 0;
}

.commercial.home {
  padding-top: 40px;
}
.commercial.home .heading {
  margin: 0 auto 30px auto;
}
.commercial.home .threebox-wrapper {
  margin: 0;
}
.commercial.home .threebox-wrapper .item .text {
  height: auto;
}
.commercial.home .threebox-wrapper .item img {
  width: 100%;
}

.commercial.about .squarebox {
  margin-left: -15px;
  margin-right: -15px;
}
.commercial.about .squarebox img {
  width: 100%;
}
.commercial.about .about-video {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
}
.commercial.about .about-video iframe {
  height: 250px;
}
.commercial.about .bigfooterimg {
  background: url("../../experience/images/commercial-bigfooterimg.png") no-repeat center center/cover;
  height: 300px;
  margin-top: 10px;
}

.commercial.services .gray-info {
  background-color: #FCFAFA;
  padding: 40px 0 50px 0;
  text-align: center;
}
.commercial.services .gray-info .item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.commercial.services .gray-info .item:last-of-type {
  margin-bottom: 0;
}
.commercial.services .gray-info h1 {
  font-size: 23px;
  font-family: BurlingamePro-Bold, serif;
  margin: 0 0 15px 0;
}
.commercial.services .gray-info .icon {
  margin-bottom: 20px;
}

.commercial.contact .map-bg {
  margin-top: 0;
  display: block;
  margin-bottom: 40px;
}
.commercial.contact .main {
  margin-top: 40px;
}

.half-half.contains-subnav .content-wrap {
  padding-top: 0;
}
.half-half .textbody p:last-of-type {
  margin-bottom: 0;
}
.half-half .content-col, .half-half .big-img {
  padding-left: 0;
  padding-right: 0;
}
.half-half .content-wrap {
  text-align: left;
  padding: 20px 15px 20px 15px;
  text-align: center;
}
.half-half .filter-dropdown {
  text-align: left;
}
.half-half .heading {
  padding-top: 25px;
}
.half-half .big-img {
  background-size: cover;
  background-position: center center;
  height: 500px;
}
.half-half .icon-text-wrap .item {
  margin-bottom: 20px;
}
.half-half .icon-text-wrap .item:last-of-type {
  margin-bottom: 0;
}
.half-half .icon-text-wrap .icon .circle {
  border: 2px solid #333;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}
.half-half .icon-text-wrap .text {
  font-family: "Helvetica", Arial, sans-serif;
  padding-top: 15px;
  padding-left: 0;
}
.half-half .icon-text-wrap .text h1 {
  font-family: BurlingamePro-Medium, serif;
  font-size: 18px;
}
.half-half .icon-text-wrap .text p {
  margin-bottom: 10px;
}
.half-half .icon-text-wrap .text p:last-of-type {
  margin-bottom: 0;
}
.half-half .btn {
  color: #fff;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.half-half .subnav .filter-dropdown .row {
  position: relative;
}
.half-half .subnav .filter-dropdown .row .sub {
  padding-left: 0;
  padding-right: 0;
}

.contactus .heading {
  text-align: left;
  background-position: left top;
  margin-bottom: 30px;
}
.contactus .heading .subtitle {
  font-family: BurlingamePro-Regular, serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.contactus .heading .note {
  font-family: BurlingamePro-Regular, serif;
  font-size: 12px;
  font-style: italic;
  margin-top: 2px;
}

.contactus.leasing .leasing-enquiry {
  display: block;
}
.contactus.leasing .general-enquiry {
  display: none;
}

.contactform {
  color: #333;
}
.contactform .item {
  margin-bottom: 25px;
}
.contactform label {
  display: block;
  margin-bottom: 5px;
  font-family: BurlingamePro-Bold, serif;
}
.contactform input, .contactform textarea, .contactform select {
  width: 100%;
  padding: 15px 10px 12px 10px;
  /*
  font-family:$di-rg;*/
  border: 1px solid #ccc;
  color: #333;
}
.contactform textarea {
  height: 150px;
}
.contactform select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/assets/icon-downarrow-brown.svg") no-repeat 98% center/15px 15px;
  cursor: pointer;
  border-radius: 0;
}
.contactform input[type=file] {
  padding: 10px 0;
  border: 0;
}
.contactform .btn {
  border: 0;
  font-family: BurlingamePro-Regular, serif;
  color: #fff;
}
.contactform .btn:hover {
  opacity: 0.8;
}
.contactform .leasing-enquiry {
  display: none;
}
.contactform .error {
  font-family: BurlingamePro-Regular, serif;
  color: #E2051B;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
}
.contactform input.error, .contactform select.error, .contactform textarea.error {
  border: 1px solid #E2051B;
}
.contactform .submit-status {
  display: none;
  text-align: center;
  padding: 10px 0;
  background-color: #5cb85c;
  color: #fff;
  margin-bottom: 15px;
}
.contactform .submit-status.danger {
  background-color: #dc3545;
}

.btn.book-now {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  width: 100%;
}

body.modal-open {
  /* block scroll for mobile;
  causes underlying page to jump to top;
  prevents scrolling on all screens*/
  overflow: hidden;
  position: fixed;
}

body.viewport-lg {
  /* block scroll for desktop;
  will not jump to top;
  will not prevent scroll on mobile*/
  position: absolute;
}

.filter-legend .filters a.fr-member-login {
  display: none;
}

#navbar li.mall-only {
  display: none;
}

#navbar .footer-only {
  display: none;
}

/* Static Pages */
.about-kv {
  position: relative;
  margin-bottom: 20px;
}
.about-kv .appstore {
  position: absolute;
  bottom: 15%;
  right: 20%;
}
.about-kv .googleplay {
  position: absolute;
  bottom: 15%;
  right: 42%;
}

img.lr-float {
  width: 48%;
}

img.mr-15 {
  margin-right: 5px;
}

.about-kv {
  position: relative;
  overflow: hidden;
  padding: 15px 15px 0 15px;
  line-height: 100%;
}
.about-kv:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed0675;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  transform: skew(0deg);
  z-index: -1;
}
.about-kv .hand {
  margin-bottom: 20px;
  text-align: center;
}
.about-kv .line1 {
  margin-bottom: 12px;
}
.about-kv .line2 {
  margin-bottom: 25px;
}
.about-kv .line3 {
  margin-bottom: 8px;
}
.about-kv .line4 {
  margin-bottom: 20px;
}
.about-kv .app-btns {
  margin-bottom: 15px;
}
.about-kv .app-btns .col {
  padding: 5px;
}

.about-frx {
  padding-left: 0;
  padding-right: 0;
}
.about-frx .col {
  margin-bottom: 15px;
}
.about-frx .about-item {
  color: #fff;
  display: block;
}
.about-frx .about-item h1 {
  color: #fff;
  font-family: BurlingamePro-Regular, serif;
  font-size: 16px;
  padding: 17px 15px 13px 15px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.about-frx .about-item h1 .icon {
  position: absolute;
  right: 10%;
  top: 13px;
}
.about-frx .about-item h1 .icon img {
  max-height: 30px;
}
.about-frx .about-item h1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ed0675;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
.about-frx .about-item p {
  margin-bottom: 0;
  color: #fff;
}
.about-frx .about-item .greyslant {
  background-repeat: no-repeat;
  color: #333;
  padding: 15px 25px 15px 10px;
  font-size: 14px;
  z-index: 1;
}
.about-frx .about-item .greyslant .readmore {
  font-family: BurlingamePro-Medium, serif;
  padding: 10px;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.about-frx .about-item .greyslant .readmore.rightarrow {
  background: url("../images/assets/icon-rightarrow.png") no-repeat 90% center;
  background-color: #ddd;
  padding-right: 30px;
}

.frx-rewards-line {
  display: none;
  height: 5px;
  width: 130px;
  background-color: #666;
  display: none;
  margin-bottom: 15px;
}
.frx-rewards-line.purple {
  background-color: #262261;
}
.frx-rewards-line.yellow {
  background-color: #fff100;
}
.frx-rewards-line.pink {
  background-color: #ed0675;
}

.frx-rewards-header {
  font-family: BurlingamePro-Bold, serif;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 30px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.frx-rewards-header.purple {
  background-image: url("../images/assets/bg-stars.png");
  background-color: #262261;
  color: #fff100;
}
.frx-rewards-header.yellow {
  background-image: url("../images/assets/bg-presents.png");
  background-color: #fff100;
  color: #ed0675;
}
.frx-rewards-header.pink {
  background-image: url("../images/assets/bg-elements.png");
  background-color: #ed0675;
  color: #262261;
}

.frx-dgc-header {
  position: relative;
  padding: 15px 20px 20px 20px;
  font-family: BurlingamePro-Bold, serif;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  overflow: hidden;
}
.frx-dgc-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #262261;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  z-index: -1;
}
.frx-dgc-header.purple {
  color: #fff100;
}
.frx-dgc-header.purple:after {
  background-color: #262261;
}
.frx-dgc-header.yellow {
  color: #ed0675;
}
.frx-dgc-header.yellow:after {
  background-color: #fff100;
}
.frx-dgc-header.pink {
  color: #262261;
}
.frx-dgc-header.pink:after {
  background-color: #ed0675;
}
.frx-dgc-header.mm-grey:after {
  background-color: #333;
}
.frx-dgc-header.mm-grey {
  color: #ffcc00;
}

.screenshot {
  position: relative;
  top: -12px;
  /*left:15px;*/
}

.frx-dgc-easy h2 {
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  color: #262261;
  line-height: 120%;
}
.frx-dgc-easy h2 span {
  color: #ed0675;
}

.mm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mm-list .item {
  width: 49%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 2px;
  text-align: center;
  height: 250px;
  position: relative;
}
.mm-list .item .tag {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #E2051B;
  color: #fff;
  padding: 5px 10px;
  font-family: BurlingamePro-Bold, serif;
  font-size: 14px;
}
.mm-list .item .thumb {
  position: relative;
}
.mm-list .item .thumb img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.mm-list .item .thumb .promo {
  background-color: #FFCC00;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: BurlingamePro-Bold, serif;
  padding: 5px 0;
  color: #000;
}
.mm-list .item .thumb .promo .text {
  font-size: 12px;
}
.mm-list .item .thumb .promo .code {
  font-size: 15px;
}
.mm-list .item .storename {
  color: #E2051B;
  font-family: BurlingamePro-Bold, serif;
  margin-top: 10px;
}
.mm-list .item .mall {
  color: #666;
  font-size: 12px;
  font-family: BurlingamePro-Medium, serif;
  line-height: 130%;
  display: table;
  height: 55px;
  width: 100%;
}
.mm-list .item .mall .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.text-dropdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.text-dropdown .text {
  width: 100%;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 135px;
  text-align: center;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 12px;
  line-height: 1.2;
  border-radius: 5px;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Extra small devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .viewport:after {
    content: "SM, 576px and up";
  }

  .threebox-wrapper .item .text .title {
    font-size: 16px;
  }

  /* Commercial */
  .commercial-hero .row .container .text {
    font-size: 50px;
  }

  .half-half {
    max-width: 540px;
    margin: 0 auto;
  }

  .commercial.about .about-video iframe {
    height: 303px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .viewport:after {
    content: "MD, 768px and up";
  }

  .anchor {
    top: -170px;
  }

  header .top-menu, header .main-menu, .sidebar, .map, .red-footer, footer, .store-finder, .slider .slides.desktop {
    display: block;
  }

  .mobile-menu {
    display: none;
  }

  header .main-menu {
    padding-bottom: 30px;
  }
  header .main-menu .logo {
    text-align: center;
    width: 100%;
  }
  header .main-menu nav {
    text-align: center;
    margin-top: 15px;
    width: 100%;
  }
  header .main-menu nav ul li {
    margin: 0 1%;
  }
  header .main-menu nav ul li a {
    margin-left: 0;
  }
  header .main-menu nav ul li:first-of-type {
    margin-left: 0;
  }
  header .main-menu nav ul li:last-of-type {
    margin-right: 0;
  }

  .content-wrap {
    padding-top: 210px;
  }

  .slider .panel {
    padding: 3% 2%;
  }
  .slider .panel .category {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .slider .panel .more {
    display: block;
  }
  .slider .panel .title {
    font-size: 20px;
  }

  .post-list .item {
    display: block;
  }
  .post-list .item .thumb, .post-list .item .text {
    float: none;
  }
  .post-list .item .thumb {
    width: 100%;
  }
  .post-list .item .text {
    width: 100%;
    padding: 3% 2%;
  }
  .post-list .item .text .title {
    font-size: 18px;
  }
  .post-list .item .text .excerpt {
    display: block;
  }

  .copyright {
    margin-top: 0;
  }
  .copyright .logo {
    display: none;
  }
  .copyright .text {
    display: inline-block;
  }
  .copyright .links {
    display: inline-block;
    margin-left: 15px;
  }

  .heading {
    font-size: 26px;
  }

  .widget.events .item .date {
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .widget.events .item .info {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .widget.events .item:nth-of-type(1n+4) {
    display: none;
  }

  .widget.latest .list .item {
    padding: 10px;
  }
  .widget.latest .list .item:nth-of-type(1n+4) {
    display: none;
  }

  .widget.deals h2 {
    font-size: 20px;
  }
  .widget.deals .item .thumb {
    width: 100%;
  }
  .widget.deals .item .info {
    width: 100%;
    padding: 10px;
  }
  .widget.deals .item .location {
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .widget.deals .item:nth-of-type(1n+4) {
    display: none;
  }

  .breadcrumbs {
    display: block;
    margin-bottom: 30px;
  }

  .filter-legend {
    display: flex;
  }
  .filter-legend .filters .category-select {
    width: 53.7%;
  }
  .filter-legend .filters .category-select.full {
    width: 85%;
  }
  .filter-legend .legend {
    padding-top: 0;
    margin-top: 20px;
    text-align: right;
  }

  .store-listing .searchbar {
    display: none;
  }
  .store-listing .secondary-filter {
    display: flex;
    margin-top: -10px;
  }
  .store-listing .searchbar input {
    width: 79%;
    border: 1px solid #ddd;
    font-size: 16px;
  }
  .store-listing .searchbar .btn {
    width: 20%;
    padding: 11px 0 12px 0;
    display: block;
    background-color: #E2051B;
    color: #fff;
    text-indent: 0px;
    background-image: none;
    margin-top: 0;
    border-bottom: 0;
  }
  .store-listing .searchbar .filter-icon {
    display: none;
  }

  .property-filter {
    display: block;
  }
  .property-filter select {
    width: 100%;
    background-position: 97% center;
  }

  .property-filter.m-visible {
    display: block;
    margin-top: 15px;
  }
  .store-filter {
    display: none;
  }

  .store-detail .thumb-info {
    padding-bottom: 30px;
  }
  .store-detail .thumb-info .info {
    padding-top: 0;
    padding-bottom: 0;
  }
  .store-detail .textbody {
    border-top: 0;
    padding-top: 0;
  }

  .textbody .wallet-wrap .icon {
    display: inline-block;
    margin-right: 2%;
  }
  .textbody .wallet-wrap .text {
    width: 87%;
  }
  .textbody .orangebox .icon {
    display: block;
  }

  .filter-dropdown {
    display: none;
  }

  .related .list .item {
    width: 24.25%;
    margin-right: 1%;
  }
  .related .list .item:nth-of-type(even) {
    margin-right: 1%;
  }
  .related .list .item:last-of-type {
    margin-right: 0;
  }

  .related.stores .list .item .greywrap {
    background-color: #ededed;
    padding: 10px;
    height: 60px;
  }

  .share .item.whatsapp {
    display: none;
  }

  .threebox-wrapper .item .text .excerpt {
    font-size: 12px;
  }

  #full-overlay {
    display: block;
  }
  #full-overlay .search-wrapper {
    padding: 0 5%;
  }

  .result-header {
    font-size: 16px;
  }

  .refine-search .row {
    padding: 0 15%;
  }

  .cookie-tray {
    bottom: -100px;
  }
  .cookie-tray .btn {
    margin-top: 0;
  }

  .leasing .sidebar {
    display: none;
  }

  .contactus .main {
    margin-top: 0;
  }

  /* Commercial dd*/
  .commercial .subnav {
    margin-top: 30px;
  }

  .commercial-hero .row .container .text {
    font-size: 60px;
  }

  .map-bg {
    padding: 60px 0;
  }

  .commercial.home .threebox-wrapper .item .text {
    height: 240px;
  }

  .half-half {
    max-width: initial;
    margin: initial;
  }
  .half-half .filter-legend, .half-half .filter-dropdown {
    margin-bottom: 40px;
  }
  .half-half .content-wrap {
    width: 360px;
    display: inline-block;
    padding: 100px 15px 100px 50px;
    text-align: left;
  }
  .half-half .content-wrap .heading {
    text-align: left;
    background-position: left top;
    font-size: 30px;
    line-height: 110%;
    text-transform: uppercase;
  }
  .half-half.c-left .content-wrap {
    padding-left: 15px;
    padding-right: 50px;
    float: right;
  }
  .half-half .big-img {
    height: auto;
    margin-bottom: 0;
  }
  .half-half .icon-text-wrap .text {
    border-top: 1px solid #333;
  }

  .commercial.about .squarebox {
    height: 500px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-top: -100px;
    margin-bottom: -100px;
    margin-left: -35px;
    margin-right: initial;
  }
  .commercial.about .about-video {
    padding-left: 15px;
    padding-right: 15px;
  }
  .commercial.about .about-video iframe {
    height: 388px;
  }
  .commercial.about .bigfooterimg {
    height: 400px;
  }

  .commercial.contact .main {
    margin-top: 0;
  }

  .btn.book-now {
    width: auto;
  }

  .quick-info-header {
    margin-top: 24px;
  }

  /* Static Pages */
  .about-frx .col {
    margin-bottom: 20px;
  }
  .about-frx .greyslant {
    height: auto;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .viewport:after {
    content: "LG, 992px and up";
  }

  .property-filter.m-visible {
    width: auto;
  }

  .anchor {
    top: -120px;
  }

  header .main-menu {
    padding-bottom: 25px;
  }
  header .main-menu .logo {
    width: 25%;
    text-align: initial;
  }
  header .main-menu nav {
    width: calc(75% - 4px);
    text-align: right;
    margin-top: initial;
  }
  header .main-menu nav ul li {
    margin: initial;
    margin-left: 2%;
  }
  header .main-menu nav ul li a {
    margin-left: initial;
  }
  header .main-menu nav ul li:first-of-type {
    margin-left: 0;
  }

  header.shrink .main-menu {
    padding-bottom: 15px;
  }

  .content-wrap {
    padding-top: 170px;
  }

  .slider .panel .title {
    font-size: 30px;
  }

  .widget.events .item .date {
    width: 23%;
    padding: 0;
    height: 66px;
  }
  .widget.events .item .info {
    width: 77%;
    padding: 3%;
    height: 66px;
    display: flex;
  }
  .widget.events .item .info .location {
    font-size: 13px;
  }
  .widget.events .item:nth-of-type(1n+4) {
    display: block;
  }

  .widget.latest .list .item {
    padding: 3%;
  }
  .widget.latest .list .item:nth-of-type(1n+4) {
    display: block;
  }

  .widget.deals h2 {
    font-size: 21px;
  }
  .widget.deals .item .thumb {
    width: 32%;
  }
  .widget.deals .item .info {
    width: 68%;
    padding: 3%;
    height: 67px;
  }
  .widget.deals .item .location {
    width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .widget.deals .item:nth-of-type(1n+4) {
    display: block;
  }

  .filter-legend .filters.secondary li {
    padding: 12px 10px;
    margin-bottom: 0;
  }

  .store-listing .list .item {
    width: 100%;
  }
  .store-listing .list .item .thumb {
    width: 22%;
    height: 148px;
  }
  .store-listing .list .item .details {
    width: 78%;
    height: 148px;
    padding: 10px;
    background-color: #EBECED;
  }
  .store-listing .list .item .details .row {
    display: flex;
  }
  .store-listing .list .item .details .storename {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .store-listing .list .item .details .storename .small-icon {
    width: 17px;
    height: 17px;
    margin: 7px 0 0 0;
    padding-left: 0;
  }
  .store-listing .list .item .details .storename .small-icon:first-of-type {
    margin-left: 5px;
  }
  .store-listing .list .item .details .info {
    font-size: 12px;
  }
  .store-listing .list .item .additional .item {
    white-space: nowrap;
  }

  .store-listing.four-col .list .item {
    width: 23%;
  }
  .store-listing.four-col .list .item .thumb {
    width: 100%;
    float: none;
  }
  .store-listing.four-col .list .item .details {
    float: none;
    height: auto;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .store-listing.four-col .list .item .details .storename {
    font-size: 15px;
    margin-top: 7px;
  }
  .store-listing.four-col .list .item .details .row {
    display: none;
  }
  .store-listing.four-col .list .item:nth-of-type(even) {
    margin-right: calc(-4px + 2%);
  }
  .store-listing.four-col .list .item:nth-of-type(4n) {
    margin-right: 0;
  }

  .store-listing.three-col .list .item {
    width: 32%;
  }
  .store-listing.three-col .list .item .thumb {
    width: 100%;
    float: none;
    height: auto;
  }
  .store-listing.three-col .list .item .details {
    float: none;
    height: auto;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
  .store-listing.three-col .list .item .details .storename {
    font-size: 15px;
    margin-top: 7px;
  }
  .store-listing.three-col .list .item .details .row {
    display: none;
  }
  .store-listing.three-col .list .item:nth-of-type(even) {
    margin-right: calc(-4px + 2%);
  }
  .store-listing.three-col .list .item:nth-of-type(3n) {
    margin-right: 0;
  }

  .threebox-wrapper .item .text {
    padding: 15px;
    height: 130px;
  }
  .threebox-wrapper .item .text .date {
    font-size: 15px;
  }
  .threebox-wrapper .item .text .title {
    font-size: 20px;
  }
  .threebox-wrapper .item .text .excerpt {
    font-size: 14px;
  }
  .threebox-wrapper .item .text .mall {
    font-size: 15px;
  }
  .threebox-wrapper .item .text .more {
    display: inline-block;
    position: absolute;
    bottom: 15px;
  }

  .threebox-wrapper.happenings .item .text {
    height: 180px;
  }

  .threebox-wrapper.blog .item .text {
    height: 270px;
    background-color: #ededed;
    padding: 15px;
  }

  .post-list .item {
    display: flex;
    margin-bottom: 20px;
  }
  .post-list .item .thumb, .post-list .item .text {
    float: left;
  }
  .post-list .item .thumb {
    width: 52%;
    flex: 1;
  }
  .post-list .item .text {
    width: 48%;
    flex: 1;
    padding: 3% 2%;
  }
  .post-list .item .text .title {
    font-size: 18px;
  }
  .post-list .item .text .excerpt {
    margin-top: 8px;
  }
  .post-list .item .text .more {
    position: absolute;
    bottom: 20px;
    margin: 0;
  }

  .post-list .item {
    display: flex;
  }
  .post-list .item .thumb, .post-list .item .text {
    float: left;
  }
  .post-list .item .thumb {
    width: 52%;
    flex: 1;
  }
  .post-list .item .text {
    width: 48%;
    flex: 1;
    padding: 3% 2%;
  }
  .post-list .item .text .title {
    font-size: 20px;
  }

  #full-overlay .search-wrapper {
    padding: 10%;
  }

  .leasing .sidebar {
    display: block;
  }

  .leasingform margin-btm-10-mobile {
    margin-bottom: 0;
  }
  .leasingform .label {
    margin-bottom: 0;
  }
  .leasingform .hide-in-mobile {
    display: block;
  }

  .text-dropdown {
    flex-wrap: nowrap;
  }
  .text-dropdown .text {
    padding-right: 15px;
  }

  /* Commercial */
  .commercial-hero {
    height: 700px;
  }

  .commercial.home .threebox-wrapper .item .text {
    height: 280px;
  }

  .half-half .content-wrap {
    width: 480px;
  }
  .half-half .content-wrap .heading {
    font-size: 45px;
  }

  .commercial.about .about-video iframe {
    height: 523px;
  }
  .commercial.about .bigfooterimg {
    height: 500px;
  }

  /* Static Pages */
  .about-frx .about-item .greyslant {
    height: 200px;
  }
  .about-frx .about-item .greyslant .readmore {
    position: absolute;
    bottom: 15px;
  }

  .frx-rewards-line {
    display: block;
  }

  .about-kv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed0675;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    z-index: -1;
  }
  .about-kv .hand {
    margin-bottom: 0;
  }
  .about-kv .line2 {
    margin-bottom: 15px;
  }
  .about-kv .line4 {
    margin-bottom: 10px;
  }
  .about-kv .app-btns {
    margin-bottom: 0;
  }

  .mm-list .item {
    width: 32%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .viewport:after {
    content: "XL, 1200px and up";
  }

  header .main-menu nav ul li {
    margin-left: 2.5%;
  }

  .post-list .item {
    margin-bottom: 30px;
  }
  .post-list .item .text .title {
    font-size: 22px;
    overflow: hidden;
  }
  .post-list .item .text .excerpt {
    font-size: 14px;
    margin-top: 15px;
    height: 85px;
    overflow: hidden;
  }

  .store-listing .filters a {
    padding: 12px 20px;
  }
  .store-listing .filter-legend .legend {
    margin-top: 10px;
    text-align: right;
  }
  .store-listing .secondary-filter {
    margin-top: 0;
  }
  .store-listing .list .item .thumb {
    height: 177px;
  }
  .store-listing .list .item .details {
    height: 177px;
    padding: 15px;
  }
  .store-listing .list .item .details .storename {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .store-listing .list .item .details .info {
    font-size: 13px;
  }

  .property-filter {
    text-align: right;
  }
  .property-filter select {
    width: 20%;
  }

  .filter-legend .filters .category-select {
    width: 53%;
  }

  .threebox-wrapper.happenings .item .text {
    height: 200px;
  }

  .threebox-wrapper.blog .item .text {
    height: 230px;
  }

  .widget.deals .item .info {
    height: 81px;
  }
  .widget.deals .item .location {
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* Commercial */
  .commercial.home .threebox-wrapper .item .text {
    height: 230px;
  }

  .half-half .content-wrap {
    width: 570px;
  }

  .commercial.about .about-video iframe {
    height: 624px;
  }

  /* Static Pages */
  .about-frx .about-item .greyslant {
    height: 180px;
  }

  .about-kv:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ed0675;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    z-index: -1;
  }
  .about-kv .line2 {
    margin-bottom: 25px;
  }
  .about-kv .line4 {
    margin-bottom: 10px;
  }
  .about-kv .app-btns {
    margin-bottom: 15px;
  }
}
/*Firefox*/
@-moz-document url-prefix() {
  .filter-legend .filters .category-select, .filter-legend .filters .wing-select {
    padding: 11px 35px 12px 10px;
  }
}
/*Internet Explorer*/
select::-ms-expand {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .filter-legend .filters .category-select, .filter-legend .filters .wing-select {
    padding: 12px 35px 12px 10px;
  }

  header .main-menu nav ul li {
    margin-right: 0;
  }
}

/*# sourceMappingURL=style.css.map */
