/* --- Dipula Group Mall Template SCSS --- */
/* --- Variables --- */
/* --- Mixins --- */
/* --- Base --- */
html, body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #3C414B; }

.full-height {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px; }

.half-height {
  height: 50%; }

.col-0-gutter {
  padding-left: 0;
  padding-right: 0; }

.col-0-left-gutter {
  padding-left: 0; }

.col-0-right-gutter {
  padding-right: 0; }

.margin-right {
  margin-right: 15px; }

.bottom-padded {
  padding-bottom: 40px; }

.white-bottom-bordered {
  border-bottom: 1px solid #ffffff; }

.light-grey {
  color: #4E535D; }

.table-holder {
  display: table;
  width: 100%;
  height: 100%; }

.table-holder-height {
  display: table;
  height: 100%; }

.table-holder-match {
  display: table; }

.table-inner {
  display: table-cell;
  vertical-align: middle; }

.table-inner-bottom {
  display: table-cell;
  vertical-align: bottom; }

.full-background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.full-background-fixed {
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.full-background-bottom {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-attachment: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

div.nav-holder {
  position: relative; }

nav#main-nav {
  position: absolute;
  width: 100%;
  padding: 0;
  background: url("../images/white-overlay.png");
  z-index: 120; }
  nav#main-nav ul.nav {
    height: 80px;
    margin: 0 40px 0 40px; }
    nav#main-nav ul.nav li {
      float: none;
      display: inline-block; }
  nav#main-nav a {
    color: #4E535D;
    font-weight: 500;
    font-size: 13px;
    height: 80px;
    display: table-cell;
    vertical-align: bottom; }
    nav#main-nav a:hover {
      background: #4E535D;
      color: #ffffff; }
  nav#main-nav a.nav-brand {
    position: absolute;
    top: 0;
    left: 54px;
    z-index: 110;
    display: block;
    width: 200px; }

div.home-container {
  width: 100%;
  height: 100%;
  min-height: 100%; }

div#mod-custom91 {
  height: 100%; }

div.home-about-us {
  height: 100%;
  color: #ffffff;
  text-align: center;
  background-image: url("../images/home/about-us.jpg"); }
  div.home-about-us h3 {
    margin-top: 8px;
    font-weight: 300;
    line-height: 1.5; }
  div.home-about-us div.home-about-us-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px;
    background: url("../images/grey-overlay.png");
    line-height: 1.8;
    font-size: 16px; }

h3.intro-h3 {
  color: #737881;
  font-weight: 300;
  margin: 40px 0;
  text-align: center;
  line-height: 1.5; }

div.trading-hours-right {
  height: 400px;
  background-image: url("../images/home/trading-hours.jpg");
  margin-bottom: 15px; }

div.home-trading-hours {
  height: 400px;
  background: #494645;
  color: #ffffff;
  padding: 30px 40px;
  margin-bottom: 15px; }
  div.home-trading-hours h1 {
    color: #ffffff;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 10px; }
  div.home-trading-hours h4 {
    margin-top: 0;
    font-weight: 600; }
  div.home-trading-hours div.black-overlay {
    top: 0px;
    left: 0px; }
  div.home-trading-hours:hover .black-overlay {
    opacity: 1; }
  div.home-trading-hours div.trading-hours-table {
    padding-right: 15px; }

div.home-store-directory {
  position: relative;
  margin-bottom: 15px;
  height: 400px;
  color: #ffffff;
  background-image: url("../images/home/store-locator.jpg"); }
  div.home-store-directory a {
    z-index: 110;
    position: relative;
    padding: 30px 40px;
    color: #ffffff;
    background: url("../images/white-overlay.png");
    color: #737881; }
  div.home-store-directory h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
  div.home-store-directory h4 {
    margin-top: 0;
    font-weight: 600; }

div.home-exhibitions {
  position: relative;
  margin-bottom: 15px;
  height: 400px;
  color: #3C414B;
  background-image: url("../images/home/exhibitions.jpg"); }
  div.home-exhibitions a {
    z-index: 110;
    position: relative;
    padding: 30px 40px;
    color: #3C414B; }
  div.home-exhibitions h1 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
  div.home-exhibitions div.black-overlay {
    top: 0px;
    left: 0px; }
  div.home-exhibitions:hover .black-overlay {
    opacity: 1; }

div.maps {
  margin-bottom: 15px; }

div.home-location {
  padding: 30px 40px;
  color: #737881;
  margin-bottom: 15px; }

div.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../images/black-overlay.png");
  -webkit-transition: all, 0.35s;
  -ms-transition: all, 0.35s;
  transition: all, 0.35s;
  opacity: 0; }

.card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  transform-origin: center right;
  cursor: pointer;
  position: relative; }

.card.is-flipped {
  -ms-transform: translateX(-100%) rotateY(-180deg);
  transform: translateX(-100%) rotateY(-180deg); }

.trading-hours-card {
  background: #3C414B; }

.card-face {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 110; }

.card-face-back {
  background: #3C414B;
  transform: rotateY(180deg); }
  .card-face-back h1 {
    position: relative;
    z-index: 110;
    color: #494645; }
  .card-face-back span {
    display: block;
    margin: 10px 0 15px 0;
    color: #4E535D; }

div.trading-hours-table {
  display: table;
  padding-left: 15px;
  width: 100%; }
  div.trading-hours-table div.trading-hours-table-row {
    display: table-row; }
  div.trading-hours-table div.trading-hours-table-cell {
    display: table-cell;
    padding-right: 15px; }

footer {
  background: #737881;
  padding: 40px 0;
  text-align: center;
  color: #ffffff; }
  footer h3 {
    font-weight: 700;
    margin: 0 0 15px 0;
    display: inline-block;
    border-bottom: 1px solid #ffffff; }
  footer a {
    color: #ffffff; }

span.bold {
  font-weight: 700; }

div.banner-intro {
  margin-bottom: 15px;
  height: 400px; }
  div.banner-intro h1 {
    display: block;
    padding: 30px 33px;
    margin: 0;
    color: #ffffff;
    background: url("../images/inner/h1-bg.png");
    line-height: 0.7;
    text-align: center; }
    div.banner-intro h1 span {
      color: #ffffff;
      padding: 0;
      font-size: 16px; }

div.inner-page-block {
  padding: 10px 20px 40px 20px; }

h3.lazy-copy {
  color: #737881;
  font-weight: 300;
  margin: 15px 0;
  text-align: center;
  line-height: 1.5; }

div.exhibitions {
  background-image: url("../images/inner/exhibitions-banner.jpg"); }

div.store-directory {
  background-image: url("../images/inner/store-locator-banner.jpg"); }

div.contact-us {
  background-image: url("../images/inner/contact-us-banner.jpg"); }

/* Filter options */
div.sorting-block {
  padding: 30px 20px 0 20px;
  margin-bottom: 0px; }

div.type-filter a.all {
  font-weight: 700;
  font-size: 24px;
  display: table;
  width: 20%;
  float: left;
  background-color: #3C414B;
  text-align: center;
  padding: 15px;
  border-bottom: 15px solid #ffffff;
  color: #ffffff;
  cursor: pointer; }
  div.type-filter a.all span {
    display: table-cell;
    vertical-align: middle; }
div.type-filter a.active {
  background-color: #494645; }

div.type-filter-table {
  display: table;
  width: 80%;
  float: left; }

div.type-filter-row {
  display: table-row;
  margin-right: -10px; }
  div.type-filter-row a {
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #4E535D;
    padding: 15px 15px 15px 65px;
    border-left: 15px solid #ffffff;
    border-bottom: 15px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    height: 96px; }
  div.type-filter-row a.active {
    background-color: #494645; }
  div.type-filter-row .yellow {
    background-color: #494645;
    color: #ffffff; }

.banks-filter {
  background-image: url("../images/banks-icon.png"); }

.department-filter {
  background-image: url("../images/department-icon.png"); }

.health-filter {
  background-image: url("../images/health-icon.png"); }

.fashion-filter {
  background-image: url("../images/fashion-icon.png"); }

.services-filter {
  background-image: url("../images/services-icon.png"); }

.food-filter {
  background-image: url("../images/food-icon.png"); }

.furniture-filter {
  background-image: url("../images/furniture-icon.png"); }

.speciality-filter {
  background-image: url("../images/speciality-icon.png"); }

.offices-filter {
  background-image: url("../images/offices-icon.png"); }

.to-let-filter {
  background-image: url("../images/tolet-icon.png"); }

div.sorting-container {
  padding: 30px 20px;
  margin-bottom: 40px; }

.filtr-item {
  height: 365px;
  margin-bottom: 15px; }
  .filtr-item h4 {
    padding: 10px 15px;
    display: block;
    background: #3C414B;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0; }
  .filtr-item p {
    padding: 0 15px; }
  .filtr-item a.filtr-item-facebook {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    padding: 0 0 15px 30px; }

.filtr-i {
  background: #D8D9DE;
  width: 100%;
  height: 100%;
  color: #3C414B;
  padding-bottom: 50px; }
  .filtr-i a {
    color: #4E535D; }

.quicksearch {
  width: 20%;
  padding: 0 10px;
  border: 2px solid #494645;
  border-radius: 10px;
  height: 35px; }

.filtr-search:focus {
  outline: none; }

h4.contact-h4 {
  font-weight: 300;
  margin: 0 0 3px 0; }

div.item-page, div.items-leading {
  background: #ffffff; }

.tolet h4 {
  color: #ffffff;
  background: #494645; }

/*----------Responsive 992 to 1200px -------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
  div.type-filter-row a {
    height: 120px; }

  h1 {
    font-size: 32px; }

  div.banner-intro {
    height: 300px; }
    div.banner-intro h1 {
      font-size: 50px; }

  div.home-location a {
    margin-bottom: 5px; }

  .filtr-item {
    height: 425px;
    margin-bottom: 15px; } }
/*----------Responsive 768 to 991px --------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  div.home-location, div.home-store-directory, div.home-exhibitions, div.home-trading-hours {
    padding: 15px 20px;
    height: 300px; }

  div.home-exhibitions {
    padding: 0; }
    div.home-exhibitions a {
      padding: 15px 20px; }

  div.home-store-directory {
    padding: 0; }
    div.home-store-directory a {
      padding: 15px 20px; }

  div.home-location a {
    margin-bottom: 5px; }
  div.home-location h1 {
    margin-top: 0; }

  h1 {
    font-size: 30px; }

  .nav > li > a {
    padding: 10px 20px; }

  div.banner-intro {
    height: 200px; }

  div.type-filter-row a {
    height: auto;
    width: auto; }

  div.type-filter a.all {
    width: 50%; }

  .quicksearch {
    margin: 38px 0 0 2%;
    width: 48%; }

  div.type-filter-table {
    width: 100%;
    margin: 0 0 0 -15px; }

  .col-0-gutter {
    padding-left: 15px;
    padding-right: 15px; }

  .col-0-left-gutter {
    padding-left: 15px; }

  .col-0-right-gutter {
    padding-right: 15px; } }
/*----------Responsive 0 to 768px ----------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
  div.home-about-us {
    min-height: 400px;
    position: relative; }

  div.home-location, div.home-store-directory, div.home-trading-hours {
    height: auto; }
    div.home-location h1, div.home-store-directory h1, div.home-trading-hours h1 {
      margin-top: 0; }

  div.home-exhibitions {
    height: auto; }
    div.home-exhibitions h1 {
      margin: 0; }

  div.home-store-directory a {
    padding: 20px 15px; }
  div.home-store-directory .black-overlay {
    opacity: 1; }

  div.home-location {
    padding: 20px 15px 20px 30px; }

  div.home-exhibitions a {
    padding: 20px 15px 20px 30px; }

  nav#main-nav a.nav-brand img {
    height: 94px; }

  nav#main-nav {
    position: relative;
    background: #ffffff; }
    nav#main-nav ul.nav {
      height: auto;
      margin: auto; }
      nav#main-nav ul.nav li {
        float: none;
        display: block;
        width: 100%; }
    nav#main-nav a {
      width: 100%;
      height: auto;
      display: block; }
    nav#main-nav a.nav-brand:hover {
      background: none; }

  footer {
    padding: 15px; }

  h1 {
    font-size: 36px; }

  h3 {
    font-size: 26px; }

  .nav > li > a {
    padding: 10px 15px; }

  div.banner-intro {
    padding-top: 50px;
    height: auto; }
    div.banner-intro h1 {
      line-height: 1.2;
      padding: 20px 15px; }

  div.inner-page-block {
    padding: 10px 15px 30px 15px; }
    div.inner-page-block .col-xs-12 {
      padding: 0; }

  div.type-filter-table {
    display: block;
    width: 100%; }

  div.type-filter-row {
    display: block;
    margin: 0; }

  div.type-filter-row a {
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 10px;
    border: none; }

  div.type-filter a.all {
    width: 100%; }

  .quicksearch {
    margin: 10px 0 0 0;
    width: 100%; }

  div.sorting-block {
    padding: 20px 15px 0 15px;
    margin-bottom: 0px; }

  div.sorting-container {
    padding: 20px 15px 0 15px;
    margin-bottom: 40px; }

  .filtr-item {
    height: auto;
    margin-bottom: 15px; }

  .col-0-gutter {
    padding-left: 15px;
    padding-right: 15px; }

  .col-0-left-gutter {
    padding-left: 15px; }

  .col-0-right-gutter {
    padding-right: 15px; }

  h4.contact-h4 {
    margin-top: 10px; } }
